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