- 05 Nov, 2013 14 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Victor Stinner authored
Py_DECREF(self) if PyThread_allocate_lock() failed instead of calling directly type->tp_free(self), to keep the chained list of objects consistent when Python is compiled in debug mode fails, don't consume the row (restore it) and fail immediatly (don't call pysqlite_step())
-
Victor Stinner authored
fails, don't consume the row (restore it) and fail immediatly (don't call pysqlite_step())
-
Victor Stinner authored
PyList_Append() fails
-
Victor Stinner authored
_pysqlite_fetch_one_row() failure
-
Tim Golden authored
Issue #10197 Tweak docs for subprocess.getstatusoutput and align the documentation, the module docstring, and the function docstring.
-
Ned Deily authored
-
Ned Deily authored
Some third-party projects, such as matplotlib and PIL/Pillow, depended on being able to build with Tcl and Tk frameworks in /Library/Frameworks. They were unable to build with the built-in Tcl/Tk and/or execute correctly.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Serhiy Storchaka and Vajrasky Kok.
-
- 04 Nov, 2013 22 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
n structure.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Nick Coghlan authored
-
Victor Stinner authored
to -1, 0, 1
-
Victor Stinner authored
Move the test to PyUnicode_Compare()
-
Victor Stinner authored
pointer) for any operator, not only Py_EQ and Py_NE. Code of bytes_richcompare() and PyUnicode_RichCompare() is now closer.
-
Victor Stinner authored
* cleanup bytes_richcompare() * PyUnicode_RichCompare(): replace a test with a XOR
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Ned Deily authored
-
Ned Deily authored
-
Zachary Ware authored
-
Zachary Ware authored
-
R David Murray authored
The old names (sp_nam and sp_pwd) are kept for backward compatibility. Since this is a long standing bug that hasn't caused any real-world problems, I'm not backporting it. However, it is worth fixing because the corrected names match the documentation, and more importantly now match the C struct, just like the other struct members. Patch by Vajrasky Kok.
-
- 03 Nov, 2013 4 commits
-
-
Ned Deily authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Tim Golden authored
-