- 04 Nov, 2013 20 commits
-
-
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 20 commits
-
-
Ned Deily authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines
-
Tim Golden authored
Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines
-
R David Murray authored
-
R David Murray authored
Initial patch by Vajrasky Kok.
-
R David Murray authored
-
R David Murray authored
Patch by Vajrasky Kok.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan.
-
Tim Golden authored
Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan.
-
Victor Stinner authored
Patch written by Zachary Ware.
-
Serhiy Storchaka authored
TypeError instead of TclError on wrong number of arguments. Original patch by Guilherme Polo.
-