1. dfe980b Issue #8515: Set __file__ when run file in IDLE. by Andrew Svetlov · 12 years ago
  2. da4c467 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 13 years ago
  3. 7974642 Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 13 years ago
  4. 85c6772 IDLE: fix some RessourceWarning, reuse tokenize.open() by Victor Stinner · 13 years ago
  5. 5ee0567 Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 13 years ago
  6. 0a42982 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. by Kurt B. Kaiser · 13 years ago
  7. 7a8e21a Merged revisions 88234 via svnmerge from by Ned Deily · 14 years ago
  8. 975a079 Issue #4008: Fix problems with non-ASCII source files. by Martin v. Löwis · 16 years ago
  9. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  10. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago
  11. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
  12. 7a4dbaf Replace file() with open() by Kurt B. Kaiser · 17 years ago
  13. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  14. 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 17 years ago
  15. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  16. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  17. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  18. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  19. 0cd233f Revert previous code elimination, 'filename' is needed. by Kurt B. Kaiser · 19 years ago
  20. 2618c7f 1. Mac line endings were incorrect when pasting code from some browsers by Kurt B. Kaiser · 19 years ago
  21. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 19 years ago
  22. 6af4498 1. Polish tabbing code. by Kurt B. Kaiser · 20 years ago
  23. 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 20 years ago
  24. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  25. af3eb87 Added a Tk error dialog to run.py inform the user if the subprocess can't by Kurt B. Kaiser · 21 years ago
  26. 3f8ace9 SF 747667 Error Doesn't Decolorize by Kurt B. Kaiser · 21 years ago
  27. ce5b6d5 SF 745525 by Kurt B. Kaiser · 21 years ago
  28. 8d1f11b Whitespace Normalization Modified Files: PyShell.py ScriptBinding.py buildapp.py by Kurt B. Kaiser · 21 years ago
  29. 6c638b6 Bruce Sherwood RFE/Patch SF 661318 by Kurt B. Kaiser · 21 years ago
  30. 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 21 years ago
  31. 11659ad 1. When a module is run from an EditorWindow, if its directory is not in by Kurt B. Kaiser · 21 years ago
  32. 7f38ec0 1. Restore the capability to run and debug without a subprocess. by Kurt B. Kaiser · 21 years ago
  33. 003091c M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py by Kurt B. Kaiser · 21 years ago
  34. eb9637e M ScriptBinding.py M config-extensions.def M help.txt by Kurt B. Kaiser · 22 years ago
  35. a5e8bb9 Default the OK key in the Save Before Run dialog. by Kurt B. Kaiser · 22 years ago
  36. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  37. d5e1cef If Edit window has not been saved, offer to save if user tries to Run or by Kurt B. Kaiser · 22 years ago
  38. 92b5ca3 M ColorDelegator.py M PyShell.py M ScriptBinding.py by Kurt B. Kaiser · 22 years ago
  39. 6eadc6c Enable Check Module by Kurt B. Kaiser · 22 years ago
  40. 6453c1f Cleanup: by Neal Norwitz · 22 years ago
  41. 05bab1e Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  42. 63857a4 M PyShell.py M RemoteDebugger.py M ScriptBinding.py by Kurt B. Kaiser · 22 years ago
  43. adc6384 1. Revert subprocess environment clearing, will restart subprocess by Kurt B. Kaiser · 22 years ago
  44. d694c1f Reset the Python execution server environment to its initial value prior by Kurt B. Kaiser · 22 years ago
  45. 969de45 Rework the code to have only the GvR RPC. Output from execution of user by Kurt B. Kaiser · 22 years ago
  46. 5d2af63 GvR's rpc patch by Chui Tey · 22 years ago
  47. 72c3bf0 changeover to new keybinding configuration implementation by Steven M. Gava · 23 years ago
  48. 42f6c64 py-cvs merge, better error dialog by Steven M. Gava · 23 years ago
  49. 7aced17 Initial revision by David Scherer · 24 years ago