- 28 Aug, 2013 10 commits
-
-
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
-
Richard Oudkerk authored
-
Victor Stinner authored
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 Aug, 2013 8 commits
-
-
Victor Stinner authored
'long', possible loss of data" in delta_new(), use an explicit cast from double to long
-
Victor Stinner authored
-
Victor Stinner authored
PATH_MAX is not available on "MIPS IRIX 6.5.30 [SB] 3.x" buildbot
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
-
Serhiy Storchaka authored
error messages and comments.
-
Serhiy Storchaka authored
error messages and comments.
-
- 26 Aug, 2013 9 commits
-
-
Victor Stinner authored
filenames anymore on Windows.
-
Victor Stinner authored
"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 authored
* 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 authored
So it can be called even if an exception was raised
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
XMLParser configures expat to report attributes in a list (ordered_attributes), so only _start_list is needed. Rename it to _start and kill _start.
-
- 25 Aug, 2013 13 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Eli Bendersky authored
-
Eli Bendersky authored
Using ``method`` markup because the method is on a callback object, not an explicitly documented method. :meth: markup creates links within the current class which is incorrect. In addition, indent the paragraph correctly.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Antoine Pitrou authored
Issue #18808: Non-daemon threads are now automatically joined when a sub-interpreter is shutdown (it would previously dump a fatal error).
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
preexec_fn callback, which may open file descriptors.
-
Charles-François Natali authored
preexec_fn callback, which may open file descriptors.
-