- 08 Şub, 2014 9 kayıt (commit)
-
-
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 7 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ı
-
- 05 Şub, 2014 3 kayıt (commit)
-
-
R David Murray yazdı
-
Serhiy Storchaka yazdı
containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok.
-
Serhiy Storchaka yazdı
-
- 04 Şub, 2014 3 kayıt (commit)
-
-
Christian Heimes yazdı
CID 1167595
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
-
- 03 Şub, 2014 8 kayıt (commit)
-
-
Ned Deily yazdı
-
Serhiy Storchaka yazdı
The '**' operator is available only since 8.5 and in any case such large integers are not supported on Tcl <8.5.
-
Antoine Pitrou yazdı
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 yazdı
-
Serhiy Storchaka yazdı
Improved error handling in variables-related commands.
-
Serhiy Storchaka yazdı
exprlong() and exprboolean().
-
Andrew Kuchling yazdı
-
Vinay Sajip yazdı
-
- 02 Şub, 2014 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Ned Deily yazdı
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Terry Jan Reedy yazdı
from the old green snake to the new new blue and yellow snakes.
-