- 03 Eyl, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
If bots fail due to using this flag, the buildbot scripts have to be modified to omit it. Regrtest ignores it anyway.
-
- 02 Eyl, 2013 3 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Moving subprocess execution of tests into a function.
-
Ethan Furman yazdı
-
- 01 Eyl, 2013 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
Merge test/subprocessdata/inherited.py into test/subprocessdata/fd_status.py
-
Andrew Svetlov yazdı
-
Tim Peters yazdı
Unclear to me why it was pushed to begin with. See issue 11798. Perhaps it's because regrtest with -R was failing? Fine, but that's better than regrtest _always_ failing ;-)
-
Ethan Furman yazdı
-
- 31 Agu, 2013 7 kayıt (commit)
-
-
Eli Bendersky yazdı
Closes #18720.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Patch import and initialization in SearchEngine to make testing easier. Improve docstrings, especially to clarify the double role of 'ok' parameters. Original patch by Phil Webster.
-
Ethan Furman yazdı
-
Andrew Svetlov yazdı
-
Ethan Furman yazdı
-
Charles-François Natali yazdı
-
- 30 Agu, 2013 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Charles-François Natali yazdı
Patch by A. Jesse Jiryu Davis.
-
Eli Bendersky yazdı
The new names are hopefully more descriptive and consistent. If you feel you don't agree with this change, *please* read issue 17741 first - there's a lot of discussion in there.
-
Philip Jenvey yazdı
-
- 29 Agu, 2013 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Gregory P. Smith yazdı
runner were run in an environment where the process inherited an ignore setting for SIGINT. Restore the SIGINT handler to the desired KeyboardInterrupt raising one during that test.
-
Charles-François Natali yazdı
sizes.
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
parsing. Added more tests for regrtest's argument parsing.
-
Serhiy Storchaka yazdı
in docstrings and comments.
-
- 28 Agu, 2013 8 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Richard Oudkerk yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
test.support, run the test if the platform matchs!
-
Victor Stinner yazdı
Use also os.get_inheritable() instead of fcntl() to check the inheritable flag (FD_CLOEXEC).
-
Victor Stinner yazdı
-
Richard Oudkerk yazdı
-
- 27 Agu, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
-
Serhiy Storchaka yazdı
error messages and comments.
-