- 22 Jul, 2013 9 commits
-
-
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 17 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
-
Christian Heimes authored
Also use portable SEEK_SET instead of 0. CID 1040639
-
Christian Heimes authored
CID 715334
-
Christian Heimes authored
CID 715334
-
- 20 Jul, 2013 14 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
CID 486768
-
Christian Heimes authored
CID 486768
-
Ned Deily authored
-
Ned Deily authored
-
Christian Heimes authored
CID 486814
-
Christian Heimes authored
CID 486814
-
Christian Heimes authored
CID 486663
-
Christian Heimes authored
CID 486663
-
Christian Heimes authored
CID 486250
-
Christian Heimes authored
CID 486250
-
Antoine Pitrou authored
-