summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove list prenpost. It's not used any longer.Jeremy Hylton2002-07-111-3/+0
* Add a call to a Sub() method that actually works.Jeremy Hylton2002-07-111-0/+1
* Add Enum and Eiffel examples using new-style classes.Jeremy Hylton2002-07-112-0/+323
* Make another pass through Misc/NEWS and add stuff.Andrew M. Kuchling2002-07-111-15/+64
* _structure(): Don't get the whole Content-Type: header, just get theBarry Warsaw2002-07-111-1/+1
* Repair example code in doc string.Jeremy Hylton2002-07-111-1/+1
* Add some itemsAndrew M. Kuchling2002-07-111-113/+159
* [Bug #567607] Suggest METH_NOARGS to replace PyArg_NoArgsAndrew M. Kuchling2002-07-111-5/+9
* test_trashcan() and supporting class Ouch(): Jeremy noted that this testTim Peters2002-07-111-3/+9
* _dispatch(): Comment improvements.Barry Warsaw2002-07-111-3/+3
* subtype_resurrection(): Removed unused import.Tim Peters2002-07-111-1/+0
* Extend function() to support an optional closure argument.Jeremy Hylton2002-07-112-12/+89
* subtype_resurrection(): The test suite with -l properly reported theTim Peters2002-07-111-2/+13
* Don't stomp on an exception set by PyCell_Get()Jeremy Hylton2002-07-111-1/+4
* I trust the parser accelators are getting added :-).Jeremy Hylton2002-07-111-6/+0
* Repaired optimistic comment in new test.Tim Peters2002-07-111-4/+3
* Added a test that provokes the hypothesized (in my last checkin comment)Tim Peters2002-07-111-0/+20
* object.h special-build macro minefield: renamed all the new lexicalTim Peters2002-07-116-157/+112
* 1. Prevent Undo before IOmark in PyShell.PyShellKurt B. Kaiser2002-07-112-13/+22
* Replace rare tabs with 4 spaces, assuming that's what was intended.Guido van Rossum2002-07-111-7/+7
* Note the existence of SpecialBuilds.txt.Guido van Rossum2002-07-111-0/+1
* Noted the releases in which COUNT_ALLOCS can blow up.Tim Peters2002-07-111-0/+1
* Recorded the introduction release for each gimmick, as best I was able toTim Peters2002-07-111-10/+18
* Some clarifications.Tim Peters2002-07-111-3/+9
* Documented PYMALLOC_DEBUG. This completes primary coverage of all theTim Peters2002-07-102-1/+53
* Document gc.get_objects().Fred Drake2002-07-101-0/+6
* Clarified sys.getobjects() pragmatics.Tim Peters2002-07-101-6/+11
* Removed no-longer-relevant explanation of "alpha" builds.Tim Peters2002-07-101-8/+0
* Uglified the new Py_REF_DEBUG (etc) lexical helper macro definitions soTim Peters2002-07-101-21/+25
* Remove the unused, and therefore distracting, "Alpha" build configurations.Mark Hammond2002-07-108-1962/+45
* assertHasattr(): Made failure msg better than useless.Tim Peters2002-07-101-1/+4
* Fix for SF bug 579107.Jeremy Hylton2002-07-091-36/+88
* Typo repair.Tim Peters2002-07-091-1/+1
* Moved COUNT_ALLOCS down and finished writing its description.Tim Peters2002-07-091-6/+45
* Checkin comment.Tim Peters2002-07-091-1/+2
* Actualized descrintro.html URL.Guido van Rossum2002-07-091-1/+1
* New file to try to document the "special build" preprocessor symbols.Tim Peters2002-07-091-0/+76
* _Py_AskYesNo(): Removed this function. It was defined only in aTim Peters2002-07-091-20/+0
* ndiffAssertEqual(): Stringify the arguments before runningBarry Warsaw2002-07-091-4/+16
* make_header(): New function to take the output of decode_header() andBarry Warsaw2002-07-091-6/+45
* Fix SF Bug 564931: compile() traceback must include filename.Thomas Heller2002-07-095-4/+55
* Note that unicode() can raise LookupError for unknown codecs.Fred Drake2002-07-091-1/+2
* Remove unused variable.Fred Drake2002-07-091-1/+0
* The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: addedTim Peters2002-07-097-31/+58
* Anthony Baxter's patch for non-strict parsing. This adds a `strict'Barry Warsaw2002-07-091-24/+71
* Add the concept of a "default type". Normally the default type isBarry Warsaw2002-07-091-0/+22
* __init__(): Don't attach the subparts if its an empty tuple. If theBarry Warsaw2002-07-091-2/+5
* clone(): A new method for creating a clone of this generator (forBarry Warsaw2002-07-091-27/+24
* __init__(): Be sure to set the default type to message/rfc822.Barry Warsaw2002-07-091-0/+2
* _structure(): A handy little debugging aid that I don't (yet) intendBarry Warsaw2002-07-091-0/+10