1. 87e59ac bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) by Tal Einat · 6 years ago
  2. 9af1836 bpo-33907: Rename an IDLE module and classes. (GH-7810) by Terry Jan Reedy · 6 years ago
  3. 06e2029 bpo-33907: Rename an IDLE module and class. (GH-7807) by Terry Jan Reedy · 6 years ago[Renamed (96%) from Lib/idlelib/calltips.py]
  4. 58fc71c bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) by wohlganger · 7 years ago
  5. 3b0f620 bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822) by Louie Lu · 7 years ago
  6. 213ce12 bpo-29910: IDLE no longer deletes a character after commenting out a region (#825) by Serhiy Storchaka · 7 years ago
  7. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  8. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago
  9. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  10. 0d9220e Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. by Terry Jan Reedy · 8 years ago[Renamed from Lib/idlelib/CallTips.py]
  11. a0f1e22 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. by Terry Jan Reedy · 11 years ago
  12. d5710f8 Issue #16638: Include up to 5 docstring header lines (before first blank) in by Terry Jan Reedy · 11 years ago
  13. 715476d Issue #16630: Make Idle calltips work even when __getattr__ raises. by Terry Jan Reedy · 11 years ago
  14. 681ede8 Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py. by Terry Jan Reedy · 11 years ago
  15. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 11 years ago
  16. 1751968 Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy. by Chris Jerdonek · 12 years ago
  17. 44dea9d Issue 12510: Delete actual first param name for all methods; revise tests. by Terry Jan Reedy · 12 years ago
  18. 2a2ce4f Issue #12510: Revise and triple # of calltip tests, with an eye to unittest by Terry Jan Reedy · 12 years ago
  19. e606e23 Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name by Terry Jan Reedy · 12 years ago
  20. c5301ef Issue12510: Attempting to get invalid tooltip no longer closes Idle. by Terry Jan Reedy · 12 years ago
  21. 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 · 17 years ago
  22. 152b3c2 Use inspect.py and clean up. by Kurt B. Kaiser · 17 years ago
  23. 5b0fdc9 Fix another map(...) --> list(map...) by Kurt B. Kaiser · 17 years ago
  24. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
  25. 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 17 years ago
  26. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  27. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  28. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  29. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  30. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  31. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  32. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  33. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  34. c5e378d Testing for None should be done with 'is' by Raymond Hettinger · 20 years ago
  35. 6145a62 1. Python Bug 775541: Calltips error when docstring is None. Introduced by Kurt B. Kaiser · 21 years ago
  36. 61bfb73 SF bug #769142: CallTip trimming may loop forever. by Raymond Hettinger · 21 years ago
  37. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  38. e54710b M CallTipWindow.py M CallTips.py by Kurt B. Kaiser · 22 years ago
  39. 5afa1df M CallTips.py Add support for getting calltip from subprocess, by Kurt B. Kaiser · 22 years ago
  40. 908aece Merge Py Idle changes by Kurt B. Kaiser · 22 years ago
  41. 92cfaf6 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  42. 72c3bf0 changeover to new keybinding configuration implementation by Steven M. Gava · 23 years ago
  43. ae67647 py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  44. 7aced17 Initial revision by David Scherer · 24 years ago