- 04 Tem, 2018 1 kayıt (commit)
-
-
Lorenz Mende yazdı
Result of function interpreter_requires_environment() depends on os.environ. This was not covered by the tests, leading to fail when PYTHONHOME was set.
-
- 07 Ara, 2015 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
- 06 May, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Christie Wilson.
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
while it is holding a lock to a buffered I/O object, and the main thread tries to use the same I/O object (typically stdout or stderr). A fatal error is emitted instead.
-
- 12 Nis, 2015 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
- 20 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 05 Şub, 2015 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
pass -I or -E to the child process by default when the environment is required for the child process interpreter to function properly.
-
- 04 Şub, 2015 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
interpreter under test is being run in an environment that requires the use of environment variables such as PYTHONHOME in order to function at all. Adds a private test.script_helper._interpreter_requires_environment() function to be used with @unittest.skipIf on stdlib test methods requiring this.
-
- 21 Ock, 2015 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
Python subprocess failure assertion error messages for easier debugging. Adds a unittest for test.script_helper to confirm that this code works as it is otherwise uncovered by an already passing test suite that uses it. :)
-