- 15 Jul, 2013 17 commits
-
-
Victor Stinner authored
failure
-
Victor Stinner authored
exception was not raised. Before the process was killed by SIGALRM in another random test (1 second later)
-
Victor Stinner authored
on memory allocation failure
-
Victor Stinner authored
and _PyUnicode_HAS_WSTR_MEMORY() macros These macros are called in unicode_dealloc(), whereas the unicode object can be "inconsistent" if the creation of the object failed. For example, when unicode_subtype_new() fails on a memory allocation, _PyUnicode_CheckConsistency() fails with an assertion error because data is NULL.
-
Victor Stinner authored
if the function called failed whereas no exception was raised, to detect bugs earlier.
-
Victor Stinner authored
-
Victor Stinner authored
Check if XML_ParserCreate_MM() failed (ex: MemoryError) before using self->itself.
-
Barry Warsaw authored
object's custom `__hash__()` method.
-
Barry Warsaw authored
object's custom `__hash__()` method.
-
Ronald Oussoren authored
The "Gestalt" function on OSX is deprecated (starting with OSX 10.8), remove its usage from the stdlib. The patch removes a number of private functions and a private module, but does not change the public API. The removed code was effectively dead, the platform module has used other code to fetch the OSX version for years and could only use on the Gestalt-based code as a fallback. That fallback can only trigger on broken OSX installs (that is, someone has removed parts of the system install)
-
R David Murray authored
-
R David Murray authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Nick Coghlan authored
-
Serhiy Storchaka authored
Févry Thibault.
-
Serhiy Storchaka authored
Févry Thibault.
-
- 14 Jul, 2013 7 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Brett Cannon authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 13 Jul, 2013 11 commits
-
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Phil Webster. With that available, modify RstripExtension.py to stop deleting null slices, which caused a file to be marked as changed when it was not.
-
R David Murray authored
-
R David Murray authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Based on patches by Todd.Rovito and Phil Webster.
-
- 12 Jul, 2013 5 commits
-
-
R David Murray authored
Initial patch by Madison May.
-
R David Murray authored
Initial patch by Madison May.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-