- 31 Aug, 2013 5 commits
-
-
Ethan Furman authored
-
Charles-François Natali authored
-
Eli Bendersky authored
The latter is more ambiguous. Related to issue #17741
-
Charles-François Natali authored
already appears without #ifdef a couple lines above).
-
Charles-François Natali authored
-
- 30 Aug, 2013 7 commits
-
-
Antoine Pitrou authored
Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor, so as to avoid using many file descriptors when run in parallel from multiple threads.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Charles-François Natali authored
Patch by A. Jesse Jiryu Davis.
-
Charles-François Natali authored
Patch by A. Jesse Jiryu Davis.
-
Eli Bendersky authored
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 authored
-
- 29 Aug, 2013 19 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Gregory P. Smith authored
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.
-
Gregory P. Smith authored
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.
-
Tim Peters authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
sizes.
-
Charles-François Natali authored
sizes.
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
parsing. Added more tests for regrtest's argument parsing.
-
Serhiy Storchaka authored
in docstrings and comments.
-
Serhiy Storchaka authored
in docstrings and comments.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
Use less code by moving many of the steps from the initial lookup into the main search loop. Beautify the code but keep the overall logic unchanged.
-
- 28 Aug, 2013 9 commits
-
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Richard Oudkerk authored
-
Victor Stinner authored
decorators of test.support, run the test if the platform matchs!
-
Victor Stinner authored
-
Victor Stinner authored
test.support, run the test if the platform matchs!
-
Victor Stinner authored
Use also os.get_inheritable() instead of fcntl() to check the inheritable flag (FD_CLOEXEC).
-
Victor Stinner authored
descriptor
-
Victor Stinner authored
-