summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* SF: 1397711 Set docs conflated immutable and hashableRaymond Hettinger2007-02-071-1/+1
|
* Bug #1648191: typo in docs.Georg Brandl2007-01-301-1/+1
| | | | (backport from rev. 53603)
* fix typo (extraneous ")")Fred Drake2007-01-261-1/+1
|
* Strengthen warning about using lock()Andrew M. Kuchling2007-01-241-8/+12
|
* Update version of What's NewAndrew M. Kuchling2007-01-221-17/+27
|
* SF# 1635892: Fix docs for betavariate's input parameters .Raymond Hettinger2007-01-191-1/+1
|
* SF #1635217, Fix unbalanced parenNeal Norwitz2007-01-191-1/+1
|
* Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.Georg Brandl2007-01-171-2/+2
| | | | (backport from rev. 53477)
* Bug #1637967: missing //= operator in list.Georg Brandl2007-01-171-2/+2
| | | | (backport from rev. 53475)
* [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and ↵Andrew M. Kuchling2007-01-171-25/+57
| | | | warn user to lock/unlock mailboxes when modifying them
* - 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 ↵Vinay Sajip2007-01-081-4/+9
| | | | | | | time - was unaccountably left out of the docs and not noticed until now). Documentation clarified to mention optional parameters. Documentation omitted the additional parameter to LogRecord.__init__ which was added in 2.5. (See SF #1569622).
* update to (c) years to include 2007Anthony Baxter2007-01-061-1/+1
|
* typo fixGregory P. Smith2007-01-051-1/+1
|
* support linking the _bsddb extension module against BerkeleyDB 4.5Gregory P. Smith2007-01-051-1/+1
| | | | [backport of r53252]
* SF #1627373, fix typo in CarbonEvt.Neal Norwitz2007-01-041-1/+1
|
* Remove a stray (old) macro name left around (I guess)Neal Norwitz2006-12-281-2/+0
|
* Fix wrong markup of an argument in a method signature.Thomas Heller2006-12-211-1/+1
| | | | Backported from trunk.
* 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
| | | | places instead of 'sequence'.
* Two grammar fixesAndrew M. Kuchling2006-12-201-2/+2
|
* Updated documentation for findCaller() to indicate that a 3-tuple is now ↵Vinay Sajip2006-12-191-2/+4
| | | | returned, rather than a 2-tuple.
* [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-092-14/+33
|
* RFE #1592899: mention string.maketrans() in docs for str.translate,Georg Brandl2006-12-072-1/+4
| | | | | remove reference to the old regex module in the former's doc. (backport from rev. 52951)
* Fix pickle doc typoGeorge Yoshida2006-12-051-1/+1
| | | | | Patch #1608758 (backport from r52917)
* Bug #1603789: grammatical error in Tkinter docs.Georg Brandl2006-11-271-1/+1
| | | | (backport from rev. 52850)
* Bug #1601630: little improvement to getopt docsGeorg Brandl2006-11-231-3/+6
| | | | (backport from rev. 52833)
* Fix SF #1599879, socket.gethostname should ref getfqdn directly.Neal Norwitz2006-11-211-2/+2
|
* Bug #1597576: mention that the new base64 api has been introduced in py2.4.Georg Brandl2006-11-161-1/+1
| | | | (backport from rev. 52762)
* Bug #1594758: wording improvement for dict.update() docs.Georg Brandl2006-11-111-1/+2
| | | | (backport from rev. 52733)
* Bug #1594742: wrong word in stringobject doc.Georg Brandl2006-11-111-1/+1
| | | | (backport from rev. 52731)
* [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
| | | | | "sorted". (backport from rev. 52668)
* Patch #1592072: fix docs for return value of PyErr_CheckSignals.Georg Brandl2006-11-081-1/+1
| | | | (backport from rev. 52666)
* Add missing wordAndrew M. Kuchling2006-11-071-1/+1
|
* Fix markup and grammatical errors. Backport from trunkThomas Heller2006-11-071-6/+4
|
* backport: note that user can control directory location even if default dir ↵Skip Montanaro2006-11-061-1/+6
| | | | is used
* Fix code example by adding a missing import.Thomas Heller2006-11-021-1/+1
| | | | | | Fixes #1557890. Backported from trunk.
* Replace the XXX marker in the 'Arrays and pointers' reference manualThomas Heller2006-11-021-1/+2
| | | | | | section with a link to the tutorial sections. Backported from trunk.
* From SF 1557890, fix problem of using wrong type in example.Neal Norwitz2006-10-281-1/+1
|
* Fix nth() itertool recipe.Georg Brandl2006-10-281-2/+2
| | | | (backport from rev. 52497)
* Point users to the subprocess module in the docs for os.system, os.spawn*, ↵Andrew M. Kuchling2006-10-274-9/+38
| | | | os.popen2, and the popen2 and commands modules
* [Bug #1562583] Mention the set_reuse_addr() methodAndrew M. Kuchling2006-10-271-3/+5
|
* [Bug #1583946] Reword description of server and issuerAndrew M. Kuchling2006-10-271-5/+6
|
* [Bug #1585690] Note that line_num was added in Python 2.5Andrew M. Kuchling2006-10-271-0/+1
|
* [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. ↵Andrew M. Kuchling2006-10-261-4/+4
| | | | Reported by David Faure.
* [Bug #1576348] Fix typo in exampleAndrew M. Kuchling2006-10-191-1/+1
|
* Mention the bdist_msi module.Martin v. Löwis2006-10-151-0/+5
|