- 07 Jul, 2014 10 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
representations (on mips and m68k platforms).
-
Serhiy Storchaka authored
representations (on mips and m68k platforms).
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by July Tikhonov.
-
Antoine Pitrou authored
Issue #21714: Disallow the construction of invalid paths using Path.with_name(). Original patch by Antony Lee.
-
- 06 Jul, 2014 6 commits
-
-
Ned Deily authored
-
Ned Deily authored
due to possible uninitialized _config_vars. Original patch by Alex Gaynor.
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Berker Peksag authored
Initial patch by Denver Coneybeare and Radu Voicilas.
-
- 05 Jul, 2014 11 commits
-
-
Victor Stinner authored
the event loop at exit. Patch written by Vajrasky Kok (I modified also the "hello world" example using a coroutine).
-
Victor Stinner authored
loop at exit. Patch written by Vajrasky Kok (I modified also the "hello world" example using a coroutine).
-
Victor Stinner authored
the result of a Future with call_soon(). Add an helper, a private method, to set the result only if the future was not cancelled.
-
Victor Stinner authored
of a Future with call_soon(). Add an helper, a private method, to set the result only if the future was not cancelled.
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Stefan Tatschner.
-
Antoine Pitrou authored
Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called.
-
Antoine Pitrou authored
Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called.
-
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 3 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
-