- 02 Kas, 2013 7 kayıt (commit)
-
-
Ezio Melotti yazdı
#15114: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 01 Kas, 2013 15 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
importlib.machinery.FileFinder. While originally moved to stop special-casing '' as PathFinder farther up the typical call chain now uses the cwd in the instance of '', it was deemed an unnecessary risk to breaking subclasses of FileFinder to take the special-casing out.
-
Brett Cannon yazdı
-
Tim Golden yazdı
-
Eric Snow yazdı
-
Eric Snow yazdı
-
- 31 Eki, 2013 18 kayıt (commit)
-
-
Victor Stinner yazdı
After more tests, I now think that it is the safest option.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Guido van Rossum yazdı
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
for TYPE_DICT and stop immedialty on first r_object() failure
-
Victor Stinner yazdı
TYPE_SMALL_TUPLE
-
Victor Stinner yazdı
failure, don't read any more data
-
Victor Stinner yazdı
-
Victor Stinner yazdı
_ctypes_alloc_format_string() failure
-
Victor Stinner yazdı
failure
-
Victor Stinner yazdı
failure Don't call PyObject_CallObject() with NULL parameters and an exception set.
-
Victor Stinner yazdı
call a Python function with an exception set
-
Victor Stinner yazdı
with an exception set
-
Eli Bendersky yazdı
It affects docs of 3.3 in a way that was fixed differently in 3.4
-
Eli Bendersky yazdı
In 3.3 iterparse accepts a tuple in events (the C accelerator enforces this). This limitation was lifted in Python 3.4
-