- 11 Haz, 2014 14 kayıt (commit)
-
-
R David Murray yazdı
This worked by accident on Linux because the SOCK_STREAM was returned first, but on the FreeBSD the SOCK_DGRAM is first in the list.
-
R David Murray yazdı
Patch by Claudiu Popa.
-
R David Murray yazdı
Patch by Milan Oberkirch.
-
R David Murray yazdı
Eventually these will want to convert to decode_data=False, I think.
-
R David Murray yazdı
Otherwise smtpd is restricted to 7bit clean data, since even if the incoming data is actually utf-8, it will often break things to decode it before parsing the message. Patch by Maciej Szulik, with some adjustments (mostly the warning support).
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Serhiy Storchaka yazdı
(issues #21677, #21310).
-
Serhiy Storchaka yazdı
(issues #21677, #21310).
-
Giampaolo Rodola yazdı
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 Haz, 2014 11 kayıt (commit)
-
-
Serhiy Storchaka yazdı
flag has the value 'n'. Patch by Claudiu Popa.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Initial patch by Olive Kilburn.
-
Victor Stinner yazdı
must not be empty.
-
Victor Stinner yazdı
be empty.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
-
Victor Stinner yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
while still being written to. With no console, this closed Idle. Also add missing import and a few other changes.
-
- 09 Haz, 2014 9 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Milan Oberkirch.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Kushal Das yazdı
Printout of keyword args should be in deterministic order in a mock function call. This will help to write better doctests.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
- 08 Haz, 2014 6 kayıt (commit)
-
-
Victor Stinner yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-