- 20 Jan, 2016 9 commits
-
-
Serhiy Storchaka authored
non-UTF-8 encoding.
-
Serhiy Storchaka authored
non-UTF-8 encoding.
-
Berker Peksag authored
A machine can have more than one IP addresses so socket.gethostbyname(socket.gethostname()) probably won't return the correct one.
-
Berker Peksag authored
A machine can have more than one IP addresses so socket.gethostbyname(socket.gethostname()) probably won't return the correct one.
-
Berker Peksag authored
Initial patch by Carlo Beccarini.
-
Berker Peksag authored
Initial patch by Carlo Beccarini.
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
- 19 Jan, 2016 15 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Victor Stinner authored
Issue #11816: Fix bytecode_helper to handle correctly errors. Don't use unassigned variables.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Debugging by Eryk Sun.
-
Senthil Kumaran authored
issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. Patch contributed by Ryder Lewis.
-
Senthil Kumaran authored
Patch contributed by Ryder Lewis.
-
Martin Panter authored
-
Martin Panter authored
The previous test relied on a remote server, which currently seems to be shutting the connection down once TLS has been set up, causing an EOFError. Now the test is implemented using a minimal NNTP server running in a background thread.
-
Berker Peksag authored
Some dependencies of pip import threading module unconditionally so we need to skip the test to make buildbots happy.
-
Berker Peksag authored
Some dependencies of pip import threading module unconditionally so we need to skip the test to make buildbots happy.
-
- 18 Jan, 2016 14 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
in old Python 3 versions (3.4.3 and lower).
-
Serhiy Storchaka authored
in old Python 3 versions (3.4.3 and lower).
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
Issue #26100: * Add subprocess._optim_args_from_interpreter_flags() * Add test.support.optim_args_from_interpreter_flags() * Use new functions in distutils, test_cmd_line_script, test_compileall and test_inspect The change enables test_details() test of test_inspect when -O or -OO command line option is used.
-
Victor Stinner authored
Issue #26101: Exclude Lib/test/ from sys.path in test_compilepath(). The directory contains invalid Python files like Lib/test/badsyntax_pep3120.py, whereas the test ensures that all files can be compiled.
-
Georg Brandl authored
-
Georg Brandl authored
-
Senthil Kumaran authored
-
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 2 commits
-
-
Stefan Krah authored
-
Terry Jan Reedy authored
-