- 13 Jul, 2013 8 commits
-
-
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 21 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
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
There is more to be done here in terms of accepting RFC invalid input that some mailers accept, but this covers the valid RFC places where encoded words can occur in structured headers.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Brett Cannon authored
building Python but having some optional module which didn't build. Patch by Yogesh Chaudhari.
-
Brett Cannon authored
...`` when an ImportError occurs. Other cases had already been switched over to using the repr. Thanks to Tomasz Maćkowiak for the patch.
-
Brett Cannon authored
constants in importlib._bootstrap. Along the way clean up from string interpolation to use the repr explicitly. Initial patch by Madison May.
-
Victor Stinner authored
* Use Py_DECREF() instead of PyObject_GC_Del() to release correctly all resources * Raise MemoryError on memory allocation failure
-
Victor Stinner authored
allocation failure
-
- 11 Jul, 2013 11 commits
-
-
Victor Stinner authored
Handle PyLong_FromLong() and PyUnicode_FromString() failures
-
Victor Stinner authored
on memory allocation failure Instead of ignoring the memory allocation failure and create invalid objects.
-
Victor Stinner authored
-
Victor Stinner authored
allocating a bigger table failed PyMemoTable destructor does crash if mt_table is NULL.
-
Victor Stinner authored
memory allocation failure Replace also PyMem_Free() with PyMem_FREE() to be consistent with the rest of the function.
-
Victor Stinner authored
fails with an assertion error
-
Victor Stinner authored
exception (when getting NULL) to an assertion to detect bugs earlier
-
Victor Stinner authored
the newly created pickler, and not PyObject_GC_Del().
-
Victor Stinner authored
-
Victor Stinner authored
raised if the result is NULL to help to find bugs in C mode (get the error earlier than the SystemError in ceval.c).
-
Victor Stinner authored
The caller gets an error code and can raise a classic Python exception.
-