- 15 Oct, 2014 3 commits
-
-
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 24 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
-
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.
-
Benjamin Peterson authored
-
Alex Gaynor authored
Thanks to Ezio for noticing this
-
Alex Gaynor authored
Thanks to Ezio for noticing this
-
Alex Gaynor authored
-
Alex Gaynor authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Charles-François Natali authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Larry Hastings authored
int converter. This permits using the int converter with enums and typedefs.
-
Zachary Ware authored
Trying to use run_tests.py for testing is more trouble than it's worth; reverted to rt.bat. Also cleaned up rt.bat a bit. Trying to use hg purge to clean up after testing is also error-prone, so we're back to using the build solution's Clean targets.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 12 Oct, 2014 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-