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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Issue #18408: Fix constructors of _elementtree.c
Victor Stinner
2013-07-12
1
-12/+15
*
|
Issue #18408: Fix create_extra() of _elementtree.c, raise MemoryError on memory
Victor Stinner
2013-07-12
1
-1/+3
*
|
Issue #18408: parser module: fix error handling in node2tuple()
Victor Stinner
2013-07-11
1
-28/+52
*
|
Issue #18408: Fix parser.sequence2st() and parser.tuple2st(): raise MemoryError
Victor Stinner
2013-07-11
1
-4/+15
*
|
Issue #18408: _pickle.c: Add missing PyErr_NoMemory() on memory allocation fa...
Victor Stinner
2013-07-11
1
-2/+7
*
|
Issue #18408: _PyMemoTable_ResizeTable() now restores the old table if
Victor Stinner
2013-07-11
1
-1/+1
*
|
Issue #18408: pmerge() help of mro_implementation() now raises MemoryError on
Victor Stinner
2013-07-11
1
-2/+4
*
|
Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now
Victor Stinner
2013-07-11
1
-0/+1
*
|
Issue #18408: ceval.c: in debug mode, convert the PyErr_Occurred() check on
Victor Stinner
2013-07-11
1
-0/+4
*
|
Issue #18408: Oh, I was wrong: Pickler_New() must call Py_DECREF() to destroy
Victor Stinner
2013-07-11
1
-1/+1
*
|
Issue #18408: normalizestring() now raises MemoryError on memory allocation f...
Victor Stinner
2013-07-11
1
-1/+1
*
|
Issue #18408: In debug mode, PyCFunction_Call() now checks if an exception was
Victor Stinner
2013-07-11
1
-7/+23
*
|
Issue #18408: parsetok() must not write into stderr on memory allocation error
Victor Stinner
2013-07-11
1
-1/+0
*
|
Issue #18408: Different fixes in _elementtree.c to handle correctly MemoryError
Victor Stinner
2013-07-11
1
-8/+14
*
|
Cleanup _elementtree.c
Victor Stinner
2013-07-11
1
-7/+6
*
|
Issue #18408: _elementtree.c now handles create_extra() failure
Victor Stinner
2013-07-11
1
-12/+24
*
|
Issue #18408: Fix _Pickler_New() and _Unpickler_New(): initialize all
Victor Stinner
2013-07-11
1
-22/+14
*
|
Issue #18408: parsetok() must not write into stderr on memory allocation error
Victor Stinner
2013-07-11
1
-1/+0
*
|
Issue #18408: Fix compiler_import() to handle PyUnicode_Substring() failure p...
Victor Stinner
2013-07-11
1
-1/+4
*
|
Issue #18408: ste_new() initialize all attributes before handling error
Victor Stinner
2013-07-11
1
-13/+9
*
|
Issue #18408: slot_tp_str() must not fallback on slot_tp_repr() on error
Victor Stinner
2013-07-11
1
-19/+2
*
|
typeobject.c: remove trailing spaces
Victor Stinner
2013-07-11
1
-3/+3
*
|
Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
R David Murray
2013-07-11
5
-40/+62
|
\
\
|
|
/
|
*
#18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
R David Murray
2013-07-11
5
-40/+62
*
|
Issue #17872: Fix a segfault in marshal.load() when input stream returns
Serhiy Storchaka
2013-07-11
3
-15/+35
|
\
\
|
|
/
|
*
Issue #17872: Fix a segfault in marshal.load() when input stream returns
Serhiy Storchaka
2013-07-11
3
-15/+35
*
|
Issue #18085: Add missed const modifier for some entries in refcounts.dat.
Serhiy Storchaka
2013-07-11
1
-76/+76
|
\
\
|
|
/
|
*
Issue #18085: Add missed const modifier for some entries in refcounts.dat.
Serhiy Storchaka
2013-07-11
1
-77/+77
*
|
Issue #18101: Tcl.split() now process strings nested in a tuple as it
Serhiy Storchaka
2013-07-11
3
-0/+78
|
\
\
|
|
/
|
*
Issue #18101: Tcl.split() now process strings nested in a tuple as it
Serhiy Storchaka
2013-07-11
3
-0/+78
*
|
Issue #18338: `python --version` now prints version string to stdout, and
Serhiy Storchaka
2013-07-11
3
-3/+8
*
|
Merge #17987: properly document support.captured_xxx.
R David Murray
2013-07-11
4
-16/+47
|
\
\
|
|
/
|
*
#17987: properly document support.captured_xxx.
R David Murray
2013-07-11
4
-16/+47
*
|
Fix reference leaks introduced by the patch for issue #5308.
Serhiy Storchaka
2013-07-11
1
-12/+11
|
\
\
|
|
/
|
*
Fix reference leaks introduced by the patch for issue #5308.
Serhiy Storchaka
2013-07-11
1
-12/+11
*
|
Issue #18336. Fix a link to StreamReader's read() method.
Serhiy Storchaka
2013-07-11
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18336. Fix a link to StreamReader's read() method.
Serhiy Storchaka
2013-07-11
1
-1/+1
*
|
Issue #18426: improve exception message. Courtesy of Amaury
Christian Heimes
2013-07-11
1
-1/+5
|
\
\
|
|
/
|
*
Issue #18426: improve exception message. Courtesy of Amaury
Christian Heimes
2013-07-11
1
-1/+5
*
|
Issue #18426: Fix NULL pointer dereference in C extension import when
Christian Heimes
2013-07-11
2
-0/+5
|
\
\
|
|
/
|
*
Issue #18426: Fix NULL pointer dereference in C extension import when
Christian Heimes
2013-07-11
2
-0/+5
*
|
#18116: getpass no longer always falls back to stdin.
R David Murray
2013-07-10
3
-52/+70
*
|
Merge: #18424: PEP8ify the tense of the sum docstring.
R David Murray
2013-07-10
1
-2/+2
|
\
\
|
|
/
|
*
#18424: PEP8ify the tense of the sum docstring.
R David Murray
2013-07-10
1
-2/+2
*
|
Merge: #18399: fix comment typo.
R David Murray
2013-07-10
1
-1/+1
|
\
\
|
|
/
|
*
#18399: fix comment typo.
R David Murray
2013-07-10
1
-1/+1
*
|
Issue #18408: Fix call_exc_trace(): if the traceback is NULL, use None when
Victor Stinner
2013-07-10
1
-3/+8
*
|
Issue #18308: don't take the scope ID into account when comparing IPv6
Charles-François Natali
2013-07-09
1
-1/+5
|
\
\
|
|
/
|
*
Issue #18308: don't take the scope ID into account when comparing IPv6
Charles-François Natali
2013-07-09
1
-1/+5
*
|
use $(LN) makefile variable instead of ln
Christian Heimes
2013-07-09
1
-6/+6
|
\
\
|
|
/
[prev]
[next]