- 16 Tem, 2014 16 kayıt (commit)
-
-
Zachary Ware yazdı
Merge with 3.4.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
pydoc.gui was removed over 3 years ago (#10818), this script has been utterly bereft of worth since then.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
private tasks in gather().
-
Victor Stinner yazdı
in gather().
-
Victor Stinner yazdı
_on_handshake() method The _SelectorSslTransport constructor already calls it.
-
Victor Stinner yazdı
The _SelectorSslTransport constructor already calls it.
-
Tal Einat yazdı
-
Tal Einat yazdı
-
Tal Einat yazdı
-
Victor Stinner yazdı
-
- 15 Tem, 2014 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Fix regression that this test would have caught.
-
- 14 Tem, 2014 10 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
in debug mode
-
Victor Stinner yazdı
sys.stderr, to get output even if tests are run with the -j command line option.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Tulip issue #184: Log subprocess events in debug mode - Log stdin, stdout and stderr transports and protocols - Log process identifier (pid) - Log connection of pipes - Log process exit - Log Process.communicate() tasks: feed stdin, read stdout and stderr - Add __repr__() method to many classes related to subprocesses * Add BaseSubprocessTransport._pid attribute. Store the pid so it is still accessible after the process exited. It's more convinient for debug. * create_connection(): add the socket in the "connected to" debug log * Clean up some docstrings and comments. Remove unused unimplemented _read_from_self().
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 13 Tem, 2014 6 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
test purposes are now reflected in GrepDialog and ReplaceDialog. Docstrings are improved. Initial patch by Saimadhav Heblikar
-
Ned Deily yazdı
broken by the fix for security issue #19435. Patch by Zach Byrne.
-
Ned Deily yazdı
broken by the fix for security issue #19435. Patch by Zach Byrne.
-
Ned Deily yazdı
broken by the fix for security issue #19435. Patch by Zach Byrne.
-
Ned Deily yazdı
broken by the fix for security issue #19435. Patch by Zach Byrne.
-
- 12 Tem, 2014 4 kayıt (commit)
-
-
Alexander Belopolsky yazdı
Contributed by Anton Barkovsky.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Victor Stinner yazdı
-