summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Vastly improved stacksize calculation.Jeremy Hylton2001-10-171-18/+51
* Handle testlist_safe as if it were testlist.Jeremy Hylton2001-10-171-0/+4
* Remove unused convenience routine.Jeremy Hylton2001-10-171-19/+0
* For debug build, check that the stack pointer never exceeds the stack size.Jeremy Hylton2001-10-171-1/+3
* Fix computation of stack depth for classdef and closures.Jeremy Hylton2001-10-171-44/+44
* track addition of testlist_safe to GrammarJeremy Hylton2001-10-171-7/+8
* slot_sq_item(): ensure that self is an instance of the wrapper'sGuido van Rossum2001-10-171-3/+5
* SF patch #467430.Guido van Rossum2001-10-172-3/+5
* SF patch #471894: Makefile installs pydoc incorrectlyGuido van Rossum2001-10-171-0/+1
* Folder.getlast(): avoid PyChecker warning.Guido van Rossum2001-10-171-1/+1
* Simplify and regularize docstrings. Also reformat so that each docstringTim Peters2001-10-171-52/+47
* Trimmed trailing whitespace.Tim Peters2001-10-171-62/+62
* Removed more comments that didn't make much sense.Tim Peters2001-10-171-17/+1
* Removed obsolete comments about confused string refcount tricks (JeremyTim Peters2001-10-171-9/+4
* Remove unused import; reported by Neal Norwitz.Fred Drake2001-10-171-1/+1
* Minor code cleanups based on comments from Neal Norwitz.Fred Drake2001-10-171-3/+2
* YAPC.Guido van Rossum2001-10-171-0/+1
* Undo needless INCREF chicanery introduced by SF patch #450702.Jeremy Hylton2001-10-161-47/+15
* Simplify and fix error handling for most cases.Jeremy Hylton2001-10-161-167/+113
* SF bug [#471111] inspect.getframeinfo() needs docs.Tim Peters2001-10-161-0/+6
* More reformatting.Jeremy Hylton2001-10-161-51/+50
* Add zlib_error() helper.Jeremy Hylton2001-10-161-92/+25
* Fix a bug in the previous checkin. The wrong bootstrap function wasGuido van Rossum2001-10-161-1/+1
* Add fix for getattr(obj, name, default). Rearrange a few things.Guido van Rossum2001-10-161-7/+14
* SF patch #471852 (anonymous) notes that getattr(obj, name, default)Guido van Rossum2001-10-161-1/+3
* Remove many calls to set MemoryError exceptions.Jeremy Hylton2001-10-161-28/+4
* Reformat!Jeremy Hylton2001-10-161-586/+576
* 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