- 05 Jul, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 04 Jul, 2014 4 commits
-
-
Victor Stinner authored
PyErr_Format() uses "%zd" for Py_ssize_t, not PY_FORMAT_SIZE_T
-
Victor Stinner authored
uses "%zd" for Py_ssize_t, not PY_FORMAT_SIZE_T
-
Berker Peksag authored
-
Berker Peksag authored
Reported by Draic Kin on docs@.
-
- 03 Jul, 2014 6 commits
-
-
R David Murray authored
Patch by Milan Oberkirch.
-
Zachary Ware authored
-
Zachary Ware authored
When ``None`` was passed as a ``REG_BINARY`` value to SetValueEx, PyMem_DEL was called on an uninitialized buffer. Patch by John Ehresman. (Also an incidental typo fix in a comment in test_winreg)
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Berker Peksag authored
Python is built without threads.
-
- 02 Jul, 2014 14 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Victor Stinner authored
* _UnixSubprocessTransport: fix file mode of stdin. Open stdin in write mode, not in read mode * Examples: close the event loop at exit * More reliable CoroWrapper.__del__. If the constructor is interrupted by KeyboardInterrupt or the coroutine objet is destroyed lately, some the _source_traceback attribute doesn't exist anymore. * repr(Task): include also the future the task is waiting for
-
Victor Stinner authored
* _UnixSubprocessTransport: fix file mode of stdin. Open stdin in write mode, not in read mode * Examples: close the event loop at exit * More reliable CoroWrapper.__del__. If the constructor is interrupted by KeyboardInterrupt or the coroutine objet is destroyed lately, some the _source_traceback attribute doesn't exist anymore. * repr(Task): include also the future the task is waiting for
-
Victor Stinner authored
anymore. Before, it ignored I/O errors if at least the first C call read() succeed.
-
Victor Stinner authored
it ignored I/O errors if at least the first C call read() succeed.
-
Jason R. Coombs authored
-
Berker Peksag authored
Patch by Pablo Torres Navarrete and SilentGhost.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Zachary Ware authored
-
Zachary Ware authored
-
- 01 Jul, 2014 13 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Victor Stinner authored
parameters
-
Victor Stinner authored
-
Victor Stinner authored
parsing parameters
-
Victor Stinner authored
-
Victor Stinner authored
parameters. ssl.RAND_add() now supports strings longer than 2 GB.
-
Victor Stinner authored
ssl.RAND_add() now supports strings longer than 2 GB.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
to format C size_t, because %zi/%u is not supported on all platforms.
-
Victor Stinner authored
size_t, because %zi/%u is not supported on all platforms.
-
Ned Deily authored
-