- 01 Jan, 2015 7 commits
-
-
Serhiy Storchaka authored
methods created by functool.total_ordering.
-
Ned Deily authored
-
Ned Deily authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 30 Dec, 2014 10 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Serhiy.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Dec, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
- 28 Dec, 2014 2 commits
-
-
Berker Peksag authored
Reported by Damien Marié.
-
Berker Peksag authored
Reported by Damien Marié.
-
- 27 Dec, 2014 3 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* 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 authored
- 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 Dec, 2014 6 commits
-
-
Victor Stinner authored
-
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
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 25 Dec, 2014 4 commits
-
-
R David Murray authored
Patch by Vajrasky Kok.
-
Berker Peksag authored
The versionadded directive is already placed in the scope of the HTTPStatus documentation.
-
R David Murray authored
-
R David Murray authored
Patch by Wojtek Ruszczewski.
-
- 24 Dec, 2014 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Following suggestions from Clément.
-
Benjamin Peterson authored
-