1. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 12 years ago
  2. 1751968 Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy. by Chris Jerdonek · 12 years ago
  3. 44dea9d Issue 12510: Delete actual first param name for all methods; revise tests. by Terry Jan Reedy · 13 years ago
  4. 2a2ce4f Issue #12510: Revise and triple # of calltip tests, with an eye to unittest by Terry Jan Reedy · 13 years ago
  5. e606e23 Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name by Terry Jan Reedy · 13 years ago
  6. c5301ef Issue12510: Attempting to get invalid tooltip no longer closes Idle. by Terry Jan Reedy · 13 years ago
  7. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 18 years ago
  8. 152b3c2 Use inspect.py and clean up. by Kurt B. Kaiser · 18 years ago
  9. 5b0fdc9 Fix another map(...) --> list(map...) by Kurt B. Kaiser · 18 years ago
  10. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 18 years ago
  11. 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 18 years ago
  12. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 18 years ago
  13. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 18 years ago
  14. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 18 years ago
  15. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  16. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  17. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  18. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  19. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 20 years ago
  20. c5e378d Testing for None should be done with 'is' by Raymond Hettinger · 21 years ago
  21. 6145a62 1. Python Bug 775541: Calltips error when docstring is None. Introduced by Kurt B. Kaiser · 22 years ago
  22. 61bfb73 SF bug #769142: CallTip trimming may loop forever. by Raymond Hettinger · 22 years ago
  23. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  24. e54710b M CallTipWindow.py M CallTips.py by Kurt B. Kaiser · 22 years ago
  25. 5afa1df M CallTips.py Add support for getting calltip from subprocess, by Kurt B. Kaiser · 23 years ago
  26. 908aece Merge Py Idle changes by Kurt B. Kaiser · 23 years ago
  27. 92cfaf6 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 23 years ago
  28. 72c3bf0 changeover to new keybinding configuration implementation by Steven M. Gava · 23 years ago
  29. ae67647 py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization by Kurt B. Kaiser · 24 years ago
  30. 7aced17 Initial revision by David Scherer · 25 years ago