summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Generator's constructor: The documentation was incorrect regarding howBarry Warsaw2003-11-191-3/+2
* Patch #843088: Fix typos.Martin v. Löwis2003-11-182-3/+3
* Fix typoRaymond Hettinger2003-11-161-1/+1
* add missing "if"Fred Drake2003-11-101-1/+1
* fix SF bug # 812818Alex Martelli2003-11-021-5/+41
* Avoid giving advice that's bad for security, as per SF bug #823515Alex Martelli2003-11-021-1/+3
* SF patch #834444: add versionadd to new functionsRaymond Hettinger2003-11-021-0/+2
* [Bug #817178] Fix incorrect arguments in example, noted by Terry ReedyAndrew M. Kuchling2003-10-311-1/+1
* Patch #830858: Correct the number of is-functions.Martin v. Löwis2003-10-311-1/+1
* SF bug #827902: ctime is not creation timeRaymond Hettinger2003-10-291-2/+3
* SF bug #827902: ctime is not creation timeRaymond Hettinger2003-10-271-1/+2