- 11 Feb, 2014 15 commits
-
-
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 19 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.
-
Larry Hastings authored
-
Larry Hastings authored
-
Victor Stinner authored
test_timeout_rounding() on Windows XP buildbots.
-
Larry Hastings authored
to reflect the fact that they only accept positional-only arguments.
-
Larry Hastings authored
now register both filenames in the exception on failure. This required adding new C API functions allowing OSError exceptions to reference two filenames instead of one.
-
- 09 Feb, 2014 6 commits
-
-
Victor Stinner authored
-
Eli Bendersky authored
Documented the AbstractEventLoopPolicy interface explicitly and explained the relation between the global loop & policy access functions. Added an initial section that explains the connections in general terms. Documented missing XXX methods.
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Victor Stinner authored
The decoder does not support partial decoding yet for this code page.
-
Serhiy Storchaka authored
-