summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* SF# 1635892: Fix docs for betavariate's input parameters .Raymond Hettinger2007-01-191-1/+1
* [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and war...Andrew M. Kuchling2007-01-171-25/+57
* Add a note for strptime that just because strftime supports some extraBrett Cannon2007-01-151-0/+6
* Doc patch matching r53434 (htonl etc. now always take/return positive ints).Guido van Rossum2007-01-151-4/+4
* Added documentation for WatchedFileHandler (based on SF patch #1598415)Vinay Sajip2007-01-141-2/+38
* Fix typo.Georg Brandl2007-01-131-1/+1
* Deprecate the sets module.Brett Cannon2007-01-131-0/+2
* Fix error where the end of a funcdesc environment was accidentally moved tooBrett Cannon2007-01-121-1/+1
* - Make the documentation match the code and the docstringMatthias Klose2007-01-111-1/+1
* typo fixGregory P. Smith2007-01-051-1/+1
* Support linking of the bsddb module against BerkeleyDB 4.5.xGregory P. Smith2007-01-051-1/+1
* Add EnvironmentVarGuard to test.test_support. Provides a context manager toBrett Cannon2007-01-041-0/+18
* Fix wrong markup of an argument in a method signature.Thomas Heller2006-12-211-1/+1
* Mention the os.SEEK_* constantsAndrew M. Kuchling2006-12-213-9/+13
* [Bug #1619680] in_dll() arguments are documented in the wrong orderAndrew M. Kuchling2006-12-201-1/+1
* Some other built-in functions are described with 'sequence' argumentsAndrew M. Kuchling2006-12-201-38/+38
* Two grammar fixesAndrew M. Kuchling2006-12-201-2/+2
* [Bug #1619674] Make sum() use the term iterable, not sequenceAndrew M. Kuchling2006-12-201-5/+5
* Patch #1484695: The tarfile module now raises a HeaderError exceptionGeorg Brandl2006-12-191-0/+7
* Updated documentation for findCaller() to indicate that a 3-tuple is now retu...Vinay Sajip2006-12-191-2/+4
* [Bug #1613651] Document socket.recv_into, socket.recvfrom_intoAndrew M. Kuchling2006-12-191-2/+23
* [Bug #1618083] Add missing word; make a few grammar fixesAndrew M. Kuchling2006-12-181-4/+4
* Note that guard_warnings_filter was added in 2.6George Yoshida2006-12-141-0/+2
* Add test.test_support.guard_warnings_filter . This function returns a contextBrett Cannon2006-12-131-0/+4
* Fix a typoNeal Norwitz2006-12-111-1/+1
* - Fix the build of the library reference in info format.Matthias Klose2006-12-091-2/+2
* RFE #1592899: mention string.maketrans() in docs for str.translate,Georg Brandl2006-12-072-1/+4
* Fix pickle doc typoGeorge Yoshida2006-12-051-1/+1
* fix a versionchanged tagGeorge Yoshida2006-12-041-1/+1
* Patch #1371075: Make ConfigParser accept optional dict typeMartin v. Löwis2006-12-031-3/+12
* Bug #1603789: grammatical error in Tkinter docs.Georg Brandl2006-11-271-1/+1
* Bug #1601630: little improvement to getopt docsGeorg Brandl2006-11-231-3/+6
* Fix SF #1599879, socket.gethostname should ref getfqdn directly.Neal Norwitz2006-11-211-2/+2
* Further markup fix.Georg Brandl2006-11-201-1/+1
* markup fixGeorge Yoshida2006-11-201-1/+1
* Patch #1070046: Marshal new-style objects like InstanceTypeMartin v. Löwis2006-11-191-1/+8
* Bug #1597824: return the registered function from atexit.register()Georg Brandl2006-11-161-0/+16
* Bug #1597576: mention that the new base64 api has been introduced in py2.4.Georg Brandl2006-11-161-1/+1
* Bug #1067760: Deprecate passing floats to file.seek.Martin v. Löwis2006-11-121-0/+1
* Patch #1065257: Support passing open files as body inMartin v. Löwis2006-11-121-0/+5
* Bug #1594758: wording improvement for dict.update() docs.Georg Brandl2006-11-111-1/+2
* Bug #1594742: wrong word in stringobject doc.Georg Brandl2006-11-111-1/+1
* [Feature request #1542920] Link to wsgi.orgAndrew M. Kuchling2006-11-101-1/+2
* Bug #1592533: rename variable in heapq doc example, to avoid shadowingGeorg Brandl2006-11-081-4/+4
* Fix grammatical error as well.Thomas Heller2006-11-071-2/+2
* Fix markup.Thomas Heller2006-11-071-4/+2
* note that user can control directory location even if default dir is usedSkip Montanaro2006-11-061-1/+6
* Fix a code example by adding a missing import.Thomas Heller2006-11-021-1/+1
* Replace the XXX marker in the 'Arrays and pointers' reference manualThomas Heller2006-11-021-1/+2
* Added relativeCreated to Formatter doc (has been in the system for a long tim...Vinay Sajip2006-10-311-0/+3