- 04 Eyl, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
This makes it possible to pass more than 4 tests by name through Tools\buildbot\test.bat
-
- 03 Eyl, 2015 18 kayıt (commit)
-
-
Brett Cannon yazdı
-
Serhiy Storchaka yazdı
set beyond size. Based on patch by John Leitch.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
Reported by John Leitch and Bryce Darling, patch by Raymond Hettinger.
-
Zachary Ware yazdı
As suggested by Steve Dower and approved by Stefan Krah.
-
Victor Stinner yazdı
collection) in collections.OrderedDict constructor. Patch reviewed by Serhiy Storchaka.
-
Victor Stinner yazdı
Handle PyCapsule_Import() failure (exception) in PyCodec_NameReplaceErrors(): return immedialty NULL.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
The support import is not needed in Python 3.5
-
Victor Stinner yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 02 Eyl, 2015 11 kayıt (commit)
-
-
Victor Stinner yazdı
I was not supposed to commit the function with the name pymonotonic_new(). I forgot to rename it.
-
Victor Stinner yazdı
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 yazdı
-
Victor Stinner yazdı
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 yazdı
-
Victor Stinner yazdı
when the test is interrupted (or fail).
-
Victor Stinner yazdı
Mention also the detected GDB version on verbose mode and on error (if the major version is smaller than 7).
-
Zachary Ware yazdı
Also fixes error in 'kill' target (already fixed in 2.7, somehow the fix didn't make it to this branch).
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 01 Eyl, 2015 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Raymond Hettinger yazdı
-
- 31 Agu, 2015 3 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Patch from Mattip.
-
- 30 Agu, 2015 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Zachary Ware yazdı
-