1. 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  2. b48f634 Merged revisions 73415,73417-73418 via svnmerge from by Benjamin Peterson · 15 years ago
  3. c34ed8e Merged revisions 71812 via svnmerge from by Kurt B. Kaiser · 15 years ago
  4. 113f0e8 Merged revisions 70723 via svnmerge from by Kurt B. Kaiser · 15 years ago
  5. 827822e Fix for issue5194, based on a patch by Ned Deily. by Ronald Oussoren · 15 years ago
  6. 152b657 Merged revisions 68797,68801 via svnmerge from by Benjamin Peterson · 16 years ago
  7. 7d4f39a xrange -> range. by Georg Brandl · 16 years ago
  8. 5424b0a Fixed old Tkinter import, the last apparently by Guilherme Polo · 16 years ago
  9. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  10. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  11. 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 16 years ago
  12. 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
  13. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  14. 105f60e 1. Fail gracefully if the file fails to decode when loaded. by Kurt B. Kaiser · 17 years ago
  15. d953f6e Point IDLE menu Help / Python Docs at Python 3000 version by Kurt B. Kaiser · 17 years ago
  16. e071277 Conform to py3k dict.{keys, items, values} with some advice from 2b3 by Kurt B. Kaiser · 17 years ago
  17. ad66742 Fix raise with 2to3 by Kurt B. Kaiser · 17 years ago
  18. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
  19. 66aaf74 Fix remaining map() issues. by Kurt B. Kaiser · 17 years ago
  20. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  21. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  22. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  23. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  24. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  25. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  26. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  27. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  28. 811c4e0 Remove has_key() references from idlelib. IDLE still doesn't run due by Guido van Rossum · 18 years ago
  29. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  30. 307021f Patch #1162825: Support non-ASCII characters in IDLE window titles. by Martin v. Löwis · 19 years ago
  31. 5a67f9b Following 'syntax' patch, accelerator keys in menus weren't being by Kurt B. Kaiser · 19 years ago
  32. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  33. b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 19 years ago
  34. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 19 years ago
  35. df506ea 1. Patch 1196895 Jeff Shute: by Kurt B. Kaiser · 19 years ago
  36. acdef85 Removed ability to configure tabs indent from Options dialog. This 'feature' by Kurt B. Kaiser · 20 years ago
  37. 3069dbb Add keybindings for del-word-left and del-word-right. by Kurt B. Kaiser · 20 years ago
  38. 6af4498 1. Polish tabbing code. by Kurt B. Kaiser · 20 years ago
  39. b00e89f If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 20 years ago
  40. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  41. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 20 years ago
  42. 090e636 EditorWindow.py was not finding the .chm help file on Windows. Typo by Kurt B. Kaiser · 20 years ago
  43. 8aa2392 Checking sys.platform for substring 'win' was breaking IDLE docs on Mac by Kurt B. Kaiser · 20 years ago
  44. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 20 years ago
  45. 610c7e0 1. Polish variables in EditorWindow extension loading and Tkinter variable code. by Kurt B. Kaiser · 20 years ago
  46. cf6f1b6 M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py by Kurt B. Kaiser · 20 years ago
  47. 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 20 years ago
  48. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  49. 84ef153 Let IDLE use the HTMLHelp docs on Windows, if found. by Thomas Heller · 21 years ago
  50. 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 21 years ago
  51. d78b230 1. Remove the Readme entry on the Help Menu, now in About dialog. by Kurt B. Kaiser · 21 years ago
  52. ef58adf 1. Find in Files Dialog shows text selection if there is one by Kurt B. Kaiser · 21 years ago
  53. 260cb90 1. Update WindowList registry when filename changes so that by Kurt B. Kaiser · 21 years ago
  54. 852f35b Change to <<open-module>>: always pop up the dialog, using the current by Guido van Rossum · 21 years ago
  55. d2f4861 SF 748973 Guido van Rossum patch by Kurt B. Kaiser · 21 years ago
  56. 5ec186b Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text by Kurt B. Kaiser · 22 years ago
  57. 8e92bf7 M Bindings.py by Kurt B. Kaiser · 22 years ago
  58. 69e8afc SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger) by Kurt B. Kaiser · 22 years ago
  59. 114713d 1. Make finding Python help docs more robust, including the installed by Kurt B. Kaiser · 22 years ago
  60. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  61. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  62. 5e65ce6 Remove some old debugging print statements. by Kurt B. Kaiser · 22 years ago
  63. 4ada7ad M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  64. 4ba6067 Remove debugging statement checked in by accident, ah, carelessness. by Kurt B. Kaiser · 22 years ago
  65. 83a3560 "'foo' in str" not implemented in Python 2.2, only single character lookup by Kurt B. Kaiser · 22 years ago
  66. 1bdca5e In Shell: by Kurt B. Kaiser · 22 years ago
  67. 822a77f M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  68. 45186c4 Implement Restoring Breakpoints in Subprocess Debugger by Kurt B. Kaiser · 22 years ago
  69. c9a5b5c Apply Josh Robb's Patch: [ 617097 ] EditorWindow.py: underline recent files by Kurt B. Kaiser · 22 years ago
  70. a1dee06 Apply Josh Robb's Patch by Kurt B. Kaiser · 22 years ago
  71. 84f4803 Fix Bug 612886 copy/paste menu items fail by Kurt B. Kaiser · 22 years ago
  72. 220ecbc Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  73. 1b3c269 Merge Py Idle's changes to AutoIndent.py into EditorWindow.py since by Kurt B. Kaiser · 22 years ago
  74. 12b9f34 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  75. cb7a383 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  76. dc1e709 1. Prevent Undo before IOmark in PyShell.PyShell by Kurt B. Kaiser · 22 years ago
  77. 889f8bf Modifying EditorWindow causes breakpoints in that module to be removed by Kurt B. Kaiser · 22 years ago
  78. 83118c6 Clear associated breakpoints when closing an edit window. by Kurt B. Kaiser · 22 years ago
  79. 969de45 Rework the code to have only the GvR RPC. Output from execution of user by Kurt B. Kaiser · 22 years ago
  80. 931625d tracking python idle changes: Patch #540583: Open MS Help Docs if available. by Steven M. Gava · 22 years ago
  81. 1d46e40 further work on new config system; recent files menu by Steven M. Gava · 22 years ago
  82. 0c5bc8c further work on new config system; user defined help items by Steven M. Gava · 22 years ago
  83. dbfe92c further work on dynamic reconfiguration; keybindings by Steven M. Gava · 22 years ago
  84. b158541 further work on dynamic config changes; editor font by Steven M. Gava · 22 years ago
  85. b77d343 First work on making config changes dynamic, dynamic theme changes by Steven M. Gava · 22 years ago
  86. 67716b5 bugfix for the problem where EditorWindow instances by Steven M. Gava · 22 years ago
  87. 82c6682 further work on config system by Steven M. Gava · 22 years ago
  88. 72c3bf0 changeover to new keybinding configuration implementation by Steven M. Gava · 23 years ago
  89. 0cae01c loading core keybindings via new config system plus by Steven M. Gava · 23 years ago
  90. c597640 move core functionality of SearchBindings.py into EditorWindow.py proper by Steven M. Gava · 23 years ago
  91. dc72f48 moving to new config system by Steven M. Gava · 23 years ago
  92. 3b55a89 back in harness on new config system by Steven M. Gava · 23 years ago
  93. 898a365 merged status bar packing patch by Steven M. Gava · 23 years ago
  94. abdfc41 support for help menu changes by Steven M. Gava · 23 years ago
  95. b9d07b5 A more lightweight (and read only) way to view help text by Steven M. Gava · 23 years ago
  96. 7d9ed72 activate new about dialog for testing by Steven M. Gava · 23 years ago
  97. ba247a6 updated about info for 0.8.1 release by Steven M. Gava · 23 years ago
  98. 4d712a4 minor tidy-ups ready for 0.8.1 alpha tarball release by Steven M. Gava · 23 years ago
  99. fd182cd py-cvs-2000_07_13 (Rev 1.38) merge by Kurt B. Kaiser · 23 years ago
  100. afdf71b py-cvs-rel2_1 (Rev 1.33 - 1.37) merge by Kurt B. Kaiser · 23 years ago