summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* use a test for PDF support that is more portable across teTeX major versionsFred Drake2005-07-292-4/+8
* Documentation added about changes in 2.4 to basicConfig(), including document...Vinay Sajip2005-07-291-1/+23
* 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
* 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
* 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
* 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
* add note that os.EX_* constants are subject to availability on the hostFred Drake2005-06-271-0/+3
* 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
* 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
* Patch #1180012: add documentation for modulefinderGeorg Brandl2005-06-181-0/+1
* Fix grammar (it's -> its).Neil Schemenauer2005-06-185-7/+7
* Fix typo.Raymond Hettinger2005-06-171-1/+1
* Fix nits.Raymond Hettinger2005-06-151-2/+3
* Missed this documentation change about my marshal-floats-binarywiseMichael W. Hudson2005-06-151-3/+4
* [Bug #1219862] Document correct argument range for pair_content()Andrew M. Kuchling2005-06-141-1/+1