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