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
*
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
|
\
\
|
|
/
|
*
use $(LN) makefile variable instead of ln
Christian Heimes
2013-07-09
1
-6/+6
*
|
Add a spacing saving heuristic to deque's extend methods
Raymond Hettinger
2013-07-09
2
-2/+18
*
|
Issue #18408: Fix select.select() to handle PyList_New() failure (MemoryError)
Victor Stinner
2013-07-08
1
-3/+3
*
|
Issue #18408: Fix _PyMem_DebugRealloc()
Victor Stinner
2013-07-08
1
-6/+8
*
|
Issue #18408: _PyUnicodeWriter_Finish() now clears its buffer attribute in all
Victor Stinner
2013-07-08
1
-3/+6
*
|
Issue #18408: Fix usage of _PyBytes_Resize()
Victor Stinner
2013-07-08
2
-31/+16
*
|
Issue #18408: Fix PyCode_Optimize(): raise a MemoryError on memory allocation
Victor Stinner
2013-07-08
1
-2/+6
*
|
Issue #18408: Fix zlib.compressobj() to handle PyThread_allocate_lock() failure
Victor Stinner
2013-07-08
1
-0/+4
*
|
Issue #18408: Fix ConvParam() of the ctypes module to handle paramfunc failure
Victor Stinner
2013-07-08
1
-0/+2
*
|
Avoid spurious non-fatal install errors for OS X frameworks:
Ned Deily
2013-07-08
1
-1/+1
*
|
Issue #18408: Fix _PyUnicodeWriter_Finish(): clear writer->buffer,
Victor Stinner
2013-07-08
1
-2/+5
*
|
fix indentation
Victor Stinner
2013-07-08
1
-13/+13
*
|
Issue #18408: Fix call_function() of ceval.c to handle PyTuple_New() failure
Victor Stinner
2013-07-08
1
-4/+9
*
|
Issue #18408: Fix PyType_Ready() and type.__bases__ setter to handle
Victor Stinner
2013-07-08
1
-0/+2
*
|
Issue #18408: Fix marshal reader for Unicode strings: handle
Victor Stinner
2013-07-08
1
-0/+4
*
|
Issue #18408: Fix list.pop() to handle list_resize() failure (MemoryError).
Victor Stinner
2013-07-08
1
-2/+4
*
|
Issue #18408: Fix PyDict_New() to handle correctly new_keys_object() failure
Victor Stinner
2013-07-08
1
-1/+5
*
|
Issue #18408: PyObject_GC_NewVar() now raises SystemError exception if nitems
Victor Stinner
2013-07-08
1
-2/+9
*
|
gcmodule.c: strip trailing spaces
Victor Stinner
2013-07-08
1
-7/+7
*
|
#18403: merge with 3.3.
Ezio Melotti
2013-07-08
1
-1/+1
|
\
\
|
|
/
|
*
#18403: fix an off-by-one typo noticed by Xue Fuqiao.
Ezio Melotti
2013-07-08
1
-1/+1
*
|
Merge str.center tests from 3.3.
Ezio Melotti
2013-07-08
1
-0/+9
|
\
\
|
|
/
|
*
Add a couple of tests for str.center with non-ASCII chars.
Ezio Melotti
2013-07-08
1
-0/+9
*
|
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
Victor Stinner
2013-07-07
8
-29/+64
*
|
Issue #18203: Fix _Py_DecodeUTF8_surrogateescape(), use PyMem_RawMalloc() as ...
Victor Stinner
2013-07-07
1
-2/+2
*
|
Issue #18227: pyexpat now uses a static XML_Memory_Handling_Suite. cElementTr...
Christian Heimes
2013-07-07
1
-6/+6
*
|
Issue #18203: Replace malloc() with PyMem_Malloc() in _PySequence_BytesToCha...
Victor Stinner
2013-07-07
1
-8/+11
*
|
Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects
Victor Stinner
2013-07-07
1
-6/+6
*
|
Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks
Victor Stinner
2013-07-07
2
-10/+10
*
|
Issue #18227: "Free" function of bz2, lzma and zlib modules has no return val...
Victor Stinner
2013-07-07
3
-3/+3
*
|
Issue #18203: Replace malloc() with PyMem_Malloc() in _ssl for the password
Victor Stinner
2013-07-07
1
-4/+4
*
|
Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules
Victor Stinner
2013-07-07
3
-8/+77
*
|
Issue #18203: Fix decode_ascii_surrogateescape(), use PyMem_RawMalloc() as _P...
Victor Stinner
2013-07-07
1
-1/+1
[next]