1. f9e07e1 bpo-32989: IDLE - remove unneeded parameter (GH-18138) by Terry Jan Reedy · 5 years ago
  2. ec64640 bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) by Cheryl Sabella · 5 years ago
  3. 0acb646 Fix idlelib typos discovered by min ho, pr 15018. (GH-15029) by Terry Jan Reedy · 6 years ago
  4. 43a74ab bpo-35202: Remove unused imports in idlelib (GH-10438) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 7 years ago
  5. ea3dc80 bpo-33855: More edits and new minimal tests for IDLE (GH-7761) by Terry Jan Reedy · 7 years ago
  6. f0daa88 bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862) by Cheryl Sabella · 7 years ago
  7. c29c03a bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Cheryl Sabella · 7 years ago
  8. 451d1ed bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) by Terry Jan Reedy · 7 years ago
  9. c84cf6c bpo-32874: IDLE: add tests for pyparse (GH-5755) by Cheryl Sabella · 7 years ago
  10. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 8 years ago
  11. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 9 years ago
  12. 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]
  13. 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 10 years ago
  14. 9b7f9e6 Issue #21765: Add support for non-ascii identifiers to HyperParser by Tal Einat · 11 years ago
  15. b0efee2 Fix an issue with str.translate() in IDLE -- str.translate() only accepts by Guido van Rossum · 18 years ago
  16. 163b717 Fix typo. by Martin v. Löwis · 18 years ago
  17. 5de48bd Simplify various spots where: str() is called on something by Walter Dörwald · 18 years ago
  18. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  19. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 20 years ago
  20. b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 20 years ago
  21. 254eb53 Merge Py Idle changes: Rev 1.10 doerwalter (string methods) by Kurt B. Kaiser · 23 years ago
  22. 752e4d5 py-cvs-2001_07_13 (Rel 1.9) merge by Kurt B. Kaiser · 24 years ago
  23. 3269cc8 py-cvs-rel2_1 (Rev 1.6 - 1.8) merge by Kurt B. Kaiser · 24 years ago
  24. 7aced17 Initial revision by David Scherer · 25 years ago