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