- 16 Oct, 2014 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
a filename, pop up the Open Module box. If a module is opened, open a corresponding browser.
-
- 15 Oct, 2014 24 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security.
-
Antoine Pitrou authored
Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security.
-
Berker Peksag authored
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 authored
-
Ethan Furman authored
-
- 14 Oct, 2014 10 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
easily recognize and display boolean values as such and recognize changes. Also reformat comments and alphabetize extensions included with Idle.
-
Brett Cannon authored
-
Victor Stinner authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Victor Stinner authored
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 authored
-
Ethan Furman authored
-
Ethan Furman authored
-
- 13 Oct, 2014 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
* 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
-