index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
#6990: clear threading.local's key only after its thread state is removed:
Philip Jenvey
2009-09-29
1
-1/+1
*
Issue #1040026: Fix os.times result on systems where HZ is incorrect.
Martin v. Löwis
2008-12-13
1
-9/+16
*
Backport of r64212
Martin v. Löwis
2008-12-13
1
-0/+1
*
Issue #4228: Pack negative values the same way as 2.4
Martin v. Löwis
2008-12-13
1
-6/+6
*
#4317: Fix an Array Bounds Read in imageop.rgb2rgb8.
Amaury Forgeot d'Arc
2008-11-18
1
-1/+1
*
backport r67077 from the trunk: parser module now correctly validates relativ...
Benjamin Peterson
2008-11-03
1
-2/+2
*
Issue #4176: Pickle would crash the interpreter when a __reduce__ function
Amaury Forgeot d'Arc
2008-10-30
1
-26/+33
*
Modify ctypes types with 'official' functions. Backport from trunk,
Thomas Heller
2008-10-18
1
-1/+1
*
Issue #4046: Backport of issue #3312's patch: fixes two crashes in the sqlite3
Gerhard Häring
2008-10-08
2
-3/+13
*
Fix a refleak introduced by r66678 (backport of r66700).
Brett Cannon
2008-09-30
1
-10/+1
*
backport r66689: imageop could segfault due to poor argument validation
Benjamin Peterson
2008-09-30
1
-160/+109
*
Fix issue #3547 for MingW, update comments (backport from trunk).
Thomas Heller
2008-09-29
1
-3/+5
*
Backport of r66677: _lsprof crasher when a bad external timer is used during
Brett Cannon
2008-09-29
1
-1/+10
*
Fix issue #3547: ctypes is confused by bitfields of varying integer types
Thomas Heller
2008-09-24
1
-1/+1
*
backport r66496: integer overflow in _hashopenssl #3886
Benjamin Peterson
2008-09-18
1
-9/+42
*
Issue 1179: [CVE-2007-4965] Integer overflow in imageop module.
Guido van Rossum
2008-08-19
2
-12/+73
*
Backport of r64767 from trunk
Gregory P. Smith
2008-08-17
1
-0/+1
*
Backport r65745: Issue #2222: Fixed reference leak when occured
Hirokazu Yamamoto
2008-08-17
1
-28/+26
*
#3205: bz2 iterator fails silently on MemoryError
Georg Brandl
2008-08-12
1
-0/+1
*
(backport of r61652 and r61665 from trunk)
Gregory P. Smith
2008-08-04
1
-5/+14
*
Security patches from Apple: prevent int overflow when allocating memory
Neal Norwitz
2008-07-31
3
-2/+22
*
Backport code from r65182:
Neal Norwitz
2008-07-28
3
-4/+10
*
#Issue3088 in-progress: Race condition with instances of classes derived from...
Amaury Forgeot d'Arc
2008-07-01
1
-1/+4
*
#3157: Fix docstrings for cursor methods.
Georg Brandl
2008-06-22
1
-3/+3
*
Patch #2111: Avoid mmap segfault when modifying a PROT_READ block.
Martin v. Löwis
2008-05-23
1
-0/+4
*
fix issue2858: potential memory corruption when any of the bsddb.db.*
Gregory P. Smith
2008-05-17
1
-7/+5
*
Issue #2682: ctypes callback functions no longer contain a cyclic
Thomas Heller
2008-04-25
3
-51/+135
*
Merge r62235 from trunk.
Gregory P. Smith
2008-04-09
1
-0/+4
*
Fix for Issue2515: Don't crash when trying to fetch data from a closed cursor.
Gerhard Häring
2008-04-06
1
-8/+10
*
Remove the advertising clause from the BSD license in timing.h.
Guido van Rossum
2008-04-01
1
-6/+3
*
Backport #1442: report exception when startup file cannot be run.
Georg Brandl
2008-03-29
1
-0/+9
*
Backport r61450 from trunk:
Gregory P. Smith
2008-03-18
1
-2/+2
*
Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue...
Raymond Hettinger
2008-03-06
1
-5/+15
*
Fix deallocation of array objects when allocation ran out of memory.
Martin v. Löwis
2008-02-15
1
-0/+1
*
Added checks for integer overflows, contributed by Google. Some are
Martin v. Löwis
2008-02-14
12
-37/+269
*
issue 2045: Infinite recursion when printing a subclass of defaultdict,
Amaury Forgeot d'Arc
2008-02-08
1
-1/+11
*
Fix the way methods are created for the _ctypes.COMError exception
Thomas Heller
2008-02-06
1
-9/+19
*
Backport r59862 (issue #712900): make long regexp matches interruptable
Guido van Rossum
2008-02-04
1
-0/+8
*
backport r60544 from trunk:
Gregory P. Smith
2008-02-03
1
-2/+6
*
Backport 60542:
Andrew MacIntyre
2008-02-03
1
-2/+2
*
Revert rev. 59926, it breaks comtypes (I need to further examine this).
Thomas Heller
2008-01-28
1
-5/+0
*
#1940: make it possible to use curses.filter() before curses.initscr()
Georg Brandl
2008-01-26
1
-1/+10
*
Invert the checks in get_[u]long and get_[u]longlong. The intent was
Thomas Heller
2008-01-24
1
-19/+15
*
Backport from trunk:
Thomas Heller
2008-01-16
1
-1/+1
*
Added NEWS entry, plus:
Thomas Heller
2008-01-11
1
-0/+5
*
Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP6...
Andrew M. Kuchling
2008-01-08
1
-25/+79
*
Fix bug #1301 -- a bad assert in _tkinter.
Guido van Rossum
2008-01-03
1
-3/+5
*
Backport of fix for issue 1695.
Brett Cannon
2007-12-24
1
-2/+2
*
Change ctypes version number to 1.0.3 (when Python 2.5.2 is released,
Thomas Heller
2007-12-19
1
-1/+1
*
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
Thomas Heller
2007-12-18
2
-0/+21
[next]