summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge r82494 from the python2.6 branch:Matthias Klose2010-10-171-73/+71
* Merge r81080 from the python2.6 branch:Matthias Klose2010-10-171-17/+8
* Merged revisions 81046 from the python2.6 branch:Matthias Klose2010-10-171-28/+21
* - expat: Fix DoS via malformed XML (CVE-2009-3720).Matthias Klose2010-01-211-1/+1
* - Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560).Matthias Klose2010-01-211-0/+3
* #6990: clear threading.local's key only after its thread state is removed:Philip Jenvey2009-09-291-1/+1
* Issue #1040026: Fix os.times result on systems where HZ is incorrect.Martin v. Löwis2008-12-131-9/+16
* Backport of r64212Martin v. Löwis2008-12-131-0/+1
* Issue #4228: Pack negative values the same way as 2.4Martin v. Löwis2008-12-131-6/+6
* #4317: Fix an Array Bounds Read in imageop.rgb2rgb8.Amaury Forgeot d'Arc2008-11-181-1/+1
* backport r67077 from the trunk: parser module now correctly validates relativ...Benjamin Peterson2008-11-031-2/+2
* Issue #4176: Pickle would crash the interpreter when a __reduce__ functionAmaury Forgeot d'Arc2008-10-301-26/+33
* Modify ctypes types with 'official' functions. Backport from trunk,Thomas Heller2008-10-181-1/+1
* Issue #4046: Backport of issue #3312's patch: fixes two crashes in the sqlite3Gerhard Häring2008-10-082-3/+13
* Fix a refleak introduced by r66678 (backport of r66700).Brett Cannon2008-09-301-10/+1
* backport r66689: imageop could segfault due to poor argument validationBenjamin Peterson2008-09-301-160/+109
* Fix issue #3547 for MingW, update comments (backport from trunk).Thomas Heller2008-09-291-3/+5
* Backport of r66677: _lsprof crasher when a bad external timer is used duringBrett Cannon2008-09-291-1/+10
* Fix issue #3547: ctypes is confused by bitfields of varying integer typesThomas Heller2008-09-241-1/+1
* backport r66496: integer overflow in _hashopenssl #3886Benjamin Peterson2008-09-181-9/+42
* Issue 1179: [CVE-2007-4965] Integer overflow in imageop module.Guido van Rossum2008-08-192-12/+73
* Backport of r64767 from trunkGregory P. Smith2008-08-171-0/+1
* Backport r65745: Issue #2222: Fixed reference leak when occuredHirokazu Yamamoto2008-08-171-28/+26
* #3205: bz2 iterator fails silently on MemoryErrorGeorg Brandl2008-08-121-0/+1
* (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