summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-1616-42/+97
* Add note about new zlib feature.Jeremy Hylton2001-10-161-1/+6
* [ #403753 ] zlib decompress; uncontrollable memory usageJeremy Hylton2001-10-164-12/+113
* Document required return values -1, 0, 1 for tp_compare handler, asGuido van Rossum2001-10-161-2/+11
* SF bug [#468061] __str__ ignored in str subclass.Tim Peters2001-10-163-8/+52
* Add Shane.Guido van Rossum2001-10-161-0/+1
* SF patch #471839: Bug when extensions import extensions (Shane Hathaway)Guido van Rossum2001-10-161-2/+3
* Fix SF bug #459767: ftplib fails with files > 2GBGuido van Rossum2001-10-161-5/+13
* Update the description of PyTrace_EXCEPT.Fred Drake2001-10-161-5/+8
* Fix a few usage and style-guide conformance issues.Fred Drake2001-10-161-10/+10
* Must terminate the Pickler_members[] and Pickler_getsets with NULL.Jeremy Hylton2001-10-161-1/+3
* Refactored the update_slot() code a bit to be hopefully slightly moreGuido van Rossum2001-10-161-57/+61
* Put descr name in "bad memberdescr type" error message.Jeremy Hylton2001-10-161-1/+2
* Added information about setprofile() and settrace() hooks being thread-Fred Drake2001-10-161-2/+9
* Fix thinko in a comment about seeking with a file object.Fred Drake2001-10-161-1/+1
* Reword the text on the demise of __dynamic__ somewhat, correcting aGuido van Rossum2001-10-161-4/+5
* Remove obsolete __dynamic__ distinction.Tim Peters2001-10-151-126/+8
* Remove obsolete __dynamic__ distinction.Tim Peters2001-10-152-76/+1
* Remove obsolete __static__/__dynamic__ distinction.Tim Peters2001-10-151-11/+3
* pstats-compatible analysis module.Fred Drake2001-10-151-0/+93
* runcall(): Expose the return value of the profiled function; this allowsFred Drake2001-10-151-1/+1
* Removed useless code to count the number of calls into the profiler.Fred Drake2001-10-151-51/+177
* Avoid deep recursion when reading the header of the log file.Fred Drake2001-10-151-28/+39
* Get rid of __defined__ and tp_defined -- there's no need toGuido van Rossum2001-10-154-67/+33
* Covert pickle tests to use unittest.Jeremy Hylton2001-10-155-193/+294
* Better fix for core dumps on recursive objects in fast mode.Jeremy Hylton2001-10-151-32/+64
* Use cStringIO when available.Jeremy Hylton2001-10-151-36/+4
* Remove a couple of tp_xxx fields that you are not expected toGuido van Rossum2001-10-151-5/+0
* Fix a bunch of warnings reported by Skip.Guido van Rossum2001-10-151-8/+8
* Completely get rid of __dynamic__ and the correspondingGuido van Rossum2001-10-153-157/+42
* make getarray static - it's only called from ceval.c and is not anSkip Montanaro2001-10-151-1/+1
* Another contributor.Guido van Rossum2001-10-151-0/+1
* Add (void *) casts to solve some problems on HP-UX 11.0, as discussedGuido van Rossum2001-10-151-3/+3
* Patch 471400: escape single-dot lines; by Jason Hildebrand.Guido van Rossum2001-10-152-0/+3
* Use an assert() for the REQ() macro instead of making up our ownGuido van Rossum2001-10-151-10/+1
* Note about fix in list comprehensions.Guido van Rossum2001-10-151-0/+9
* Very subtle syntax change: in a list comprehension, the testlist inGuido van Rossum2001-10-155-111/+150
* Do not define _POSIX_THREADS if unistd.h defines it.Martin v. Löwis2001-10-154-289/+336
* SF bug #469910 by Alfonso Baciero: Bugfix for imaplib for macintoshGuido van Rossum2001-10-152-1/+2
* Added notes to clarify that binascii.crc32(), zlib.crc32(), andFred Drake2001-10-152-3/+9
* Check whether pthreads are available without any options before checkingMartin v. Löwis2001-10-152-401/+520
* test_typed_subpart_iterator_default_type(): Test for when the messageBarry Warsaw2001-10-151-0/+18
* typed_subpart_iterator(): When getting the main type use 'text' as theBarry Warsaw2001-10-151-2/+2
* Added documentation for the functions listed in marshal.h.Fred Drake2001-10-141-0/+80
* An MSVC makefile to rebuild the grammar files (graminit.[ch]) manually.Tim Peters2001-10-131-0/+42
* Redid the slot computation. The initial slot assignments are now doneGuido van Rossum2001-10-131-64/+91
* "ib" should be "boundary"; reported by Neal Norwitz.Fred Drake2001-10-131-1/+1
* Added missing parameter in call to http_error_default();Fred Drake2001-10-131-1/+1
* SMTPError should be SMTPException; reported by Neal Norwitz.Fred Drake2001-10-131-2/+2
* Ignore execfile() return value; reported by Neal Norwitz.Fred Drake2001-10-131-1/+1