- 15 Eki, 2014 14 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
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.
-
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.
-
Berker Peksag yazdı
quiet parameters of compile_{dir, file, path} functions now have a multilevel value. Also, -q option of the CLI now have a multilevel value. Patch by Thomas Kluyver.
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
- 14 Eki, 2014 10 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
easily recognize and display boolean values as such and recognize changes. Also reformat comments and alphabetize extensions included with Idle.
-
Brett Cannon yazdı
-
Victor Stinner yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
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.
-
Charles-François Natali yazdı
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
- 13 Eki, 2014 16 kayıt (commit)
-
-
Victor Stinner yazdı
-
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.
-
Benjamin Peterson yazdı
-
Alex Gaynor yazdı
Thanks to Ezio for noticing this
-
Alex Gaynor yazdı
Thanks to Ezio for noticing this
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-