- 11 Feb, 2014 26 commits
-
-
R David Murray authored
See issues #7994 and #9856. I also modified with wording of the format doc entry to better match what really happens, and added a versionchanged to the datamodel object.__format__ section.
-
Victor Stinner authored
FreeBSD 8
-
R David Murray authored
-
Gregory P. Smith authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
R David Murray authored
Also a NEWS wording fixup.
-
Victor Stinner authored
the list of futures is not a list but a Future, Task or coroutine object
-
Victor Stinner authored
parameters
-
Victor Stinner authored
call_at() and run_in_executor() now raise a TypeError if the callback is a coroutine function.
-
Victor Stinner authored
should be printed
-
Victor Stinner authored
than timeout
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
on Windows if source name ends with os.altsep.
-
Serhiy Storchaka authored
on Windows if source name ends with os.altsep.
-
Larry Hastings authored
-
Larry Hastings authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
- 10 Feb, 2014 14 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Victor Stinner authored
scheduled tasks should be executed or not.
-
Larry Hastings authored
-
Terry Jan Reedy authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Victor Stinner authored
test more reliable (= fail more often on Windows with HPET enabled).
-
Serhiy Storchaka authored
_active shouldn't be cached, it set to None on shutdown.
-
Serhiy Storchaka authored
_active shouldn't be cached, it set to None on shutdown.
-
Serhiy Storchaka authored
Remove unused variables.
-
Serhiy Storchaka authored
cleaning other modules. The sys and builtins modules are cleaned last.
-