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
*
Docstring typo.
Andrew M. Kuchling
2008-10-03
2
-2/+2
*
Fixed a couple more C99 comments and one occurence of inline.
Christian Heimes
2008-10-02
3
-4/+4
*
Fix a refleak introduced by r66677.
Brett Cannon
2008-09-30
1
-10/+1
*
Victor Stinner's patches to check the return result of PyLong_Ssize_t
Benjamin Peterson
2008-09-30
2
-0/+10
*
fix security issue 2: imageop's poor validation of arguments could result in ...
Benjamin Peterson
2008-09-30
1
-162/+110
*
Fix issue #3547 for MingW, update comments.
Thomas Heller
2008-09-29
1
-3/+5
*
The _lsprof module could crash the interpreter if it was given an external
Brett Cannon
2008-09-29
1
-1/+10
*
bsddb4.7.3pre9 renamed to 4.7.3
Jesus Cea
2008-09-28
1
-1/+1
*
Fix issue #3547: ctypes is confused by bitfields of varying integer types
Thomas Heller
2008-09-24
1
-1/+1
*
Bugfix for issue3885 and 'DB.verify()' crash.
Jesus Cea
2008-09-23
2
-28/+87
*
Issue #3945: Fixed compile error on cygwin. (initializer element is not const...
Hirokazu Yamamoto
2008-09-23
1
-1/+1
*
#3897: _collections now has an underscore.
Georg Brandl
2008-09-21
1
-1/+1
*
#3852: fix some select.kqueue and kevent docs.
Georg Brandl
2008-09-21
1
-1/+1
*
tabify
Benjamin Peterson
2008-09-18
1
-2/+2
*
fix possible integer overflows in _hashopenssl #3886
Benjamin Peterson
2008-09-18
1
-9/+42
*
Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concu...
Gerhard Häring
2008-09-12
2
-0/+6
*
Fixes issue #3103. In the sqlite3 module, made one more function static. All ...
Gerhard Häring
2008-09-12
8
-28/+28
*
sqlite3 module: Mark iterdump() method as "Non-standard" like all the other m...
Gerhard Häring
2008-09-12
1
-1/+1
*
#3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n...
Amaury Forgeot d'Arc
2008-09-11
1
-64/+117
*
#3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for
Amaury Forgeot d'Arc
2008-09-10
3
-5/+4
*
- Issue #3629: Fix sre "bytecode" validator for an end case.
Guido van Rossum
2008-09-10
1
-3/+4
*
Issue #3811: The Unicode database was updated to 5.1.
Martin v. Löwis
2008-09-10
3
-14500/+17573
*
Python3.0 bsddb testsuite compatibility improvements
Jesus Cea
2008-09-03
1
-1/+1
*
Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pi...
Jesse Noller
2008-09-03
1
-0/+11
*
Fix some leaks - Neal Norwitz
Jesus Cea
2008-09-03
2
-4/+6
*
Improve compatibility with Python3.0 testsuite
Jesus Cea
2008-09-02
1
-1/+1
*
#3703 unhelpful _fileio.FileIO error message when trying to open a directory
Benjamin Peterson
2008-09-01
1
-1/+3
*
Update bsddb code to version 4.7.3pre2. This code should
Jesus Cea
2008-08-31
2
-38/+116
*
#3662: Fix segfault introduced when fixing memory leaks.
Neal Norwitz
2008-08-24
1
-1/+1
*
Fix:
Neal Norwitz
2008-08-24
3
-1/+6
*
#3643 add a few more checks to _testcapi to prevent segfaults
Benjamin Peterson
2008-08-23
1
-4/+20
*
d is the correct format string
Christian Heimes
2008-08-22
1
-1/+1
*
Fixed two format strings in the _collections module. For example
Christian Heimes
2008-08-22
1
-2/+2
*
Silenced a compiler warning in the sqlite module
Christian Heimes
2008-08-22
1
-2/+2
*
Issue 1179: [CVE-2007-4965] Integer overflow in imageop module.
Guido van Rossum
2008-08-19
1
-12/+68
*
COM method code is windows specific
Thomas Heller
2008-08-19
1
-1/+4
*
Fix a regression introduced by rev. 63792: ctypes function pointers
Thomas Heller
2008-08-19
1
-5/+26
*
Fix strange character in the docstring.
Thomas Heller
2008-08-19
1
-1/+1
*
get the symtable module back in working order
Benjamin Peterson
2008-08-17
1
-0/+3
*
Backport r65661, r65760: Issue #3575: Incremental decoder's decode
Hirokazu Yamamoto
2008-08-17
1
-5/+18
*
Issue #2222: Fixed reference leak when occured os.rename()
Hirokazu Yamamoto
2008-08-17
1
-28/+26
*
Properly INCREF reference in Py_buffer.
Martin v. Löwis
2008-08-14
1
-0/+2
*
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
Martin v. Löwis
2008-08-12
6
-184/+227
*
Copy reduce() to _functools so to have functools.reduce() not raise a warning
Brett Cannon
2008-08-09
1
-0/+79
*
#3205: bz2 iterator fails silently on MemoryError
Antoine Pitrou
2008-08-09
1
-0/+1
*
Patch by Ian Charnas from issue 3517.
Guido van Rossum
2008-08-07
1
-0/+5
*
Tracker issue 3487: sre "bytecode" verifier.
Guido van Rossum
2008-08-05
1
-0/+474
*
fix compile error on Windows
Benjamin Peterson
2008-08-02
1
-1/+1
*
Submit fix for issue3393: Memory corruption in multiprocessing module
Jesse Noller
2008-08-01
3
-19/+28
*
Security patches from Apple: prevent int overflow when allocating memory
Neal Norwitz
2008-07-31
3
-2/+22
[next]