- 08 Feb, 2014 11 commits
-
-
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
-
Terry Jan Reedy authored
Patch mostly by Serhiy Storchaka.
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
input was truncated in BASE64 section.
-
- 07 Feb, 2014 4 commits
-
-
R David Murray authored
This fixes a regression relative to python2.
-
R David Murray authored
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 authored
-
Serhiy Storchaka authored
-
- 06 Feb, 2014 7 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Patch by Berker Peksag.
-
Serhiy Storchaka authored
-
Brett Cannon authored
import and not *an* implementation.
-
Serhiy Storchaka authored
-
Ned Deily authored
-
Ned Deily authored
-
- 05 Feb, 2014 3 commits
-
-
R David Murray authored
-
Serhiy Storchaka authored
containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok.
-
Serhiy Storchaka authored
-
- 04 Feb, 2014 3 commits
-
-
Christian Heimes authored
CID 1167595
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
- 03 Feb, 2014 8 commits
-
-
Ned Deily authored
-
Serhiy Storchaka authored
The '**' operator is available only since 8.5 and in any case such large integers are not supported on Tcl <8.5.
-
Antoine Pitrou authored
Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Improved error handling in variables-related commands.
-
Serhiy Storchaka authored
exprlong() and exprboolean().
-
Andrew Kuchling authored
-
Vinay Sajip authored
-
- 02 Feb, 2014 4 commits
-
-
Antoine Pitrou authored
-
Ned Deily authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
-