- 10 Feb, 2014 1 commit
-
-
Serhiy Storchaka authored
_active shouldn't be cached, it set to None on shutdown.
-
- 09 Feb, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 08 Feb, 2014 5 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.
-
Terry Jan Reedy authored
Patch mostly by Serhiy Storchaka.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 07 Feb, 2014 2 commits
-
-
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.
-
Serhiy Storchaka authored
-
- 06 Feb, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Ned Deily authored
-
Ned Deily authored
-
- 05 Feb, 2014 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 04 Feb, 2014 2 commits
-
-
Vinay Sajip authored
-
Benjamin Peterson authored
mmap obmalloc arenas so that they may be immediately returned to the system when unused (closes #20494)
-
- 03 Feb, 2014 8 commits
-
-
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
unicode strings only). Improved error handling in variables-related commands.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
exprlong() and exprboolean().
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
- 02 Feb, 2014 6 commits
-
-
Antoine Pitrou authored
-
Ned Deily authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
from the old green snake to the new new blue and yellow snakes.
-
- 01 Feb, 2014 2 commits
-
-
Ezio Melotti authored
-
Mark Dickinson authored
-
- 31 Jan, 2014 2 commits
-
-
Zachary Ware authored
-
Terry Jan Reedy authored
-
- 30 Jan, 2014 1 commit
-
-
Vinay Sajip authored
-
- 29 Jan, 2014 4 commits
-
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 28 Jan, 2014 1 commit
-
-
Gregory P. Smith authored
introduced with the issue19081 tests.
-