- 09 Feb, 2014 15 commits
-
-
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 25 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.
-
Charles-François Natali authored
proper CAN headers.
-
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.
-
Charles-François Natali authored
-
Charles-François Natali authored
proper CAN headers.
-
Ethan Furman authored
-
R David Murray authored
-
R David Murray authored
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.
-
R David Murray authored
-
R David Murray authored
This is a bit of an ugly hack because of the way generator pieces together the output message. The deepcopys aren't too expensive, though, because we know it is only called on messages that are not multiparts, and the payload (the thing that could be large) is an immutable object. Test and preliminary work on patch by Vajrasky Kok.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
Patch mostly by Serhiy Storchaka.
-
Terry Jan Reedy authored
Patch mostly by Serhiy Storchaka.
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-