- 17 Jun, 2014 13 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
calls to time.monotonic(). Use a "fast select" and a "slow select" instead.
-
Victor Stinner authored
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 authored
maximum size. Patch written by Vajrasky Kok.
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 16 Jun, 2014 14 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Heblikar. Correct a minor 3.x bug in HyperParser discovered by testing.
-
Victor Stinner authored
-
Victor Stinner authored
Claudiu Popa. The print_diffs() function was not defined, using the assertEqual() is more reliable.
-
Zachary Ware authored
-
Victor Stinner authored
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 authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
arguments. Original patch by Gareth Rees.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
replace \ line contiuation. Tested against nearly done test_hyperparser.py.
-
Benjamin Peterson authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
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 Jun, 2014 5 commits
-
-
Raymond Hettinger authored
-
Benjamin Peterson authored
Patch from Nikolaus Rath.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 14 Jun, 2014 2 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 13 Jun, 2014 6 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Zachary Ware authored
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 authored
-
-
Zachary Ware authored
-