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
*
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
*
Replace math.sum with math.fsum in a couple of comments
Mark Dickinson
2008-07-30
1
-2/+2
*
Rename math.sum to math.fsum
Mark Dickinson
2008-07-30
1
-16/+16
*
Fix special-value handling for math.sum.
Mark Dickinson
2008-07-30
1
-38/+54
*
Make ctypes compatible with Python 2.3, 2.4, and 2.5 again.
Thomas Heller
2008-07-24
2
-2/+16
*
Finish conversion from int to Py_ssize_t.
Raymond Hettinger
2008-07-24
1
-23/+23
*
Parse to the correct datatype.
Raymond Hettinger
2008-07-24
1
-1/+1
*
Finish-up the partial conversion from int to Py_ssize_t for deque indices and...
Raymond Hettinger
2008-07-24
1
-23/+24
*
3k-warn about parser's "ast" aliases.
Georg Brandl
2008-07-23
1
-5/+37
*
bsddb module updated to version 4.7.2devel9.
Jesus Cea
2008-07-23
2
-530/+820
*
Issue #2620: Overflow checking when allocating or reallocating memory
Gregory P. Smith
2008-07-22
3
-2/+9
*
On Windows, silence a Purify warning and initialize the memory passed to Cryp...
Amaury Forgeot d'Arc
2008-07-21
1
-0/+1
*
#3322: bounds checking for _json.scanstring
Bob Ippolito
2008-07-19
1
-2/+10
*
#3303: fix crash with invalid Py_DECREF in strcoll().
Georg Brandl
2008-07-19
1
-1/+3
*
#3302: fix segfaults when passing None for arguments that can't
Georg Brandl
2008-07-19
1
-5/+9
*
#3312: fix two sqlite3 crashes.
Georg Brandl
2008-07-16
2
-3/+13
*
#3305: self->stream can be NULL.
Georg Brandl
2008-07-16
1
-2/+2
*
#1608818: errno can get set by every call to readdir().
Georg Brandl
2008-07-16
1
-8/+10
*
Issue #3313: Contrary to the man page, a failed dlopen() call does not
Thomas Heller
2008-07-15
2
-2/+8
*
Issue #3258: Fix an assertion error (in debug build) and a crash (in
Thomas Heller
2008-07-15
1
-1/+12
*
Issue 2235: __hash__ is once again inherited by default, but inheritance can ...
Nick Coghlan
2008-07-15
1
-8/+1
*
Fix posix.fork1() / os.fork1() to only call PyOS_AfterFork() in the child
Gregory P. Smith
2008-07-14
1
-1/+2
*
Issue #3153: sqlite leaks on error.
Alexandre Vassalotti
2008-07-13
2
-23/+12
[next]