- 24 Oct, 2016 3 commits
-
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Yury Selivanov authored
Also, add 'isfuture' to 'asyncio.futures.__all__', so that it's exposed as 'asyncio.isfuture'.
-
- 23 Oct, 2016 9 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
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 Oct, 2016 7 commits
-
-
Guido van Rossum authored
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. (3.5->3.6)
-
Guido van Rossum authored
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L.
-
Martin Panter authored
-
Martin Panter authored
Patch by Piotr Szczepaniak.
-
Martin Panter authored
* 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 authored
-
Guido van Rossum authored
-
- 21 Oct, 2016 21 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Initial patch by Hans Lawrenz.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Johannes Ebke.
-
Yury Selivanov authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
Thanks to Ville Skyttä for the patch.
-
Serhiy Storchaka authored
attributes.
-
Serhiy Storchaka authored
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 authored
-
Serhiy Storchaka authored
-
INADA Naoki authored
Patch by Mariatta Wijaya.
-
Benjamin Peterson authored
C99 inline semantics don't work everywhere. (https://bugs.python.org/issue28092) We don't want these to have external visibility anyway.
-