- 25 Jul, 2013 14 commits
-
-
Ethan Furman authored
-
R David Murray authored
Patch by Claudiu Popa.
-
Guido van Rossum authored
-
R David Murray authored
-
R David Murray authored
Patch by Tshepang Lekhonkhobe.
-
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 18 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
-