summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Update the documentation of the errors and failures attributes of theFred Drake2002-07-021-6/+48
* 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 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
* Fix SF bug 568269 by enclosing 'computername' in a raw stringRaymond Hettinger2002-06-251-1/+1
* 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
* Make the docs for string.capitalize() match those of str.capitalize()Fred Drake2002-06-201-1/+1
* 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
* Note the limitation that mime_decode_header() only works for Latin-1.Fred Drake2002-06-181-0/+1
* Clarified documentation for os.access().Fred Drake2002-06-181-5/+7
* Clarified description of error handling for shutil.rmtree().Fred Drake2002-06-181-2/+3
* 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
* Do not claim that getlocale() returns a tulpe; that is not always true.Fred Drake2002-06-131-3/+3
* Add version annotations for some older changes to the calendar module.Fred Drake2002-06-131-0/+7
* Backport to 2.2.x:Guido van Rossum2002-05-311-0/+12
* Update links and information on PyQt/PyKDE.Fred Drake2002-05-311-6/+13
* Added a version annotation for StringTypes.Fred Drake2002-05-221-0/+1
* Add availability information for a couple of the types, and notes on writingFred Drake2002-05-211-5/+10
* Patch 547037. Corrected documentation to matchRaymond Hettinger2002-05-161-8/+6
* Added missing index entries for mapping methods. Closes patch #548693.Raymond Hettinger2002-05-151-1/+6
* Closes SF bug 527139. Brings docs inline with random.py 1.26.6.1Raymond Hettinger2002-05-131-1/+1
* Correct gammavariate's method name and domain.Raymond Hettinger2002-05-131-2/+2
* Add a note explaining the interaction between unbuffered input andFred Drake2002-05-061-1/+3
* Remove extra period produced by previous change.Fred Drake2002-05-021-3/+3
* Correct information on support for repietition & concatenation for bufferFred Drake2002-05-021-6/+8
* Explain what os.read() returns at end of file.Fred Drake2002-05-011-1/+3
* Add missing right-parenthesis.Fred Drake2002-05-011-1/+1
* Add a note about when the "%r" formatting code was added.Fred Drake2002-04-301-0/+1
* Slightly expand and clarify the differences between getegid(), getgid(),Fred Drake2002-04-261-6/+9
* Be more consistent, both internally and with recommended practice.Fred Drake2002-04-261-4/+2
* Add text about circular references caused by storing frames in localFred Drake2002-04-231-0/+16
* Backport checkin:Walter Dörwald2002-04-221-7/+18
* Backport the following changes:Walter Dörwald2002-04-221-0/+6
* backport fdrake's patch:Anthony Baxter2002-04-181-8/+20
* backport fdrake's patch:Anthony Baxter2002-04-181-1/+0
* Add a version annotation for the help() function.Fred Drake2002-04-171-0/+1
* Do not call "knee" a standard module.Fred Drake2002-04-081-3/+1
* SF 539024, Fix broken link to numpyNeal Norwitz2002-04-041-1/+1
* Explain that os.spawn*() return the process handle on Windows.Fred Drake2002-04-011-1/+2
* Fix up the documentation of the type codes to give both the C and PythonFred Drake2002-04-011-14/+23
* Add documentation on the hasfree data object.Fred Drake2002-03-281-0/+4
* Document the finditer() function and method.Fred Drake2002-03-251-2/+26
* Added description of binhex.Error.Fred Drake2002-03-251-0/+8