- 17 Haz, 2014 12 kayıt (commit)
-
-
Victor Stinner yazdı
calls to time.monotonic(). Use a "fast select" and a "slow select" instead.
-
Victor Stinner yazdı
Python 3.5 - Drop __slots__ optimization of CoroWrapper to be able to set the __qualname__ attribute. - Add tests on __name__, __qualname__ and __module__ of a coroutine function and coroutine object. - Fix test_tasks when run in debug mode (PYTHONASYNCIODEBUG env var set) on Python 3.3 or 3.4
-
Victor Stinner yazdı
maximum size. Patch written by Vajrasky Kok.
-
Terry Jan Reedy yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 16 Haz, 2014 14 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Heblikar. Correct a minor 3.x bug in HyperParser discovered by testing.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Claudiu Popa. The print_diffs() function was not defined, using the assertEqual() is more reliable.
-
Zachary Ware yazdı
-
Victor Stinner yazdı
On Python 3.5, generator now gets their name from the function, no more from the code. So we get the expected "notmuch" name instead of the generic "coro" name.
-
Nick Coghlan yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
arguments. Original patch by Gareth Rees.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
replace \ line contiuation. Tested against nearly done test_hyperparser.py.
-
Benjamin Peterson yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
that the rlimit calls happens in a child process rather than the TestCase process to attempt to fix the gentoo buildbot's "Too many open files" error.
-
- 15 Haz, 2014 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
Patch from Nikolaus Rath.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 14 Haz, 2014 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 13 Haz, 2014 7 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Zachary Ware yazdı
Skipped tests are now marked as skipped, formerly commented-out or renamed-so-it-doesn't-look-like-a-test tests are uncommented, properly named, and unconditionally skipped, some tests that simply didn't run before are now able to run, and a few are split into multiple methods instead of skipping via 'return' in the middle of a method. Also, a couple of unused files are removed completely.
-
Terry Jan Reedy yazdı
-
-
Zachary Ware yazdı
-
Victor Stinner yazdı
-