Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e4309f7f14d25227b51f8ac012b2dcbb8da99e9d
/
Lib
/
lib-tk
/
ScrolledText.py
d3e6e4b
Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText.
by Guilherme Polo
· 16 years ago
e2eb2b4
Issue #3248: Allow placing ScrolledText in a PanedWindow.
by Martin v. Löwis
· 16 years ago
6634bf2
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
by Georg Brandl
· 17 years ago
33cece0
Tkinter renaming reversal: move modules back in their place.
by Georg Brandl
· 17 years ago
248e3a8
Tkinter renaming reversal: Delete all stubs from lib-tk.
by Georg Brandl
· 17 years ago
ad9afeb
Tkinter rename, step 2: fix imports and add stub modules.
by Georg Brandl
· 17 years ago
bbc57d7
Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.
by Georg Brandl
· 17 years ago
ff41c48
SF patch #701494: more apply removals
by Raymond Hettinger
· 22 years ago
1990943
Fix for SF #491953 (Andrew Dalke): ScrolledText.py has TabError
by Guido van Rossum
· 23 years ago
61d3637
SF patch #491183 (Jeff Epler): ScrolledText.grid() doesn't work
by Guido van Rossum
· 23 years ago
d038ca8
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
ea7364c
Peter Haight discovered that this code uses a mutable default for cnf
by Guido van Rossum
· 26 years ago
7f97328
Fix the exclusion of "config" in the methods copied from Pack to also
by Guido van Rossum
· 27 years ago
17ca992
Put support for a cnf dictionary back in, since it is still supported
by Guido van Rossum
· 28 years ago
053313a
Change to use keyword args instead of dicts
by Guido van Rossum
· 29 years ago
d7b1948
Use new packing and 'name' in cnf dict
by Guido van Rossum
· 31 years ago
460b6bb
Totally changed, now it is actually derived from Text
by Guido van Rossum
· 31 years ago
5179236
Added bind and tag_config methods; minor lay-out change
by Guido van Rossum
· 31 years ago
a3cd357
* ScrolledText.py: added some more methods of Text (This should
by Guido van Rossum
· 31 years ago
1846882
Initial revision
by Guido van Rossum
· 31 years ago