- 18 Feb, 2014 1 commit
-
-
Terry Jan Reedy authored
Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees.
-
- 17 Feb, 2014 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Replace it with correct logic that raises ValueError for bad input. Issues #8478 and #12691 reported the incorrect logic. Add an Untokenize test case and an initial test method.
-
- 16 Feb, 2014 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
- 15 Feb, 2014 8 commits
-
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Benjamin Peterson authored
Patch by Vajrasky Kok.
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 14 Feb, 2014 1 commit
-
-
Ned Deily authored
-
- 13 Feb, 2014 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
variables names and values.
-
- 12 Feb, 2014 3 commits
-
-
Serhiy Storchaka authored
Based on patch by Stephen Tu.
-
Serhiy Storchaka authored
This silences a Coverity complain.
-
Ned Deily authored
to the internal Mac/README file.
-
- 11 Feb, 2014 3 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
on Windows if source name ends with os.altsep.
-
Benjamin Peterson authored
-
- 10 Feb, 2014 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Serhiy Storchaka authored
_active shouldn't be cached, it set to None on shutdown.
-
- 09 Feb, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 08 Feb, 2014 7 commits
-
-
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
Addressing #issue 20529
-
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.
-
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
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
-