Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Describe undocumented third argument to touchline() | Andrew M. Kuchling | 2007-04-11 | 1 | -2/+4 |
| | |||||
* | Bug #1685704: use -m switch in timeit docs. | Georg Brandl | 2007-03-22 | 1 | -1/+1 |
| | | | | (backport from rev. 54524) | ||||
* | Add new example | Raymond Hettinger | 2007-03-20 | 1 | -0/+3 |
| | |||||
* | Backport docs for recv_into and recvfrom_into. | Georg Brandl | 2007-03-18 | 1 | -0/+22 |
| | |||||
* | RFE #1670167: fix in isinstance() docs. | Georg Brandl | 2007-03-16 | 1 | -2/+3 |
| | | | | (backport from rev. 54409) | ||||
* | Patch #1680978: consistently use "alive" instead of "active" in the | Georg Brandl | 2007-03-15 | 1 | -24/+20 |
| | | | | | thread lib doc. (backport from rev. 54392) | ||||
* | doc update from HEAD. don't list "Unix, Windows" as a platform since that | Gregory P. Smith | 2007-03-14 | 3 | -3/+0 |
| | | | | covers everything now that Mac OS 9 isn't a popular issue. | ||||
* | doc update from HEAD | Gregory P. Smith | 2007-03-14 | 1 | -4/+4 |
| | |||||
* | Patch #1679379: add documentation for fnmatch.translate(). | Georg Brandl | 2007-03-13 | 1 | -0/+31 |
| | | | | (backport from rev. 54323) | ||||
* | Typo fix. | Georg Brandl | 2007-03-12 | 1 | -1/+1 |
| | | | | (backport from rev. 54292) | ||||
* | Fix #1676656: \em is different from \emph... | Georg Brandl | 2007-03-08 | 1 | -1/+1 |
| | | | | (backport from rev. 54220) | ||||
* | Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. | Georg Brandl | 2007-03-07 | 1 | -1/+3 |
| | | | | (backport from rev. 54202) | ||||
* | Typo fix. | Georg Brandl | 2007-03-07 | 1 | -1/+1 |
| | |||||
* | Fix typo (noticed in Raymond's r54053 commit adding NamedTuple | Andrew M. Kuchling | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | Markup fix | Andrew M. Kuchling | 2007-02-26 | 1 | -2/+2 |
| | |||||
* | Provide an example of defaultdict with non-zero constant factory function. | Raymond Hettinger | 2007-02-19 | 1 | -8/+12 |
| | |||||
* | Add missing \versionadded. | Georg Brandl | 2007-02-15 | 1 | -0/+4 |
| | | | | (backport from rev. 53787) | ||||
* | Patch #1494140: Add documentation for the new struct.Struct object. | Georg Brandl | 2007-02-15 | 1 | -0/+55 |
| | | | | (backport from rev. 53785) | ||||
* | Make functools.wraps() docs a bit clearer. | Georg Brandl | 2007-02-15 | 1 | -6/+11 |
| | | | | (backport from rev. 53783) | ||||
* | Bug #1658794: Remove extraneous 'this'. | Martin v. Löwis | 2007-02-13 | 1 | -1/+1 |
| | |||||
* | Bug #1656581: Point out that external file objects are supposed to be | Lars Gustäbel | 2007-02-12 | 1 | -2/+3 |
| | | | | at position 0. (backport from rev. 53752) | ||||
* | Bug #1656078: typo in in profile docs. | Georg Brandl | 2007-02-09 | 1 | -1/+1 |
| | | | | (backport from rev. 53697) | ||||
* | Update broken link. | Martin v. Löwis | 2007-02-09 | 1 | -1/+1 |
| | |||||
* | SF: 1397711 Set docs conflated immutable and hashable | Raymond Hettinger | 2007-02-07 | 1 | -1/+1 |
| | |||||
* | Bug #1648191: typo in docs. | Georg Brandl | 2007-01-30 | 1 | -1/+1 |
| | | | | (backport from rev. 53603) | ||||
* | Strengthen warning about using lock() | Andrew M. Kuchling | 2007-01-24 | 1 | -8/+12 |
| | |||||
* | SF# 1635892: Fix docs for betavariate's input parameters . | Raymond Hettinger | 2007-01-19 | 1 | -1/+1 |
| | |||||
* | [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and ↵ | Andrew M. Kuchling | 2007-01-17 | 1 | -25/+57 |
| | | | | warn user to lock/unlock mailboxes when modifying them | ||||
* | - Make the documentation match the code and the docstring | Matthias Klose | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | Added relativeCreated to Formatter doc (has been in the system for a long ↵ | Vinay Sajip | 2007-01-08 | 1 | -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). | ||||
* | typo fix | Gregory P. Smith | 2007-01-05 | 1 | -1/+1 |
| | |||||
* | support linking the _bsddb extension module against BerkeleyDB 4.5 | Gregory P. Smith | 2007-01-05 | 1 | -1/+1 |
| | | | | [backport of r53252] | ||||
* | Fix wrong markup of an argument in a method signature. | Thomas Heller | 2006-12-21 | 1 | -1/+1 |
| | | | | Backported from trunk. | ||||
* | Mention the os.SEEK_* constants | Andrew M. Kuchling | 2006-12-21 | 3 | -9/+13 |
| | |||||
* | [Bug #1619680] in_dll() arguments are documented in the wrong order | Andrew M. Kuchling | 2006-12-20 | 1 | -1/+1 |
| | |||||
* | Backport doc changes from rev. 53112, 53115: use 'iterable' in various | Andrew M. Kuchling | 2006-12-20 | 1 | -43/+43 |
| | | | | places instead of 'sequence'. | ||||
* | Two grammar fixes | Andrew M. Kuchling | 2006-12-20 | 1 | -2/+2 |
| | |||||
* | Updated documentation for findCaller() to indicate that a 3-tuple is now ↵ | Vinay Sajip | 2006-12-19 | 1 | -2/+4 |
| | | | | returned, rather than a 2-tuple. | ||||
* | [Bug #1618083] Add missing word; make a few grammar fixes | Andrew M. Kuchling | 2006-12-18 | 1 | -4/+4 |
| | |||||
* | - Fix the build of the library reference in info format. | Matthias Klose | 2006-12-09 | 1 | -2/+2 |
| | |||||
* | RFE #1592899: mention string.maketrans() in docs for str.translate, | Georg Brandl | 2006-12-07 | 2 | -1/+4 |
| | | | | | remove reference to the old regex module in the former's doc. (backport from rev. 52951) | ||||
* | Fix pickle doc typo | George Yoshida | 2006-12-05 | 1 | -1/+1 |
| | | | | | Patch #1608758 (backport from r52917) | ||||
* | Bug #1603789: grammatical error in Tkinter docs. | Georg Brandl | 2006-11-27 | 1 | -1/+1 |
| | | | | (backport from rev. 52850) | ||||
* | Bug #1601630: little improvement to getopt docs | Georg Brandl | 2006-11-23 | 1 | -3/+6 |
| | | | | (backport from rev. 52833) | ||||
* | Fix SF #1599879, socket.gethostname should ref getfqdn directly. | Neal Norwitz | 2006-11-21 | 1 | -2/+2 |
| | |||||
* | Bug #1597576: mention that the new base64 api has been introduced in py2.4. | Georg Brandl | 2006-11-16 | 1 | -1/+1 |
| | | | | (backport from rev. 52762) | ||||
* | Bug #1594758: wording improvement for dict.update() docs. | Georg Brandl | 2006-11-11 | 1 | -1/+2 |
| | | | | (backport from rev. 52733) | ||||
* | Bug #1594742: wrong word in stringobject doc. | Georg Brandl | 2006-11-11 | 1 | -1/+1 |
| | | | | (backport from rev. 52731) | ||||
* | [Feature request #1542920] Link to wsgi.org | Andrew M. Kuchling | 2006-11-10 | 1 | -1/+2 |
| | |||||
* | Bug #1592533: rename variable in heapq doc example, to avoid shadowing | Georg Brandl | 2006-11-08 | 1 | -4/+4 |
| | | | | | "sorted". (backport from rev. 52668) |