- 18 Feb, 2014 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees.
-
- 17 Feb, 2014 1 commit
-
-
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 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 15 Feb, 2014 4 commits
-
-
Benjamin Peterson authored
Patch by Vajrasky Kok.
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 14 Feb, 2014 3 commits
-
-
Benjamin Peterson authored
-
Ned Deily authored
-
Ezio Melotti authored
-
- 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
-
Vinay Sajip authored
-
Serhiy Storchaka authored
on Windows if source name ends with os.altsep.
-
- 10 Feb, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
_active shouldn't be cached, it set to None on shutdown.
-
Ezio Melotti authored
-
- 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 2 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.
-