summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Close bug 417930 by clarifying augmented assignment docsRaymond Hettinger2002-06-251-0/+14
* Fix SF bug 568269 by enclosing 'computername' in a raw stringRaymond Hettinger2002-06-251-1/+1
* Backport change to 1.58 giving Lambda a separate section.Raymond Hettinger2002-06-251-30/+7
* Fix SF Bug 572567: Memory leak in object comparisonRaymond Hettinger2002-06-243-0/+14
* SF # 572928 One word change for lib/libgettext.texNeal Norwitz2002-06-241-1/+1
* Correct the RE equivalent of scanf()'s %x and %X patterns.Fred Drake2002-06-221-1/+1
* Backport of Greg Ward's rev. 1.6 from the trunk:Fred Drake2002-06-211-1/+1
* Corrected return type and value information for PyUnicode_Count() andFred Drake2002-06-202-16/+20
* Fix the docstring for sys.getrefcount().Fred Drake2002-06-201-2/+3
* Make the docs for string.capitalize() match those of str.capitalize()Fred Drake2002-06-201-1/+1
* SF 563530 added missing methods for emulating numeric typesRaymond Hettinger2002-06-201-0/+4
* Typo: bites --> bytesFred Drake2002-06-181-1/+1
* Add description of the deadlock problem with child processes and pipes, andFred Drake2002-06-182-0/+67
* Add a note about "as" not being a keyword, though it has special meaningFred Drake2002-06-181-0/+7
* Note the limitation that mime_decode_header() only works for Latin-1.Fred Drake2002-06-181-0/+1
* Backport:Guido van Rossum2002-06-181-0/+5
* Corect speling and add \n\ to line ends in new docstring for access().Guido van Rossum2002-06-181-5/+5
* Clarified documentation for os.access().Fred Drake2002-06-182-6/+12
* Clarified description of error handling for shutil.rmtree().Fred Drake2002-06-181-2/+3
* Update description of the Expat library.Fred Drake2002-06-171-15/+7
* PyModule_AddObject(): Added missing exceptions.Fred Drake2002-06-171-7/+14
* Fix documentation for PyMarshal_WriteObjectToFile() andFred Drake2002-06-171-5/+5
* Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool()Fred Drake2002-06-142-8/+18
* Test for the bug in recurse_down_subclasses() that I just fixed.Guido van Rossum2002-06-141-0/+10
* Backport:Guido van Rossum2002-06-141-1/+2
* Refer the reader to the correct module for constant definitions.Fred Drake2002-06-141-1/+1
* Document the Binary.data attribute.Fred Drake2002-06-141-5/+13