- 03 Sep, 2015 12 commits
-
-
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 7 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
- 29 Aug, 2015 3 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Zachary Ware authored
-
- 28 Aug, 2015 1 commit
-
-
Serhiy Storchaka authored
on Windows and Cygwin. Patch from Akira Li.
-
- 27 Aug, 2015 1 commit
-
-
Robert Collins authored
Patch from Berker Peksag.
-