- 19 Haz, 2014 3 kayıt (commit)
-
-
Victor Stinner yazdı
available bytes from the "self pipe", not only a single byte. This change reduces the risk of having the pipe full and so getting the innocuous "BlockingIOError: [Errno 11] Resource temporarily unavailable" message.
-
Victor Stinner yazdı
bytes or character strings
-
Antoine Pitrou yazdı
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. Patch by Martin Dengler.
-
- 18 Haz, 2014 3 kayıt (commit)
-
-
Ned Deily yazdı
-
Zachary Ware yazdı
-
Victor Stinner yazdı
- Add a missing import - Remove an unused import - Remove unused variables
-
- 17 Haz, 2014 13 kayıt (commit)
-
-
Victor Stinner yazdı
-
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ı
-