summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Backport: SF Bug #1008310, os.major() os.minor() example and description change.Neal Norwitz2005-10-031-2/+4
|
* Fix SF bug #991735, os.access reports true for read-only directories. Will ↵Neal Norwitz2005-10-031-0/+5
| | | | backport
* Backport: SF Bug #1308042, platform dependent behaviour (Windoze of course) ↵Neal Norwitz2005-10-031-1/+2
| | | | in UDP sockets.
* Minor clarification of effective level calculationVinay Sajip2005-09-301-0/+14
|
* backport bug [ 1298120 ] shlex does not support unicodeGeorg Brandl2005-09-291-0/+2
|
* Backport SF #1297059, doc incorrect return type for search() method. (There ↵Neal Norwitz2005-09-231-4/+3
| | | | is a description of returned values at the top, so just remove the sentance and correct an example.)
* Misc. backported changesVinay Sajip2005-09-161-1/+4
|
* backport patch [ 1277677 ] tkinter hello world example bugGeorg Brandl2005-09-151-1/+3
|
* backport bug [ 1274828 ] splitunc not documentedGeorg Brandl2005-09-141-0/+9
|
* backport notes about basicConfig() changes to 2.4 branchSkip Montanaro2005-09-141-1/+23
|
* Add FAQ entry regarding non-expoential representation.Raymond Hettinger2005-09-111-2/+11
|
* Backport checkin:Walter Dörwald2005-08-311-3/+3
| | | | SF bug #1277016: Turn sentence fragment into a complete sentence.
* patch [ 1274550 ] libtarfile.tex: external URL changedGeorg Brandl2005-08-271-2/+2
|
* patch [ 1274630 ] documentation fixesGeorg Brandl2005-08-271-6/+6
|
* backport bug [ 1248199 ] shelve .sync operation not documentedGeorg Brandl2005-08-251-0/+8
|
* Return complete lines from codec stream readersMartin v. Löwis2005-08-241-1/+5
| | | | | even if there is an exception in later lines, resulting in correct line numbers for decoding errors in source code. Fixes #1178484.
* backport bug [ 1190204 ] 3.29 site is confusing re site-packages on WindowsGeorg Brandl2005-08-241-2/+2
|
* backport bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOMEGeorg Brandl2005-08-241-8/+16
|
* backport bug [ 728515 ] mmap's resize method resizes the file in win32 but ↵Georg Brandl2005-08-241-0/+1
| | | | not unix
* SF bug #1100368: Wrong "type()" syntax in docsRaymond Hettinger2005-08-241-17/+21
| | | | | | Docs were missing the name/bases/dict form of type(). (Much of the wording contributed by Steven Bethard.)
* ord() documentation update; this is what remains applicable fromFred Drake2005-08-231-4/+9
| | | | | | SF patch #1057588; other changes make the rest of the patch out of date or otherwise unnecessary (backported from trunk revision 1.188)
* backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentationGeorg Brandl2005-08-221-1/+1
|
* SF bug #1121416: zip incorrectly and incompletely documentedRaymond Hettinger2005-08-211-4/+4
| | | | sequences ==> iterables
* Typo fixAndrew M. Kuchling2005-08-181-1/+1
|
* Backport checkin:Walter Dörwald2005-08-181-1/+1
| | | | Fix typo (fixes SF bug #1263086).
* Document 'istext' parameterAndrew M. Kuchling2005-08-121-2/+5
|
* backport patch [ 1252706 ] poplib list() docstring fix (and docs too)Georg Brandl2005-08-051-2/+2
|
* backport bug [ 1250306 ] incorrect description of range functionGeorg Brandl2005-08-031-1/+1
|
* backport [ 1243192 ] Incorrect documentation of re.UNICODEGeorg Brandl2005-08-021-12/+29
|
* [ 1243081 ] repair typosGeorg Brandl2005-07-222-2/+2
|
* SF #1204347: typo fix.Greg Ward2005-07-221-2/+2
|
* backport bug [ 755617 ] os module: Need a better description of "mode"Georg Brandl2005-07-181-0/+5
|
* backport 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
|
* backport [ 912943 ] 7.5.6 Thread Objects is too vagueGeorg Brandl2005-07-171-1/+6
|
* backport 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
|
* backportSkip Montanaro2005-07-171-1/+2
|
* backport 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
|
* backport bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usageGeorg Brandl2005-07-031-0/+3
|
* backport doctest for weakref examplesGeorg Brandl2005-07-021-2/+4
|
* backport 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
* backport bug [ 1166582 ] IterableUserDict not in docsGeorg Brandl2005-06-251-3/+9
|
* backport bug [ 1186072 ] tempnam doc doesn't include link to tmpfileGeorg Brandl2005-06-251-8/+9
|
* backport bug [ 1175022 ] property example code errorGeorg Brandl2005-06-251-0/+1
|