- 02 Nov, 2013 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 01 Nov, 2013 6 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
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 authored
-
Tim Golden authored
-
Eric Snow authored
-
Eric Snow authored
-
- 31 Oct, 2013 25 commits
-
-
Victor Stinner authored
After more tests, I now think that it is the safest option.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Guido van Rossum authored
-
Tim Golden authored
-
Tim Golden authored
-
Victor Stinner authored
-
Victor Stinner authored
for TYPE_DICT and stop immedialty on first r_object() failure
-
Victor Stinner authored
TYPE_SMALL_TUPLE
-
Victor Stinner authored
failure, don't read any more data
-
Victor Stinner authored
-
Victor Stinner authored
_ctypes_alloc_format_string() failure
-
Victor Stinner authored
failure
-
Victor Stinner authored
failure Don't call PyObject_CallObject() with NULL parameters and an exception set.
-
Victor Stinner authored
call a Python function with an exception set
-
Victor Stinner authored
with an exception set
-
Eli Bendersky authored
It affects docs of 3.3 in a way that was fixed differently in 3.4
-
Eli Bendersky authored
In 3.3 iterparse accepts a tuple in events (the C accelerator enforces this). This limitation was lifted in Python 3.4
-
Victor Stinner authored
exception set
-
Victor Stinner authored
-
Tim Golden authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 30 Oct, 2013 7 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
asyncio: Add support for running subprocesses on Windows with the IOCP event loop (Richard Oudkerk).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Charles-François Natali authored
-
Victor Stinner authored
The bug was introduced with the select.epoll module! So it's 5 years old :-)
-