- 25 Jun, 2014 14 commits
-
-
Ned Deily authored
-
Victor Stinner authored
- 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 authored
files closing. Patch by Claudiu Popa.
-
Jesus Cea authored
-
Jesus Cea authored
-
Senthil Kumaran authored
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 authored
parameters on encodestring and decodestring. Patch by Petri Lehtinen.
-
Vinay Sajip authored
-
Raymond Hettinger authored
Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> (Patch contributed by Vajrasky Kok.)
-
Jesus Cea authored
-
Jesus Cea authored
-
Terry Jan Reedy authored
fit in the default width of the text window (45 chars).
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 24 Jun, 2014 9 commits
-
-
Raymond Hettinger authored
-
Victor Stinner authored
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 authored
-
Raymond Hettinger authored
-
R David Murray authored
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 authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
(Based on a patch from Renee Chu.)
-
- 23 Jun, 2014 4 commits
-
-
Yury Selivanov authored
Closes #21801.
-
Victor Stinner authored
raises an exception if there is no current loop
-
Raymond Hettinger authored
-
Benjamin Peterson authored
Patch from Yayoi Ukai.
-
- 22 Jun, 2014 10 commits
-
-
Benjamin Peterson authored
From the combined efforts of Berber Peksage, Andrew Svetlov, and Yayoi Ukai.
-
Victor Stinner authored
event loop is running. You must first stop the event loop and then wait until it stopped, before closing it.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
enables debug mode of the event loop.
-
Victor Stinner authored
environment variable is set
-
Victor Stinner authored
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 authored
Patch by Olive Kilburn.
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
Add note to demohelp.txt about doing so.
-
- 21 Jun, 2014 1 commit
-
-
Raymond Hettinger authored
-
- 20 Jun, 2014 2 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-