Mark Dickinson
|
3e4caeb3bf
|
Issue #5341: Fix a variety of spelling errors.
|
2009-02-21 20:27:01 +00:00 |
Tim Peters
|
182b5aca27
|
Whitespace normalization, via reindent.py.
|
2004-07-18 06:16:08 +00:00 |
Walter Dörwald
|
70a6b49821
|
Replace backticks with repr() or "%r"
From SF patch #852334.
|
2004-02-12 17:35:32 +00:00 |
Guido van Rossum
|
60cc90ec98
|
This demo imported some private code from Matt. Make it cripple along.
|
1999-04-08 15:18:12 +00:00 |
Guido van Rossum
|
5edcf34fac
|
Change bind() to tag_bind() so it works again.
|
1997-09-24 13:39:51 +00:00 |
Guido van Rossum
|
58a7856961
|
Pass self as master to Entry() widget constructor.
|
1996-11-27 19:47:42 +00:00 |
Guido van Rossum
|
a4ddb238bc
|
update -- Undo is now entry 1
|
1996-08-21 20:13:08 +00:00 |
Guido van Rossum
|
89cb67bb64
|
Updated for Python 1.4
|
1996-07-30 18:57:18 +00:00 |
Guido van Rossum
|
faefe4cb60
|
Fix typos (need to use tag_bind, not bind).
|
1996-05-24 18:40:46 +00:00 |
Guido van Rossum
|
447ae53eab
|
fix for 4.0
|
1995-10-08 00:41:25 +00:00 |
Guido van Rossum
|
38862dfe22
|
new example that Matt posted to comp.lang.python
|
1995-02-13 14:23:38 +00:00 |
Guido van Rossum
|
b8fe9b3fc8
|
menu-simple.py: fixed lay-out
bind-with-multiple-calls-per-event-type.py: new, or forgot to add earlier
|
1995-01-10 17:07:40 +00:00 |
Guido van Rossum
|
35820f77e4
|
Matt's examples
|
1994-10-07 09:55:26 +00:00 |