- 11 Jun, 2014 9 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
(issues #21677, #21310).
-
Serhiy Storchaka authored
(issues #21677, #21310).
-
Giampaolo Rodola' authored
fix issue #17552: add socket.sendfile() method allowing to send a file over a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'·
-
- 10 Jun, 2014 11 commits
-
-
Serhiy Storchaka authored
flag has the value 'n'. Patch by Claudiu Popa.
-
Zachary Ware authored
-
Zachary Ware authored
Initial patch by Olive Kilburn.
-
Victor Stinner authored
must not be empty.
-
Victor Stinner authored
be empty.
-
Victor Stinner authored
-
Victor Stinner authored
Add BaseEventLoop._closed attribute and use it to check if the event loop was closed or not, instead of checking different attributes in each subclass of BaseEventLoop. run_forever() and run_until_complete() methods now raise a RuntimeError('Event loop is closed') exception if the event loop was closed. BaseProactorEventLoop.close() now also cancels "accept futures".
-
Victor Stinner authored
-
Victor Stinner authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
while still being written to. With no console, this closed Idle. Also add missing import and a few other changes.
-
- 09 Jun, 2014 9 commits
-
-
R David Murray authored
-
R David Murray authored
Patch by Milan Oberkirch.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Kushal Das authored
Printout of keyword args should be in deterministic order in a mock function call. This will help to write better doctests.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 08 Jun, 2014 11 commits
-
-
Victor Stinner authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Saimadhav Heblikar. (2 head merge)
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Original patch by Amaury Forgeot d'Arc with a test by bdettmer.
-