- 12 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
value in the host header was set to "None". Patch by Demian Brecht.
-
- 11 Ara, 2014 4 kayıt (commit)
-
-
Victor Stinner yazdı
Mark the write end of the stdin pipe as non-inheritable.
-
Victor Stinner yazdı
socket transport
-
Terry Jan Reedy yazdı
-
Serhiy Storchaka yazdı
-
- 10 Ara, 2014 7 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Add an entry in the language datamodel special methods section. Revise and index its discussion in the stdtypes mapping/dict section.
-
Serhiy Storchaka yazdı
is run with pythonw.exe.
-
Benjamin Peterson yazdı
-
R David Murray yazdı
Patch by Chaitanya Agrawal.
-
Berker Peksag yazdı
An exception handler assumed that that OSError objects always have a 'winerror' attribute. That is not the case, so the exception handler itself raised AttributeError when run on Linux (and, presumably, any other non-Windows OS). Patch by Greg Ward.
-
- 09 Ara, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Éric Araujo.
-
- 08 Ara, 2014 5 kayıt (commit)
-
-
Yury Selivanov yazdı
Issue #1218234. Initial patch by Berker Peksag.
-
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 4 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ı
-