- 22 Nov, 2016 9 commits
-
-
Ned Deily authored
Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following b3. It is now b4+ again.)
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Raymond Hettinger authored
Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.)
-
Raymond Hettinger authored
Issue #26163: Disable periodically failing test which was overly demanding of the frozenset hash function effectiveness
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 21 Nov, 2016 31 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.)
-
Yury Selivanov authored
-
Yury Selivanov authored
Allow AF_UNIX in create_server & create_connection
-
Raymond Hettinger authored
Issue 28475: Improve error message for random.sample() with k < 0. (Contributed by Francisco Couzo).
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ethan Furman authored
close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico.
-
Ethan Furman authored
-
Ethan Furman authored
-
Ethan Furman authored
-
Victor Stinner authored
The Python 3.5 change must not be applied to Python 3.6.
-
Victor Stinner authored
Reloading the warnings module duplicates filters in warnings.filters. Fixing the issue is tricky. It was decided to simply remove the check from Python 3.5, since the bug only impacts Python unit tests, not real applications. The check is kept in Python 3.6 and newer.
-
Victor Stinner authored
Issue #28727: Regular expression patterns, _sre.SRE_Pattern objects created by re.compile(), become comparable (only x==y and x!=y operators). This change should fix the issue #18383: don't duplicate warning filters when the warnings module is reloaded (thing usually only done in unit tests).
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
INADA Naoki authored
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
Serhiy Storchaka authored
The fields ml_name and ml_doc are of type "const char *" rather of "char *".
-
Serhiy Storchaka authored
The fields ml_name and ml_doc are of type "const char *" rather of "char *".
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Martin Panter authored
-
Martin Panter authored
-