1. 2a0be78 Quote the paths in the event that they contain spaces. by Brian Curtin · 14 years ago
  2. f991642 Fix #6378. Start IDLE using the proper version of Python based on the directory by Brian Curtin · 14 years ago
  3. 24854ca Bump to 3.2a4. by Georg Brandl · 14 years ago
  4. 002fa2d Bump to 3.2a3. by Georg Brandl · 14 years ago
  5. 58a7b46 Bump to 3.2a2. by Georg Brandl · 14 years ago
  6. b00a75f At least give IDLE 3.1 a release date. No further entries there for 3.2 though. by Georg Brandl · 14 years ago
  7. 62069d3 Bump versions and review NEWS file. by Georg Brandl · 14 years ago
  8. 6086118 #9359: fix typo. Thanks to Piotr Kasprzyk for the patch. by Ezio Melotti · 14 years ago
  9. 870f09a Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument. by Victor Stinner · 14 years ago
  10. fd1b093 Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from by Florent Xicluna · 14 years ago
  11. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  12. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 14 years ago
  13. 6f6c562 Merged revisions 77031 via svnmerge from by Ronald Oussoren · 15 years ago
  14. 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
  15. 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  16. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  17. 46ea4f7 bump to 3.2a0 by Benjamin Peterson · 15 years ago
  18. 3928516 bump version to 3.1 final :) by Benjamin Peterson · 15 years ago
  19. b48f634 Merged revisions 73415,73417-73418 via svnmerge from by Benjamin Peterson · 15 years ago
  20. c7c1228 bump version to 3.1rc2 by Benjamin Peterson · 15 years ago
  21. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  22. e6ad387 bump to 3.1rc1 by Benjamin Peterson · 15 years ago
  23. eb81695 Issue 5150: Add rstrip() menu option to IDLE. by Raymond Hettinger · 15 years ago
  24. e261ae0 Remove debug statement that leaked into the repository. by Ronald Oussoren · 15 years ago
  25. afbca49 * Adapt framework install makefiles to 2to3 tool by Ronald Oussoren · 15 years ago
  26. 220a9fb Fix for Issue6111. by Ronald Oussoren · 15 years ago
  27. 5c5f3de bump version to 3.1b1 by Benjamin Peterson · 15 years ago
  28. 1521fda Merged revisions 72226 via svnmerge from by Kurt B. Kaiser · 15 years ago
  29. cef4b81 Merged revisions 72227 via svnmerge from by Kurt B. Kaiser · 15 years ago
  30. 7b2669b Merged revisions 71995 via svnmerge from by Georg Brandl · 15 years ago
  31. 5c32f67 Use of 'filter' in keybindingDialog.py was causing by Kurt B. Kaiser · 15 years ago
  32. c34ed8e Merged revisions 71812 via svnmerge from by Kurt B. Kaiser · 15 years ago
  33. 7442bd9 Remove item from NEWS.txt; not checked in yet... by Kurt B. Kaiser · 15 years ago
  34. 160ff01 Fix up IDLE's NEWS.txt. Include missed changes, keep 2.7 changes in separate by Kurt B. Kaiser · 15 years ago
  35. e866c81 Merged revisions 71126 via svnmerge from by Kurt B. Kaiser · 15 years ago
  36. 88f1435 bump version to 3.1a2 by Benjamin Peterson · 15 years ago
  37. 113f0e8 Merged revisions 70723 via svnmerge from by Kurt B. Kaiser · 15 years ago
  38. 8fc98c3 Convert print to Py3 by Kurt B. Kaiser · 15 years ago
  39. e67842a Merged revisions 71023 via svnmerge from by Kurt B. Kaiser · 15 years ago
  40. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 15 years ago
  41. a58a626 bump version to 3.1a1 by Benjamin Peterson · 15 years ago
  42. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  43. 9e35004 This fixes issue3883 (text on the buttons in the preferences panel for IDLE doesn't fit on OSX) by Ronald Oussoren · 15 years ago
  44. 827822e Fix for issue5194, based on a patch by Ned Deily. by Ronald Oussoren · 15 years ago
  45. a2a8e8b Forward port r68985: Idle startup message. by Raymond Hettinger · 15 years ago
  46. 152b657 Merged revisions 68797,68801 via svnmerge from by Benjamin Peterson · 15 years ago
  47. 7e15845 Issue #4815: Offer conversion to UTF-8 if source files have by Martin v. Löwis · 15 years ago
  48. 975a079 Issue #4008: Fix problems with non-ASCII source files. by Martin v. Löwis · 15 years ago
  49. e9f8bf0 Recorded merge of revisions 68153 via svnmerge from by Ronald Oussoren · 16 years ago
  50. 5216d08 Issue #4323: Always encode source as UTF-8 without asking by Martin v. Löwis · 16 years ago
  51. 97f005d Prep for Python 3.1! by Barry Warsaw · 16 years ago
  52. bed1710 Fix more threading API related bugs: Thread.get_name() --> Thread.name. by Amaury Forgeot d'Arc · 16 years ago
  53. 47c2b60 #4455: IDLE failed to display the windows list when two windows have the same title. by Amaury Forgeot d'Arc · 16 years ago
  54. efae8c4 #4383: UnboundLocalError when IDLE cannot connect to its subprocess. by Amaury Forgeot d'Arc · 16 years ago
  55. 43baef4 Bump to 3.0rc3 by Barry Warsaw · 16 years ago
  56. 1f0e67e Bumping to 3.0rc2. by Barry Warsaw · 16 years ago
  57. 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
  58. 71088cc fix #3628; idle wouldn't start because of a typo by Benjamin Peterson · 16 years ago
  59. b885480 bumping to 3.0rc1 by Barry Warsaw · 16 years ago
  60. 57c1058 Bumping to 3.0b3 by Barry Warsaw · 16 years ago
  61. 7d4f39a xrange -> range. by Georg Brandl · 16 years ago
  62. 4bd1cef Bumping to 3.0b2 by Barry Warsaw · 16 years ago
  63. c1e689e Bump to 3.0b1 by Barry Warsaw · 16 years ago
  64. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  65. b03ca4b fix more threading API related bugs by Benjamin Peterson · 16 years ago
  66. 5424b0a Fixed old Tkinter import, the last apparently by Guilherme Polo · 16 years ago
  67. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  68. 15a51e3 Fix Queue -> queue. by Georg Brandl · 16 years ago
  69. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  70. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  71. 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 16 years ago
  72. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  73. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  74. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  75. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  76. 160b9a3 Bumping versions for 3.0a5 by Barry Warsaw · 16 years ago
  77. 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
  78. bb5cd08 release.py induced and manual editing steps for 3.0a4. by Barry Warsaw · 16 years ago
  79. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  80. 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 16 years ago
  81. 659fc42 Copyright and version tweaks for 3.0a3. by Barry Warsaw · 16 years ago
  82. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  83. 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
  84. 68f5fbe 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-60766,60769-60786 via svnmerge from by Christian Heimes · 16 years ago
  85. 0bd4e11 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,60735-60751 via svnmerge from by Christian Heimes · 16 years ago
  86. 4718bf8 Convert some custom sort comparison functions to equivalent key functions. by Kurt B. Kaiser · 16 years ago
  87. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 16 years ago
  88. bbffeb6 Merged revisions 60210-60233 via svnmerge from by Christian Heimes · 16 years ago
  89. 9a37159 Merged revisions 59595-59604 via svnmerge from by Christian Heimes · 17 years ago
  90. f609a34 help() was not paging to the shell. Issue1650. by Kurt B. Kaiser · 17 years ago
  91. 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 17 years ago
  92. 8a78cad Shell was not colorizing due to bug introduced at r57998, Bug 1586. by Kurt B. Kaiser · 17 years ago
  93. 3536a5c maxint->maxsize. Wouldn't import. by Kurt B. Kaiser · 17 years ago
  94. 79bbbbc Bump version by Kurt B. Kaiser · 17 years ago
  95. b76922a Merged revisions 59450-59464 via svnmerge from by Christian Heimes · 17 years ago
  96. b9f7f24 Two IDLE errors in Option->Configure menu. Reported by Mark Summerfield. by Amaury Forgeot d'Arc · 17 years ago
  97. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  98. 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
  99. b0efee2 Fix an issue with str.translate() in IDLE -- str.translate() only accepts by Guido van Rossum · 17 years ago
  100. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago