summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)Thomas Heller2009-09-182-2/+6
* Issue #5042: Structure sub-subclass does now initialize correctly withThomas Heller2009-09-181-58/+73
* Remove outdated include; this include was breaking OS X builds usingMark Dickinson2009-09-161-4/+0
* Fix issue #1590864, multiple threads and fork() can cause deadlocks, byThomas Wouters2009-09-161-3/+31
* tabbifyBenjamin Peterson2009-09-091-1/+1
* #6865 fix ref counting in initialization of pwd moduleBenjamin Peterson2009-09-081-0/+1
* Make ctypes compile again with older Python versions.Thomas Heller2009-09-081-0/+49
* #6750: TextIOWrapped could duplicate output when several threads write to it.Amaury Forgeot d'Arc2009-08-291-4/+9
* Add weakref support to the thread.lock type.Gregory P. Smith2009-08-201-2/+7
* Expat could crash if given the wrong kind of input by never stopping itsBrett Cannon2009-08-131-1/+1
* Fix issue1628205: Socket file objects returned by socket.socket.makefile() nowGregory P. Smith2009-08-131-1/+14
* comment typo fixGregory P. Smith2009-08-121-1/+1
* Issue #6629: Fix a data corruption issue in the new `io` package, which couldAntoine Pitrou2009-08-061-0/+13
* Issue #6644: Fix compile error on AIX.Mark Dickinson2009-08-041-1/+1
* Issue 6637: defaultdict.copy() failed with an empty factory.Raymond Hettinger2009-08-041-1/+4
* Issue #6561: '\d' regular expression should not match characters ofMark Dickinson2009-07-281-1/+1
* #6553: crash in cPickle.load(), when given a StringIO with incomplete data.Amaury Forgeot d'Arc2009-07-231-0/+6
* Revert rev 74134, as it does not completely fixx issue #6493.Thomas Heller2009-07-211-2/+2
* Issue #6493: Fix a ctypes problem setting bitfields more than 31 bitsThomas Heller2009-07-211-2/+2
* Fix GCC warning about fprintf used without a string literal andAlexandre Vassalotti2009-07-171-3/+3
* Initialize variables in PyCurses_getsyx() to avoid compiler warnings.Alexandre Vassalotti2009-07-171-1/+2
* #5910: fix kqueue for calls with more than one event.Georg Brandl2009-07-161-3/+4
* Issue #2389: Pickle array objects using a list representation for portabilityAlexandre Vassalotti2009-07-151-35/+33
* #6416: Fix compilation of the select module on Windows, as well as test_subpr...Amaury Forgeot d'Arc2009-07-091-0/+2
* Issue #1523: Remove deprecated overflow masking in struct module, andMark Dickinson2009-07-071-219/+32
* Typo in error messageMark Dickinson2009-07-071-1/+1
* #6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD.Amaury Forgeot d'Arc2009-07-071-1/+1
* Issues #1530559, #1741130: Fix various inconsistencies in struct.packMark Dickinson2009-07-051-109/+107
* Issue 2370: Add Python 3 warnings for the removal of operator.isCallable andAlexandre Vassalotti2009-07-051-2/+21
* Adds the select.PIPE_BUF attribute to expose the system constant.Gregory P. Smith2009-07-031-0/+2
* multiprocessing doesn't compile in Solaris because a typoJesus Cea2009-07-021-1/+1
* Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.Hirokazu Yamamoto2009-06-291-3/+13
* Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttribu...Hirokazu Yamamoto2009-06-291-58/+2
* Issue #4856: Remove checks for win NT.Hirokazu Yamamoto2009-06-282-329/+264
* Fix a compilation warning on WindowsAmaury Forgeot d'Arc2009-06-251-1/+1
* Issue 6305: Clarify error message for large arguments to itertools.islice().Raymond Hettinger2009-06-231-3/+3
* remove some unused symtable constantsBenjamin Peterson2009-06-231-4/+0
* backport r73430Benjamin Peterson2009-06-141-9/+0
* Issue #6271: mmap tried to close invalid file handle (-1) when annonymous.Hirokazu Yamamoto2009-06-141-1/+2
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-128-247/+7793
* Fix signed/unsigned compiler warning.Raymond Hettinger2009-06-101-1/+1
* 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