- 12 Oct, 2014 26 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
The function schedules the execution of coroutines, it's not just a wrapper for something.
-
Victor Stinner authored
Fix also the reate_unix_connection() doc: the method is not support on Windows, not need to mention that ssl is not support with ProactorEventLoop.
-
Victor Stinner authored
-
R David Murray authored
Patch by Michel Albert. We don't normally do patches that just tweak whitespace, but ipaddress is relatively new and the package maintainers approved the patch.
-
R David Murray authored
Patch by Meador Inge.
-
Serhiy Storchaka authored
This gets rid of Tcl warnings when they are handled later when the root is already destroyed.
-
R David Murray authored
Patch by Chris Jerdonek.
-
R David Murray authored
Patch by David Naylor.
-
Georg Brandl authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Add "closed" or "closing" to repr() of selector and proactor transports
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Terry Jan Reedy authored
-
Berker Peksag authored
Reported by Jacques Ducasse.
-
Nick Coghlan authored
-
- 11 Oct, 2014 10 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
socket
-
Victor Stinner authored
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Victor Stinner authored
If the coroutine raised a BaseException, consume the exception to not log a warning. The caller doesn't have access to the local task.
-
Benjamin Peterson authored
Patch by Jakub Wilk.
-
- 10 Oct, 2014 4 commits
-
-
Terry Jan Reedy authored
Patch by Claudiu Popa
-
Antoine Pitrou authored
-
Zachary Ware authored
In particular, correctly describe the behavior of ntpath.join. Based on a patch by Dave Sawyer.
-
Terry Jan Reedy authored
-