- 27 Ara, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
- Move all Py_LIMITED_API exclusions together under one #ifndef - Group PyAPI_FUNC functions and PyAPI_DATA together. - Bring related comments together and put them in the appropriate section.
-
- 26 Ara, 2014 6 kayıt (commit)
-
-
Victor Stinner yazdı
-
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
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 25 Ara, 2014 4 kayıt (commit)
-
-
R David Murray yazdı
Patch by Vajrasky Kok.
-
Berker Peksag yazdı
The versionadded directive is already placed in the scope of the HTTPStatus documentation.
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Wojtek Ruszczewski.
-
- 24 Ara, 2014 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Following suggestions from Clément.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 23 Ara, 2014 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
HTTPStatus.NOT_FOUND). Patch by Demian Brecht.
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
- 22 Ara, 2014 6 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Martin Panter.
-
- 21 Ara, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
instead of reading /dev/urandom, to get pseudo-random bytes.
-
Victor Stinner yazdı
instead of reading /dev/urandom, to get pseudo-random bytes.
-
- 20 Ara, 2014 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 19 Ara, 2014 6 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Victor Stinner yazdı
-