summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SF patch #581414: info reader bugFred Drake2002-07-301-1/+3
* Fix docstring to be consistent with parameter name (prefix)Neal Norwitz2002-07-301-1/+1
* SF patch #587889, fix memory leak of tp_docNeal Norwitz2002-07-301-0/+1
* Revert #571603 since it is ok to import codecs that are not subdirectoriesMartin v. Löwis2002-07-291-2/+9
* Pass length of result structure into setipaddr. Fixes bug #565747.Martin v. Löwis2002-07-281-8/+12
* Fix SF bug 587012, doc mentions inexistent builtin unistrNeal Norwitz2002-07-281-2/+2
* Patch #571603: Refer to encodings package explicitly.Martin v. Löwis2002-07-281-1/+1
* Patch #554716: Use __va_copy where available.Martin v. Löwis2002-07-284-0/+16
* Better yet, make it the same as the equivalent changes already made toFred Drake2002-07-261-4/+4
* Update references to Digital Creations.Fred Drake2002-07-261-5/+6
* Small clarifications when referring to the sys.exc_* variables so thatFred Drake2002-07-251-15/+15
* SF patch #581396, Canvas "select_item" always returns NoneNeal Norwitz2002-07-231-1/+1
* reduce(): Clarified what is returned in the case of a sequence 1 item long andFred Drake2002-07-171-6/+6
* Use sys.executable to run Python, as suggested by Neal Norwitz.Tim Peters2002-07-171-2/+3
* The atexit module effectively turned itself off if sys.exitfunc alreadyTim Peters2002-07-163-24/+53
* Given the persistent id code a shot at a class before calling save_global().Jeremy Hylton2002-07-162-10/+10
* The object returned by tp_new() may not have a tp_init.Jeremy Hylton2002-07-161-1/+2
* Clarify the return value of __nonzero__(): It *must* be an integer.Fred Drake2002-07-121-3/+3
* Backport:Guido van Rossum2002-07-121-13/+0
* Update output for new tests.Jeremy Hylton2002-07-121-0/+5
* Backport changes.Jeremy Hylton2002-07-122-65/+369
* (Backport.)Guido van Rossum2002-07-121-1/+1
* subtype_resurrection(): Removed unused import.Tim Peters2002-07-111-1/+0
* subtype_resurrection(): The test suite with -l properly reported theTim Peters2002-07-111-2/+13
* Repaired optimistic comment in new test.Tim Peters2002-07-111-3/+2
* Attempting to resurrect a dying instance of a new-style class in aTim Peters2002-07-113-1/+26
* Document gc.get_objects().Fred Drake2002-07-101-0/+6
* Update the comments on building the pyexpat extension.Fred Drake2002-07-101-16/+11
* Note that unicode() can raise LookupError for unknown codecs.Fred Drake2002-07-091-1/+2
* SF bug 578752: COUNT_ALLOCS vs heap typesTim Peters2002-07-082-1/+18
* PyNode_AddChild(): Backporting an aggressive over-allocation policyTim Peters2002-07-082-9/+53
* Fix typo.Fred Drake2002-07-081-1/+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
* Add annotations that describe the change in the "errors" and "failures"Fred Drake2002-07-021-0/+4
* Update the documentation of the errors and failures attributes of theFred Drake2002-07-021-6/+48
* Track change of begin() to _begin().Jeremy Hylton2002-07-021-2/+2
* Backport various bug fixes from trunk.Jeremy Hylton2002-07-021-59/+120
* Backport for SF bug #574132: Major GC related performance regression.Tim Peters2002-06-301-13/+45
* Fixed bug 574978 shutil example out of sync with source codeRaymond Hettinger2002-06-301-2/+1
* Fix bug 575221 referred to dictionary type instead of dict.Raymond Hettinger2002-06-301-1/+1
* Clarify the version information for the unicode() built-in.Fred Drake2002-06-291-6/+9
* Backport 1.37: dis.dis() also supports modules, (also backport other changes ...Neal Norwitz2002-06-261-8/+49
* Fix various typos reported to python-docs.Fred Drake2002-06-261-4/+4
* Fix typo reported to python-docs.Fred Drake2002-06-261-1/+1
* Fix bug #573916. Sender and recipients reversed in email example.Raymond Hettinger2002-06-261-2/+2
* [Backport of recent changes to the SAX documentation.]Fred Drake2002-06-253-43/+70
* Fix typoRaymond Hettinger2002-06-251-1/+1
* Completed previous editRaymond Hettinger2002-06-251-2/+0
* Close bug 480337: Dict used before dicts explained. Added explanationRaymond Hettinger2002-06-251-0/+12