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
*
Restore the data block size to 62.
Raymond Hettinger
2013-07-28
1
-3/+6
*
Assertions key off NDEBUG
Raymond Hettinger
2013-07-27
1
-1/+1
*
Issue #15893: Improve error handling in main() and Py_FrozenMain()
Victor Stinner
2013-07-27
1
-0/+5
*
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
Christian Heimes
2013-07-26
1
-1/+1
|
\
|
*
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
Christian Heimes
2013-07-26
1
-1/+1
*
|
Issue #18559: Fix NULL pointer dereference error in _pickle module
Christian Heimes
2013-07-26
1
-4/+6
|
\
\
|
|
/
|
*
Issue #18559: Fix NULL pointer dereference error in _pickle module
Christian Heimes
2013-07-26
1
-4/+6
*
|
Issue #18519: the Python authorizer callback of sqlite3 must not raise Python...
Victor Stinner
2013-07-26
1
-21/+20
*
|
Handle yet another potential failure in testcapi
Christian Heimes
2013-07-26
1
-0/+2
|
\
\
|
|
/
|
*
Handle yet another potential failure in testcapi
Christian Heimes
2013-07-26
1
-0/+2
*
|
Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
Christian Heimes
2013-07-26
1
-0/+2
|
\
\
|
|
/
|
*
Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
Christian Heimes
2013-07-26
1
-0/+2
*
|
remove surplus and wrong Py_DECREF() introduced in 33891989c9cf
Christian Heimes
2013-07-26
1
-1/+0
|
\
\
|
|
/
|
*
remove surplus and wrong Py_DECREF() introduced in 33891989c9cf
Christian Heimes
2013-07-26
1
-1/+0
*
|
Fix memory leaks and add checks for failing malloc() calls to testcapi module
Christian Heimes
2013-07-26
1
-3/+16
|
\
\
|
|
/
|
*
Fix declaration-after-statement of d49f65ff4f3c
Christian Heimes
2013-07-26
1
-3/+7
|
*
Fix memory leaks and add checks for failing malloc() calls to testcapi module
Christian Heimes
2013-07-26
1
-0/+9
*
|
Fix possible NULL pointer dereferences in testcapi module
Christian Heimes
2013-07-26
1
-1/+7
|
\
\
|
|
/
|
*
Fix possible NULL pointer dereferences in testcapi module
Christian Heimes
2013-07-26
1
-1/+7
*
|
Fix possible NULL pointer dereference in PyCurses_Start_Color()
Christian Heimes
2013-07-26
1
-0/+4
|
\
\
|
|
/
|
*
Fix possible NULL pointer dereference in PyCurses_Start_Color()
Christian Heimes
2013-07-26
1
-0/+4
*
|
merge for issue #18556
Brett Cannon
2013-07-25
1
-1/+5
|
\
\
|
|
/
|
*
Issue #18556: Check the return value for PyUnicode_AsWideChar() in
Brett Cannon
2013-07-25
1
-1/+5
*
|
Issue #18549: Eliminate dead code in socket_ntohl().
Christian Heimes
2013-07-25
1
-2/+0
|
\
\
|
|
/
|
*
Issue #18549: Eliminate dead code in socket_ntohl().
Christian Heimes
2013-07-25
1
-2/+0
*
|
#16937: merge with 3.3.
Ezio Melotti
2013-07-25
1
-1/+2
|
\
\
|
|
/
|
*
#16937: document that stdin is always buffered, even when -u is used. Patch ...
Ezio Melotti
2013-07-25
1
-1/+2
*
|
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner
2013-07-22
8
-28/+51
*
|
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes
2013-07-22
1
-4/+12
|
\
\
|
|
/
|
*
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes
2013-07-22
1
-4/+12
*
|
Issue #18488: Fix _pysqlite_final_callback()
Victor Stinner
2013-07-22
1
-4/+4
*
|
Now all error paths of _freeze_importlib use 'goto error' and the error label...
Christian Heimes
2013-07-21
1
-19/+18
|
\
\
|
|
/
|
*
Now all error paths of _freeze_importlib use 'goto error' and the error label...
Christian Heimes
2013-07-21
1
-19/+18
*
|
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
Christian Heimes
2013-07-21
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
Christian Heimes
2013-07-21
1
-1/+1
*
|
Fix reference and memory leaks in _freeze_importlib
Christian Heimes
2013-07-21
1
-0/+3
|
\
\
|
|
/
|
*
Fix reference and memory leaks in _freeze_importlib
Christian Heimes
2013-07-21
1
-0/+3
*
|
Issue #18519, #18408: Fix sqlite authorizer callback
Victor Stinner
2013-07-21
1
-15/+23
*
|
Minor code simplification by eliminating an unnecessary temporary variable.
Raymond Hettinger
2013-07-21
1
-12/+6
*
|
Check return value of PyEval_GetGlobals() for NULL
Christian Heimes
2013-07-20
1
-2/+7
|
\
\
|
|
/
|
*
Check return value of PyEval_GetGlobals() for NULL
Christian Heimes
2013-07-20
1
-2/+7
*
|
Check return value of flush_character_buffer()
Christian Heimes
2013-07-20
1
-1/+3
|
\
\
|
|
/
|
*
Check return value of flush_character_buffer()
Christian Heimes
2013-07-20
1
-1/+3
*
|
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...
Mark Dickinson
2013-07-20
1
-0/+7
|
\
\
|
|
/
|
*
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...
Mark Dickinson
2013-07-20
1
-0/+7
*
|
Add missing check of PyDict_Update()'s return value in _elementtree.c
Christian Heimes
2013-07-20
1
-1/+2
|
\
\
|
|
/
|
*
Add missing check of PyDict_Update()'s return value in _elementtree.c
Christian Heimes
2013-07-20
1
-1/+2
*
|
Add missing check of PyDict_SetItem()'s return value
Christian Heimes
2013-07-20
1
-1/+4
|
\
\
|
|
/
|
*
Add missing check of PyDict_SetItem()'s return value
Christian Heimes
2013-07-20
1
-1/+4
*
|
Fix fishy sizeof(Py_ssize_t *).
Christian Heimes
2013-07-20
1
-1/+1
[next]