- 02 Agu, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
Patch by Matt Frank.
-
- 01 Agu, 2015 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
editor font. This should not affect current customized font selections. Patch by Mark Roseman.
-
Terry Jan Reedy yazdı
Do not print false prompts. Original patch by Adnan Umer.
-
- 31 Tem, 2015 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Robert Collins yazdı
Patch from Dmitry Shachnev.
-
Victor Stinner yazdı
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 yazdı
-
- 30 Tem, 2015 3 kayıt (commit)
-
-
Robert Collins yazdı
Patch from Craig Holmquist.
-
Terry Jan Reedy yazdı
-
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.
-