- 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 3 commits
-
-
Gregory P. Smith authored
introduced with the issue19081 tests.
-
Gregory P. Smith authored
Py_VerboseFlag print that can never be triggered. prefix[0] is always equal to 0 at this point in the code.
-
Gregory P. Smith authored
test_ns dict instead of the actual globals() and locals(). Suggested after review by Thomas Wouters.
-
- 27 Jan, 2014 6 commits
-
-
Serhiy Storchaka authored
is present.
-
Gregory P. Smith authored
caches are module global in the zip_directory_cache. When it is updated due to a changed zip file, all zipimporter instances need to see the same updates TOC cache. This fixes the bug for the overlooked submodule import case from the earlier round of changes. Includes tests that would fail otherwise. It also refactors zipimporter_init in the process to make it a bit easier to read and understand. Less reuse of the same variable for multiple purposes and the local path buffer is malloc'ed instead of consuming a large MAXPATHLEN+2 chunk stack space.
-
Terry Jan Reedy authored
make it actually gives some help when clicked. Patch by Guilherme Simões.
-
Terry Jan Reedy authored
removed even for bound methods. (Inspect.signature does, see 20401.)
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Original patch by Serhiy Storchaka.
-
- 26 Jan, 2014 3 commits
-
-
Serhiy Storchaka authored
Based on patch by Claudiu Popa.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
codecs.StreamReader returned incomplete data when were called after readline() or read(size). Based on patch by Amaury Forgeot d'Arc.
-
- 25 Jan, 2014 1 commit
-
-
Benjamin Peterson authored
-