Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test_eintr: less verbose, the test is now stable (#1521) | Victor Stinner | 2017-05-10 | 1 | -10/+2 |
| | | | Backport the change from the master branch. | ||||
* | Issue #25122: sync test_eintr with Python 3.6 | Victor Stinner | 2015-09-18 | 1 | -1/+10 |
| | | | | | | | | | | * test_eintr: support verbose mode, don't redirect eintr_tester output into a pipe * eintr_tester: replace os.fork() with subprocess to have a cleaner child process (ex: don't inherit setitimer()) * eintr_tester: kill the process if the unit test fails * test_open/test_os_open(): write support.PIPE_MAX_SIZE bytes instead of support.PIPE_MAX_SIZE*3 bytes | ||||
* | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -1/+2 |
| | | | | Patch by Christie Wilson. | ||||
* | Issue #23285: PEP 475 -- Retry system calls failing with EINTR. | Charles-François Natali | 2015-02-07 | 1 | -0/+20 |