1. 8d5c8b5 the default class attr is needed! by Kurt B. Kaiser · 17 years ago
  2. 3e623ba Windows EOL sequence not converted correctly, encoding error. by Kurt B. Kaiser · 17 years ago
  3. 44fa8f6 Make IDLE's file decode more robust. by Kurt B. Kaiser · 17 years ago
  4. 105f60e 1. Fail gracefully if the file fails to decode when loaded. by Kurt B. Kaiser · 17 years ago
  5. 1963ad3 Saving a file containing unicode failed. by Kurt B. Kaiser · 17 years ago
  6. 804252b Eliminate latin-1 encoding by Kurt B. Kaiser · 17 years ago
  7. d953f6e Point IDLE menu Help / Python Docs at Python 3000 version by Kurt B. Kaiser · 17 years ago
  8. 610cee3 Convert IDLE's CREDITS file to unicode. by Kurt B. Kaiser · 17 years ago
  9. 27b0240 Updated tracker link. by Guido van Rossum · 17 years ago
  10. 7cec252 1. Don't encode input strings to bytes. 2. Re-enable stderr redirection. by Kurt B. Kaiser · 17 years ago
  11. bc3b345 IDLE's py3k NEWS by Kurt B. Kaiser · 17 years ago
  12. 623d372 Don't ascii encode eol_convention. Was causing file write to fail. by Kurt B. Kaiser · 17 years ago
  13. 5495957 Bump IDLE version. by Kurt B. Kaiser · 17 years ago
  14. 152b3c2 Use inspect.py and clean up. by Kurt B. Kaiser · 17 years ago
  15. cf3c4217 1. Debugger was failing to start due to DictProxy limitations. by Kurt B. Kaiser · 17 years ago
  16. d082b6e os.getcwd() now returns a normal string (ie, unicode) by Neal Norwitz · 17 years ago
  17. 5b0fdc9 Fix another map(...) --> list(map...) by Kurt B. Kaiser · 17 years ago
  18. 9a3b014 os.getcwd() is returning str8; sys.path items are str. by Kurt B. Kaiser · 17 years ago
  19. e071277 Conform to py3k dict.{keys, items, values} with some advice from 2b3 by Kurt B. Kaiser · 17 years ago
  20. ad66742 Fix raise with 2to3 by Kurt B. Kaiser · 17 years ago
  21. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
  22. 7a4dbaf Replace file() with open() by Kurt B. Kaiser · 17 years ago
  23. 2d726df Use buffer of type 'bytes' to accumulate from socket. by Kurt B. Kaiser · 17 years ago
  24. 4d9620a Fix bug introduced at r54854 to mass replace string fcns with methods :-) by Kurt B. Kaiser · 17 years ago
  25. ea03c11 Fix some debugging print statements by Kurt B. Kaiser · 17 years ago
  26. bfc672b Remove some old comments adequately covered in the code. by Kurt B. Kaiser · 17 years ago
  27. 3a4e24b 1. Fix File Open: don't encode filename to UTF-8 bytes by Kurt B. Kaiser · 17 years ago
  28. 003b098 eliminate "from ... import *" in a function. by Kurt B. Kaiser · 17 years ago
  29. 4c269c5 Fix two obvious 2.xisms. by Guido van Rossum · 17 years ago
  30. 4d9ed9f Enable basic load/store again. by Martin v. Löwis · 17 years ago
  31. 0f98d8f Allow str8 in .write(). by Martin v. Löwis · 17 years ago
  32. 98ff898 Expect that source strings are Unicode. by Martin v. Löwis · 17 years ago
  33. e83395e Make assertion error be more verbose. by Martin v. Löwis · 17 years ago
  34. 163b717 Fix typo. by Martin v. Löwis · 17 years ago
  35. 646049e Don't try to convert str to Unicode anymore. by Martin v. Löwis · 17 years ago
  36. cbbe98f 1. Catch TypeError exception when writing to OutputWindow by Kurt B. Kaiser · 17 years ago
  37. 7378df7 Fix what appears to be a very old bug. Tkinter in struni is more intolerant by Kurt B. Kaiser · 17 years ago
  38. 6ae6ba0 Remove the None tag from tagdefs dict for now, appears inoperative and by Kurt B. Kaiser · 17 years ago
  39. e1b4a16 Fix circular import issue by Kurt B. Kaiser · 17 years ago
  40. f2335a9 Fix filter() issues by Kurt B. Kaiser · 17 years ago
  41. 66aaf74 Fix remaining map() issues. by Kurt B. Kaiser · 17 years ago
  42. 60455b2 Use relative imports by Kurt B. Kaiser · 17 years ago
  43. c76a250 Merged revisions 56782-56847 via svnmerge from by Guido van Rossum · 17 years ago
  44. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  45. 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 17 years ago
  46. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  47. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  48. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  49. 5de48bd Simplify various spots where: str() is called on something by Walter Dörwald · 17 years ago
  50. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  51. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  52. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  53. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  54. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  55. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  56. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  57. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  58. 57b39e0 Bug #1697782: remove all remaining code that uses types.InstanceType. by Georg Brandl · 17 years ago
  59. 5dc0d97 Fix merge bug (lost line causing syntax error). by Guido van Rossum · 17 years ago
  60. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  61. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  62. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago
  63. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  64. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  65. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  66. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  67. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  68. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  69. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  70. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  71. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  72. 811c4e0 Remove has_key() references from idlelib. IDLE still doesn't run due by Guido van Rossum · 18 years ago
  73. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  74. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  75. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  76. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  77. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  78. 69e8084 Fix two errors that prevented "make libinstall" from working: by Guido van Rossum · 18 years ago
  79. d910855 Remove apply() by Neal Norwitz · 18 years ago
  80. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  81. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 18 years ago
  82. 307021f Patch #1162825: Support non-ASCII characters in IDLE window titles. by Martin v. Löwis · 19 years ago
  83. 9df23ea Fix main() call by Kurt B. Kaiser · 19 years ago
  84. 5c6e0a1 1. Made advanced keybinding dialog functional. 2. Allow binding of movement keys by Kurt B. Kaiser · 19 years ago
  85. 3b148ca Fix typo and update comment obsoleted by 'syntax' patch by Kurt B. Kaiser · 19 years ago
  86. 2bf2af6 Default two second delay on attribute pop-up, less noisy interface. by Kurt B. Kaiser · 19 years ago
  87. 5a67f9b Following 'syntax' patch, accelerator keys in menus weren't being by Kurt B. Kaiser · 19 years ago
  88. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  89. b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 19 years ago
  90. 389482c Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. by Kurt B. Kaiser · 19 years ago
  91. 0a13579 Tweak CodeContext.py docstrings, comments, and names. by Kurt B. Kaiser · 19 years ago
  92. 7491022 Increased performance in CodeContext extension Patch 936169 Noam Raphael by Kurt B. Kaiser · 19 years ago
  93. 6203196 Remove unused import by Neal Norwitz · 19 years ago
  94. 0cd233f Revert previous code elimination, 'filename' is needed. by Kurt B. Kaiser · 19 years ago
  95. 2618c7f 1. Mac line endings were incorrect when pasting code from some browsers by Kurt B. Kaiser · 19 years ago
  96. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  97. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  98. 8fa7eb5 Remove dead code M IdleHistory.py M PyShell.py by Kurt B. Kaiser · 19 years ago
  99. a7daba6 <Enter> when cursor is on a previous command retrieves that command. Instead by Kurt B. Kaiser · 19 years ago
  100. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 19 years ago