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
*
Issue #23735: Avoid sighandler_t Gnu-ism
Martin Panter
2016-04-03
1
-1/+1
*
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
Martin Panter
2016-04-03
1
-0/+31
*
Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()
Martin Panter
2016-03-27
1
-0/+4
*
Issue #24266: Cancel history search mode with Ctrl+C in Readline 7
Martin Panter
2016-03-22
1
-0/+3
*
Issue #26505: Fix typos in getaddrinfo license text.
Ned Deily
2016-03-07
1
-4/+4
*
Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on
Ned Deily
2016-02-23
1
-5/+11
*
open the cert store readonly
Benjamin Peterson
2016-02-18
1
-2/+6
*
Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X
Ned Deily
2016-02-15
1
-2/+18
*
Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with
Charles-François Natali
2016-02-12
1
-4/+12
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
2
-2/+2
*
Issue #25945: Fixed bugs in functools.partial.
Serhiy Storchaka
2016-02-02
1
-25/+41
*
Issue #26244: Clarify default zlib compression level in documentation
Martin Panter
2016-02-03
1
-1/+1
*
Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #261...
Serhiy Storchaka
2016-01-28
1
-8/+8
*
Fixed an infinite loop in zipimport caused by cebcd2fd3e1f (issue #19883).
Serhiy Storchaka
2016-01-28
1
-4/+3
*
Issue #19883: Fixed possible integer overflows in zipimport.
Serhiy Storchaka
2016-01-28
1
-131/+214
*
Issue #26198: Added tests for string-related format units of PyArg_Parse*()
Serhiy Storchaka
2016-01-28
1
-3/+294
*
reject negative data_size
Benjamin Peterson
2016-01-22
1
-0/+4
*
prevent buffer overflow in get_data (closes #26171)
Benjamin Peterson
2016-01-21
1
-0/+5
*
fix refleak in error condition
Benjamin Peterson
2016-01-21
1
-0/+1
*
Replace fpgetmask() with fedisableexcept()
Victor Stinner
2016-01-20
1
-5/+2
*
Issue #26114: Remove mention of 'Numerical Recipes'.
Brett Cannon
2016-01-15
1
-3/+2
*
remove some copyright notices supserseded by the toplevel ones
Benjamin Peterson
2016-01-01
2
-4/+0
*
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
4
-31/+19
*
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
3
-22/+11
*
Issue #24103: Fixed possible use after free in ElementTree.iterparse().
Serhiy Storchaka
2015-12-24
1
-13/+7
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
15
-92/+49
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
7
-7/+7
*
Fixed possible leaks in ElementTree parser.
Serhiy Storchaka
2015-12-09
1
-2/+8
*
Issue25814: Propagate all errors from custom XML parser handlers
Serhiy Storchaka
2015-12-06
1
-73/+45
*
Fixed reference leak when read truncated pickle.
Serhiy Storchaka
2015-11-30
1
-1/+4
*
Fixed compilation error introduced in 745fd5550bc0.
Serhiy Storchaka
2015-11-26
1
-1/+1
*
Issue #19687: Fixed possible integer overflows in ElementTree.
Serhiy Storchaka
2015-11-25
1
-6/+23
*
Issue #25725: Fixed a reference leak in cPickle.loads() when unpickling
Serhiy Storchaka
2015-11-25
1
-19/+10
*
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
Serhiy Storchaka
2015-11-23
1
-2/+22
*
Issue #19687: Fixed memory leak on failed Element slice assignment.
Serhiy Storchaka
2015-11-22
1
-10/+6
*
rm trailing ws
Benjamin Peterson
2015-11-14
1
-1/+1
*
fix possible memory lea k in _get_aia_uri (closes #25578)
Benjamin Peterson
2015-11-14
1
-1/+4
*
fix build with older openssl (#25569)
Benjamin Peterson
2015-11-14
1
-1/+1
*
Second instance of deque needing "len" instead of "Py_SIZE" in Py2.7
Raymond Hettinger
2015-11-13
1
-1/+1
*
Deque uses "len" instead of varhead in Py2.7
Raymond Hettinger
2015-11-12
1
-1/+1
*
always set OP_NO_SSLv3 by default (closes #25530)
Benjamin Peterson
2015-11-12
1
-0/+2
*
fix memory leak in _get_crl_dp (closes #25569)
Benjamin Peterson
2015-11-12
1
-28/+24
*
Issue #892902: Fixed pickling recursive objects.
Serhiy Storchaka
2015-11-07
1
-0/+21
*
Issue #25523: Backported a-to-an corrections.
Serhiy Storchaka
2015-11-02
2
-2/+2
*
Issue #22413: Document newline effect on StringIO initializer and getvalue
Martin Panter
2015-10-10
1
-1/+6
*
Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6
Raymond Hettinger
2015-10-07
1
-1/+5
*
Issue #25290: Fix typo in csv.reader() docstring
Berker Peksag
2015-10-02
1
-1/+1
*
Issue #25203: Failed readline.set_completer_delims() no longer left the
Serhiy Storchaka
2015-09-27
1
-4/+5
*
fix spacing
Benjamin Peterson
2015-09-27
1
-2/+2
*
Issue #25135: Avoid possible reentrancy issues in deque_clear.
Raymond Hettinger
2015-09-26
1
-3/+57
[next]