summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* backport [ 1190563 ] os.waitpid docs don't specify return value for WNOHANGGeorg Brandl2005-06-251-2/+3
* backport bug [ 1202475 ] httplib docs mentioning HTTPConnection.getreplyGeorg Brandl2005-06-251-5/+10
* backport patch [ 1213031 ] note that os.chown can have -1 as an argumentGeorg Brandl2005-06-251-1/+1
* backport of bug [ 1225705 ] os.environ documentation should mention unsetenvGeorg Brandl2005-06-251-3/+21
* backport Patch #1227442: smtplib.SMTP.sendmail() accepts list or string for t...Georg Brandl2005-06-251-7/+8
* Patch #1180012: add documentation for modulefinder (backport)Georg Brandl2005-06-181-0/+1
* Fix nits.Raymond Hettinger2005-06-151-2/+3
* [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-6/+15
* Backport 1.26 Decimal FAQ.Raymond Hettinger2005-06-121-2/+155
* Clarify docs about os.popen[234].Georg Brandl2005-06-101-2/+2
* [Bug #1149413] 'psize' argument should be 'pgsize'Andrew M. Kuchling2005-06-081-2/+2
* Bug #1210001: typo in email docsGeorg Brandl2005-06-041-1/+1
* [Bug #1209880] Describe only the True/False return values from lock.acquire()Andrew M. Kuchling2005-06-022-4/+3
* [Bug #1105706] Use correct name for constantAndrew M. Kuchling2005-06-011-2/+2
* [Bug #1123268] Fix typoAndrew M. Kuchling2005-06-011-1/+1
* [Bug #1194249] Fix duplicate assignment in example codeAndrew M. Kuchling2005-06-011-1/+1
* SF bug #1202395: Description of string.lstrip() needs improvementRaymond Hettinger2005-05-311-15/+33
* SF bug #1209671: dict.popitem documentation should mention empty dict caseRaymond Hettinger2005-05-271-1/+2
* fix description of the input range of unichr()Fred Drake2005-05-251-1/+2
* backport from headSkip Montanaro2005-05-121-1/+82
* Correct swapped descriptions of empty string splits.Raymond Hettinger2005-04-191-2/+2
* Backport relevant part of checkin:Walter Dörwald2005-04-141-2/+2
* get_method() returns a method name, not take it as an argumentFred Drake2005-04-131-2/+2
* SF bug #1180392: StringIO's docs should mention overwriting of initial valueRaymond Hettinger2005-04-111-0/+1
* SF bug #1179957: Missing def'n of equality for set elementRaymond Hettinger2005-04-102-1/+7
* SF bug #1178269 Clarify when isMappingType/isSequenceType is True.Raymond Hettinger2005-04-071-3/+5
* SF bug #1178255: 256 should read 255 in operator module docsRaymond Hettinger2005-04-071-1/+1
* Corrected SMTPHandler docs and added info about threadName attribute of LogRe...Vinay Sajip2005-03-311-2/+2
* Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460.Martin v. Löwis2005-03-281-1/+3
* SF #1169212: fix silly typo in explaining AFMT macros: U16 is unsignedGreg Ward2005-03-281-8/+9
* SF patch #1171417: bug fix for islice() in docsRaymond Hettinger2005-03-271-8/+6
* correct ontosys url - closes 1167329Skip Montanaro2005-03-211-1/+1
* SF #1086675: restore "Extending optparse" section (which was droppedGreg Ward2005-03-191-0/+244
* Regenerate from Optik reST source to ensure CVS Id tags are up-to-date.Greg Ward2005-03-191-1/+1
* List all option attributes (closes SF #993601).Greg Ward2005-03-191-0/+81
* Beef up optparse reference docs -- now much closer to documenting theGreg Ward2005-03-191-55/+198
* Fix test_socket's test for socket.getfqdn() to also accept the result fromBrett Cannon2005-03-121-2/+2
* backportSkip Montanaro2005-03-091-2/+0