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 #18488: Fix _pysqlite_final_callback()
Victor Stinner
2013-07-22
1
-4/+4
*
Merge with 3.3
Terry Jan Reedy
2013-07-22
2
-5/+8
|
\
|
*
Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.
Terry Jan Reedy
2013-07-22
2
-5/+8
*
|
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
*
|
merge 3.3
Benjamin Peterson
2013-07-21
1
-1/+1
|
\
\
|
|
/
|
*
fix spacing
Benjamin Peterson
2013-07-21
1
-1/+1
*
|
merge 3.3
Benjamin Peterson
2013-07-21
1
-2/+2
|
\
\
|
|
/
|
*
let's not return NULL from functions that should return ints
Benjamin Peterson
2013-07-21
1
-2/+2
*
|
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
Christian Heimes
2013-07-21
2
-1/+3
|
\
\
|
|
/
|
*
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
Christian Heimes
2013-07-21
2
-1/+3
*
|
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 #18520: Fix initsigs(), handle PyOS_InitInterrupts() error
Victor Stinner
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 lseek() in _Py_DisplaySourceLine().
Christian Heimes
2013-07-21
1
-1/+7
|
\
\
|
|
/
|
*
Check return value of lseek() in _Py_DisplaySourceLine().
Christian Heimes
2013-07-21
1
-1/+7
*
|
Propagate error when PyByteArray_Resize() fails in bytearray_translate()
Christian Heimes
2013-07-21
1
-1/+4
|
\
\
|
|
/
|
*
Propagate error when PyByteArray_Resize() fails in bytearray_translate()
Christian Heimes
2013-07-21
1
-1/+4
*
|
merge
Christian Heimes
2013-07-20
0
-0/+0
|
\
\
|
|
/
|
*
merge
Christian Heimes
2013-07-20
1
-1/+5
|
|
\
*
|
\
merge
Christian Heimes
2013-07-20
1
-1/+5
|
\
\
\
|
*
\
\
Issue #17532: merge from 3.3
Ned Deily
2013-07-20
1
-1/+5
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #17532: Prevent exception when changing key sets if Options menu is empty.
Ned Deily
2013-07-20
1
-1/+5
*
|
|
|
Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() ...
Christian Heimes
2013-07-20
1
-0/+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() ...
Christian Heimes
2013-07-20
1
-0/+5
|
|
/
*
|
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
*
|
Check return value of fstat() in _PyImport_GetDynLoadFunc()
Christian Heimes
2013-07-20
1
-1/+3
|
\
\
|
|
/
|
*
Check return value of fstat() in _PyImport_GetDynLoadFunc()
Christian Heimes
2013-07-20
1
-1/+3
*
|
test_ssl: use a bytestring here
Antoine Pitrou
2013-07-20
1
-1/+1
*
|
Issue #9177: Calling read() or write() now raises ValueError, not AttributeEr...
Antoine Pitrou
2013-07-20
4
-0/+23
*
|
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...
Mark Dickinson
2013-07-20
2
-0/+10
|
\
\
|
|
/
|
*
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...
Mark Dickinson
2013-07-20
2
-0/+10
*
|
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
*
|
Check return value of PyType_Ready(&EncodingMapType)
Christian Heimes
2013-07-20
1
-1/+2
|
\
\
|
|
/
|
*
Check return value of PyType_Ready(&EncodingMapType)
Christian Heimes
2013-07-20
1
-1/+2
*
|
Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensi...
Christian Heimes
2013-07-20
1
-1/+4
|
\
\
|
|
/
|
*
Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensi...
Christian Heimes
2013-07-20
1
-1/+4
*
|
Add missing check of PyDict_SetItem()'s return value in PyEval_EvalCodeEx()
Christian Heimes
2013-07-20
1
-1/+3
|
\
\
|
|
/
|
*
Add missing check of PyDict_SetItem()'s return value in PyEval_EvalCodeEx()
Christian Heimes
2013-07-20
1
-1/+3
*
|
Issue #18327: Fix argument order in call to compatible_for_assignment(oldto, ...
Christian Heimes
2013-07-20
1
-1/+1
*
|
Fix fishy sizeof(Py_ssize_t *).
Christian Heimes
2013-07-20
1
-1/+1
*
|
Use strncat() instead of strcat() to silence some warnings.
Christian Heimes
2013-07-20
1
-3/+3
[next]