Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() | Lars Gustäbel | 2006-12-23 | 3 | -107/+167 |
| | | | | | | work correctly together with readline(). (backport from rev. 53153) | ||||
* | [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a ↵ | Andrew M. Kuchling | 2006-12-22 | 2 | -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. Kuchling | 2006-12-22 | 2 | -0/+22 |
| | | | | sub-directories | ||||
* | Fix wrong markup of an argument in a method signature. | Thomas Heller | 2006-12-21 | 1 | -1/+1 |
| | | | | Backported from trunk. | ||||
* | Mention the os.SEEK_* constants | Andrew M. Kuchling | 2006-12-21 | 3 | -9/+13 |
| | |||||
* | [Bug #1619680] in_dll() arguments are documented in the wrong order | Andrew M. Kuchling | 2006-12-20 | 1 | -1/+1 |
| | |||||
* | Backport doc changes from rev. 53112, 53115: use 'iterable' in various | Andrew M. Kuchling | 2006-12-20 | 1 | -43/+43 |
| | | | | places instead of 'sequence'. | ||||
* | Two grammar fixes | Andrew M. Kuchling | 2006-12-20 | 1 | -2/+2 |
| | |||||
* | Bug #1590891: random.randrange don't return correct value for big number | Raymond Hettinger | 2006-12-20 | 3 | -1/+11 |
| | |||||
* | Updated documentation for findCaller() to indicate that a 3-tuple is now ↵ | Vinay Sajip | 2006-12-19 | 1 | -2/+4 |
| | | | | returned, rather than a 2-tuple. | ||||
* | [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows | Andrew M. Kuchling | 2006-12-19 | 1 | -0/+3 |
| | |||||
* | Add NEWS item | Andrew M. Kuchling | 2006-12-19 | 1 | -0/+3 |
| | |||||
* | [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS | Andrew M. Kuchling | 2006-12-19 | 1 | -2/+2 |
| | |||||
* | Add forgotten NEWS item for previous commit | Andrew M. Kuchling | 2006-12-18 | 1 | -0/+2 |
| | |||||
* | [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for ↵ | Andrew M. Kuchling | 2006-12-18 | 1 | -1/+1 |
| | | | | offsets > 2Gb | ||||
* | [Bug #1618083] Add missing word; make a few grammar fixes | Andrew M. Kuchling | 2006-12-18 | 1 | -4/+4 |
| | |||||
* | [Patch #1599256 from David Watson] check that os.fsync is available before ↵ | Andrew M. Kuchling | 2006-12-14 | 1 | -1/+2 |
| | | | | using it | ||||
* | Stripped whitespace from comma-separated values read from config file | Vinay Sajip | 2006-12-14 | 1 | -4/+5 |
| | |||||
* | Move errno imports back to individual functions. | Georg Brandl | 2006-12-11 | 1 | -2/+3 |
| | | | | (backport from rev. 52996) | ||||
* | - Fix the build of the library reference in info format. | Matthias Klose | 2006-12-09 | 3 | -14/+35 |
| | |||||
* | Patch #1608267: fix a race condition in os.makedirs() is the directory | Georg Brandl | 2006-12-09 | 2 | -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 force | Georg Brandl | 2006-12-08 | 1 | -1/+1 |
| | | | | | English output. (backport from rev. 52970) | ||||
* | Print the results of ctypes.util.find_library("c") and | Thomas Heller | 2006-12-08 | 1 | -2/+3 |
| | | | | | ctypes.util.find_library("m") so that we can see if it works on the buildbots. | ||||
* | Backport fixes to set objects: | Raymond Hettinger | 2006-12-08 | 3 | -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 Brandl | 2006-12-07 | 2 | -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 Brandl | 2006-12-06 | 3 | -11/+21 |
| | | | | (backport from rev. 52938) | ||||
* | Fix pickle doc typo | George Yoshida | 2006-12-05 | 1 | -1/+1 |
| | | | | | Patch #1608758 (backport from r52917) | ||||
* | - Fix build failure on kfreebsd and on the hurd. | Matthias Klose | 2006-12-03 | 2 | -1/+3 |
| | |||||
* | Patch #1544279: Improve thread-safety of the socket module by moving | Martin v. Löwis | 2006-12-03 | 3 | -53/+48 |
| | | | | the sock_addr_t storage out of the socket object. | ||||
* | Fix nit in comment. | Raymond Hettinger | 2006-12-02 | 1 | -1/+1 |
| | |||||
* | Backport of r52862. | Armin Rigo | 2006-11-29 | 1 | -1/+3 |
| | |||||
* | Fix #1563807: _ctypes built on AIX fails with ld ffi error. | Thomas Heller | 2006-11-28 | 2 | -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 Brandl | 2006-11-27 | 1 | -1/+1 |
| | | | | (backport from rev. 52850) | ||||
* | Bug #1603321: make pstats.Stats accept Unicode file paths. | Georg Brandl | 2006-11-26 | 1 | -1/+1 |
| | | | | (backport from rev. 52845) | ||||
* | Disable _XOPEN_SOURCE on NetBSD 1.x. | Martin v. Löwis | 2006-11-25 | 3 | -1/+13 |
| | |||||
* | Fix bug #1598620: A ctypes structure cannot contain itself. | Thomas Heller | 2006-11-24 | 3 | -3/+45 |
| | | | | Backport from trunk. | ||||
* | Bug #1601630: little improvement to getopt docs | Georg Brandl | 2006-11-23 | 1 | -3/+6 |
| | | | | (backport from rev. 52833) | ||||
* | Backport checkin: | Walter Dörwald | 2006-11-23 | 2 | -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_DEPRECATE | Martin v. Löwis | 2006-11-21 | 2 | -0/+11 |
| | | | | and _CRT_NONSTDC_NO_DEPRECATE. | ||||
* | Fix SF #1599879, socket.gethostname should ref getfqdn directly. | Neal Norwitz | 2006-11-21 | 1 | -2/+2 |
| | |||||
* | Oops, convert tabs to spaces | Neal Norwitz | 2006-11-21 | 1 | -2/+2 |
| | |||||
* | Backport of 52811: | Neal Norwitz | 2006-11-21 | 3 | -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 to | Andrew M. Kuchling | 2006-11-20 | 1 | -0/+4 |
| | | | | close it. | ||||
* | Add extra SHA tests | Andrew M. Kuchling | 2006-11-20 | 1 | -1/+18 |
| | |||||
* | Patch #1472877: Fix Tix subwidget name resolution. | Martin v. Löwis | 2006-11-18 | 2 | -1/+6 |
| | |||||
* | Patch #1594554: Always close a tkSimpleDialog on ok(), even | Martin v. Löwis | 2006-11-18 | 2 | -3/+7 |
| | | | | if an exception occurs. | ||||
* | Patch #1538878: Don't make tkSimpleDialog dialogs transient if | Martin v. Löwis | 2006-11-18 | 2 | -1/+9 |
| | | | | | the parent window is withdrawn. This mirrors what dialog.tcl does. | ||||
* | Remove locking of individual message files in MH.pack(). | Andrew M. Kuchling | 2006-11-17 | 3 | -21/+26 |
| | | | | [Backport of rev52776 from the trunk.] | ||||
* | Bug #1588217: don't parse "= " as a soft line break in binascii's | Georg Brandl | 2006-11-16 | 3 | -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 Brandl | 2006-11-16 | 1 | -1/+1 |
| | | | | (backport from rev. 52762) |