- 25 Jun, 2014 21 commits
-
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Senthil Kumaran authored
issue20753 - robotparser tests should not rely upon external resource when not required. 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
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
issue15588 - Correct the quopri module documentation. Mention the correct types of the parameters on encodestring and decodestring. Patch by Petri Lehtinen.
-
Senthil Kumaran authored
parameters on encodestring and decodestring. Patch by Petri Lehtinen.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Raymond Hettinger 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
-
Jesus Cea authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
fit in the default width of the text window (45 chars).
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 24 Jun, 2014 19 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Victor Stinner authored
coroutine is 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.
-
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
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
R David Murray authored
-
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
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-