1. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  2. ef94869 Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
  3. ad0c57f Issue #21986: Idle now matches interpreter in not pickling user code objects. by Terry Jan Reedy · 10 years ago
  4. 3aaf5da #6649: merge with 3.3. by Roger Serwy · 11 years ago
  5. 71c9e1a #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 11 years ago
  6. 16b5c13 Merge 3.3, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  7. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  8. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  9. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  10. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  11. cd49d53 Issue #14200 — now displayhook for IDLE works in non-subprocess mode as well as subprecess. by Andrew Svetlov · 12 years ago
  12. 05bab93 Issue #14200: Idle shell crash on printing non-BMP unicode character. by Andrew Svetlov · 12 years ago
  13. 55f8757 Issue #13300: Fix IDLE Restart Shell command failure introduced by by Ned Deily · 13 years ago
  14. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  15. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  16. bbe7b0a Fix a few ResourceWarnings in idle by Amaury Forgeot d'Arc · 13 years ago
  17. 8719ad5 Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from by Benjamin Peterson · 15 years ago
  18. e866c81 Merged revisions 71126 via svnmerge from by Kurt B. Kaiser · 15 years ago
  19. bed1710 Fix more threading API related bugs: Thread.get_name() --> Thread.name. by Amaury Forgeot d'Arc · 16 years ago
  20. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  21. b03ca4b fix more threading API related bugs by Benjamin Peterson · 16 years ago
  22. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  23. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  24. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  25. ad66742 Fix raise with 2to3 by Kurt B. Kaiser · 17 years ago
  26. 2d726df Use buffer of type 'bytes' to accumulate from socket. by Kurt B. Kaiser · 17 years ago
  27. 66aaf74 Fix remaining map() issues. by Kurt B. Kaiser · 17 years ago
  28. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  29. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  30. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  31. 57b39e0 Bug #1697782: remove all remaining code that uses types.InstanceType. by Georg Brandl · 17 years ago
  32. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  33. 811c4e0 Remove has_key() references from idlelib. IDLE still doesn't run due by Guido van Rossum · 18 years ago
  34. 935ea9a Improve subprocess link error notification M NEWS.txt M PyShell.py M rpc.py by Kurt B. Kaiser · 19 years ago
  35. e852c19 Improve error message if rpc'l localcall() fails with unexpected exception. by Kurt B. Kaiser · 20 years ago
  36. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  37. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  38. d6ab77d rpc.py:SocketIO - Large modules were generating large pickles when downloaded by Kurt B. Kaiser · 20 years ago
  39. 62685d3 Python Bug 775061 by Kurt B. Kaiser · 21 years ago
  40. 24d7e0c Avoid problem resolving 'localhost' by Kurt B. Kaiser · 21 years ago
  41. 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 21 years ago
  42. 57bfe5d 1. Update debugger to not trace RPC code even when calling Queue and by Kurt B. Kaiser · 21 years ago
  43. a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 21 years ago
  44. 0529377 Correct error in last checkin noticed by Neal Norwitz. And some more. by Kurt B. Kaiser · 21 years ago
  45. e51529d Improve error message handling. by Kurt B. Kaiser · 21 years ago
  46. 94afd30 Move setting of ioready 'wait' earlier in call chain, to by Kurt B. Kaiser · 21 years ago
  47. 7c22132 M rpc.py by Kurt B. Kaiser · 21 years ago
  48. 9ac783d M PyShell.py M rpc.py Improve exception handing if peer process has terminated. by Kurt B. Kaiser · 21 years ago
  49. 86bc464 M rpc.py M run.py by Kurt B. Kaiser · 21 years ago
  50. 003091c M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py by Kurt B. Kaiser · 21 years ago
  51. 8cd0def M PyShell.py M rpc.py by Kurt B. Kaiser · 21 years ago
  52. bc28613 M PyShell.py M RemoteDebugger.py M rpc.py by Kurt B. Kaiser · 21 years ago
  53. 0a0e6c3 1. Eliminate putrequest(): only used in asynccall(), merge it there. by Kurt B. Kaiser · 21 years ago
  54. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  55. 74d93c8 Remove debugging connection message by Kurt B. Kaiser · 22 years ago
  56. 0930c43 M PyShell.py 1. Format and print exceptions raised in user code. by Kurt B. Kaiser · 22 years ago
  57. 6e44cc2 M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
  58. 5afa1df M CallTips.py Add support for getting calltip from subprocess, by Kurt B. Kaiser · 22 years ago
  59. adc6384 1. Revert subprocess environment clearing, will restart subprocess by Kurt B. Kaiser · 22 years ago
  60. a552e3a Improve exception handling across rpc interface Modified Files: rpc.py by Kurt B. Kaiser · 22 years ago
  61. 8dcdb77 GvR provided solution to the socket rebinding timeout problem. by Kurt B. Kaiser · 22 years ago
  62. b417936 Reverse the RPC socket connection: Python execution server connects to by Kurt B. Kaiser · 22 years ago
  63. ffd3a42 Shutdown subprocess debugger and associated Proxies/Adapters when closing by Kurt B. Kaiser · 22 years ago
  64. 0e3a577 Polish RemoteDebugger code. by Kurt B. Kaiser · 22 years ago
  65. 5d2af63 GvR's rpc patch by Chui Tey · 22 years ago