- 31 Agu, 2013 2 kayıt (commit)
-
-
Charles-François Natali yazdı
already appears without #ifdef a couple lines above).
-
Charles-François Natali yazdı
-
- 30 Agu, 2013 4 kayıt (commit)
-
-
Charles-François Natali yazdı
Patch by A. Jesse Jiryu Davis.
-
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 19 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.
-
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.
-
Tim Peters yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
sizes.
-
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.
-
Serhiy Storchaka yazdı
in docstrings and comments.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Raymond Hettinger yazdı
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 Agu, 2013 11 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Richard Oudkerk yazdı
-
Victor Stinner yazdı
decorators of test.support, run the test if the platform matchs!
-
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ı
descriptor
-
Victor Stinner yazdı
-
Richard Oudkerk yazdı
-
Victor Stinner yazdı
Fix compilation warnings on Windows (Visual C++) like: "_sre.c(3121): warning C4018: '>' : signed/unsigned mismatch". _validate_outer() ensures that groups >= 0, so _validate_inner() can cast groups to size_t.
-
- 27 Agu, 2013 4 kayıt (commit)
-
-
Victor Stinner yazdı
'long', possible loss of data" in delta_new(), use an explicit cast from double to long
-
Victor Stinner yazdı
-
Victor Stinner yazdı
PATH_MAX is not available on "MIPS IRIX 6.5.30 [SB] 3.x" buildbot
-
Victor Stinner yazdı
-