summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Fix the build of the library reference in info format.Matthias Klose2006-12-093-14/+35
* Patch #1608267: fix a race condition in os.makedirs() is the directoryGeorg Brandl2006-12-092-3/+11
* #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to forceGeorg Brandl2006-12-081-1/+1
* Print the results of ctypes.util.find_library("c") andThomas Heller2006-12-081-2/+3
* Backport fixes to set objects:Raymond Hettinger2006-12-083-12/+89
* RFE #1592899: mention string.maketrans() in docs for str.translate,Georg Brandl2006-12-072-1/+4
* Patch #1610437: fix a tarfile bug with long filename headers.Georg Brandl2006-12-063-11/+21
* Fix pickle doc typoGeorge Yoshida2006-12-051-1/+1
* - Fix build failure on kfreebsd and on the hurd.Matthias Klose2006-12-032-1/+3
* Patch #1544279: Improve thread-safety of the socket module by movingMartin v. Löwis2006-12-033-53/+48
* Fix nit in comment.Raymond Hettinger2006-12-021-1/+1
* Backport of r52862.Armin Rigo2006-11-291-1/+3
* Fix #1563807: _ctypes built on AIX fails with ld ffi error.Thomas Heller2006-11-282-1/+3
* Bug #1603789: grammatical error in Tkinter docs.Georg Brandl2006-11-271-1/+1
* Bug #1603321: make pstats.Stats accept Unicode file paths.Georg Brandl2006-11-261-1/+1
* Disable _XOPEN_SOURCE on NetBSD 1.x.Martin v. Löwis2006-11-253-1/+13
* Fix bug #1598620: A ctypes structure cannot contain itself.Thomas Heller2006-11-243-3/+45
* Bug #1601630: little improvement to getopt docsGeorg Brandl2006-11-231-3/+6
* Backport checkin:Walter Dörwald2006-11-232-1/+5
* Conditionalize definition of _CRT_SECURE_NO_DEPRECATEMartin v. Löwis2006-11-212-0/+11
* Fix SF #1599879, socket.gethostname should ref getfqdn directly.Neal Norwitz2006-11-211-2/+2
* Oops, convert tabs to spacesNeal Norwitz2006-11-211-2/+2
* Backport of 52811:Neal Norwitz2006-11-213-2/+6
* Jython compatibility fix: if uu.decode() opened its output file, be sure toAndrew M. Kuchling2006-11-201-0/+4
* Add extra SHA testsAndrew M. Kuchling2006-11-201-1/+18
* Patch #1472877: Fix Tix subwidget name resolution.Martin v. Löwis2006-11-182-1/+6
* Patch #1594554: Always close a tkSimpleDialog on ok(), evenMartin v. Löwis2006-11-182-3/+7
* Patch #1538878: Don't make tkSimpleDialog dialogs transient ifMartin v. Löwis2006-11-182-1/+9
* Remove locking of individual message files in MH.pack().Andrew M. Kuchling2006-11-173-21/+26
* Bug #1588217: don't parse "= " as a soft line break in binascii'sGeorg Brandl2006-11-163-3/+6
* Bug #1597576: mention that the new base64 api has been introduced in py2.4.Georg Brandl2006-11-161-1/+1
* Bug #1594809: add a note to README regarding PYTHONPATH and make install.Georg Brandl2006-11-151-0/+5
* Patch #1360200: Use unmangled_version RPM spec field to deal withMartin v. Löwis2006-11-122-3/+7
* Patch #1359217: Ignore 2xx response before 150 response.Martin v. Löwis2006-11-122-0/+14
* 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
* Fix SF#1566719: not creating site-packages (or other target directory) whenPhillip J. Eby2006-11-101-0/+3
* [Feature request #1542920] Link to wsgi.orgAndrew M. Kuchling2006-11-101-1/+2
* [Patch #1514543] mailbox (Maildir): avoid losing messages on name clashAndrew M. Kuchling2006-11-102-5/+26
* [Patch #1514544 by David Watson] use fsync() to ensure data is really on diskAndrew M. Kuchling2006-11-102-9/+29
* Backport checkin:Walter Dörwald2006-11-091-1/+1
* [Bug #1569790] mailbox.Maildir.get_folder() loses factory informationAndrew M. Kuchling2006-11-093-5/+35
* Patch #838546: Make terminal become controlling in pty.fork().Martin v. Löwis2006-11-092-0/+6
* 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
* Correctly forward exception in instance_contains().Martin v. Löwis2006-11-083-4/+16
* Add missing wordAndrew M. Kuchling2006-11-071-1/+1
* Fix markup and grammatical errors. Backport from trunkThomas Heller2006-11-071-6/+4
* backport of revision 52644Ronald Oussoren2006-11-071-13/+12
* backport: note that user can control directory location even if default dir i...Skip Montanaro2006-11-061-1/+6