summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* [ 1243081 ] repair typosGeorg Brandl2005-07-222-4/+4
|
* fix markup nitsFred Drake2005-07-201-4/+4
|
* [ 755617 ] os module: Need a better description of "mode"Georg Brandl2005-07-181-0/+5
|
* bug [ 957505 ] SocketServer module documentation misleadingGeorg Brandl2005-07-181-5/+3
|
* 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".
* 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
|
* bug [ 1235266 ] debug info file descriptor of tarfile is inconsistentGeorg Brandl2005-07-121-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
|
* 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
|
* 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
|
* Patch #1180012: add documentation for modulefinderGeorg Brandl2005-06-181-0/+1
|
* Fix nits.Raymond Hettinger2005-06-151-2/+3
|
* Missed this documentation change about my marshal-floats-binarywiseMichael W. Hudson2005-06-151-3/+4
| | | | change.
* [Bug #1219862] Document correct argument range for pair_content()Andrew M. Kuchling2005-06-141-1/+1
|
* SF bug #1215887: String and list methods documentation deeply hiddenRaymond Hettinger2005-06-141-5/+14
| | | | | Make doc on specific types easier to find by listing them in the headings for the abstract types.
* fix typo. \var vs \variableGregory P. Smith2005-06-111-1/+1
|
* Clarify docs about os.popen[234].Georg Brandl2005-06-101-2/+2
|
* The functions audioop.lin2adpcm3() and audioop.adpcm32lin() were removed fromArmin Rigo2005-06-101-12/+0
| | | | this module in Jan 1994, but still documented.
* Add untokenize() function to allow full round-trip tokenization.Raymond Hettinger2005-06-101-0/+52
| | | | | | Should significantly enhance the utility of the module by supporting the creation of tools that modify the token stream and writeback the modified result.
* [Bug #1149413] 'psize' argument should be 'pgsize'Andrew M. Kuchling2005-06-081-2/+2
|
* Tweak note about using os.open to lock files if O_SHLOCK and O_EXLOCK areSkip Montanaro2005-06-081-5/+5
| | | | present.
* Add a decimal FAQRaymond Hettinger2005-06-071-2/+155
|
* Documentation clarified re. config socket listener protocolVinay Sajip2005-06-051-1/+4
|
* Bug #1210001: typo in email docGeorg Brandl2005-06-041-1/+1
|
* Correct URL to the official UnicodeData 3.2.0 resource. (ReportedHye-Shik Chang2005-06-041-1/+1
| | | | by Darek Suchojad)
* [Bug #1209880] Describe only the True/False return values from lock.acquire()Andrew M. Kuchling2005-06-022-4/+3
|
* Patch #1212117: Add optional attribute st_flags to os.stat_resultHye-Shik Chang2005-06-021-0/+1
| | | | | when the member is available on the platform. (Contributed by Diego Petteno)
* added GET/SETANNOTATION methodsPiers Lauder2005-06-011-0/+10
|
* [Bug #1105706] Use correct name for constantAndrew M. Kuchling2005-06-011-2/+2
|
* [Bug #1123268] Fix typoAndrew M. Kuchling2005-06-011-1/+1
|
* [Bug #1181939] Remove incorrect text about __init__; move map discussion ↵Andrew M. Kuchling2005-06-011-5/+4
| | | | into a separate paragraph
* [Bug #1194249] Fix duplicate assignment in example codeAndrew M. Kuchling2005-06-011-1/+1
|