- 23 Jul, 2013 2 commits
-
-
Brian Curtin authored
-
Christian Heimes authored
I fixed it before the checkin but forgot to save... :wq
-
- 22 Jul, 2013 24 commits
-
-
Christian Heimes authored
The modeling file avoids false positive reports.
-
Victor Stinner authored
-
Victor Stinner authored
As PyDict_GetItem(), _PyDict_GetItemId() suppresses all errors that may occur, for historical reasons.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
before PyExc_MemoryError has been initialized by _PyExc_Init()
-
Victor Stinner authored
PyStructSequence_InitType() except that it has a return value (0 on success, -1 on error). * PyStructSequence_InitType2() now raises MemoryError on memory allocation failure * Fix also some calls to PyDict_SetItemString(): handle error
-
Brian Curtin authored
-
Brian Curtin authored
-
Serhiy Storchaka authored
generate tests for different compression types. Fixed a bug with skipping some tests due to use of exhausted iterators.
-
Serhiy Storchaka authored
generate tests for different compression types. Fixed a bug with skipping some tests due to use of exhausted iterators.
-
Christian Heimes authored
because they don't understand that Py_FatalError() terminates the program.
-
Christian Heimes authored
because they don't understand that Py_FatalError() terminates the program.
-
Christian Heimes authored
prefix and exec_prefix if the operation system does not obey MAXPATHLEN.
-
Christian Heimes authored
prefix and exec_prefix if the operation system does not obey MAXPATHLEN.
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
a new grammar. CID 715360
-
Christian Heimes authored
a new grammar. CID 715360
-
Victor Stinner authored
Restore behaviour of Python 3.3: print the finalizer() error if sqlite3.enable_callback_tracebacks() has been called, clear the error otherwise. But keep (save/restore) also the AttributeError raised in _pysqlite_step_callback().
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 21 Jul, 2013 14 commits
-
-
Christian Heimes authored
Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources.
-
Christian Heimes authored
Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Victor Stinner authored
PyOS_InitInterrupts() can raise error when importing the signal module
-
Victor Stinner authored
If a previous call to the authorizer callback failed and raised an exception, don't call the Python authorizer callback, but just return SQLITE_DENY.
-
Raymond Hettinger authored
-
Christian Heimes authored
Also use portable SEEK_SET instead of 0. CID 1040639
-