Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #1360200: Use unmangled_version RPM spec field to deal with | Martin v. Löwis | 2006-11-12 | 2 | -3/+7 |
| | | | | | file name mangling. Will backport to 2.5. | ||||
* | Patch #1359217: Ignore 2xx response before 150 response. | Martin v. Löwis | 2006-11-12 | 2 | -0/+14 |
| | | | | Will backport to 2.5. | ||||
* | Bug #1067760: Deprecate passing floats to file.seek. | Martin v. Löwis | 2006-11-12 | 3 | -4/+20 |
| | |||||
* | Patch #1355023: support whence argument for GzipFile.seek. | Martin v. Löwis | 2006-11-12 | 3 | -1/+19 |
| | |||||
* | Patch #1065257: Support passing open files as body in | Martin v. Löwis | 2006-11-12 | 4 | -3/+44 |
| | | | | 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 |
| | |||||
* | Reword entry | Andrew M. Kuchling | 2006-11-10 | 1 | -2/+2 |
| | |||||
* | Fix SF#1566719: not creating site-packages (or other target directory) when | Phillip J. Eby | 2006-11-10 | 1 | -0/+3 |
| | | | | | installing .egg-info for a project that contains no modules or packages, while using --root (as in bdist_rpm). | ||||
* | [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash | Andrew M. Kuchling | 2006-11-09 | 2 | -5/+26 |
| | | | | | | | | | | | Two changes: Where possible, use link()/remove() to move files into a directory; this makes it easier to avoid overwriting an existing file. Use _create_carefully() to create files in tmp/, which uses O_EXCL. Backport candidate. | ||||
* | Replace C++ comment with C comment (fixes SF bug #1593525). | Walter Dörwald | 2006-11-09 | 1 | -1/+1 |
| | |||||
* | [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk | Andrew M. Kuchling | 2006-11-09 | 2 | -7/+27 |
| | |||||
* | [Bug #1569790] mailbox.Maildir.get_folder() loses factory information | Andrew M. Kuchling | 2006-11-09 | 3 | -5/+35 |
| | | | | | | | Both the Maildir and MH classes had this bug; the patch fixes both classes and adds a test. Will backport to 25-maint. | ||||
* | Patch #1592250: Add elidge argument to Tkinter.Text.search. | Martin v. Löwis | 2006-11-09 | 2 | -1/+4 |
| | |||||
* | Patch #838546: Make terminal become controlling in pty.fork(). | Martin v. Löwis | 2006-11-09 | 2 | -0/+6 |
| | | | | Will backport to 2.5. | ||||
* | 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 |
| | |||||
* | Patch #1351744: Add askyesnocancel helper for tkMessageBox. | Martin v. Löwis | 2006-11-08 | 2 | -0/+12 |
| | |||||
* | News entry for 52662. | Martin v. Löwis | 2006-11-08 | 1 | -0/+2 |
| | |||||
* | Correctly forward exception in instance_contains(). | Martin v. Löwis | 2006-11-08 | 2 | -4/+14 |
| | | | | | Fixes #1591996. Patch contributed by Neal Norwitz. Will backport. | ||||
* | 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. | ||||
* | Whitespace changes to make the source more compliant with PEP8 (SF#1589070) | Ronald Oussoren | 2006-11-07 | 1 | -13/+13 |
| | |||||
* | Fix a number of typos in strings and comments (sf#1589070) | Ronald Oussoren | 2006-11-07 | 1 | -13/+12 |
| | |||||
* | 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 |
| | |||||
* | Bug #1588287: fix invalid assertion for `1,2` in debug builds. | Neal Norwitz | 2006-11-04 | 3 | -0/+5 |
| | | | | Will backport | ||||
* | - Patch #1060577: Extract list of RPM files from spec file in | Martin v. Löwis | 2006-11-04 | 2 | -25/+38 |
| | | | | | bdist_rpm Will backport to 2.5. | ||||
* | Whitespace normalization. | Tim Peters | 2006-11-03 | 12 | -21/+21 |
| | |||||
* | 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). | ||||
* | Change to improve speed of _fixupChildren | Vinay Sajip | 2006-10-31 | 1 | -2/+5 |
| | |||||
* | I'm assuming this is correct, it fixes the tests so they pass again | Neal Norwitz | 2006-10-29 | 1 | -0/+1 |
| | |||||
* | Fix refleak | Neal Norwitz | 2006-10-29 | 1 | -0/+1 |
| | |||||
* | Add tests for incremental codecs with an errors | Walter Dörwald | 2006-10-29 | 1 | -0/+24 |
| | | | | argument. | ||||
* | Add tests for basic argument errors. | Walter Dörwald | 2006-10-29 | 1 | -0/+27 |
| | |||||
* | Move the check for openpty to the beginning. | Georg Brandl | 2006-10-29 | 1 | -5/+5 |
| | |||||
* | Remove leftover test output file. | Georg Brandl | 2006-10-29 | 1 | -29/+0 |
| | |||||
* | Convert test_openpty to unittest. | Georg Brandl | 2006-10-29 | 2 | -16/+18 |
| | |||||
* | Convert test_MimeWriter to unittest. | Georg Brandl | 2006-10-29 | 2 | -174/+185 |
| | |||||
* | Completely convert test_httplib to unittest. | Georg Brandl | 2006-10-29 | 2 | -103/+63 |
| | |||||
* | Convert test_cgi to unittest. | Georg Brandl | 2006-10-29 | 2 | -167/+135 |
| | |||||
* | Convert test_cookie to unittest. | Georg Brandl | 2006-10-29 | 2 | -73/+73 |
| |