- 08 Ara, 2014 4 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Closes issue #23009.
-
- 07 Ara, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959)
-
- 06 Ara, 2014 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Kurt Roeckx.
-
Terry Jan Reedy yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Terry Jan Reedy yazdı
information.
-
Benjamin Peterson yazdı
-
- 05 Ara, 2014 8 kayıt (commit)
-
-
Brett Cannon yazdı
-
Serhiy Storchaka yazdı
-
Brett Cannon yazdı
automated process.
-
Victor Stinner yazdı
finalization. Before the module kept a reference to the builtins module, but the module attributes are cleared during Python finalization. Instead, keep directly a reference to the open() function. This enhancement is not perfect, calling tokenize.open() can still fail if called very late during Python finalization. Usually, the function is called by the linecache module which is called to display a traceback or emit a warning.
-
Terry Jan Reedy yazdı
and case. Edit some of the explanatory sentences and end all with a period.
-
Yury Selivanov yazdı
-
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 7 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.
-