- 29 Sep, 2015 40 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Add a new Regrtest.run_test() method to ensure that --coverage pass the same options to the runtest() function.
-
Victor Stinner authored
Move the code to run tests in multiple processes using threading and subprocess to a new submodule. Move also slave_runner() (renamed to run_tests_slave()) and run_test_in_subprocess() (renamed to run_tests_in_subprocess()) there.
-
Victor Stinner authored
with attributes and methods. The --threshold command line option is now ignored if the gc module is missing. * Convert main() variables to Regrtest attributes, document some attributes * Convert accumulate_result() function to a method * Create setup_python() function and setup_regrtest() method. * Import gc at top level * Move resource.setrlimit() and the code to make the module paths absolute into the new setup_python() function. So this code is no more executed when the module is imported, only when main() is executed. We have a better control on when the setup is done. * Move textwrap import from printlist() to the top level. * Some other minor cleanup.
-
Serhiy Storchaka authored
now accept the self and the dict keyword arguments.
-
Serhiy Storchaka authored
now accept the self and the dict keyword arguments.
-
Serhiy Storchaka authored
now accept the self and the dict keyword arguments.
-
Serhiy Storchaka authored
argument.
-
Serhiy Storchaka authored
argument.
-
Serhiy Storchaka authored
argument.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
unpickler. Highest 32 bits of 64-bit size for BINUNICODE8 and BINBYTES8 opcodes no longer silently ignored on 32-bit platforms in C implementation.
-
Serhiy Storchaka authored
unpickler. Highest 32 bits of 64-bit size for BINUNICODE8 and BINBYTES8 opcodes no longer silently ignored on 32-bit platforms in C implementation.
-
Serhiy Storchaka authored
unpickler. Highest 32 bits of 64-bit size for BINUNICODE8 and BINBYTES8 opcodes no longer silently ignored on 32-bit platforms in C implementation.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Eric V. Smith authored
-
Eric V. Smith authored
-
Eric V. Smith authored
and nested format_specs. Patch by Anthon van der Neut.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
Replace script_helper.assert_python_ok() with subprocess.run().
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
It looks like the check for integer overflow doesn't work on x86 OpenBSD 5.8.
-
Victor Stinner authored
Issue #25227: Optimize ASCII and latin1 encoders with the ``surrogateescape`` error handler: the encoders are now up to 3 times as fast. Initial patch written by Serhiy Storchaka.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-