Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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. | ||||
* | #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force | Georg Brandl | 2006-12-08 | 1 | -1/+1 |
| | | | | English output. | ||||
* | Add test for SF bug 1576657 | Raymond Hettinger | 2006-12-08 | 1 | -0/+11 |
| | |||||
* | Port Georg's dictobject.c fix keys that were tuples got unpacked on the way ↵ | Raymond Hettinger | 2006-12-08 | 1 | -1/+15 |
| | | | | | | to setting a KeyError (svn revision 52535, sf bug 1576657). | ||||
* | Port Armin's fix for a dict resize vulnerability (svn revision 46589, sf bug ↵ | Raymond Hettinger | 2006-12-08 | 1 | -6/+31 |
| | | | | 1456209). | ||||
* | Eliminate two redundant calls to PyObject_Hash(). | Raymond Hettinger | 2006-12-08 | 1 | -4/+23 |
| | |||||
* | 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. | ||||
* | Fix a bad assumption that all objects assigned to '__loader__' on a module | Brett Cannon | 2006-12-06 | 1 | -1/+2 |
| | | | | will have a '_files' attribute. | ||||
* | Patch #1610437: fix a tarfile bug with long filename headers. | Georg Brandl | 2006-12-06 | 3 | -11/+21 |
| | |||||
* | Fix pickle doc typo | George Yoshida | 2006-12-05 | 1 | -1/+1 |
| | | | | Patch #1608758 | ||||
* | fix a versionchanged tag | George Yoshida | 2006-12-04 | 1 | -1/+1 |
| | |||||
* | - Fix build failure on kfreebsd and on the hurd. | Matthias Klose | 2006-12-03 | 2 | -1/+3 |
| | |||||
* | Patch #1371075: Make ConfigParser accept optional dict type | Martin v. Löwis | 2006-12-03 | 4 | -11/+68 |
| | | | | for ordering, sorting, etc. | ||||
* | 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. Will backport to 2.5. | ||||
* | Move IDLE news into NEWS.txt. | Martin v. Löwis | 2006-12-03 | 2 | -3/+3 |
| | |||||
* | Add name to credits (for untokenize). | Raymond Hettinger | 2006-12-02 | 1 | -1/+1 |
| | |||||
* | Move xdrlib tests from the module into a separate test script, | Walter Dörwald | 2006-12-01 | 3 | -78/+54 |
| | | | | port the tests to unittest and add a few new tests. | ||||
* | Update version. | Guido van Rossum | 2006-11-30 | 1 | -2/+2 |
| | |||||
* | Forgot a case where the locals can now be a general mapping | Armin Rigo | 2006-11-29 | 1 | -1/+3 |
| | | | | instead of just a dictionary. (backporting...) | ||||
* | 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. Will backport. | ||||
* | Bug #1603789: grammatical error in Tkinter docs. | Georg Brandl | 2006-11-27 | 1 | -1/+1 |
| | |||||
* | Bug #1603321: make pstats.Stats accept Unicode file paths. | Georg Brandl | 2006-11-26 | 1 | -1/+1 |
| | |||||
* | Disable _XOPEN_SOURCE on NetBSD 1.x. | Martin v. Löwis | 2006-11-25 | 3 | -1/+13 |
| | | | | Will backport to 2.5 | ||||
* | Fix bug #1598620: A ctypes structure cannot contain itself. | Thomas Heller | 2006-11-24 | 3 | -3/+45 |
| | |||||
* | ... and the number of the counting shall be three. | Raymond Hettinger | 2006-11-23 | 1 | -1/+1 |
| | |||||
* | Fix and/add typo | Raymond Hettinger | 2006-11-23 | 1 | -2/+2 |
| | |||||
* | a test for an error condition not covered by existing tests | Michael W. Hudson | 2006-11-23 | 1 | -0/+7 |
| | | | | (noticed this when writing the equivalent code for pypy) | ||||
* | Bug #1601630: little improvement to getopt docs | Georg Brandl | 2006-11-23 | 1 | -3/+6 |
| | |||||
* | Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig')) | Walter Dörwald | 2006-11-23 | 2 | -1/+5 |
| | | | | SF bug #1601501. | ||||
* | Patch #1362975: Rework CodeContext indentation algorithm to | Martin v. Löwis | 2006-11-22 | 3 | -18/+64 |
| | | | | | avoid hard-coding pixel widths. Also make the text's scrollbar a child of the text frame, not the top widget. | ||||
* | Conditionalize definition of _CRT_SECURE_NO_DEPRECATE | Martin v. Löwis | 2006-11-21 | 2 | -0/+11 |
| | | | | | and _CRT_NONSTDC_NO_DEPRECATE. Will backport. | ||||
* | 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 |
| | |||||
* | Bug #1599782: Fix segfault on bsddb.db.DB().type(). | Neal Norwitz | 2006-11-21 | 3 | -2/+6 |
| | | | | | | | | | 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. Will backport. | ||||
* | Jython compatibility fix: if uu.decode() opened its output file, be sure to | Andrew M. Kuchling | 2006-11-20 | 1 | -0/+4 |
| | | | | close it. | ||||
* | Further markup fix. | Georg Brandl | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | markup fix | George Yoshida | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | Speed up function calls into the math module by using METH_O. | Neal Norwitz | 2006-11-19 | 2 | -63/+57 |
| | | | | | There should be no functional changes. However, the error msgs are slightly different. Also verified that the module dict is not NULL on init. | ||||
* | Patch #1070046: Marshal new-style objects like InstanceType | Martin v. Löwis | 2006-11-19 | 4 | -4/+33 |
| | | | | in xmlrpclib. | ||||
* | Add a test case of data w/ bytes > 127 | Andrew M. Kuchling | 2006-11-19 | 1 | -0/+3 |
| | |||||
* | Make cStringIO.truncate raise IOError for negative | Martin v. Löwis | 2006-11-19 | 3 | -1/+15 |
| | | | | | arguments (even for -1). Fixes the last bit of #1359365. | ||||
* | Patch [ 1586791 ] better error msgs for some TypeErrors | Georg Brandl | 2006-11-19 | 5 | -16/+27 |
| | |||||
* | Expand checking in test_sha | Andrew M. Kuchling | 2006-11-18 | 1 | -1/+15 |
| | |||||
* | Patch #1472877: Fix Tix subwidget name resolution. | Martin v. Löwis | 2006-11-18 | 2 | -1/+6 |
| | | | | Will backport to 2.5. | ||||
* | Patch #1594554: Always close a tkSimpleDialog on ok(), even | Martin v. Löwis | 2006-11-18 | 2 | -3/+7 |
| | | | | | if an exception occurs. Will backport to 2.5. | ||||
* | 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. Will backport to 2.5. | ||||
* | Remove file-locking in MH.pack() method. | Andrew M. Kuchling | 2006-11-17 | 2 | -21/+22 |
| | | | | | | | | | | | | | | | | | | This change looks massive but it's mostly a re-indenting after removing some try...finally blocks. Also adds a test case that does a pack() while the mailbox is locked; this test would have turned up bugs in the original code on some platforms. In both nmh and GNU Mailutils' implementation of MH-format mailboxes, no locking is done of individual message files when renaming them. The original mailbox.py code did do locking, which meant that message files had to be opened. This code was buggy on certain platforms (found through reading the code); there were code paths that closed the file object and then called _unlock_file() on it. Will backport to 25-maint once I see how the buildbots react to this patch. | ||||
* | 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. | ||||
* | Bug #1597824: return the registered function from atexit.register() | Georg Brandl | 2006-11-16 | 3 | -0/+22 |
| | | | | to facilitate usage as a decorator. |