- 04 Sep, 2015 2 commits
-
-
Zachary Ware authored
This modifies the behavior of the '-e' flag to PCbuild\build.bat: when '-e' is not supplied, no attempt will be made to build extension modules that require external libraries, even if the external libraries are present. Also adds '--no-<module>' flags to PCbuild\build.bat, where '<module>' is one of 'ssl', 'tkinter', or 'bsddb', to allow skipping just those modules (if '-e' is given).
-
Zachary Ware authored
This makes it possible to pass more than 4 tests by name through Tools\buildbot\test.bat
-
- 03 Sep, 2015 18 commits
-
-
Brett Cannon authored
-
Serhiy Storchaka authored
set beyond size. Based on patch by John Leitch.
-
Victor Stinner authored
-
Victor Stinner authored
The ICC compiler doesn't seem to support defined() in macro expansion. Example of warning: warning #3199: "defined" is always false in a macro expansion in Microsoft mode
-
Brett Cannon authored
Reported by John Leitch and Bryce Darling, patch by Raymond Hettinger.
-
Zachary Ware authored
As suggested by Steve Dower and approved by Stefan Krah.
-
Victor Stinner authored
collection) in collections.OrderedDict constructor. Patch reviewed by Serhiy Storchaka.
-
Victor Stinner authored
Handle PyCapsule_Import() failure (exception) in PyCodec_NameReplaceErrors(): return immedialty NULL.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
The support import is not needed in Python 3.5
-
Victor Stinner authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 02 Sep, 2015 11 commits
-
-
Victor Stinner authored
I was not supposed to commit the function with the name pymonotonic_new(). I forgot to rename it.
-
Victor Stinner authored
Don't check anymore at runtime that the monotonic clock doesn't go backward. Yes, it happens. It occurs sometimes each month on a Debian buildbot slave running in a VM. The problem is that Python cannot do anything useful if a monotonic clock goes backward. It was decided in the PEP 418 to not fix the system, but only expose the clock provided by the OS.
-
Victor Stinner authored
-
Victor Stinner authored
BaseTest now ensures that unittest.TestCase.assertWarns() uses the same warnings module than warnings.catch_warnings(). Otherwise, warnings.catch_warnings() will be unable to remove the added filter.
-
Victor Stinner authored
-
Victor Stinner authored
when the test is interrupted (or fail).
-
Victor Stinner authored
Mention also the detected GDB version on verbose mode and on error (if the major version is smaller than 7).
-
Zachary Ware authored
Also fixes error in 'kill' target (already fixed in 2.7, somehow the fix didn't make it to this branch).
-
Yury Selivanov authored
-
Victor Stinner authored
-
Victor Stinner authored
-
- 01 Sep, 2015 2 commits
-
-
Yury Selivanov authored
-
Raymond Hettinger authored
-
- 31 Aug, 2015 3 commits
-
-
Yury Selivanov authored
-
Martin Panter authored
-
Martin Panter authored
Patch from Mattip.
-
- 30 Aug, 2015 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-