summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #1713535 backport.Georg Brandl2007-05-051-1/+1
* Backport r54712: document that calling file.next() on a file open for writingBrett Cannon2007-04-271-8/+9
* fix some markup errorsFred Drake2007-04-264-5/+5
* Fix markupRaymond Hettinger2007-04-241-1/+1
* Bug #1705717: error in sys.argv docs.Georg Brandl2007-04-241-2/+2
* Fix SF #1703110, Incorrect example for add_password() (use uri, not host)Neal Norwitz2007-04-241-1/+4
* Describe undocumented third argument to touchline()Andrew M. Kuchling2007-04-111-2/+4
* Bug #1685704: use -m switch in timeit docs.Georg Brandl2007-03-221-1/+1
* Add new exampleRaymond Hettinger2007-03-201-0/+3
* Backport docs for recv_into and recvfrom_into.Georg Brandl2007-03-181-0/+22
* RFE #1670167: fix in isinstance() docs.Georg Brandl2007-03-161-2/+3
* Patch #1680978: consistently use "alive" instead of "active" in theGeorg Brandl2007-03-151-24/+20
* doc update from HEAD. don't list "Unix, Windows" as a platform since thatGregory P. Smith2007-03-143-3/+0
* doc update from HEADGregory P. Smith2007-03-141-4/+4
* Patch #1679379: add documentation for fnmatch.translate().Georg Brandl2007-03-131-0/+31
* Typo fix.Georg Brandl2007-03-121-1/+1
* Fix #1676656: \em is different from \emph...Georg Brandl2007-03-081-1/+1
* Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position.Georg Brandl2007-03-071-1/+3
* Typo fix.Georg Brandl2007-03-071-1/+1
* Fix typo (noticed in Raymond's r54053 commit adding NamedTupleAndrew M. Kuchling2007-03-011-1/+1
* Markup fixAndrew M. Kuchling2007-02-261-2/+2
* Provide an example of defaultdict with non-zero constant factory function.Raymond Hettinger2007-02-191-8/+12
* Add missing \versionadded.Georg Brandl2007-02-151-0/+4
* Patch #1494140: Add documentation for the new struct.Struct object.Georg Brandl2007-02-151-0/+55
* Make functools.wraps() docs a bit clearer.Georg Brandl2007-02-151-6/+11
* Bug #1658794: Remove extraneous 'this'.Martin v. Löwis2007-02-131-1/+1
* Bug #1656581: Point out that external file objects are supposed to beLars Gustäbel2007-02-121-2/+3
* Bug #1656078: typo in in profile docs.Georg Brandl2007-02-091-1/+1
* Update broken link.Martin v. Löwis2007-02-091-1/+1
* SF: 1397711 Set docs conflated immutable and hashableRaymond Hettinger2007-02-071-1/+1
* Bug #1648191: typo in docs.Georg Brandl2007-01-301-1/+1
* Strengthen warning about using lock()Andrew M. Kuchling2007-01-241-8/+12
* 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
* - Make the documentation match the code and the docstringMatthias Klose2007-01-111-1/+1
* Added relativeCreated to Formatter doc (has been in the system for a long tim...Vinay Sajip2007-01-081-4/+9
* typo fixGregory P. Smith2007-01-051-1/+1
* support linking the _bsddb extension module against BerkeleyDB 4.5Gregory P. Smith2007-01-051-1/+1
* 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
* Backport doc changes from rev. 53112, 53115: use 'iterable' in variousAndrew M. Kuchling2006-12-201-43/+43
* Two grammar fixesAndrew M. Kuchling2006-12-201-2/+2
* Updated documentation for findCaller() to indicate that a 3-tuple is now retu...Vinay Sajip2006-12-191-2/+4
* [Bug #1618083] Add missing word; make a few grammar fixesAndrew M. Kuchling2006-12-181-4/+4
* - 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
* 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