- 31 Jul, 2015 4 commits
-
-
Victor Stinner authored
-
Robert Collins authored
Patch from Dmitry Shachnev.
-
Victor Stinner authored
Issue #24763: Fix resource warnings when asyncio.BaseSubprocessTransport constructor fails, if subprocess.Popen raises an exception for example. Patch written by Martin Richard, test written by me.
-
Terry Jan Reedy authored
-
- 30 Jul, 2015 3 commits
-
-
Robert Collins authored
Patch from Craig Holmquist.
-
Terry Jan Reedy authored
-
Berker Peksag authored
It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode(). Patch by Nick Weinhold.
-
- 29 Jul, 2015 7 commits
-
-
Jason R. Coombs authored
-
Robert Collins authored
-
Jason R. Coombs authored
-
Victor Stinner authored
-
Victor Stinner authored
written by Matthieu Gautier.
-
Ned Deily authored
-
Robert Collins authored
Patch from Martin Panter.
-
- 28 Jul, 2015 3 commits
-
-
Alessandro Cucci authored
-
Steve Dower authored
-
Raymond Hettinger authored
-
- 27 Jul, 2015 2 commits
-
-
Berker Peksag authored
possible completions for an empty word. Initial patch by Martin Sekera.
-
Berker Peksag authored
Patch by Louis Dassy.
-
- 26 Jul, 2015 2 commits
-
-
Robert Collins authored
-
Serhiy Storchaka authored
inappropriate type.
-
- 25 Jul, 2015 4 commits
-
-
Berker Peksag authored
Patch by Eduardo Seabra and Thomas Kluyver.
-
Berker Peksag authored
imp.reload() was deprecated in Python 3.4 and changed to call importlib.reload(). Patch by Petr Viktorin.
-
Victor Stinner authored
* Fix ResourceWarning warnings in test_streams * Return True from StreamReader.eof_received() to fix http://bugs.python.org/issue24539 (but still needs a unittest). Add StreamReader.__repr__() for easy debugging. * remove unused imports * Issue #234: Drop JoinableQueue on Python 3.5+
-
Victor Stinner authored
Move compatibility helpers for the different Python versions to a new asyncio.compat module.
-
- 24 Jul, 2015 2 commits
-
-
Ned Deily authored
-
Serhiy Storchaka authored
-
- 23 Jul, 2015 2 commits
-
-
Robert Collins authored
-
Robert Collins authored
-
- 22 Jul, 2015 6 commits
-
-
Robert Collins authored
-
Robert Collins authored
-
Robert Collins authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
- 21 Jul, 2015 1 commit
-
-
Serhiy Storchaka authored
Patch by Jacek Kołodziej.
-
- 20 Jul, 2015 3 commits
-
-
Terry Jan Reedy authored
Original patch by Saimadhav Heblikar.
-
Victor Stinner authored
Patch written by Martin Panter. I replace tearDown() with addCleanup().
-
Raymond Hettinger authored
-
- 18 Jul, 2015 1 commit
-
-
Serhiy Storchaka authored
-