- 26 Haz, 2014 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
move two functions next to the functions that use them.
-
- 25 Haz, 2014 19 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
- Python issue 21163: Fix more "Task was destroyed but it is pending!" logs in tests - Add test to check that run_until_complete() checks the loop of the future
-
Victor Stinner yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Victor Stinner yazdı
- Uniformize repr() output to format "<Class ...>" - On Python 3.5+, repr(Task) uses the qualified name instead of the short name of the coroutine
-
Serhiy Storchaka yazdı
files closing. Patch by Claudiu Popa.
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Senthil Kumaran yazdı
Specifically, it was relying a URL which gave HTTP 403 and used it to assert it's methods, this changes undoes that and provides a local http server with similar properties. Patch contributed by Vajrasky Kok.
-
Senthil Kumaran yazdı
parameters on encodestring and decodestring. Patch by Petri Lehtinen.
-
Vinay Sajip yazdı
-
Raymond Hettinger yazdı
Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> (Patch contributed by Vajrasky Kok.)
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
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 7 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."
-