- 18 May, 2015 2 kayıt (commit)
-
-
Zachary Ware yazdı
All this does is confirm that Tix is available on Windows, which should always be the case (if _tkinter itself is available).
-
R David Murray yazdı
Patch by samwyse, completed by Arnon Yaari, and reviewed by Martin Panter.
-
- 17 May, 2015 13 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Reviewed by Maciej Szulik.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
doc. Remove obsolete example from FAQ. Patch by Martin Panter.
-
R David Murray yazdı
This defaults to True in the compat32 policy for backward compatibility, but to False for all new policies. Patch by Milan Oberkirch, with a few tweaks.
-
R David Murray yazdı
This could use more edge case tests, but the basic functionality is tested. (Note that this changeset does not add tailored support for the RFC 6532 message/global MIME type, but the email package generic facilities will handle it.) Reviewed by Maciej Szulik.
-
R David Murray yazdı
-
R David Murray yazdı
-
Zachary Ware yazdı
Also fix a couple other ignored PCbuild directories in .gitignore
-
- 16 May, 2015 25 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
R David Murray yazdı
Patch by Abhilash Raj.
-
Serhiy Storchaka yazdı
-
R David Murray yazdı
Patch by Milan Oberkirch.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Made test_pprint discoverable.
-
Serhiy Storchaka yazdı
Made test_pprint discoverable.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
R David Murray yazdı
When not using decode_data=True, smtpd may provide keyword arguments to the process_message user-implemented method. This doc update is intended to make it clear that arbitrary keywords must be supported, so that we can add additional features in the future by just adding keywords to the process_message call.
-
R David Murray yazdı
Initial patch by Milan Oberkirch.
-
Yury Selivanov yazdı
-
Berker Peksag yazdı
-
Yury Selivanov yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
assertWarnsRegex() checks now emits a deprecation warning when callable is None or keyword arguments except msg is passed in the context manager mode.
-
Serhiy Storchaka yazdı
-