cpython/Lib/lib-tk
Christian Heimes ff737954f3 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance).
Also removed im_class and renamed im_self to __self__ and im_func to __func__. im_class can be substituted with method.__self__.__class__.
I've also updated some parts of the documenation.
2007-11-27 10:40:20 +00:00
..
Canvas.py Don't define has_key(). 2006-08-21 00:26:58 +00:00
Dialog.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
FileDialog.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
FixTk.py Couple more has_keys() going... 2006-08-19 16:53:45 +00:00
ScrolledText.py Merged revisions 56265-56300 via svnmerge from 2007-07-12 08:55:44 +00:00
SimpleDialog.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
Tix.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
Tkconstants.py Patch #805976: Add DOTBOX and UNDERLINE. 2003-09-20 10:52:56 +00:00
Tkdnd.py
Tkinter.py Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
tkColorChooser.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
tkCommonDialog.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
tkFileDialog.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
tkFont.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
tkMessageBox.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
tkSimpleDialog.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
turtle.py Fix turtle module: None and int are not comparable, map returns an iterator. 2007-09-23 13:37:00 +00:00