- 03 Eyl, 2015 2 kayıt (commit)
-
-
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 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 29 Agu, 2015 3 kayıt (commit)
-
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
Zachary Ware yazdı
-
- 28 Agu, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
on Windows and Cygwin. Patch from Akira Li.
-
- 27 Agu, 2015 10 kayıt (commit)
-
-
Robert Collins yazdı
Patch from Berker Peksag.
-
Robert Collins yazdı
Patch from Berker Peksag.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Patch by tagatac
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Patch by Mark Roseman.
-
- 26 Agu, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-