summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in su...Andrew M. Kuchling2006-12-222-0/+22
* Fix wrong markup of an argument in a method signature.Thomas Heller2006-12-211-1/+1
* Mention the os.SEEK_* constantsAndrew M. Kuchling2006-12-213-9/+13
* [Bug #1619680] in_dll() arguments are documented in the wrong orderAndrew M. Kuchling2006-12-201-1/+1
* Backport doc changes from rev. 53112, 53115: use 'iterable' in variousAndrew M. Kuchling2006-12-201-43/+43
* Two grammar fixesAndrew M. Kuchling2006-12-201-2/+2
* Bug #1590891: random.randrange don't return correct value for big numberRaymond Hettinger2006-12-203-1/+11
* Updated documentation for findCaller() to indicate that a 3-tuple is now retu...Vinay Sajip2006-12-191-2/+4
* [Patch #1600491 from Jim Jewett] Describe how to build help files on WindowsAndrew M. Kuchling2006-12-191-0/+3
* Add NEWS itemAndrew M. Kuchling2006-12-191-0/+3
* [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPSAndrew M. Kuchling2006-12-191-2/+2
* Add forgotten NEWS item for previous commitAndrew M. Kuchling2006-12-181-0/+2
* [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for off...Andrew M. Kuchling2006-12-181-1/+1
* [Bug #1618083] Add missing word; make a few grammar fixesAndrew M. Kuchling2006-12-181-4/+4
* [Patch #1599256 from David Watson] check that os.fsync is available before us...Andrew M. Kuchling2006-12-141-1/+2
* Stripped whitespace from comma-separated values read from config fileVinay Sajip2006-12-141-4/+5
* Move errno imports back to individual functions.Georg Brandl2006-12-111-2/+3
* - 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