- 03 Ock, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 01 Ock, 2015 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
methods created by functool.total_ordering.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 30 Ara, 2014 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Serhiy.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 29 Ara, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
- 28 Ara, 2014 2 kayıt (commit)
-
-
Berker Peksag yazdı
Reported by Damien Marié.
-
Berker Peksag yazdı
Reported by Damien Marié.
-
- 27 Ara, 2014 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Move the test for an exact key match to after a hash match * Use "used" as a loop counter instead of "fill" * Minor improvements to variable names and code consistency
-
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 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Following suggestions from Clément.
-