- 25 Jul, 2013 9 commits
-
-
R David Murray authored
Patch by Vajrasky Kok.
-
R David Murray authored
Patch by Vajrasky Kok.
-
Vinay Sajip authored
-
Christian Heimes authored
CID 982369
-
Christian Heimes authored
CID 982369
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 24 Jul, 2013 4 commits
-
-
Christian Heimes authored
CID 719690
-
Christian Heimes authored
CID 719690
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 23 Jul, 2013 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brian Curtin authored
-
Christian Heimes authored
I fixed it before the checkin but forgot to save... :wq
-
- 22 Jul, 2013 23 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
-