Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Describe undocumented third argument to touchline() | Andrew M. Kuchling | 2007-04-11 | 1 | -2/+4 |
| | |||||
* | preparing for 2.5.1c1 | Anthony Baxter | 2007-04-05 | 2 | -1/+2 |
| | |||||
* | SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classes | Raymond Hettinger | 2007-04-03 | 1 | -11/+20 |
| | |||||
* | Add item | Andrew M. Kuchling | 2007-03-30 | 1 | -0/+11 |
| | |||||
* | Patch #1489771: update syntax rules in Python Reference Manual. | Žiga Seilnacht | 2007-03-24 | 4 | -42/+190 |
| | | | | | | | | | Python 2.5 added support for explicit relative import statements and yield expressions, which were missing in the manual. Also fix grammar productions that used the names from the Grammar file, markup that broke the generated grammar.txt, and wrap some lines that broke the pdf output. (backport from rev. 54559) | ||||
* | Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. | Martin v. Löwis | 2007-03-23 | 1 | -3/+3 |
| | |||||
* | Bug #1685704: use -m switch in timeit docs. | Georg Brandl | 2007-03-22 | 1 | -1/+1 |
| | | | | (backport from rev. 54524) | ||||
* | Patch #1684834: document some utility C API functions. | Georg Brandl | 2007-03-21 | 1 | -0/+91 |
| | | | | (backport from rev. 54483) | ||||
* | Add new example | Raymond Hettinger | 2007-03-20 | 1 | -0/+3 |
| | |||||
* | Backport docs for recv_into and recvfrom_into. | Georg Brandl | 2007-03-18 | 2 | -2/+24 |
| | |||||
* | 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 |
| | |||||
* | Patch #1602128: clarify that richcmp methods can return NotImplemented | Georg Brandl | 2007-03-06 | 1 | -7/+9 |
| | | | | | and should return True or False otherwise. (backport from rev. 54171) | ||||
* | Patch #1671450: add a section about subclassing builtin types to the | Georg Brandl | 2007-03-06 | 2 | -1/+187 |
| | | | | | "extending and embedding" tutorial. (backport from rev. 54150) | ||||
* | Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and ↵ | Georg Brandl | 2007-03-02 | 1 | -2/+5 |
| | | | | | | _Resize. (backport from rev. 54088) | ||||
* | 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) | ||||
* | fix typo (extraneous ")") | Fred Drake | 2007-01-26 | 1 | -1/+1 |
| | |||||
* | Strengthen warning about using lock() | Andrew M. Kuchling | 2007-01-24 | 1 | -8/+12 |
| | |||||
* | Update version of What's New | Andrew M. Kuchling | 2007-01-22 | 1 | -17/+27 |
| | |||||
* | SF# 1635892: Fix docs for betavariate's input parameters . | Raymond Hettinger | 2007-01-19 | 1 | -1/+1 |
| | |||||
* | SF #1635217, Fix unbalanced paren | Neal Norwitz | 2007-01-19 | 1 | -1/+1 |
| | |||||
* | Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. | Georg Brandl | 2007-01-17 | 1 | -2/+2 |
| | | | | (backport from rev. 53477) | ||||
* | Bug #1637967: missing //= operator in list. | Georg Brandl | 2007-01-17 | 1 | -2/+2 |
| | | | | (backport from rev. 53475) | ||||
* | [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). | ||||
* | update to (c) years to include 2007 | Anthony Baxter | 2007-01-06 | 1 | -1/+1 |
| | |||||
* | 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] | ||||
* | SF #1627373, fix typo in CarbonEvt. | Neal Norwitz | 2007-01-04 | 1 | -1/+1 |
| | |||||
* | Remove a stray (old) macro name left around (I guess) | Neal Norwitz | 2006-12-28 | 1 | -2/+0 |
| | |||||
* | Fix wrong markup of an argument in a method signature. | Thomas Heller | 2006-12-21 | 1 | -1/+1 |
| | | | | Backported from trunk. |