- 10 Şub, 2014 5 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Victor Stinner yazdı
test_timeout_rounding() on Windows XP buildbots.
-
Larry Hastings yazdı
to reflect the fact that they only accept positional-only arguments.
-
Larry Hastings yazdı
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 Şub, 2014 20 kayıt (commit)
-
-
Victor Stinner yazdı
-
Eli Bendersky yazdı
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 yazdı
-
Eli Bendersky yazdı
-
Victor Stinner yazdı
The decoder does not support partial decoding yet for this code page.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Larry Hastings yazdı
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 yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Victor Stinner yazdı
Process and Popen objects
-
Guido van Rossum yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Nick Coghlan yazdı
-
- 08 Şub, 2014 15 kayıt (commit)
-
-
Nick Coghlan yazdı
-
R David Murray yazdı
-
R David Murray yazdı
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 yazdı
Include the mention of ResourceWarning being displayed by default by the test runner. Addressing #issue 20529
-
Senthil Kumaran yazdı
Addressing #issue 20529
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
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.
-
Charles-François Natali yazdı
proper CAN headers.
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
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.
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
proper CAN headers.
-
Ethan Furman yazdı
-
R David Murray yazdı
-
R David Murray yazdı
This applies only to the new parser. The old parser decodes encoded words inside quoted strings already, although it gets the whitespace wrong when it does so. This version of the patch only handles the most common case (a single encoded word surrounded by quotes), but I haven't seen any other variations of this in the wild yet, so its good enough for now.
-