- 13 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
variables names and values.
-
- 12 Şub, 2014 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by Stephen Tu.
-
Serhiy Storchaka yazdı
This silences a Coverity complain.
-
Ned Deily yazdı
to the internal Mac/README file.
-
- 11 Şub, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
on Windows if source name ends with os.altsep.
-
Benjamin Peterson yazdı
-
- 10 Şub, 2014 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Serhiy Storchaka yazdı
_active shouldn't be cached, it set to None on shutdown.
-
- 09 Şub, 2014 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 08 Şub, 2014 14 kayıt (commit)
-
-
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ı
Addressing #issue 20529
-
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.
-
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.
-
R David Murray yazdı
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 yazdı
-
Terry Jan Reedy yazdı
Patch mostly by Serhiy Storchaka.
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
input was truncated in BASE64 section.
-
- 07 Şub, 2014 4 kayıt (commit)
-
-
R David Murray yazdı
This fixes a regression relative to python2.
-
R David Murray yazdı
I'm checking this in without a test because not much of this code is tested and I don't have time to work up the necessary extensions to the existing test framework. The patch itself was tested by the person who reported the bug.
-
R David Murray yazdı
-
Serhiy Storchaka yazdı
-
- 06 Şub, 2014 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Patch by Berker Peksag.
-
Serhiy Storchaka yazdı
-
Brett Cannon yazdı
import and not *an* implementation.
-
Serhiy Storchaka yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-