- 21 Nov, 2016 22 commits
-
-
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
-
Guido van Rossum authored
Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) (3.5->3.6)
-
Guido van Rossum authored
-
Gregory P. Smith authored
parameter now raises a DeprecationWarning. It was deprecated in 3.4. It was never documented prior to that.
-
Martin Panter authored
-
- 20 Nov, 2016 18 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
unreadable directories on Windows too.
-
Serhiy Storchaka authored
unreadable directories on Windows too.
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
Serhiy Storchaka authored
unreadable directories.
-
Serhiy Storchaka authored
unreadable directories.
-
Serhiy Storchaka authored
C API functions.
-
Serhiy Storchaka authored
C API functions.
-
Martin Panter authored
Based on suggestion by Eryk Sun.
-
Martin Panter authored
The ld_so_aix script and python.exp file are created in the build directory. Patch by Tristan Carel and Michael Haubenwallner.
-