summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have anBarry Warsaw2002-07-091-32/+186
* New files which test the corners of multipart/message andBarry Warsaw2002-07-092-0/+48
* With the addition of Oleg's support for RFC 2231, it's time to bumpBarry Warsaw2002-07-091-1/+1
* SF bug 578752: COUNT_ALLOCS vs heap typesTim Peters2002-07-082-0/+17
* The readme file said that OSX Carbon modules were only built forJack Jansen2002-07-081-29/+41
* PyNode_AddChild() and fancy_roundup(): Be paranoid about int overflow.Tim Peters2002-07-081-2/+7
* Remove the configure option for disabling the reference cycle GC.Neil Schemenauer2002-07-082-42/+1
* Fix typo reported by Kent Engström, and a bunch of broken markup.Fred Drake2002-07-081-11/+11
* Fix typo: "an Unicode string" --> "a Unicode string"Fred Drake2002-07-081-2/+2
* Fixed a typo and updated information about using the Times fonts whenFred Drake2002-07-081-4/+5
* Added font-setting line (and associated comments) to the A4 version ofFred Drake2002-07-081-0/+12
* Got rid of symlink target, and in stead have "make dontinstallmacsubtree"Jack Jansen2002-07-081-8/+8
* Change the "__ private" names to "_ protected"; this has been a pain forFred Drake2002-07-081-31/+31
* Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem.Jack Jansen2002-07-082-6/+1
* Define WITH_PYMALLOC as 1Jack Jansen2002-07-081-1/+1
* PyNode_AddChild(): Do aggressive over-allocation when the number ofTim Peters2002-07-081-8/+41
* - Got rid if WITH_CYCLE_GCJack Jansen2002-07-073-19/+6
* Rearranged and added comments to object.h, to clarify many thingsTim Peters2002-07-073-82/+125
* Fix from SF patch #527518: proxy config with user+pass authentication.Jeremy Hylton2002-07-071-3/+8
* Removed 3 unlikely #includes that were only needed for the non-gc flavorTim Peters2002-07-071-5/+0
* Fix for SF bug #432621: httplib: multiple Set-Cookie headersJeremy Hylton2002-07-073-4/+131
* Trashcan cleanup: Now that cyclic gc is always there, the trashcanTim Peters2002-07-073-100/+96
* Removed WITH_CYCLE_GC #ifdef-ery. Holes:Tim Peters2002-07-0712-106/+22
* Fix SF bug #575360Jeremy Hylton2002-07-061-0/+6