- 06 Feb, 2014 1 commit
-
-
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 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 1 commit
-
-
Ezio Melotti authored
-
- 31 Jan, 2014 2 commits
-
-
Zachary Ware authored
Patch by OSAMU NAKAMURA.
-
Zachary Ware authored
-
- 30 Jan, 2014 2 commits
-
-
Gregory P. Smith authored
-
Yury Selivanov authored
-
- 29 Jan, 2014 3 commits
-
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
which are at least as efficient. On Py3, unpacking exceptions never works.
-
- 27 Jan, 2014 8 commits
-
-
Serhiy Storchaka authored
is present.
-
Serhiy Storchaka authored
successful when called during nulling out of modules during shutdown. Misleading exception no longer raised when resource warning is emitted during shutdown.
-
Victor Stinner authored
arguments. Patch by Glenn Langford.
-
Benjamin Peterson authored
Patch by Nikolaus Rath.
-
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 2 commits
-
-
Serhiy Storchaka authored
Based on patch by Claudiu Popa.
-
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
-