| Commit message (Expand) | Author | Age | Files | Lines |
* | _PyEval_SliceIndex(): explain why a NULL argument is allowed (thanks | Tim Peters | 2001-12-16 | 1 | -4/+4 |
|
|
* | _PyEval_SliceIndex(): Repaired the comments, and added XXX comments | Tim Peters | 2001-12-16 | 1 | -6/+11 |
|
|
* | Fix for SF bug [ #492403 ] exec() segfaults on closure's func_code | Jeremy Hylton | 2001-12-13 | 3 | -5/+10 |
|
|
* | Add a comment explaining the st_symbols cache. | Jeremy Hylton | 2001-12-10 | 1 | -1/+15 |
|
|
* | PySymtableEntry_New(): I'm not sure what this routine is doing, but it | Tim Peters | 2001-12-08 | 1 | -0/+1 |
|
|
* | Missing DECREFs when exception is raised in sys.excepthook. | Jeremy Hylton | 2001-12-07 | 1 | -0/+3 |
|
|
* | Don't fail on importing things with undefined references. Unfortunately we | Jack Jansen | 2001-12-06 | 1 | -1/+2 |
|
|
* | Fix for SF bug #489671 (Neil Norwitz): memory leak in test_richcmp. | Guido van Rossum | 2001-12-06 | 1 | -0/+8 |
|
|
* | Fix a typo (probably caused by autocompletion <blush>) that caused a | Guido van Rossum | 2001-12-06 | 1 | -1/+1 |
|
|
* | SF bug #488514: -Qnew needs work | Tim Peters | 2001-12-06 | 2 | -11/+18 |
|
|
* | Fix SF bug #486144: Uninitialized __slot__ vrbl is None. | Guido van Rossum | 2001-12-04 | 1 | -1/+8 |
|
|
* | SF bug #488687 reported by Neal Norwitz | Jeremy Hylton | 2001-12-04 | 2 | -1/+2 |
|
|
* | More sprintf -> PyOS_snprintf. | Tim Peters | 2001-12-04 | 1 | -1/+1 |
|
|
* | Fix the final two issues in Armin Rigo's SF bug #488477: apply_slice() | Guido van Rossum | 2001-12-03 | 1 | -4/+10 |
|
|
* | unpack_iterable(): Add a missing DECREF in an error case. Reported by | Guido van Rossum | 2001-12-03 | 1 | -0/+1 |
|
|
* | mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to | Tim Peters | 2001-12-03 | 3 | -89/+78 |
|
|
* | mywrite(): The test for trouble in PyOS_vsnprintf was wrong on both | Tim Peters | 2001-12-02 | 1 | -3/+10 |
|
|
* | When the number of bytes written to the malloc'ed buffer is larger | Guido van Rossum | 2001-12-01 | 1 | -5/+5 |
|
|
* | SF bug 486278 SystemError: Python/getargs.c:1086: bad. | Tim Peters | 2001-11-29 | 1 | -7/+10 |
|
|
* | Two screwups fixed for sizeof(char *) instead of sizeof(char []). | Jeremy Hylton | 2001-11-28 | 1 | -77/+82 |
|
|
* | More sprintf -> PyOS_snprintf. | Tim Peters | 2001-11-28 | 1 | -2/+3 |
|
|
* | Use PyOS_snprintf() at some cost even though it was correct before. | Jeremy Hylton | 2001-11-28 | 1 | -6/+7 |
|
|
* | Use PyOS_vsnprintf() and check its return value. | Jeremy Hylton | 2001-11-28 | 1 | -2/+9 |
|
|
* | ste_repr(): Conversion of sprintf() to PyOS_snprintf() for buffer | Barry Warsaw | 2001-11-28 | 1 | -4/+5 |
|
|
* | aix_loaderror(): Conversion of sprintf() to PyOS_snprintf() for buffer | Barry Warsaw | 2001-11-28 | 1 | -1/+1 |
|
|
* | code_repr(), com_addop_varname(), com_list_comprehension(), | Barry Warsaw | 2001-11-28 | 1 | -32/+42 |
|
|
* | Use PyOS_snprintf instead of sprintf. | Jeremy Hylton | 2001-11-28 | 12 | -35/+42 |
|
|
* | Use PyOS_snprintf instead of sprintf. | Jeremy Hylton | 2001-11-28 | 1 | -15/+18 |
|
|
* | Use PyOS_snprintf when possible. | Jeremy Hylton | 2001-11-28 | 1 | -34/+41 |
|
|
* | Use PyOS_snprintf instead of sprintf. | Jeremy Hylton | 2001-11-28 | 1 | -11/+11 |
|
|
* | Fixes for possible buffer overflows in sprintf() usages. | Marc-André Lemburg | 2001-11-28 | 4 | -17/+12 |
|
|
* | SF bug #483469: crash on unbounded recursion in __del__. | Tim Peters | 2001-11-27 | 1 | -0/+8 |
|
|
* | SF bug 485175: buffer overflow in traceback.c. | Tim Peters | 2001-11-27 | 1 | -3/+3 |
|
|
* | Fix for bug #480188: printing unicode objects | Marc-André Lemburg | 2001-11-20 | 1 | -3/+13 |
|
|
* | Since the MAGIC number scheme is going to break on January 1st, document | Tim Peters | 2001-11-18 | 1 | -4/+16 |
|
|
* | PyOS_getsig(), PyOS_setsig(): The minimal amount of work to avoid the | Barry Warsaw | 2001-11-13 | 1 | -0/+12 |
|
|
* | Use PyObject_CheckReadBuffer(). | Jeremy Hylton | 2001-11-09 | 2 | -17/+4 |
|
|
* | Include sys_getdefaultencoding in #ifdef Py_USING_UNICODE. Fixes #479571. | Martin v. Löwis | 2001-11-09 | 1 | -2/+2 |
|
|
* | Fix SF buf #480096: Assign to __debug__ still allowed | Jeremy Hylton | 2001-11-09 | 1 | -2/+7 |
|
|
* | Fix memory leak. This is part of SF patch #478006. | Fred Drake | 2001-11-09 | 1 | -1/+1 |
|
|
* | Backing out the fast path for interned string compares again as requested. | Marc-André Lemburg | 2001-11-08 | 1 | -15/+0 |
|
|
* | Add fast-path for comparing interned (true) string objects. | Marc-André Lemburg | 2001-11-07 | 1 | -0/+15 |
|
|
* | Make the CoreFoundation object _New and _Convert routines available to other ... | Jack Jansen | 2001-11-05 | 1 | -0/+22 |
|
|
* | SF patch 473749 compile under OS/2 VA C++, from Michael Muller. | Tim Peters | 2001-11-05 | 2 | -0/+5 |
|
|
* | Part of SF bug #478003 possible memory leaks in err handling. | Tim Peters | 2001-11-04 | 1 | -1/+4 |
|
|
* | Link the core with CoreServices, not with Carbon, and don't use any Carbon | Jack Jansen | 2001-10-31 | 1 | -0/+8 |
|
|
* | SF patch #474500: Make OS/2 locks work like posix locks, from Michael | Tim Peters | 2001-10-31 | 1 | -30/+61 |
|
|
* | On the macintosh don't take a quick exit in find_module() for frozen submodul... | Jack Jansen | 2001-10-30 | 1 | -0/+8 |
|
|
* | Rename "dictionary" (type and constructor) to "dict". | Tim Peters | 2001-10-29 | 1 | -1/+1 |
|
|
* | vgetargskeywords() | Tim Peters | 2001-10-27 | 1 | -16/+17 |
|
|