- 15 Eki, 2014 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security.
-
Ethan Furman yazdı
-
- 14 Eki, 2014 4 kayıt (commit)
-
-
Terry Jan Reedy yazdı
easily recognize and display boolean values as such and recognize changes. Also reformat comments and alphabetize extensions included with Idle.
-
Victor Stinner yazdı
available Since Python 3.5, socket.socketpair() is now also available on Windows. Make csock blocking before calling the accept() method, and fix also a typo in an error message.
-
Terry Jan Reedy yazdı
-
Ethan Furman yazdı
-
- 13 Eki, 2014 10 kayıt (commit)
-
-
Victor Stinner yazdı
* add a new example using transport and protocol * rewrite the example using streams to make it much simpler (remove error handling, use a simpler Python code) * copy (and adapt) more documentation from the subprocess module: - add a note about Process.wait() deadlock - add a note about shell injection - etc. * sort Process methods and attributes in the same order than subprocess.Popen methods and attributes, so the documentation looks closer * list differences between Process and subprocess.Popen APIs
-
Victor Stinner yazdı
instanciate a subclass of SubprocessProtocol
-
Victor Stinner yazdı
Modify also the get_pipe_transport() doc to mention explicitly the supported file descriptors.
-
Alex Gaynor yazdı
Thanks to Ezio for noticing this
-
Alex Gaynor yazdı
-
Benjamin Peterson yazdı
-
Charles-François Natali yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Terry Jan Reedy yazdı
-
- 12 Eki, 2014 24 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
The function schedules the execution of coroutines, it's not just a wrapper for something.
-
Victor Stinner yazdı
Fix also the reate_unix_connection() doc: the method is not support on Windows, not need to mention that ssl is not support with ProactorEventLoop.
-
Victor Stinner yazdı
-
R David Murray yazdı
Patch by Michel Albert. We don't normally do patches that just tweak whitespace, but ipaddress is relatively new and the package maintainers approved the patch.
-
R David Murray yazdı
Patch by Meador Inge.
-
Serhiy Storchaka yazdı
This gets rid of Tcl warnings when they are handled later when the root is already destroyed.
-
R David Murray yazdı
Patch by Chris Jerdonek.
-
R David Murray yazdı
Patch by David Naylor.
-
Georg Brandl yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Add "closed" or "closing" to repr() of selector and proactor transports
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-