- 22 Haz, 2014 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Add note to demohelp.txt about doing so.
-
- 21 Haz, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 20 Haz, 2014 8 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Terry Jan Reedy yazdı
-
Charles-François Natali yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
to be executed.
-
Senthil Kumaran yazdı
-
- 19 Haz, 2014 5 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Victor Stinner yazdı
-
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 9 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.
-