| Commit message (Expand) | Author | Age | Files | Lines |
* | Undo needless INCREF chicanery introduced by SF patch #450702. | Jeremy Hylton | 2001-10-16 | 1 | -47/+15 |
|
|
* | Simplify and fix error handling for most cases. | Jeremy Hylton | 2001-10-16 | 1 | -167/+113 |
|
|
* | SF bug [#471111] inspect.getframeinfo() needs docs. | Tim Peters | 2001-10-16 | 1 | -0/+6 |
|
|
* | More reformatting. | Jeremy Hylton | 2001-10-16 | 1 | -51/+50 |
|
|
* | Add zlib_error() helper. | Jeremy Hylton | 2001-10-16 | 1 | -92/+25 |
|
|
* | Fix a bug in the previous checkin. The wrong bootstrap function was | Guido van Rossum | 2001-10-16 | 1 | -1/+1 |
|
|
* | Add fix for getattr(obj, name, default). Rearrange a few things. | Guido van Rossum | 2001-10-16 | 1 | -7/+14 |
|
|
* | SF patch #471852 (anonymous) notes that getattr(obj, name, default) | Guido van Rossum | 2001-10-16 | 1 | -1/+3 |
|
|
* | Remove many calls to set MemoryError exceptions. | Jeremy Hylton | 2001-10-16 | 1 | -28/+4 |
|
|
* | Reformat! | Jeremy Hylton | 2001-10-16 | 1 | -586/+576 |
|
|
* | Partial patch from SF #452266, by Jason Petrone. | Guido van Rossum | 2001-10-16 | 16 | -42/+97 |
|
|
* | Add note about new zlib feature. | Jeremy Hylton | 2001-10-16 | 1 | -1/+6 |
|
|
* | [ #403753 ] zlib decompress; uncontrollable memory usage | Jeremy Hylton | 2001-10-16 | 4 | -12/+113 |
|
|
* | Document required return values -1, 0, 1 for tp_compare handler, as | Guido van Rossum | 2001-10-16 | 1 | -2/+11 |
|
|
* | SF bug [#468061] __str__ ignored in str subclass. | Tim Peters | 2001-10-16 | 3 | -8/+52 |
|
|
* | Add Shane. | Guido van Rossum | 2001-10-16 | 1 | -0/+1 |
|
|
* | SF patch #471839: Bug when extensions import extensions (Shane Hathaway) | Guido van Rossum | 2001-10-16 | 1 | -2/+3 |
|
|
* | Fix SF bug #459767: ftplib fails with files > 2GB | Guido van Rossum | 2001-10-16 | 1 | -5/+13 |
|
|
* | Update the description of PyTrace_EXCEPT. | Fred Drake | 2001-10-16 | 1 | -5/+8 |
|
|
* | Fix a few usage and style-guide conformance issues. | Fred Drake | 2001-10-16 | 1 | -10/+10 |
|
|
* | Must terminate the Pickler_members[] and Pickler_getsets with NULL. | Jeremy Hylton | 2001-10-16 | 1 | -1/+3 |
|
|
* | Refactored the update_slot() code a bit to be hopefully slightly more | Guido van Rossum | 2001-10-16 | 1 | -57/+61 |
|
|
* | Put descr name in "bad memberdescr type" error message. | Jeremy Hylton | 2001-10-16 | 1 | -1/+2 |
|
|
* | Added information about setprofile() and settrace() hooks being thread- | Fred Drake | 2001-10-16 | 1 | -2/+9 |
|
|
* | Fix thinko in a comment about seeking with a file object. | Fred Drake | 2001-10-16 | 1 | -1/+1 |
|
|
* | Reword the text on the demise of __dynamic__ somewhat, correcting a | Guido van Rossum | 2001-10-16 | 1 | -4/+5 |
|
|
* | Remove obsolete __dynamic__ distinction. | Tim Peters | 2001-10-15 | 1 | -126/+8 |
|
|
* | Remove obsolete __dynamic__ distinction. | Tim Peters | 2001-10-15 | 2 | -76/+1 |
|
|
* | Remove obsolete __static__/__dynamic__ distinction. | Tim Peters | 2001-10-15 | 1 | -11/+3 |
|
|
* | pstats-compatible analysis module. | Fred Drake | 2001-10-15 | 1 | -0/+93 |
|
|
* | runcall(): Expose the return value of the profiled function; this allows | Fred Drake | 2001-10-15 | 1 | -1/+1 |
|
|
* | Removed useless code to count the number of calls into the profiler. | Fred Drake | 2001-10-15 | 1 | -51/+177 |
|
|
* | Avoid deep recursion when reading the header of the log file. | Fred Drake | 2001-10-15 | 1 | -28/+39 |
|
|
* | Get rid of __defined__ and tp_defined -- there's no need to | Guido van Rossum | 2001-10-15 | 4 | -67/+33 |
|
|
* | Covert pickle tests to use unittest. | Jeremy Hylton | 2001-10-15 | 5 | -193/+294 |
|
|
* | Better fix for core dumps on recursive objects in fast mode. | Jeremy Hylton | 2001-10-15 | 1 | -32/+64 |
|
|
* | Use cStringIO when available. | Jeremy Hylton | 2001-10-15 | 1 | -36/+4 |
|
|
* | Remove a couple of tp_xxx fields that you are not expected to | Guido van Rossum | 2001-10-15 | 1 | -5/+0 |
|
|
* | Fix a bunch of warnings reported by Skip. | Guido van Rossum | 2001-10-15 | 1 | -8/+8 |
|
|
* | Completely get rid of __dynamic__ and the corresponding | Guido van Rossum | 2001-10-15 | 3 | -157/+42 |
|
|
* | make getarray static - it's only called from ceval.c and is not an | Skip Montanaro | 2001-10-15 | 1 | -1/+1 |
|
|
* | Another contributor. | Guido van Rossum | 2001-10-15 | 1 | -0/+1 |
|
|
* | Add (void *) casts to solve some problems on HP-UX 11.0, as discussed | Guido van Rossum | 2001-10-15 | 1 | -3/+3 |
|
|
* | Patch 471400: escape single-dot lines; by Jason Hildebrand. | Guido van Rossum | 2001-10-15 | 2 | -0/+3 |
|
|
* | Use an assert() for the REQ() macro instead of making up our own | Guido van Rossum | 2001-10-15 | 1 | -10/+1 |
|
|
* | Note about fix in list comprehensions. | Guido van Rossum | 2001-10-15 | 1 | -0/+9 |
|
|
* | Very subtle syntax change: in a list comprehension, the testlist in | Guido van Rossum | 2001-10-15 | 5 | -111/+150 |
|
|
* | Do not define _POSIX_THREADS if unistd.h defines it. | Martin v. Löwis | 2001-10-15 | 4 | -289/+336 |
|
|
* | SF bug #469910 by Alfonso Baciero: Bugfix for imaplib for macintosh | Guido van Rossum | 2001-10-15 | 2 | -1/+2 |
|
|
* | Added notes to clarify that binascii.crc32(), zlib.crc32(), and | Fred Drake | 2001-10-15 | 2 | -3/+9 |
|
|