- 29 Jul, 2015 3 commits
-
-
Victor Stinner authored
written by Matthieu Gautier.
-
Ned Deily authored
-
Robert Collins authored
Patch from Martin Panter.
-
- 28 Jul, 2015 2 commits
-
-
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 2 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
Patch by Brian Cain.
-
- 17 Jul, 2015 2 commits
-
-
Robert Collins authored
Patch from https://github.com/testing-cabal/mock/issues/215
-
Robert Collins authored
could in Python 3.3.
-
- 16 Jul, 2015 1 commit
-
-
Victor Stinner authored
-
- 14 Jul, 2015 1 commit
-
-
Robert Collins authored
Patch from Nicola Palumbo and Laurent De Buyst.
-
- 11 Jul, 2015 1 commit
-
-
Benjamin Peterson authored
Patch by Chris Angelico
-
- 10 Jul, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 09 Jul, 2015 1 commit
-
-
Victor Stinner authored
* queues: get coroutine from asyncio.coroutines, not from asyncio.tasks * tets: replace tulip with asyncio in comments
-
- 08 Jul, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 07 Jul, 2015 2 commits
-
-
Zachary Ware authored
The changes to Doc/library/unittest.mock.rst are almost entirely a selective backport of the 3.5 page.
-
Zachary Ware authored
-