- 03 Jan, 2015 1 commit
-
-
Ned Deily authored
-
- 01 Jan, 2015 4 commits
-
-
Ned Deily authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 30 Dec, 2014 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Dec, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 28 Dec, 2014 1 commit
-
-
Berker Peksag authored
Reported by Damien Marié.
-
- 26 Dec, 2014 2 commits
-
-
Victor Stinner authored
asyncio.BaseEventLoop now use the identifier of the current thread to ensure that they are called from the thread running the event loop. Before, the get_event_loop() method was used to check the thread, and no exception was raised when the thread had no event loop. Now the methods always raise an exception in debug mode when called from the wrong thread. It should help to notice misusage of the API.
-
Victor Stinner authored
* Fix pyflakes warnings: remove unused imports and variables * asyncio.test_support now uses test.support and test.script_helper if available
-
- 21 Dec, 2014 1 commit
-
-
Victor Stinner authored
instead of reading /dev/urandom, to get pseudo-random bytes.
-
- 26 Dec, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 25 Dec, 2014 1 commit
-
-
R David Murray authored
Patch by Wojtek Ruszczewski.
-
- 24 Dec, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Following suggestions from Clément.
-
Benjamin Peterson authored
-
- 23 Dec, 2014 1 commit
-
-
Donald Stufft authored
-
- 22 Dec, 2014 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Benjamin Peterson authored
Patch by Martin Panter.
-
- 20 Dec, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 19 Dec, 2014 3 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Victor Stinner authored
future
-
- 18 Dec, 2014 3 commits
-
-
Victor Stinner authored
* Fix a race condition in BaseSubprocessTransport._try_finish(). If the process exited before the _post_init() method was called, scheduling the call to _call_connection_lost() with call_soon() is wrong: connection_made() must be called before connection_lost(). Reuse the BaseSubprocessTransport._call() method to schedule the call to _call_connection_lost() to ensure that connection_made() and connection_lost() are called in the correct order. * Add repr(PipeHandle) * Fix typo
-
Victor Stinner authored
-
Victor Stinner authored
has no event loop even if assertions are disabled.
-
- 17 Dec, 2014 2 commits
-
-
Berker Peksag authored
"Python" has 6 characters, not 7. Reported by Ross Burnett.
-
Raymond Hettinger authored
-
- 16 Dec, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
produce more compact result and no longer produces invalid output if input data contains MEMOIZE opcodes together with PUT or BINPUT opcodes.
-
Terry Jan Reedy authored
configuration dialog. Patch by Tal Einat.
-
- 15 Dec, 2014 2 commits
-
-
Victor Stinner authored
by Martin Panter.
-
Benjamin Peterson authored
Patch from Jan Matejek.
-