Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Note that guard_warnings_filter was added in 2.6 | George Yoshida | 2006-12-14 | 1 | -0/+2 |
| | |||||
* | Add test.test_support.guard_warnings_filter . This function returns a context | Brett Cannon | 2006-12-13 | 1 | -0/+4 |
| | | | | | manager that protects warnings.filter from being modified once the context is exited. | ||||
* | Fix a typo | Neal Norwitz | 2006-12-11 | 1 | -1/+1 |
| | |||||
* | - 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 |
| | | | | remove reference to the old regex module in the former's doc. | ||||
* | Fix pickle doc typo | George Yoshida | 2006-12-05 | 1 | -1/+1 |
| | | | | Patch #1608758 | ||||
* | fix a versionchanged tag | George Yoshida | 2006-12-04 | 1 | -1/+1 |
| | |||||
* | Patch #1371075: Make ConfigParser accept optional dict type | Martin v. Löwis | 2006-12-03 | 1 | -3/+12 |
| | | | | for ordering, sorting, etc. | ||||
* | Bug #1603789: grammatical error in Tkinter docs. | Georg Brandl | 2006-11-27 | 1 | -1/+1 |
| | |||||
* | Fix and/add typo | Raymond Hettinger | 2006-11-23 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Further markup fix. | Georg Brandl | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | markup fix | George Yoshida | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | Patch #1070046: Marshal new-style objects like InstanceType | Martin v. Löwis | 2006-11-19 | 1 | -1/+8 |
| | | | | in xmlrpclib. | ||||
* | Bug #1597824: return the registered function from atexit.register() | Georg Brandl | 2006-11-16 | 1 | -0/+16 |
| | | | | to facilitate usage as a decorator. | ||||
* | Bug #1597576: mention that the new base64 api has been introduced in py2.4. | Georg Brandl | 2006-11-16 | 1 | -1/+1 |
| | |||||
* | Bug #1067760: Deprecate passing floats to file.seek. | Martin v. Löwis | 2006-11-12 | 1 | -0/+1 |
| | |||||
* | Patch #1065257: Support passing open files as body in | Martin v. Löwis | 2006-11-12 | 1 | -0/+5 |
| | | | | HTTPConnection.request(). | ||||
* | 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 |
| | |||||
* | More edits | Andrew M. Kuchling | 2006-11-08 | 1 | -10/+26 |
| | |||||
* | Add table of contents; this required fixing a few headings. Some more ↵ | Andrew M. Kuchling | 2006-11-08 | 1 | -17/+21 |
| | | | | smalle edits. | ||||
* | Add section on operator module; make a few edits | Andrew M. Kuchling | 2006-11-08 | 1 | -8/+38 |
| | |||||
* | Add section on the functional module | Andrew M. Kuchling | 2006-11-08 | 1 | -1/+144 |
| | |||||
* | Bug #1592533: rename variable in heapq doc example, to avoid shadowing | Georg Brandl | 2006-11-08 | 1 | -4/+4 |
| | | | | "sorted". | ||||
* | 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 grammatical error as well. | Thomas Heller | 2006-11-07 | 1 | -2/+2 |
| | | | | Will backport to release25-maint. | ||||
* | Fix markup. | Thomas Heller | 2006-11-07 | 1 | -4/+2 |
| | | | | Will backport to release25-maint. | ||||
* | note that user can control directory location even if default dir is used | Skip Montanaro | 2006-11-06 | 1 | -1/+6 |
| | |||||
* | Update link | Andrew M. Kuchling | 2006-11-05 | 1 | -1/+1 |
| | |||||
* | Fix a code example by adding a missing import. | Thomas Heller | 2006-11-02 | 1 | -1/+1 |
| | | | | | | Fixes #1557890. Will backport to release25-maint. | ||||
* | Replace the XXX marker in the 'Arrays and pointers' reference manual | Thomas Heller | 2006-11-02 | 1 | -1/+2 |
| | | | | | | section with a link to the tutorial sections. Will backport to release25-maint. | ||||
* | Added relativeCreated to Formatter doc (has been in the system for a long ↵ | Vinay Sajip | 2006-10-31 | 1 | -0/+3 |
| | | | | time - was unaccountably left out of the docs and not noticed until now). | ||||
* | From SF 1557890, fix problem of using wrong type in example. | Neal Norwitz | 2006-10-28 | 1 | -1/+1 |
| | | | | Will backport. | ||||
* | 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*, ↵ | Andrew M. Kuchling | 2006-10-27 | 4 | -9/+38 |
| | | | | os.popen2, and the popen2 and commands modules | ||||
* | [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 |
| | |||||
* | Some wording changes and markup fixes | Andrew M. Kuchling | 2006-10-27 | 1 | -6/+6 |
| | |||||
* | Add item | Andrew M. Kuchling | 2006-10-27 | 1 | -1/+4 |
| | |||||
* | Set svn:keywords property | Andrew M. Kuchling | 2006-10-27 | 1 | -1/+1 |
| | |||||
* | Patch #1567274: Support SMTP over TLS. | Martin v. Löwis | 2006-10-27 | 1 | -0/+12 |
| | |||||
* | [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. ↵ | Andrew M. Kuchling | 2006-10-26 | 1 | -4/+4 |
| | | | | Reported by David Faure. | ||||
* | Patch #1580674: with this patch os.readlink uses the filesystem encoding to | Ronald Oussoren | 2006-10-22 | 1 | -0/+2 |
| | | | | decode unicode objects and returns an unicode object when the argument is one. | ||||
* | [Bug #1576348] Fix typo in example | Andrew M. Kuchling | 2006-10-19 | 1 | -1/+1 |
| | |||||
* | Mention the bdist_msi module. Will backport to 2.5. | Martin v. Löwis | 2006-10-15 | 1 | -0/+5 |
| |