summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to M...Jesse Noller2009-04-021-5/+10
* issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin L...Jesse Noller2009-04-023-7/+13
* bounds check arguments to mmap.move(). All of them. Really.Jack Diederich2009-04-011-9/+9
* http://bugs.python.org/issue5623Kristján Valur Jónsson2009-04-011-33/+24
* Fixed compile error on windows.Hirokazu Yamamoto2009-04-011-0/+3
* #5228: add pickle support to functools.partialJack Diederich2009-03-311-1/+48
* Issue 5619: Pass MS CRT debug flags into subprocessesJesse Noller2009-03-311-0/+6
* Issue #5387: Fixed mmap.move crash by integer overflow. (take2)Hirokazu Yamamoto2009-03-311-1/+1
* Apply patch for netbsd multiprocessing supportJesse Noller2009-03-312-2/+6
* Issue #5387: Fixed mmap.move crash by integer overflow.Hirokazu Yamamoto2009-03-311-4/+2
* merge in patch from tim golden to fix contextmanager support for mp.Lock()Jesse Noller2009-03-301-1/+1
* Issue 5381: fix regression in pure python code path, Issue 5584: fix a decode...Bob Ippolito2009-03-291-1/+1
* Typo fixGuilherme Polo2009-03-281-1/+1
* Adjusted _tkinter to compile without warnings when WITH_THREAD is notGuilherme Polo2009-03-271-6/+29
* Issue #4688: Add a heuristic so that tuples and dicts containing onlyAntoine Pitrou2009-03-231-1/+29
* Silence a compiler warning.Raymond Hettinger2009-03-191-1/+1
* Issue 5381: Add object_pairs_hook to the json module.Raymond Hettinger2009-03-191-11/+71
* Issue 4474: On platforms with sizeof(wchar_t) == 4 andMark Dickinson2009-03-181-0/+43
* merge json library with simplejson 2.0.9 (issue 4136)Bob Ippolito2009-03-171-133/+1841
* #5496: fix docstring of lookup().Georg Brandl2009-03-151-1/+1
* For collections.deque() objects, expose the maxlen parameter as a read-only a...Raymond Hettinger2009-03-101-1/+15
* Small optimization for corner case where maxlen==0.Raymond Hettinger2009-03-101-0/+23
* Fixed issue #4792: Prevent a segfault in _tkinter by using theGuilherme Polo2009-03-071-1/+1
* Issue #5385: Fixed mmap crash after resize failure on windows.Hirokazu Yamamoto2009-03-051-6/+13
* Fixed memory leak.Hirokazu Yamamoto2009-03-032-4/+24
* Fix SHA_new and MD5_new, that would crash if not given initial dataKristján Valur Jónsson2009-03-032-8/+13
* Issue #5393: typo in cmath.cos and cmath.cosh docstringMark Dickinson2009-02-281-2/+2
* Issue #1733986: Fixed mmap crash in accessing elements of second map objectHirokazu Yamamoto2009-02-281-1/+1
* Issue #5386: mmap.write_byte didn't check map size, so it could cause bufferHirokazu Yamamoto2009-02-281-4/+11
* fix compiler warningsBenjamin Peterson2009-02-211-6/+6
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-217-16/+16
* Fix keyword arguments for itertools.count().Raymond Hettinger2009-02-211-28/+43
* Add keyword arg support to itertools.repeat().Raymond Hettinger2009-02-191-7/+6
* Add keyword arg support to itertools.compress().Raymond Hettinger2009-02-191-6/+4
* Py3k warnings now automatically include -Qwarn for division.Raymond Hettinger2009-02-181-0/+2
* Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0,Hirokazu Yamamoto2009-02-171-2/+2
* Issue #5292: Fixed mmap crash on its boundary access m[len(m)].Hirokazu Yamamoto2009-02-171-2/+2
* PyList_Append() can failBenjamin Peterson2009-02-161-2/+4
* fix compiler warningsBenjamin Peterson2009-02-161-5/+5
* Add GC support to count() objects. Backport candidate.Raymond Hettinger2009-02-161-4/+14
* Add keyword argument support to itertools.count().Raymond Hettinger2009-02-141-6/+5
* Fix warnings GCC emits where the argument of PyErr_Format is a single variable.Georg Brandl2009-02-131-6/+8
* - Issue #3745: Fix hashlib to always reject unicode and non buffer-apiGregory P. Smith2009-02-138-98/+218
* Fix spaces/tabs in example.Raymond Hettinger2009-02-121-4/+3
* Issue 5032: added a step argument to itertools.count() and allowed non-integ...Raymond Hettinger2009-02-121-33/+86
* Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes evenGregory P. Smith2009-02-111-2/+8
* Issue#5203: ctypes segfaults when passing a unicode string to aThomas Heller2009-02-101-0/+1
* Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError forMark Dickinson2009-02-101-1/+17
* Issue 4804. Add a function to test the validity of file descriptors on Windo...Kristján Valur Jónsson2009-02-102-2/+126
* Enforcing Tk 8.3.1 requirement.Guilherme Polo2009-02-091-2/+2