- 14 Haz, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 13 Haz, 2014 15 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Skipped tests are now marked as skipped, formerly commented-out or renamed-so-it-doesn't-look-like-a-test tests are uncommented, properly named, and unconditionally skipped, some tests that simply didn't run before are now able to run, and a few are split into multiple methods instead of skipping via 'return' in the middle of a method. Also, a couple of unused files are removed completely.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Zachary Ware yazdı
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 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 17 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ı
-