- 25 Haz, 2014 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
fit in the default width of the text window (45 chars).
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 24 Haz, 2014 9 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Victor Stinner yazdı
done: use the first line number of the code object instead of the current line number of the generator frame. The name of the coroutine is not enough because many coroutines may have the same name. It's a common case in asyncio tests for example.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
R David Murray yazdı
Windows was seeing the 'GET' generated by these tests as invalid and forcibly closing the socket, causing the test to fail. Patch by Jeff Allen.
-
Victor Stinner yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
(Based on a patch from Renee Chu.)
-
- 23 Haz, 2014 4 kayıt (commit)
-
-
Yury Selivanov yazdı
Closes #21801.
-
Victor Stinner yazdı
raises an exception if there is no current loop
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
Patch from Yayoi Ukai.
-
- 22 Haz, 2014 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
From the combined efforts of Berber Peksage, Andrew Svetlov, and Yayoi Ukai.
-
Victor Stinner yazdı
event loop is running. You must first stop the event loop and then wait until it stopped, before closing it.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
enables debug mode of the event loop.
-
Victor Stinner yazdı
environment variable is set
-
Victor Stinner yazdı
exception if the current loop is not None. Guido van Rossum wrote: "The behavior that you can set the loop to None (and keep track of it explicitly) is part of the spec, and this should still be supported even in debug mode. The behavior that we raise an error if you are caught having multiple active loops per thread is just a debugging heuristic, and it shouldn't break code that follows the spec."
-
Martin v. Löwis yazdı
Patch by Olive Kilburn.
-
Raymond Hettinger yazdı
-
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.
-