- 27 Agu, 2013 5 kayıt (commit)
-
-
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 9 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
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
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 Agu, 2013 23 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
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 yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Antoine Pitrou yazdı
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 yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
preexec_fn callback, which may open file descriptors.
-
Charles-François Natali yazdı
preexec_fn callback, which may open file descriptors.
-
Serhiy Storchaka yazdı
Vajrasky Kok.
-
Serhiy Storchaka yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Previously it generated them if they were given a value, but completely ignored them if they were present in the string passed in to be parsed. Now if the flag appears on a cookie, the corresponding Morsel key will reference a True value. Other pre-existing behavior is retained in this maintenance patch: if the source contains something like 'secure=foo', morsel['secure'] will return 'foo'. Since such a value doesn't round trip and never did (and would be a surprising occurrence) a subsequent non-bug-fix patch may change this behavior. Inspired by a patch from Julien Phalip, who reviewed this one.
-
Christian Heimes yazdı
properly handled as unsigned.
-
Christian Heimes yazdı
properly handled as unsigned.
-
Christian Heimes yazdı
thanks to Vajrasky Kok for proof-reading.
-
Christian Heimes yazdı
thanks to Vajrasky Kok for proof-reading.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 24 Agu, 2013 3 kayıt (commit)
-
-
Vinay Sajip yazdı
Closes #18807: pyvenv now takes a --copies argument allowing copies instead of symlinks even where symlinks are available and the default.
-
Richard Oudkerk yazdı
-
Eli Bendersky yazdı
-