- 12 Haz, 2014 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #21711: support for "site-python" directories has now been removed from the site module (it was deprecated in 3.4).
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Victor Stinner yazdı
repr(Handle) is shorter for function: "foo" instead of "<function foo at 0x...>". It now also includes the source of the callback, filename and line number where it was defined, if available. repr(Task) now also includes the current position in the code, filename and line number, if available. If the coroutine (generator) is done, the line number is omitted and "done" is added.
-
Victor Stinner yazdı
repr(Handle) is shorter for function: "foo" instead of "<function foo at 0x...>". It now also includes the source of the callback, filename and line number where it was defined, if available. repr(Task) now also includes the current position in the code, filename and line number, if available. If the coroutine (generator) is done, the line number is omitted and "done" is added.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.
-
- 11 Haz, 2014 20 kayıt (commit)
-
-
R David Murray yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
R David Murray yazdı
-
R David Murray yazdı
I forgot to run all the affected tests when I fixed smtpd.
-
Zachary Ware yazdı
-
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 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Milan Oberkirch.
-