- 24 Eki, 2016 1 kayıt (commit)
-
-
Yury Selivanov yazdı
Also, add 'isfuture' to 'asyncio.futures.__all__', so that it's exposed as 'asyncio.isfuture'.
-
- 23 Eki, 2016 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
reference in replacement template even if the pattern is not found in the string. Error message for invalid group reference now includes the group index and the position of the reference. Based on patch by SilentGhost.
-
- 22 Eki, 2016 7 kayıt (commit)
-
-
Guido van Rossum yazdı
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. (3.5->3.6)
-
Guido van Rossum yazdı
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L.
-
Martin Panter yazdı
-
Martin Panter yazdı
Patch by Piotr Szczepaniak.
-
Martin Panter yazdı
* Use context manager on urllib objects to ensure that they are closed on error * Use self.addCleanup() to cleanup resources even if a test is interrupted with CTRL+c This backports a patch by Victor Stinner.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 21 Eki, 2016 22 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Initial patch by Hans Lawrenz.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Patch by Johannes Ebke.
-
Yury Selivanov yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Thanks to Ville Skyttä for the patch.
-
Serhiy Storchaka yazdı
attributes.
-
Serhiy Storchaka yazdı
new exception with setting current exception as __cause__. _PyErr_FormatFromCause(exception, format, args...) is equivalent to Python raise exception(format % args) from sys.exc_info()[1]
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
INADA Naoki yazdı
Patch by Mariatta Wijaya.
-
Benjamin Peterson yazdı
C99 inline semantics don't work everywhere. (https://bugs.python.org/issue28092) We don't want these to have external visibility anyway.
-
INADA Naoki yazdı
-
- 20 Eki, 2016 3 kayıt (commit)
-
-
Martin Panter yazdı
-
Ned Deily yazdı
Patch by Vajrasky Kok.
-
Yury Selivanov yazdı
-