| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|
* | Bug #1637967: missing //= operator in list. | Georg Brandl | 2007-01-17 | 1 | -2/+2 |
|
|
* | [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and war... | Andrew M. Kuchling | 2007-01-17 | 1 | -25/+57 |
|
|
* | - 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 tim... | Vinay Sajip | 2007-01-08 | 1 | -4/+9 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Two grammar fixes | Andrew M. Kuchling | 2006-12-20 | 1 | -2/+2 |
|
|
* | Updated documentation for findCaller() to indicate that a 3-tuple is now retu... | Vinay Sajip | 2006-12-19 | 1 | -2/+4 |
|
|
* | [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 | 2 | -14/+33 |
|
|
* | RFE #1592899: mention string.maketrans() in docs for str.translate, | Georg Brandl | 2006-12-07 | 2 | -1/+4 |
|
|
* | Fix pickle doc typo | George Yoshida | 2006-12-05 | 1 | -1/+1 |
|
|
* | Bug #1603789: grammatical error in Tkinter docs. | Georg Brandl | 2006-11-27 | 1 | -1/+1 |
|
|
* | Bug #1601630: little improvement to getopt docs | Georg Brandl | 2006-11-23 | 1 | -3/+6 |
|
|
* | 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 |
|
|
* | Bug #1594758: wording improvement for dict.update() docs. | Georg Brandl | 2006-11-11 | 1 | -1/+2 |
|
|
* | Bug #1594742: wrong word in stringobject doc. | Georg Brandl | 2006-11-11 | 1 | -1/+1 |
|
|
* | [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 |
|
|
* | Patch #1592072: fix docs for return value of PyErr_CheckSignals. | Georg Brandl | 2006-11-08 | 1 | -1/+1 |
|
|
* | Add missing word | Andrew M. Kuchling | 2006-11-07 | 1 | -1/+1 |
|
|
* | Fix markup and grammatical errors. Backport from trunk | Thomas Heller | 2006-11-07 | 1 | -6/+4 |
|
|
* | backport: note that user can control directory location even if default dir i... | Skip Montanaro | 2006-11-06 | 1 | -1/+6 |
|
|
* | Fix code example by adding a missing import. | Thomas Heller | 2006-11-02 | 1 | -1/+1 |
|
|
* | Replace the XXX marker in the 'Arrays and pointers' reference manual | Thomas Heller | 2006-11-02 | 1 | -1/+2 |
|
|
* | From SF 1557890, fix problem of using wrong type in example. | Neal Norwitz | 2006-10-28 | 1 | -1/+1 |
|
|
* | Fix nth() itertool recipe. | Georg Brandl | 2006-10-28 | 1 | -2/+2 |
|
|
* | Point users to the subprocess module in the docs for os.system, os.spawn*, os... | Andrew M. Kuchling | 2006-10-27 | 4 | -9/+38 |
|
|
* | [Bug #1562583] Mention the set_reuse_addr() method | Andrew M. Kuchling | 2006-10-27 | 1 | -3/+5 |
|
|
* | [Bug #1583946] Reword description of server and issuer | Andrew M. Kuchling | 2006-10-27 | 1 | -5/+6 |
|
|
* | [Bug #1585690] Note that line_num was added in Python 2.5 | Andrew M. Kuchling | 2006-10-27 | 1 | -0/+1 |
|
|
* | [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported... | Andrew M. Kuchling | 2006-10-26 | 1 | -4/+4 |
|
|
* | [Bug #1576348] Fix typo in example | Andrew M. Kuchling | 2006-10-19 | 1 | -1/+1 |
|
|
* | Mention the bdist_msi module. | Martin v. Löwis | 2006-10-15 | 1 | -0/+5 |
|
|