- 16 Jun, 2014 32 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
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
-
Victor Stinner authored
written by Claudiu Popa. The print_diffs() function was not defined, using the assertEqual() is more reliable.
-
Victor Stinner authored
Claudiu Popa. The print_diffs() function was not defined, using the assertEqual() is more reliable.
-
Zachary Ware authored
-
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.
-
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.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
name, and use it in the representation of a generator (``repr(gen)``). The default name of the generator (``__name__`` attribute) is now get from the function instead of the code. Use ``gen.gi_code.co_name`` to get the name of the code.
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
arguments. Original patch by Gareth Rees.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
replace \ line contiuation. Tested against nearly done test_hyperparser.py.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Benjamin Peterson 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.
-
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 8 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(Patch contributed by Claudiu Popa.)
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Nikolaus Rath.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-