- 21 Nov, 2016 17 commits
-
-
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 23 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.
-
Serhiy Storchaka authored
with PyUnicode_AsUTF8 and PyUnicode_AsUTF8AndSize.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Steve Dower authored
-