- 05 Ara, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
event loop if a BaseException is raised, because the event loop is already stopped.
-
Victor Stinner yazdı
Call _stop_accept_futures() before sestting the _closed attribute, otherwise call_soon() raises an error.
-
- 04 Ara, 2014 5 kayıt (commit)
-
-
Victor Stinner yazdı
written by Torsten Landschoff. create_task(), call_at(), call_soon(), call_soon_threadsafe() and run_in_executor() now raise an error if the event loop is closed.
-
Victor Stinner yazdı
* mock also resume_reading() * ensure that resume_reading() is called
-
Victor Stinner yazdı
avoid attribute errors in destructors.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
from idlelib/help.txt, add 'C' comment, and remove obsolete ^Z comment Original patch by Zach Ware.
-
- 03 Ara, 2014 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
returned by ZipFile.open() can now operate independently of the ZipFile even if the ZipFile was created by passing in a file-like object as the first argument to the constructor.
-
- 02 Ara, 2014 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Barry Warsaw yazdı
Windows buildbots. Found by Jeremy Kloth.
-
Serhiy Storchaka yazdı
is specified with non-string argument. Based on patch by Renaud Blanch.
-
- 01 Ara, 2014 9 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
asked to compile a source file containing multiple dots in the source file name.
-
Barry Warsaw yazdı
asked to compile a source file containing multiple dots in the source file name.
-
Terry Jan Reedy yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Original patch by Martin Panter.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
instead of deperecated cgi.escape(). Original patch by Raymond Hettinger.
-
- 30 Kas, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Alex Gaynor.
-
- 29 Kas, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 28 Kas, 2014 6 kayıt (commit)
-
-
Ned Deily yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Patch written by Martin Richard.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
- 27 Kas, 2014 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
current directory in current directory.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
bytes path.
-
Serhiy Storchaka yazdı
7159 instead of obsoleted RFC 4627.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
collections module now accept the self keyword argument.
-
Zachary Ware yazdı
Suggested by James Lowden on docs@.
-
Ethan Furman yazdı
-