summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* backport r73268Benjamin Peterson2009-06-071-33/+1
* Issue #4873: Fix resource leaks in error cases of pwd and grp.Martin v. Löwis2009-05-292-1/+2
* Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-gJeffrey Yasskin2009-05-292-1/+3
* Issue 5794: fix cPickle's unpickling of recursive tuples.Collin Winter2009-05-261-10/+9
* Allow multiple context managers in one with statement, as proposedGeorg Brandl2009-05-251-15/+18
* fix error handlingBenjamin Peterson2009-05-251-3/+4
* Issue 5670: special-case pickling of dicts. This nearly doubles the performan...Collin Winter2009-05-251-9/+78
* stop using Py_FindMethodBenjamin Peterson2009-05-241-8/+22
* Issue #1309352: fcntl now converts its third arguments to a C `long` ratherAntoine Pitrou2009-05-241-2/+2
* Fix build under WindowsAntoine Pitrou2009-05-241-3/+1
* support building with subversion 1.7 #6094Benjamin Peterson2009-05-231-1/+1
* Some pid_t-expecting or producing functions were forgotten in r72852.Antoine Pitrou2009-05-231-11/+17
* Issue #1983: Fix functions taking or returning a process identifier to useAntoine Pitrou2009-05-231-16/+35
* typos in ctypes ModuleMark Dickinson2009-05-201-2/+2
* Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.Hirokazu Yamamoto2009-05-172-34/+26
* Issue #5918: Fix a crash in the parser module.Antoine Pitrou2009-05-141-2/+2
* PyCode_NewEmpty:Jeffrey Yasskin2009-05-083-75/+19
* Issue #5933: Fix gcc -Wextra compiler warnings (and remove someMark Dickinson2009-05-081-6/+6
* Add a file that contains diffs between offical libffi files and theThomas Heller2009-05-081-0/+207
* Issue 3739: The unicode-internal encoder now reports the number of *characters*Walter Dörwald2009-05-061-1/+1
* tabify :(Benjamin Peterson2009-05-051-5/+5
* fix running test_capi with -R ::Benjamin Peterson2009-05-051-0/+9
* Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner forMark Dickinson2009-05-052-3/+3
* #5932: fix error return in _convertPyInt_AsSsize_t() conversion function.Georg Brandl2009-05-051-3/+3
* Issue #5913: os.listdir() should fail for empty path on windows.Hirokazu Yamamoto2009-05-041-6/+7
* cleanup applied patch to match style that is already in py3k branch.Gregory P. Smith2009-05-041-15/+8
* Issue #4751: For hashlib algorithms provided by OpenSSL, the PythonGregory P. Smith2009-05-041-49/+106
* Isue #5084: unpickling now interns the attribute names of pickled objects,Antoine Pitrou2009-05-021-1/+9
* Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker...Antoine Pitrou2009-05-011-0/+3
* Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mipsThomas Heller2009-04-282-6/+6
* Issue #1734234: Massively speedup `unicodedata.normalize()` when theAntoine Pitrou2009-04-272-1741/+2019
* Issue #5835, deprecate PyOS_ascii_formatd.Eric Smith2009-04-251-1/+2
* Issue #5078: Avoid redundant call to FormatError()Thomas Heller2009-04-251-146/+142
* Issue #3102: All global symbols that the _ctypes extension defines areThomas Heller2009-04-247-525/+526
* Issue 5041: ctypes unwilling to allow pickling wide character.Thomas Heller2009-04-241-1/+1
* Remove duplicated function declaration.Thomas Heller2009-04-162-2/+1
* Remove unneeded code.Thomas Heller2009-04-163-18/+0
* #5704: let python -3 imply -t as well.Georg Brandl2009-04-121-0/+4
* Fixes issue5705: os.setuid() and friends did not accept the same range ofGregory P. Smith2009-04-051-17/+55
* Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)'Matthias Klose2009-04-051-2/+2
* #5615: make it possible to configure --without-threads again.Georg Brandl2009-04-052-6/+32
* Include tkinter.h only after including tk.h (or the equivalent for another pl...Guilherme Polo2009-04-052-3/+5
* Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCESJesse Noller2009-04-022-2/+12
* 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