- 19 Ock, 2016 13 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #11816: Fix bytecode_helper to handle correctly errors. Don't use unassigned variables.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Debugging by Eryk Sun.
-
Senthil Kumaran yazdı
issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. Patch contributed by Ryder Lewis.
-
Senthil Kumaran yazdı
Patch contributed by Ryder Lewis.
-
Martin Panter yazdı
-
Martin Panter yazdı
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 yazdı
Some dependencies of pip import threading module unconditionally so we need to skip the test to make buildbots happy.
-
Berker Peksag yazdı
Some dependencies of pip import threading module unconditionally so we need to skip the test to make buildbots happy.
-
- 18 Ock, 2016 14 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
in old Python 3 versions (3.4.3 and lower).
-
Serhiy Storchaka yazdı
in old Python 3 versions (3.4.3 and lower).
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
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 yazdı
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 yazdı
-
Georg Brandl yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell.
-
Senthil Kumaran yazdı
Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell.
-
- 17 Ock, 2016 5 kayıt (commit)
-
-
Stefan Krah yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'.
-
Senthil Kumaran yazdı
Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload.
-
Senthil Kumaran yazdı
-
- 16 Ock, 2016 8 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-