1. 740f1cb bpo-33855: More edits and new minimal tests for IDLE (GH-7761) by Miss Islington (bot) · 7 years ago
  2. 7e57634 bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862) by Miss Islington (bot) · 7 years ago
  3. f409c99 bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Miss Islington (bot) · 7 years ago
  4. dfa1144 bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) by Miss Islington (bot) · 7 years ago
  5. c59bc98 bpo-32874: IDLE: add tests for pyparse (GH-5755) by Miss Islington (bot) · 7 years ago
  6. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 8 years ago
  7. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 9 years ago
  8. 0d9220e Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. by Terry Jan Reedy · 9 years ago[Renamed from Lib/idlelib/PyParse.py]
  9. 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 10 years ago
  10. 9b7f9e6 Issue #21765: Add support for non-ascii identifiers to HyperParser by Tal Einat · 11 years ago
  11. b0efee2 Fix an issue with str.translate() in IDLE -- str.translate() only accepts by Guido van Rossum · 18 years ago
  12. 163b717 Fix typo. by Martin v. Löwis · 18 years ago
  13. 5de48bd Simplify various spots where: str() is called on something by Walter Dörwald · 18 years ago
  14. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  15. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 20 years ago
  16. b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 20 years ago
  17. 254eb53 Merge Py Idle changes: Rev 1.10 doerwalter (string methods) by Kurt B. Kaiser · 23 years ago
  18. 752e4d5 py-cvs-2001_07_13 (Rel 1.9) merge by Kurt B. Kaiser · 24 years ago
  19. 3269cc8 py-cvs-rel2_1 (Rev 1.6 - 1.8) merge by Kurt B. Kaiser · 24 years ago
  20. 7aced17 Initial revision by David Scherer · 25 years ago