- 30 Tem, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode(). Patch by Nick Weinhold.
-
- 29 Tem, 2015 7 kayıt (commit)
-
-
Jason R. Coombs yazdı
-
Robert Collins yazdı
-
Jason R. Coombs yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
written by Matthieu Gautier.
-
Ned Deily yazdı
-
Robert Collins yazdı
Patch from Martin Panter.
-
- 28 Tem, 2015 3 kayıt (commit)
-
-
Alessandro Cucci yazdı
-
Steve Dower yazdı
-
Raymond Hettinger yazdı
-
- 27 Tem, 2015 2 kayıt (commit)
-
-
Berker Peksag yazdı
possible completions for an empty word. Initial patch by Martin Sekera.
-
Berker Peksag yazdı
Patch by Louis Dassy.
-
- 26 Tem, 2015 2 kayıt (commit)
-
-
Robert Collins yazdı
-
Serhiy Storchaka yazdı
inappropriate type.
-
- 25 Tem, 2015 4 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Eduardo Seabra and Thomas Kluyver.
-
Berker Peksag yazdı
imp.reload() was deprecated in Python 3.4 and changed to call importlib.reload(). Patch by Petr Viktorin.
-
Victor Stinner yazdı
* 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 yazdı
Move compatibility helpers for the different Python versions to a new asyncio.compat module.
-
- 24 Tem, 2015 2 kayıt (commit)
-
-
Ned Deily yazdı
-
Serhiy Storchaka yazdı
-
- 23 Tem, 2015 2 kayıt (commit)
-
-
Robert Collins yazdı
-
Robert Collins yazdı
-
- 22 Tem, 2015 6 kayıt (commit)
-
-
Robert Collins yazdı
-
Robert Collins yazdı
-
Robert Collins yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 21 Tem, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Jacek Kołodziej.
-
- 20 Tem, 2015 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Original patch by Saimadhav Heblikar.
-
Victor Stinner yazdı
Patch written by Martin Panter. I replace tearDown() with addCleanup().
-
Raymond Hettinger yazdı
-
- 18 Tem, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
Patch by Brian Cain.
-
- 17 Tem, 2015 2 kayıt (commit)
-
-
Robert Collins yazdı
Patch from https://github.com/testing-cabal/mock/issues/215
-
Robert Collins yazdı
could in Python 3.3.
-
- 16 Tem, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 14 Tem, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
Patch from Nicola Palumbo and Laurent De Buyst.
-
- 11 Tem, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Chris Angelico
-