| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. | Georg Brandl | 2009-05-05 | 1 | -3/+3 |
|
|
| * | Issue #5913: os.listdir() should fail for empty path on windows. | Hirokazu Yamamoto | 2009-05-04 | 1 | -6/+7 |
|
|
| * | cleanup applied patch to match style that is already in py3k branch. | Gregory P. Smith | 2009-05-04 | 1 | -15/+8 |
|
|
| * | Issue #4751: For hashlib algorithms provided by OpenSSL, the Python | Gregory P. Smith | 2009-05-04 | 1 | -49/+106 |
|
|
| * | Isue #5084: unpickling now interns the attribute names of pickled objects, | Antoine Pitrou | 2009-05-02 | 1 | -1/+9 |
|
|
| * | Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker... | Antoine Pitrou | 2009-05-01 | 1 | -0/+3 |
|
|
| * | Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips | Thomas Heller | 2009-04-28 | 2 | -6/+6 |
|
|
| * | Issue #1734234: Massively speedup `unicodedata.normalize()` when the | Antoine Pitrou | 2009-04-27 | 2 | -1741/+2019 |
|
|
| * | Issue #5835, deprecate PyOS_ascii_formatd. | Eric Smith | 2009-04-25 | 1 | -1/+2 |
|
|
| * | Issue #5078: Avoid redundant call to FormatError() | Thomas Heller | 2009-04-25 | 1 | -146/+142 |
|
|
| * | Issue #3102: All global symbols that the _ctypes extension defines are | Thomas Heller | 2009-04-24 | 7 | -525/+526 |
|
|
| * | Issue 5041: ctypes unwilling to allow pickling wide character. | Thomas Heller | 2009-04-24 | 1 | -1/+1 |
|
|
| * | Remove duplicated function declaration. | Thomas Heller | 2009-04-16 | 2 | -2/+1 |
|
|
| * | Remove unneeded code. | Thomas Heller | 2009-04-16 | 3 | -18/+0 |
|
|
| * | #5704: let python -3 imply -t as well. | Georg Brandl | 2009-04-12 | 1 | -0/+4 |
|
|
| * | Fixes issue5705: os.setuid() and friends did not accept the same range of | Gregory P. Smith | 2009-04-05 | 1 | -17/+55 |
|
|
| * | Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' | Matthias Klose | 2009-04-05 | 1 | -2/+2 |
|
|
| * | #5615: make it possible to configure --without-threads again. | Georg Brandl | 2009-04-05 | 2 | -6/+32 |
|
|
| * | Include tkinter.h only after including tk.h (or the equivalent for another pl... | Guilherme Polo | 2009-04-05 | 2 | -3/+5 |
|
|
| * | Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES | Jesse Noller | 2009-04-02 | 2 | -2/+12 |
|
|
| * | Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to M... | Jesse Noller | 2009-04-02 | 1 | -5/+10 |
|
|
| * | issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin L... | Jesse Noller | 2009-04-02 | 3 | -7/+13 |
|
|
| * | bounds check arguments to mmap.move(). All of them. Really. | Jack Diederich | 2009-04-01 | 1 | -9/+9 |
|
|
| * | http://bugs.python.org/issue5623 | Kristján Valur Jónsson | 2009-04-01 | 1 | -33/+24 |
|
|
| * | Fixed compile error on windows. | Hirokazu Yamamoto | 2009-04-01 | 1 | -0/+3 |
|
|
| * | #5228: add pickle support to functools.partial | Jack Diederich | 2009-03-31 | 1 | -1/+48 |
|
|
| * | Issue 5619: Pass MS CRT debug flags into subprocesses | Jesse Noller | 2009-03-31 | 1 | -0/+6 |
|
|
| * | Issue #5387: Fixed mmap.move crash by integer overflow. (take2) | Hirokazu Yamamoto | 2009-03-31 | 1 | -1/+1 |
|
|
| * | Apply patch for netbsd multiprocessing support | Jesse Noller | 2009-03-31 | 2 | -2/+6 |
|
|
| * | Issue #5387: Fixed mmap.move crash by integer overflow. | Hirokazu Yamamoto | 2009-03-31 | 1 | -4/+2 |
|
|
| * | merge in patch from tim golden to fix contextmanager support for mp.Lock() | Jesse Noller | 2009-03-30 | 1 | -1/+1 |
|
|
| * | Issue 5381: fix regression in pure python code path, Issue 5584: fix a decode... | Bob Ippolito | 2009-03-29 | 1 | -1/+1 |
|
|
| * | Typo fix | Guilherme Polo | 2009-03-28 | 1 | -1/+1 |
|
|
| * | Adjusted _tkinter to compile without warnings when WITH_THREAD is not | Guilherme Polo | 2009-03-27 | 1 | -6/+29 |
|
|
| * | Issue #4688: Add a heuristic so that tuples and dicts containing only | Antoine Pitrou | 2009-03-23 | 1 | -1/+29 |
|
|
| * | Silence a compiler warning. | Raymond Hettinger | 2009-03-19 | 1 | -1/+1 |
|
|
| * | Issue 5381: Add object_pairs_hook to the json module. | Raymond Hettinger | 2009-03-19 | 1 | -11/+71 |
|
|
| * | Issue 4474: On platforms with sizeof(wchar_t) == 4 and | Mark Dickinson | 2009-03-18 | 1 | -0/+43 |
|
|
| * | merge json library with simplejson 2.0.9 (issue 4136) | Bob Ippolito | 2009-03-17 | 1 | -133/+1841 |
|
|
| * | #5496: fix docstring of lookup(). | Georg Brandl | 2009-03-15 | 1 | -1/+1 |
|
|
| * | For collections.deque() objects, expose the maxlen parameter as a read-only a... | Raymond Hettinger | 2009-03-10 | 1 | -1/+15 |
|
|
| * | Small optimization for corner case where maxlen==0. | Raymond Hettinger | 2009-03-10 | 1 | -0/+23 |
|
|
| * | Fixed issue #4792: Prevent a segfault in _tkinter by using the | Guilherme Polo | 2009-03-07 | 1 | -1/+1 |
|
|
| * | Issue #5385: Fixed mmap crash after resize failure on windows. | Hirokazu Yamamoto | 2009-03-05 | 1 | -6/+13 |
|
|
| * | Fixed memory leak. | Hirokazu Yamamoto | 2009-03-03 | 2 | -4/+24 |
|
|
| * | Fix SHA_new and MD5_new, that would crash if not given initial data | Kristján Valur Jónsson | 2009-03-03 | 2 | -8/+13 |
|
|
| * | Issue #5393: typo in cmath.cos and cmath.cosh docstring | Mark Dickinson | 2009-02-28 | 1 | -2/+2 |
|
|
| * | Issue #1733986: Fixed mmap crash in accessing elements of second map object | Hirokazu Yamamoto | 2009-02-28 | 1 | -1/+1 |
|
|
| * | Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer | Hirokazu Yamamoto | 2009-02-28 | 1 | -4/+11 |
|
|
| * | fix compiler warnings | Benjamin Peterson | 2009-02-21 | 1 | -6/+6 |
|
|