- 26 Eki, 2015 2 kayıt (commit)
-
-
Eric V. Smith yazdı
Issue 25311: Add support for f-strings to tokenize.py. Also added some comments to explain what's happening, since it's not so obvious.
-
Brett Cannon yazdı
not str.format call.
-
- 25 Eki, 2015 6 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
(tkinter._fix no longer exists in 3.5+)
-
Zachary Ware yazdı
rather than from elsewhere on PATH.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 24 Eki, 2015 10 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
(by returning the original object unchanged).
-
Serhiy Storchaka yazdı
(by returning the original object unchanged).
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
This removes the need to add externals/tcltk[64]/bin to PATH to be able to import tkinter. Also documents the necessity for the DLLs to be on PATH or in python.exe's directory.
-
- 23 Eki, 2015 7 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
Moves Windows installer externals onto SVN and updates the build process to grab them automatically.
-
Steve Dower yazdı
Moves Windows installer externals onto SVN and updates the build process to grab them automatically.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Patch written by Bernt Røskar Brenna.
-
Raymond Hettinger yazdı
-
- 22 Eki, 2015 10 kayıt (commit)
-
-
Serhiy Storchaka yazdı
self.__class__ in __repr__() and __reduce__() for simplicity and reliability.
-
Serhiy Storchaka yazdı
self.__class__ in __repr__() and __reduce__() for simplicity and reliability.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Christie.
-
Berker Peksag yazdı
Patch by Christie.
-
- 21 Eki, 2015 4 kayıt (commit)
-
-
Berker Peksag yazdı
Reported by Antony Lee.
-
Berker Peksag yazdı
Reported by Antony Lee.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
- 20 Eki, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-