- 10 Feb, 2014 3 commits
-
-
Victor Stinner authored
scheduled tasks should be executed or not.
-
Georg Brandl authored
-
Victor Stinner authored
test more reliable (= fail more often on Windows with HPET enabled).
-
- 21 Feb, 2014 1 commit
-
-
Larry Hastings authored
-
- 11 Feb, 2014 1 commit
-
-
Larry Hastings authored
-
- 10 Feb, 2014 8 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
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 20 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
-
Serhiy Storchaka authored
-
Larry Hastings authored
The new syntax is highly human readable while still preventing false positives. The syntax also extends Python syntax to denote "self" and positional-only parameters, allowing inspect.Signature objects to be totally accurate for all supported builtins in Python 3.4.
-
Guido van Rossum authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Victor Stinner authored
Process and Popen objects
-
Guido van Rossum authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Nick Coghlan authored
-
- 08 Feb, 2014 7 commits
-
-
Nick Coghlan authored
-
R David Murray authored
-
R David Murray authored
This is more RFC compliant (see issue) and fixes a problem with signature verifiers rejecting the part when signed. There is some amount of backward compatibility concern here since it changes the output, but the RFC issue coupled with fixing the problem with signature verifiers seems worth the small risk of breaking code that depends on the current incorrect output.
-
Senthil Kumaran authored
Include the mention of ResourceWarning being displayed by default by the test runner. Addressing #issue 20529
-
Senthil Kumaran authored
Addressing #issue 20529
-
Victor Stinner authored
-
Antoine Pitrou authored
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. For small payloads, Nagle's algorithm would introduce idle delays before the entire transmission of a message.
-