- 03 Ock, 2015 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 01 Ock, 2015 4 kayıt (commit)
-
-
Ned Deily yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 30 Ara, 2014 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 29 Ara, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 28 Ara, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
Reported by Damien Marié.
-
- 26 Ara, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
* Fix pyflakes warnings: remove unused imports and variables * asyncio.test_support now uses test.support and test.script_helper if available
-
- 21 Ara, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
instead of reading /dev/urandom, to get pseudo-random bytes.
-
- 26 Ara, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 25 Ara, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Wojtek Ruszczewski.
-
- 24 Ara, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Following suggestions from Clément.
-
Benjamin Peterson yazdı
-
- 23 Ara, 2014 1 kayıt (commit)
-
-
Donald Stufft yazdı
-
- 22 Ara, 2014 3 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
Patch by Martin Panter.
-
- 20 Ara, 2014 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 19 Ara, 2014 3 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Victor Stinner yazdı
future
-
- 18 Ara, 2014 3 kayıt (commit)
-
-
Victor Stinner yazdı
* 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 yazdı
-
Victor Stinner yazdı
has no event loop even if assertions are disabled.
-
- 17 Ara, 2014 2 kayıt (commit)
-
-
Berker Peksag yazdı
"Python" has 6 characters, not 7. Reported by Ross Burnett.
-
Raymond Hettinger yazdı
-
- 16 Ara, 2014 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
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 yazdı
configuration dialog. Patch by Tal Einat.
-
- 15 Ara, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
by Martin Panter.
-
Benjamin Peterson yazdı
Patch from Jan Matejek.
-