- 18 Oct, 2014 3 commits
-
-
Terry Jan Reedy authored
revised by R. David Murray.
-
Ethan Furman authored
-
R David Murray authored
Report and original fix by Vajrasky Kok.
-
- 17 Oct, 2014 9 commits
-
-
R David Murray authored
Before, if a default was set on the parent parser, any default for that variable set via set_defaults on a subparser would be ignored. Now the subparser set_defaults is honored. Patch by Jyrki Pullianinen.
-
R David Murray authored
It is unlikely anyone is using the fact that the dictionary returned by the 'params' attribute was previously writable, but even if someone is the API is provisional so this kind of change is acceptable (and needed, to get the API "right" before it becomes official). Patch by Stéphane Wirtel.
-
Antoine Pitrou authored
Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode.
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Vinay Sajip authored
-
Terry Jan Reedy authored
htests to add # htest # marker for coveragepy and stop tcl errors.
-
Terry Jan Reedy authored
Move test lines up with respect to icons.
-
- 16 Oct, 2014 2 commits
-
-
Benjamin Peterson 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 13 commits
-
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner 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.
-
Ethan Furman authored
-
- 14 Oct, 2014 4 commits
-
-
Terry Jan Reedy authored
easily recognize and display boolean values as such and recognize changes. Also reformat comments and alphabetize extensions included with Idle.
-
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.
-
Terry Jan Reedy authored
-
Ethan Furman authored
-
- 13 Oct, 2014 9 commits
-
-
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
-
Victor Stinner authored
instanciate a subclass of SubprocessProtocol
-
Victor Stinner authored
Modify also the get_pipe_transport() doc to mention explicitly the supported file descriptors.
-
Alex Gaynor authored
Thanks to Ezio for noticing this
-
Alex Gaynor authored
-
Benjamin Peterson authored
-
Charles-François Natali authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-