summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SF # 533070 Silence AIX C Compiler WarningsNeal Norwitz2002-06-132-2/+2
* Backport:Guido van Rossum2002-06-132-1/+31
* Do not claim that getlocale() returns a tulpe; that is not always true.Fred Drake2002-06-131-3/+3
* Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(),Fred Drake2002-06-131-0/+42
* Add version annotations for some older changes to the calendar module.Fred Drake2002-06-131-0/+7
* Backport 1.15:Guido van Rossum2002-06-121-0/+6
* Backport:Guido van Rossum2002-06-123-2/+25
* Completely revise markup for the list of list methods; the new markup matchesFred Drake2002-06-111-26/+35
* Record the latest fixes.Guido van Rossum2002-06-101-0/+9
* Backport:Guido van Rossum2002-06-101-8/+15
* Backport two patches that belong together:Guido van Rossum2002-06-101-29/+47
* Backport:Guido van Rossum2002-06-101-19/+17
* Oops. That wasn't supposed to be backported. :-(Guido van Rossum2002-06-061-3/+1
* Backport:Guido van Rossum2002-06-061-1/+3
* Backport:Guido van Rossum2002-06-062-1/+33
* SF bug 558179.Guido van Rossum2002-06-053-9/+2
* Backport to 2.2.x:Guido van Rossum2002-06-043-45/+124
* Backport Guido's changes from revision 1.89:Fred Drake2002-06-041-47/+89
* Backport to 2.2.x:Guido van Rossum2002-06-031-1/+11
* Run gcc with -w to work-around an autoconf 2.13 bug. Fixes #535545.Martin v. Löwis2002-06-022-349/+385
* Patch #552060: Add SSLFakeSocket.sendall.Martin v. Löwis2002-06-021-0/+2
* Fix SF #561858 Assertion with very long listsNeal Norwitz2002-06-011-0/+15
* Backport to 2.2.x:Guido van Rossum2002-05-312-1/+23