summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* fix various descriptions of "ctime"Fred Drake2004-05-122-2/+6
* fix various typos; thanks, George Yoshida!Fred Drake2004-05-126-6/+6
* add note about the __name__ read-only attributeFred Drake2004-05-121-1/+6
* markup adjustmentFred Drake2004-05-111-3/+5
* Added a note describing how fp should be opened in binary mode, especially onBarry Warsaw2004-05-101-0/+4
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-061-1/+1
* - note that __getinitargs__() is only for old-style classesFred Drake2004-05-051-2/+19
* Remove list of pickle protocol names used by the copy module; thereFred Drake2004-05-051-5/+1
* note that the error code for socket.gaierror will be one of the EAI_*Fred Drake2004-05-051-0/+2
* SF #814606: fix mixer docs to talk about "controls", not "channels".Greg Ward2004-05-051-25/+27
* Document readline module functions added in Python 2.3. See:Phillip J. Eby2004-05-041-0/+16
* the headers in an HTTP request are HTTP headers, not MIME headersFred Drake2004-04-291-2/+2
* remove out-of-date count of the functions in winsoundFred Drake2004-04-281-1/+1
* remove bogus markup that caused the docs to be wrongFred Drake2004-04-151-1/+1
* give rational filenames to some of the generated HTMLFred Drake2004-04-081-2/+4
* #928751, fix typos in socket docNeal Norwitz2004-04-031-3/+3
* remove workarounds to prevent "--" in code from being improperly munged toFred Drake2004-04-012-6/+6
* Note that reading from a socket may not always return all of theFred Drake2004-04-011-0/+4
* - make sure the methods minidom adds to the basic DOM are attributedFred Drake2004-04-011-15/+10
* remove out-of-date warningFred Drake2004-03-261-5/+0
* SF bug #918371: hasattr()'s return typeRaymond Hettinger2004-03-201-2/+2
* fix typo in reference to RFC 3464 DSN MIME typeFred Drake2004-02-241-1/+1
* Update "more info" link to http://www.poynton.com/ColorFAQ.html .Brett Cannon2004-02-101-1/+1
* SF patch #892821: example for urllib2 has SyntaxErrorRaymond Hettinger2004-02-081-2/+1
* SF bug #892854: typo in textwrap doc pageRaymond Hettinger2004-02-081-1/+1
* Clarify minor point about the ref() and proxy() constructors.Fred Drake2004-02-031-3/+4
* fix method name in example codeFred Drake2004-01-231-2/+2
* add direct link to the article in DDJFred Drake2004-01-211-1/+2
* backport some doc fixesSkip Montanaro2004-01-211-4/+11
* add link to the red-dove.com page about the logging packageFred Drake2004-01-081-0/+7
* SF bug #872461: list.extend() described as experimentalRaymond Hettinger2004-01-081-3/+1
* in the section "The interpreter stack":Fred Drake2004-01-011-30/+39
* fix reference to File Object documentationFred Drake2004-01-011-1/+3
* minor markup adjustment; will need to re-generate 2.3.3 docsFred Drake2003-12-181-2/+2
* fix loss of a space after indexing markupFred Drake2003-12-181-1/+1
* apply hackish work-arounds to make sure double hyphens aren't screwedFred Drake2003-12-181-2/+2
* apply hackish work-around to make sure double hyphens aren't screwedFred Drake2003-12-181-1/+1
* apply hackish work-arounds to make sure double hyphens aren't screwedFred Drake2003-12-181-5/+5
* fix typoFred Drake2003-12-171-1/+1
* quick workaround to make "--" in a code sample not be treated wronglyFred Drake2003-12-161-4/+4
* fix typo: added missing wordFred Drake2003-12-151-1/+1
* SF patch #855195: fix typosRaymond Hettinger2003-12-074-3/+4
* Fix double hyphen markup.Raymond Hettinger2003-12-071-3/+3
* Backport various fixups (with permission from the RM).Raymond Hettinger2003-12-072-6/+3
* Backports:Raymond Hettinger2003-12-071-61/+78
* SF bug #855317: unittest: 5.3.9 Getting Extended Error InformationRaymond Hettinger2003-12-071-42/+0
* - fix markup in the bool() descriptionFred Drake2003-12-051-10/+9
* Patch #849350: Update to document bool return values.Martin v. Löwis2003-11-274-4/+4
* More words: gave more motivation, and added cautions about the specialTim Peters2003-11-211-10/+51
* Add a missing import. Closes SF # 816344. Will forward port.Barry Warsaw2003-11-211-0/+1