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
*
fix poor spelling
Benjamin Peterson
2014-04-14
1
-1/+1
*
disallow a negative idx parameter
Benjamin Peterson
2014-04-14
1
-4/+5
*
in scan_once, prevent the reading of arbitrary memory when passed a negative ...
Benjamin Peterson
2014-04-14
1
-1/+4
*
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson
2014-01-14
1
-0/+6
|
\
|
*
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson
2014-01-14
1
-0/+4
|
*
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...
Antoine Pitrou
2014-01-09
1
-2/+5
|
*
fix zipimport ref leak
Benjamin Peterson
2014-01-09
1
-3/+1
|
*
cleanup for the issue 19081 fix - pull the file open and close outside of the
Gregory P. Smith
2014-01-08
1
-8/+8
|
*
Should fix the issue19081 fix on Windows. Don't let the previous
Gregory P. Smith
2014-01-07
1
-1/+4
|
*
Fixes issue19081: When a zipimport .zip file in sys.path being imported
Gregory P. Smith
2014-01-06
1
-53/+241
|
*
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
Victor Stinner
2013-12-19
1
-1/+4
|
*
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
Serhiy Storchaka
2013-12-19
1
-14/+20
|
*
remove trailing spaces.
Gregory P. Smith
2013-12-18
1
-7/+7
|
*
Issue #16404: Add checks for return value of PyInt_FromLong() in
Serhiy Storchaka
2013-12-17
1
-8/+1
|
*
Issue #17919: Fixed integer overflow in the eventmask parameter.
Serhiy Storchaka
2013-12-14
1
-7/+25
|
*
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Serhiy Storchaka
2013-12-13
1
-3/+2
|
*
Issue #14432: Generator now clears the borrowed reference to the thread state
Victor Stinner
2013-12-13
1
-0/+94
|
*
Issue #19099: The struct module now supports Unicode format strings.
Serhiy Storchaka
2013-12-08
1
-4/+19
|
*
Closes #19878: Fix segfault in bz2 module.
Nadeem Vawda
2013-12-08
1
-7/+10
|
*
Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.
Alexandre Vassalotti
2013-12-01
1
-63/+1
|
*
Issue #6477: Added pickling support for singletons and their types.
Alexandre Vassalotti
2013-12-01
1
-1/+63
|
*
Fix indentation from previous commit
Eli Bendersky
2013-11-28
1
-2/+2
|
*
Issue #19815: Fix segfault when parsing empty namespace declaration.
Eli Bendersky
2013-11-28
1
-1/+4
|
*
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
1
-36/+13
|
*
backport #18985: Improve fcntl documentation.
R David Murray
2013-11-07
1
-11/+13
|
*
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...
Christian Heimes
2013-10-29
1
-65/+0
|
*
Issue #19405: Fixed outdated comments in the _sre module.
Serhiy Storchaka
2013-10-27
1
-2/+1
|
*
just return toplevel symbol table rather than all blocks (closes #19393)
Benjamin Peterson
2013-10-26
1
-1/+1
|
*
Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n))
Mark Dickinson
2013-10-13
1
-12/+22
|
*
Issue #18458: Prevent crashes with newer versions of libedit. Its readline
Ned Deily
2013-10-12
1
-15/+25
|
*
Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.
Ned Deily
2013-10-02
1
-1/+1
|
*
Properly initialize all fields of a SSL object after allocation.
Antoine Pitrou
2013-09-29
1
-0/+1
|
*
Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
Serhiy Storchaka
2013-09-05
1
-14/+22
|
*
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA...
Christian Heimes
2013-09-05
1
-1/+1
|
|
\
|
|
*
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA...
Christian Heimes
2013-09-05
1
-1/+1
|
|
*
- Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Barry Warsaw
2013-08-23
1
-3/+61
|
|
*
- Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash
Barry Warsaw
2012-03-15
4
-59/+130
|
*
|
Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast
Victor Stinner
2013-09-04
1
-1/+1
|
*
|
Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...
Antoine Pitrou
2013-09-04
1
-10/+13
|
*
|
Close #18912: Fix indentation in docstring
Eli Bendersky
2013-09-03
1
-4/+4
|
*
|
#18803: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-25
1
-1/+1
|
*
|
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
Christian Heimes
2013-08-25
1
-1/+1
|
*
|
Issue #18747: Fix spelling errors in my commit message and comments,
Christian Heimes
2013-08-25
1
-2/+2
|
*
|
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
1
-12/+53
|
*
|
Issue #18747: Use a parent atfork handler instead of a child atfork handler.
Christian Heimes
2013-08-22
1
-12/+9
|
*
|
Issue #17119: Fixed integer overflows when processing large Unicode strings
Serhiy Storchaka
2013-08-21
1
-10/+33
|
*
|
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
1
-0/+72
|
*
|
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
1
-0/+13
|
*
|
Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace"
Serhiy Storchaka
2013-08-20
1
-1/+1
|
*
|
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
Christian Heimes
2013-08-19
1
-1/+17
[next]