summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Patch #1360200: Use unmangled_version RPM spec field to deal withMartin v. Löwis2006-11-122-3/+7
| | | | | file name mangling. Will backport to 2.5.
* Patch #1359217: Ignore 2xx response before 150 response.Martin v. Löwis2006-11-122-0/+14
| | | | Will backport to 2.5.
* Bug #1067760: Deprecate passing floats to file.seek.Martin v. Löwis2006-11-123-4/+20
|
* Patch #1355023: support whence argument for GzipFile.seek.Martin v. Löwis2006-11-123-1/+19
|
* Patch #1065257: Support passing open files as body inMartin v. Löwis2006-11-124-3/+44
| | | | HTTPConnection.request().
* Bug #1594758: wording improvement for dict.update() docs.Georg Brandl2006-11-111-1/+2
|
* Bug #1594742: wrong word in stringobject doc.Georg Brandl2006-11-111-1/+1
|
* [Feature request #1542920] Link to wsgi.orgAndrew M. Kuchling2006-11-101-1/+2
|
* Reword entryAndrew M. Kuchling2006-11-101-2/+2
|
* Fix SF#1566719: not creating site-packages (or other target directory) whenPhillip J. Eby2006-11-101-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 clashAndrew M. Kuchling2006-11-092-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örwald2006-11-091-1/+1
|
* [Patch #1514544 by David Watson] use fsync() to ensure data is really on diskAndrew M. Kuchling2006-11-092-7/+27
|
* [Bug #1569790] mailbox.Maildir.get_folder() loses factory informationAndrew M. Kuchling2006-11-093-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öwis2006-11-092-1/+4
|
* Patch #838546: Make terminal become controlling in pty.fork().Martin v. Löwis2006-11-092-0/+6
| | | | Will backport to 2.5.
* More editsAndrew M. Kuchling2006-11-081-10/+26
|
* Add table of contents; this required fixing a few headings. Some more ↵Andrew M. Kuchling2006-11-081-17/+21
| | | | smalle edits.
* Add section on operator module; make a few editsAndrew M. Kuchling2006-11-081-8/+38
|
* Add section on the functional moduleAndrew M. Kuchling2006-11-081-1/+144
|
* Bug #1592533: rename variable in heapq doc example, to avoid shadowingGeorg Brandl2006-11-081-4/+4
| | | | "sorted".
* Patch #1592072: fix docs for return value of PyErr_CheckSignals.Georg Brandl2006-11-081-1/+1
|
* Patch #1351744: Add askyesnocancel helper for tkMessageBox.Martin v. Löwis2006-11-082-0/+12
|
* News entry for 52662.Martin v. Löwis2006-11-081-0/+2
|
* Correctly forward exception in instance_contains().Martin v. Löwis2006-11-082-4/+14
| | | | | Fixes #1591996. Patch contributed by Neal Norwitz. Will backport.
* Add missing wordAndrew M. Kuchling2006-11-071-1/+1
|
* Fix grammatical error as well.Thomas Heller2006-11-071-2/+2
| | | | Will backport to release25-maint.
* Fix markup.Thomas Heller2006-11-071-4/+2
| | | | Will backport to release25-maint.
* Whitespace changes to make the source more compliant with PEP8 (SF#1589070)Ronald Oussoren2006-11-071-13/+13
|
* Fix a number of typos in strings and comments (sf#1589070)Ronald Oussoren2006-11-071-13/+12
|
* note that user can control directory location even if default dir is usedSkip Montanaro2006-11-061-1/+6
|
* Update linkAndrew M. Kuchling2006-11-051-1/+1
|
* Bug #1588287: fix invalid assertion for `1,2` in debug builds.Neal Norwitz2006-11-043-0/+5
| | | | Will backport
* - Patch #1060577: Extract list of RPM files from spec file inMartin v. Löwis2006-11-042-25/+38
| | | | | bdist_rpm Will backport to 2.5.
* Whitespace normalization.Tim Peters2006-11-0312-21/+21
|
* Fix a code example by adding a missing import.Thomas Heller2006-11-021-1/+1
| | | | | | Fixes #1557890. Will backport to release25-maint.
* Replace the XXX marker in the 'Arrays and pointers' reference manualThomas Heller2006-11-021-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 Sajip2006-10-311-0/+3
| | | | time - was unaccountably left out of the docs and not noticed until now).
* Change to improve speed of _fixupChildrenVinay Sajip2006-10-311-2/+5
|
* I'm assuming this is correct, it fixes the tests so they pass againNeal Norwitz2006-10-291-0/+1
|
* Fix refleakNeal Norwitz2006-10-291-0/+1
|
* Add tests for incremental codecs with an errorsWalter Dörwald2006-10-291-0/+24
| | | | argument.
* Add tests for basic argument errors.Walter Dörwald2006-10-291-0/+27
|
* Move the check for openpty to the beginning.Georg Brandl2006-10-291-5/+5
|
* Remove leftover test output file.Georg Brandl2006-10-291-29/+0
|
* Convert test_openpty to unittest.Georg Brandl2006-10-292-16/+18
|
* Convert test_MimeWriter to unittest.Georg Brandl2006-10-292-174/+185
|
* Completely convert test_httplib to unittest.Georg Brandl2006-10-292-103/+63
|
* Convert test_cgi to unittest.Georg Brandl2006-10-292-167/+135
|
* Convert test_cookie to unittest.Georg Brandl2006-10-292-73/+73
|