- 29 Agu, 2013 17 kayıt (commit)
-
-
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 8 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ı
-
Victor Stinner yazdı
-
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.
-
Serhiy Storchaka yazdı
error messages and comments.
-
- 26 Agu, 2013 4 kayıt (commit)
-
-
Victor Stinner yazdı
filenames anymore on Windows.
-
Victor Stinner yazdı
"Issue #18408: PyObject_Str(), PyObject_Repr() and type_call() now fail with an assertion error if they are called with an exception set (PyErr_Occurred()). As PyEval_EvalFrameEx(), they may clear the current exception and so the caller looses its exception."
-
Victor Stinner yazdı
* Catch PyFile_WriteString() and PyFile_WriteObject() errors * Clear the current exception on _PyObject_GetAttrId() failure * Use PyUnicode_CompareWithASCIIString() and PyFile_WriteObject() instead of _PyUnicode_AsString() and strcmp() to avoid Unicode encoding error. stderr has a more tolerant error handler than utf-8/strict.
-
Victor Stinner yazdı
So it can be called even if an exception was raised
-