- 06 Jan, 2015 1 commit
-
-
Victor Stinner authored
-
- 05 Jan, 2015 3 commits
-
-
Benjamin Peterson authored
-
Ned Deily authored
10.4 systems do not allow creation of files with such filenames.
-
Berker Peksag authored
Patch by Vajrasky Kok.
-
- 04 Jan, 2015 5 commits
-
-
Benjamin Peterson authored
Patch by Dmitry Kazakov.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Gregory P. Smith authored
-
- 03 Jan, 2015 2 commits
-
-
Donald Stufft authored
-
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
-