summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()Lars Gustäbel2006-12-233-107/+167
| | | | | | work correctly together with readline(). (backport from rev. 53153)
* [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a ↵Andrew M. Kuchling2006-12-222-0/+10
| | | | directory URL is missing the trailing slash; this lets relative links work.
* [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in ↵Andrew M. Kuchling2006-12-222-0/+22
| | | | sub-directories
* Fix wrong markup of an argument in a method signature.Thomas Heller2006-12-211-1/+1
| | | | Backported from trunk.
* 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
| | | | places instead of 'sequence'.
* 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 ↵Vinay Sajip2006-12-191-2/+4
| | | | returned, rather than a 2-tuple.
* [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 ↵Andrew M. Kuchling2006-12-181-1/+1
| | | | offsets > 2Gb
* [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 ↵Andrew M. Kuchling2006-12-141-1/+2
| | | | using it
* 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
| | | | (backport from rev. 52996)
* - 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
| | | | | to be created is already there. (backport from rev. 52972)
* #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to forceGeorg Brandl2006-12-081-1/+1
| | | | | English output. (backport from rev. 52970)
* Print the results of ctypes.util.find_library("c") andThomas Heller2006-12-081-2/+3
| | | | | ctypes.util.find_library("m") so that we can see if it works on the buildbots.
* Backport fixes to set objects:Raymond Hettinger2006-12-083-12/+89
| | | | | | rev 52964 sf 1576657 KeyError unpacks tuple arguments rev 52963 sf 1456209 obscure resizing vulnerability rev 52962 redundant calls to PyObject_Hash()
* RFE #1592899: mention string.maketrans() in docs for str.translate,Georg Brandl2006-12-072-1/+4
| | | | | remove reference to the old regex module in the former's doc. (backport from rev. 52951)
* Patch #1610437: fix a tarfile bug with long filename headers.Georg Brandl2006-12-063-11/+21
| | | | (backport from rev. 52938)
* Fix pickle doc typoGeorge Yoshida2006-12-051-1/+1
| | | | | Patch #1608758 (backport from r52917)
* - 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
| | | | the sock_addr_t storage out of the socket object.
* 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
| | | | | | | The contents of ffi_darwin.c must be compiled unless __APPLE__ is defined and __ppc__ is not. Backport from trunk.
* Bug #1603789: grammatical error in Tkinter docs.Georg Brandl2006-11-271-1/+1
| | | | (backport from rev. 52850)
* Bug #1603321: make pstats.Stats accept Unicode file paths.Georg Brandl2006-11-261-1/+1
| | | | (backport from rev. 52845)
* 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
| | | | Backport from trunk.
* Bug #1601630: little improvement to getopt docsGeorg Brandl2006-11-231-3/+6
| | | | (backport from rev. 52833)
* Backport checkin:Walter Dörwald2006-11-232-1/+5
| | | | | Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig')) SF bug #1601501.
* Conditionalize definition of _CRT_SECURE_NO_DEPRECATEMartin v. Löwis2006-11-212-0/+11
| | | | and _CRT_NONSTDC_NO_DEPRECATE.
* 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
| | | | | | | | | Bug #1599782: Fix segfault on bsddb.db.DB().type(). The problem is that _DB_get_type() can't be called without the GIL because it calls a bunch of PyErr_* APIs when an error occurs. There were no other cases in this file that it was called without the GIL. Removing the BEGIN/END THREAD around _DB_get_type() made everything work.
* Jython compatibility fix: if uu.decode() opened its output file, be sure toAndrew M. Kuchling2006-11-201-0/+4
| | | | close it.
* 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
| | | | if an exception occurs.
* Patch #1538878: Don't make tkSimpleDialog dialogs transient ifMartin v. Löwis2006-11-182-1/+9
| | | | | the parent window is withdrawn. This mirrors what dialog.tcl does.
* Remove locking of individual message files in MH.pack().Andrew M. Kuchling2006-11-173-21/+26
| | | | [Backport of rev52776 from the trunk.]
* Bug #1588217: don't parse "= " as a soft line break in binascii'sGeorg Brandl2006-11-163-3/+6
| | | | | | a2b_qp() function, instead leave it in the string as quopri.decode() does. (backport from rev. 52765)
* Bug #1597576: mention that the new base64 api has been introduced in py2.4.Georg Brandl2006-11-161-1/+1
| | | | (backport from rev. 52762)