- 18 Jan, 2016 2 commits
-
-
Senthil Kumaran authored
Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell.
-
Senthil Kumaran authored
Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell.
-
- 17 Jan, 2016 5 commits
-
-
Stefan Krah authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'.
-
Senthil Kumaran authored
Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload.
-
Senthil Kumaran authored
-
- 16 Jan, 2016 27 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Ethan Furman authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Martin Panter authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
Patch by Joel Taddei and Jacek Kołodziej.
-
Martin Panter authored
Patch by Joel Taddei and Jacek Kołodziej.
-
Martin Panter authored
-
Senthil Kumaran authored
Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. Patch contributed by Upendra Kumar.
-
Senthil Kumaran authored
Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. Patch contributed by Upendra Kumar.
-
Martin Panter authored
-
Martin Panter authored
Otherwise, GDB seems to affect the terminal's foreground process group, interfering with test_ioctl, which does not expect the foreground process to change during the test. This change also solves the problem of the tests being stopped in the shell if test_gdb is run twice in parallel.
-
Martin Panter authored
-
Martin Panter authored
-
Gregory P. Smith authored
"certificate verify failed " and "CERTIFICATE_VERIFY_FAILED " as some SSL libraries use different text than OpenSSL.
-
Gregory P. Smith authored
"certificate verify failed " and "CERTIFICATE_VERIFY_FAILED " as some SSL libraries use different text than OpenSSL.
-
Gregory P. Smith authored
"certificate verify failed " and "CERTIFICATE_VERIFY_FAILED " as some SSL libraries use different text than OpenSSL.
-
- 15 Jan, 2016 6 commits
-
-
Ethan Furman authored
-
Ethan Furman authored
update Finer Points section of docs to cover boolean evaluation; add more tests for pure and mixed boolean evaluation
-
Brett Cannon authored
not defined for a relative import. This is the start of work to try and clean up import semantics to rely more on a module's spec than on the myriad attributes that get set on a module. Thanks to Rose Ames for the patch.
-
Brett Cannon authored
-
Brett Cannon authored
Previously zipimport mistakenly limited namespace support to only the top-level of the zipfile when it should have supported an arbitrary depth. Thanks to Phil Connel for the bug report and initial patch and Mike Romberg for the final patch.
-
Brett Cannon authored
-