- 05 Feb, 2014 2 commits
-
-
Serhiy Storchaka authored
-
Ned Deily authored
-
- 04 Feb, 2014 14 commits
-
-
Christian Heimes authored
CID 1167595
-
Christian Heimes authored
CID 1167595
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Victor Stinner authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Nick Coghlan authored
ensurepip now sets PIP_CONFIG_FILE to os.devnull before import pip from the wheel file. This also ensures venv ignores the default settings when bootstrapping pip.
-
Nick Coghlan authored
- io.TextIOWrapper (and hence the open() builtin) now use the internal codec marking system added for issue #19619 - also tweaked the C code to only look up the encoding once, rather than multiple times - the existing output type checks remain in place to deal with unmarked third party codecs.
-
Victor Stinner authored
-
Martin v. Löwis authored
-
Victor Stinner authored
Do nothing if the pipe is already closed. _loop_writing() may call _force_close() when it gets ConnectionResetError.
-
- 03 Feb, 2014 24 commits
-
-
Victor Stinner authored
Tulip (changeset d7ac90c0463a)
-
Victor Stinner authored
-
Victor Stinner authored
Process.subprocess read-only property
-
Ned Deily authored
-
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.
-
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.
-
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
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Improved error handling in variables-related commands.
-
Serhiy Storchaka authored
Improved error handling in variables-related commands.
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
exprlong() and exprboolean().
-
Serhiy Storchaka authored
exprlong() and exprboolean().
-
Benjamin Peterson authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Yury Selivanov authored
-
R David Murray authored
-