- 15 Tem, 2013 18 kayıt (commit)
-
-
Victor Stinner yazdı
Don't pass a NULL traceback to PyException_SetTraceback(): pass Py_None. Passing NULL would raise a new exception.
-
Victor Stinner yazdı
failure
-
Victor Stinner yazdı
exception was not raised. Before the process was killed by SIGALRM in another random test (1 second later)
-
Victor Stinner yazdı
on memory allocation failure
-
Victor Stinner yazdı
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 yazdı
if the function called failed whereas no exception was raised, to detect bugs earlier.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Check if XML_ParserCreate_MM() failed (ex: MemoryError) before using self->itself.
-
Barry Warsaw yazdı
object's custom `__hash__()` method.
-
Barry Warsaw yazdı
object's custom `__hash__()` method.
-
Ronald Oussoren yazdı
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 yazdı
-
R David Murray yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Nick Coghlan yazdı
-
Serhiy Storchaka yazdı
Févry Thibault.
-
Serhiy Storchaka yazdı
Févry Thibault.
-
- 14 Tem, 2013 7 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Brett Cannon yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 13 Tem, 2013 11 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
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 yazdı
-
R David Murray yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Based on patches by Todd.Rovito and Phil Webster.
-
- 12 Tem, 2013 4 kayıt (commit)
-
-
R David Murray yazdı
Initial patch by Madison May.
-
R David Murray yazdı
Initial patch by Madison May.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-