summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* (backport of r61652 and r61665 from trunk)Gregory P. Smith2008-08-041-5/+14
* Security patches from Apple: prevent int overflow when allocating memoryNeal Norwitz2008-07-313-2/+22
* Backport code from r65182:Neal Norwitz2008-07-283-4/+10
* #Issue3088 in-progress: Race condition with instances of classes derived from...Amaury Forgeot d'Arc2008-07-011-1/+4
* #3157: Fix docstrings for cursor methods.Georg Brandl2008-06-221-3/+3
* Patch #2111: Avoid mmap segfault when modifying a PROT_READ block.Martin v. Löwis2008-05-231-0/+4
* fix issue2858: potential memory corruption when any of the bsddb.db.*Gregory P. Smith2008-05-171-7/+5
* Issue #2682: ctypes callback functions no longer contain a cyclicThomas Heller2008-04-253-51/+135
* Merge r62235 from trunk.Gregory P. Smith2008-04-091-0/+4
* Fix for Issue2515: Don't crash when trying to fetch data from a closed cursor.Gerhard Häring2008-04-061-8/+10
* Remove the advertising clause from the BSD license in timing.h.Guido van Rossum2008-04-011-6/+3
* Backport #1442: report exception when startup file cannot be run.Georg Brandl2008-03-291-0/+9
* Backport r61450 from trunk:Gregory P. Smith2008-03-181-2/+2
* Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue...Raymond Hettinger2008-03-061-5/+15
* Fix deallocation of array objects when allocation ran out of memory.Martin v. Löwis2008-02-151-0/+1
* Added checks for integer overflows, contributed by Google. Some areMartin v. Löwis2008-02-1412-37/+269
* issue 2045: Infinite recursion when printing a subclass of defaultdict,Amaury Forgeot d'Arc2008-02-081-1/+11
* Fix the way methods are created for the _ctypes.COMError exceptionThomas Heller2008-02-061-9/+19
* Backport r59862 (issue #712900): make long regexp matches interruptableGuido van Rossum2008-02-041-0/+8
* backport r60544 from trunk:Gregory P. Smith2008-02-031-2/+6
* Backport 60542:Andrew MacIntyre2008-02-031-2/+2
* Revert rev. 59926, it breaks comtypes (I need to further examine this).Thomas Heller2008-01-281-5/+0
* #1940: make it possible to use curses.filter() before curses.initscr()Georg Brandl2008-01-261-1/+10
* Invert the checks in get_[u]long and get_[u]longlong. The intent wasThomas Heller2008-01-241-19/+15
* Backport from trunk:Thomas Heller2008-01-161-1/+1
* Added NEWS entry, plus:Thomas Heller2008-01-111-0/+5
* Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP6...Andrew M. Kuchling2008-01-081-25/+79
* Fix bug #1301 -- a bad assert in _tkinter.Guido van Rossum2008-01-031-3/+5
* Backport of fix for issue 1695.Brett Cannon2007-12-241-2/+2
* Change ctypes version number to 1.0.3 (when Python 2.5.2 is released,Thomas Heller2007-12-191-1/+1
* Issue #1642: Fix segfault in ctypes when trying to delete attributes.Thomas Heller2007-12-182-0/+21
* Backport patch #1643738.Guido van Rossum2007-12-101-5/+26
* os.access now returns True on Windows for any existing directory.Martin v. Löwis2007-12-031-2/+5
* - Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where aGerhard Häring2007-11-252-4/+14
* Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompressChristian Heimes2007-11-211-2/+3
* * fix failing test_recno.py - backport from trunk.Gregory P. Smith2007-11-071-1/+1
* Backport r58757, r58758, r58759.Gregory P. Smith2007-11-011-1/+3
* Silence a compiler warning about a function definition not being a prototype.Brett Cannon2007-10-121-1/+1
* Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.Thomas Heller2007-10-121-6/+10
* Backport 58385 from trunk: fix a double free bug in the _bsddb moduleGregory P. Smith2007-10-091-1/+13
* Backport rev 58343: fix DBSequence.get_key() to not crash/fail/etc.Gregory P. Smith2007-10-061-1/+7
* Backport 58332: Fix Coverity #159.Neal Norwitz2007-10-051-1/+1
* issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5.Sean Reifscheider2007-09-171-17/+8
* issue1597011: Fix for bz2 module corner-case error due to error checking bug.Sean Reifscheider2007-09-171-23/+17
* Backport of r58004.Armin Rigo2007-09-061-2/+14
* Patch #786737: Allow building in a tree of symlinks pointing toMartin v. Löwis2007-09-051-1/+1
* - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.Matthias Klose2007-09-042-2/+2
* Fix compilation warning.Georg Brandl2007-08-081-1/+1
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...Georg Brandl2007-08-081-2/+5
* Backport from trunk r56727:Hye-Shik Chang2007-08-041-0/+1