summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* [Patch #1514543] mailbox (Maildir): avoid losing messages on name clashAndrew M. Kuchling2006-11-092-5/+26
* 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
* 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
* More editsAndrew M. Kuchling2006-11-081-10/+26
* Add table of contents; this required fixing a few headings. Some more smalle...Andrew M. Kuchling2006-11-081-17/+21
* 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
* 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
* Add missing wordAndrew M. Kuchling2006-11-071-1/+1
* Fix grammatical error as well.Thomas Heller2006-11-071-2/+2
* Fix markup.Thomas Heller2006-11-071-4/+2
* 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
* - Patch #1060577: Extract list of RPM files from spec file inMartin v. Löwis2006-11-042-25/+38
* Whitespace normalization.Tim Peters2006-11-0312-21/+21
* Fix a code example by adding a missing import.Thomas Heller2006-11-021-1/+1
* Replace the XXX marker in the 'Arrays and pointers' reference manualThomas Heller2006-11-021-1/+2
* Added relativeCreated to Formatter doc (has been in the system for a long tim...Vinay Sajip2006-10-311-0/+3
* 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
* 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
* Convert test_types to unittest.Georg Brandl2006-10-292-298/+270
* Convert test_nis to unittest.Georg Brandl2006-10-292-37/+37
* Convert test_poll to unittest.Georg Brandl2006-10-292-195/+140