- 20 May, 2015 8 kayıt (commit)
-
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
avoid passing the test accidently because slice.__hash__ is None.
-
Serhiy Storchaka yazdı
avoid passing the test accidently because slice.__hash__ is None.
-
Serhiy Storchaka yazdı
module now support pickling. Added readable and evaluable repr for these objects. Based on patch by Josh Rosenberg.
-
Serhiy Storchaka yazdı
IDLE. Patch by Martin Panter.
-
Serhiy Storchaka yazdı
IDLE. Patch by Martin Panter.
-
Serhiy Storchaka yazdı
Patch by Martin Panter.
-
Serhiy Storchaka yazdı
with specified exception type. Original patch by Ramchandra Apte.
-
- 19 May, 2015 14 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when a directory with the chosen name already exists on Windows as well as on Unix. tempfile.mkstemp() now fails early if parent directory is not valid (not exists or is a file) on Windows.
-
Serhiy Storchaka yazdı
when a directory with the chosen name already exists on Windows as well as on Unix. tempfile.mkstemp() now fails early if parent directory is not valid (not exists or is a file) on Windows.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. Patch by Martin Panter.
-
Antoine Pitrou yazdı
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. Patch by Martin Panter.
-
R David Murray yazdı
-
R David Murray yazdı
I missed that this change was applied to both branches.
-
R David Murray yazdı
and the situation has not been addressed in several days.
-
R David Murray yazdı
-
Serhiy Storchaka yazdı
Idea by R. David Murray.
-
Serhiy Storchaka yazdı
email.utils.make_msgid() to strengthen the uniqueness of the message ID.
-
Serhiy Storchaka yazdı
email.utils.make_msgid() to strengthen the uniqueness of the message ID.
-
Yury Selivanov yazdı
-
- 18 May, 2015 18 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Ville Skyttä.
-
Berker Peksag yazdı
Patch by Ville Skyttä.
-
Berker Peksag yazdı
../../Misc/NEWS:60: ERROR: Unknown target name: "mangle_from".
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Yury Selivanov yazdı
-
Serhiy Storchaka yazdı
ElementTree.
-
Serhiy Storchaka yazdı
ElementTree.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Patch by Jeffrey Armstrong.
-
Zachary Ware yazdı
Hopefully this will allow the PPC64 PowerLinux buildbot to finish a test run.
-
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).
-