- 27 Jun, 2014 6 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Ned Deily authored
-
Ned Deily authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 26 Jun, 2014 11 commits
-
-
Victor Stinner authored
module.
-
Victor Stinner authored
-
Zachary Ware authored
-
Zachary Ware authored
-
R David Murray authored
-
R David Murray authored
This makes the behavior match that of Parser. Patch by Vajrasky Kok.
-
R David Murray authored
Patch by Martin Vignali, test by Claudiu Popa.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
move two functions next to the functions that use them.
-
- 25 Jun, 2014 23 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
log in tests
-
Victor Stinner authored
-
Victor Stinner authored
- 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 authored
- 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 authored
pending!" logs in tests
-
Victor Stinner authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Victor Stinner authored
TimerHandle - Uniformize repr() output to format "<Class ...>" - On Python 3.5+, repr(Task) uses the qualified name instead of the short name of the coroutine
-
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.
-
Serhiy Storchaka authored
files closing. Patch by Claudiu Popa.
-
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.
-