summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* bug [ 1252706 ] poplib list() docstring fix (and docs too)Georg Brandl2005-08-051-2/+2
|
* bug [ 1250306 ] incorrect description of range functionGeorg Brandl2005-08-031-1/+1
|
* Add exampleAndrew M. Kuchling2005-08-021-2/+14
|
* Add noteAndrew M. Kuchling2005-08-021-0/+14
|
* [ 1243192 ] Incorrect documentation of re.UNICODEGeorg Brandl2005-08-021-12/+29
|
* Minor tweak as a side effect of fixing #1243553. The Unicode name for " isSkip Montanaro2005-08-021-1/+1
| | | | 'quotation mark', so I decided to use it instead of 'double-quote'.
* use a test for PDF support that is more portable across teTeX major versionsFred Drake2005-07-292-4/+8
| | | | (closes SF bug #1238210)
* Documentation added about changes in 2.4 to basicConfig(), including ↵Vinay Sajip2005-07-291-1/+23
| | | | documentation of the keyword arguments. A version change note was also added to the basic example.
* Fix all wrong instances of "it's".Georg Brandl2005-07-223-6/+6
|
* [ 1243081 ] repair typosGeorg Brandl2005-07-223-5/+5
|
* add information about alternate implementations, noting that documentationFred Drake2005-07-201-1/+51
| | | | | for the implementation should be consulted (thanks to Evelyn Mitchell for suggesting this)
* fix markup nitsFred Drake2005-07-201-4/+4
|
* [ 755617 ] os module: Need a better description of "mode"Georg Brandl2005-07-181-0/+5
|
* bug [ 850238 ] unclear documentation/missing command?Georg Brandl2005-07-181-3/+3
|
* bug [ 957505 ] SocketServer module documentation misleadingGeorg Brandl2005-07-181-5/+3
|
* bug [ 1021621 ] use first_name, not first, in code samplesGeorg Brandl2005-07-171-2/+2
|
* bug [ 872769 ] os.access() documentation should stress race conditionsGeorg Brandl2005-07-171-0/+5
|
* [ 912943 ] 7.5.6 Thread Objects is too vagueGeorg Brandl2005-07-171-1/+6
|
* - Bug #1015140: disambiguated the term "article id" in nntplib docs andGeorg Brandl2005-07-171-4/+6
| | | | docstrings to either "article number" or "message id".
* bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete documentatedGeorg Brandl2005-07-171-2/+2
|
* use macroSkip Montanaro2005-07-171-1/+1
|
* Note that usegmt is new in 2.4. Closes #1239681.Skip Montanaro2005-07-171-1/+2
|
* RFE [ 1216944 ] Add Error Code Dictionary to urllib2Georg Brandl2005-07-141-0/+9
|
* Oops.Georg Brandl2005-07-121-1/+1
|
* bug [ 1232768 ] Mistakes in online docs under "5.3 Pure Embedding"Georg Brandl2005-07-121-6/+4
|
* bug [ 1235266 ] debug info file descriptor of tarfile is inconsistentGeorg Brandl2005-07-121-1/+1
|
* bug [ 969757 ] function and method objects confounded in TutorialGeorg Brandl2005-07-081-1/+1
|
* Revert patch for 1162912.Georg Brandl2005-07-041-3/+0
|
* bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usageGeorg Brandl2005-07-031-0/+3
|
* Add doctest for examples in libweakref.tex to test_weakref.Georg Brandl2005-07-021-2/+4
|
* bug [ 1228904 ] weakref example brokenGeorg Brandl2005-07-021-5/+2
|
* Patch [ 1230615 ] Patch for (Doc) #1168746Georg Brandl2005-07-021-11/+14
| | | | Bug [ 1204734 ] incorrect description of __getattribute__
* Cross reference the set built-ins with the sets module.Raymond Hettinger2005-07-011-0/+8
|
* Provide a comparison to the builtin set types.Raymond Hettinger2005-07-011-2/+32
|
* More info on rounding modes. Add sections for floating point notes.Raymond Hettinger2005-07-011-7/+12
|
* Note that files are iterable.Raymond Hettinger2005-06-281-0/+15
|
* * Show the keyword argument form of dict().Raymond Hettinger2005-06-271-2/+12
| | | | * Note that dict works with the "in" keyword.
* add note that os.EX_* constants are subject to availability on the hostFred Drake2005-06-271-0/+3
| | | | platform
* bug [ 1166582 ] IterableUserDict not in docsGeorg Brandl2005-06-251-9/+15
|
* bug [ 1186072 ] tempnam doc doesn't include link to tmpfileGeorg Brandl2005-06-251-8/+9
|
* bug [ 1175022 ] property example code errorGeorg Brandl2005-06-251-0/+1
|
* Bug [ 1190563 ] os.waitpid docs don't specify return value for WNOHANGGeorg Brandl2005-06-251-2/+3
|
* bug [ 1202475 ] httplib docs mentioning HTTPConnection.getreplyGeorg Brandl2005-06-251-5/+10
|
* Patch [ 1213031 ] note that os.chown can have -1 as an argumentGeorg Brandl2005-06-251-1/+1
|
* correcting duplicate TeX markupGeorg Brandl2005-06-251-1/+0
|
* Bug [ 1225705 ] os.environ documentation should mention unsetenvGeorg Brandl2005-06-251-3/+22
|
* Patch #1227442: smtplib.SMTP.sendmail() accepts a string or list as to_addrs.Georg Brandl2005-06-251-7/+8
|
* Add a(nother) warning about mixing Py_NewInterpreter and theMichael W. Hudson2005-06-201-0/+6
| | | | PyGILState_* functions.
* fix some silly whitespace stuff (must have hit M-q or something?)Michael W. Hudson2005-06-201-13/+13
|
* Bug #1209560: spurious blank page in dist.pdfGeorg Brandl2005-06-181-0/+3
|