1. 5125c76 Gave the text fields a little more space, so they don't get cut off. by Jack Jansen · 21 years ago
  2. 1221524 Don't call AEInteractWithUser unconditionally on a quit appleevent. The by Jack Jansen · 21 years ago
  3. d5532af Check modes on install and temporary directories. Fixes #693230. by Jack Jansen · 21 years ago
  4. f172871 Removed silly print. by Jack Jansen · 21 years ago
  5. c00b6d7 Added an "Open Recent" command. Fixes 607810. by Jack Jansen · 21 years ago
  6. 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 21 years ago
  7. fd3e54c When building an applet clear out the tempfile and dir afterwards. by Jack Jansen · 21 years ago
  8. 4ab8437 Allow opening of alternate databases. by Jack Jansen · 21 years ago
  9. c13f19f Icons for the package manager. by Jack Jansen · 21 years ago
  10. ffb8fef Allow this to run both standalone and as a window in the IDE. by Jack Jansen · 21 years ago
  11. a359a3d More int() around float arguments. by Jack Jansen · 21 years ago
  12. c0452da Create applets slightly differently: by saving the sourcecode to a by Jack Jansen · 21 years ago
  13. 113af98 Renamed InstallManager to PackageManager, finished a first stab at the by Jack Jansen · 21 years ago
  14. 9c679f8 In a MultiList select all cells in the row, not only the first one. by Jack Jansen · 21 years ago
  15. 73019a6 An install manager window for the IDE and standalone use. Unfinished. by Jack Jansen · 21 years ago
  16. 726b238 - More int() calls around floating point numbers passed where integers are by Jack Jansen · 21 years ago
  17. e7ee17c Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now by Jack Jansen · 21 years ago
  18. 611b9f6 Added "Open File by Name" command which presens a filename dialog. If by Jack Jansen · 22 years ago
  19. d424836 Cast various floats to ints so we don't get warnings. by Jack Jansen · 22 years ago
  20. fd0b00e Use new file dialogs. by Jack Jansen · 22 years ago
  21. b340acf Use new file dialogs. by Jack Jansen · 22 years ago
  22. 7a503a4 Fix bug #670845: cut & clear in the output window now work, in that by Just van Rossum · 22 years ago
  23. c1a9cab interpret utf-8 file names on OSX by Just van Rossum · 22 years ago
  24. addc11e removed silly & mask, avoiding FutureWarning by Just van Rossum · 22 years ago
  25. 9431e48 macfsn is gone. by Jack Jansen · 22 years ago
  26. 19ac481 Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Temporary workaround is to ignore the exception (it's only about file creator/type anyway). by Jack Jansen · 22 years ago
  27. 9937a04 Tweaked some button sizes to make them look better on OSX. by Jack Jansen · 22 years ago
  28. feddf77 another wrong assumption fixed by Just van Rossum · 22 years ago
  29. 71fd01c and now the real fix... by Just van Rossum · 22 years ago
  30. 61fcf76 fixed bool browsing bug, sf bug #652591 by Just van Rossum · 22 years ago
  31. 927bc45 - reworked the object unpacking code, now supports new-style objects more by Just van Rossum · 22 years ago
  32. 362c7cd0 Lots of minor tweaks for the pep252 checkins, mainly because Qd by Jack Jansen · 22 years ago
  33. 761b609 hardcode some resources, removing annoying Widgets.rsrc dependency by Just van Rossum · 22 years ago
  34. 62a103b workaround so the (otherwise still broken) IDE can at least quit in the Python 2.2 Jaguar addon install by Just van Rossum · 22 years ago
  35. 293fdeb Another workaround, to find the IDE directory when we're in MacPython-OSX by Jack Jansen · 22 years ago
  36. 7b02551 'Replace all' in the find dialog didn't properly update the text view (it used to, though...). Fixed. by Just van Rossum · 22 years ago
  37. 7aa7f2e cd to users home dir if no current dir has been set. Fixes bug #625734 by Just van Rossum · 22 years ago
  38. 3c4dee4 make sure the object browser can't crash because when the list data gets bigger than 32kB by Just van Rossum · 22 years ago
  39. 10c6eda Mode rU for universal newlines, not rT. Spotted by Guido. by Jack Jansen · 22 years ago
  40. ec694c3 Pass None to AHGotoPage(). by Jack Jansen · 22 years ago
  41. f6b3fdd The debugger source view only understood mac-style linefeeds. Fixed. by Jack Jansen · 22 years ago
  42. 7f677f4 Reorganized order of help menu, and don't show Carbon documentation by Jack Jansen · 22 years ago
  43. b2d2bc9 Implemented the Help menu. The Python manual can be viewed (if installed) by Jack Jansen · 22 years ago
  44. 6be8956 If there's an environment variable PYTHONIDEPATH it points to the IDE by Jack Jansen · 22 years ago
  45. f94cadf MenuID's are signed. by Jack Jansen · 22 years ago
  46. 979c537 fixed wrong classic MacOS pathname assumption by Just van Rossum · 22 years ago
  47. 2ad9419 minor fixes, removed obsolete warning by Just van Rossum · 22 years ago
  48. e9c0358 e macresource.need() to open the W resource file in the application init by Jack Jansen · 22 years ago
  49. 8f3078b Got the example program to work in MachoPython. by Jack Jansen · 22 years ago
  50. ff773eb Added a "run with commandline Python" flag. Works in MachoPython, should work by Jack Jansen · 22 years ago
  51. 8134976 Auxiliary files for building the IDE applet. Running the IDE through by Jack Jansen · 22 years ago
  52. ca3d307 repair damage: canceling the "save options" dialog now works again. by Just van Rossum · 22 years ago
  53. 8bb61c8 repair damage: now works again as a CFM app. by Just van Rossum · 22 years ago
  54. 9a38947 Completely revamped newline handling. PyEdit is now newline-preserving by Jack Jansen · 22 years ago
  55. e0ba087 Allow file without filetype as long as they end in ".py". by Jack Jansen · 22 years ago
  56. 4e6d13c Make object browser work in OSX (by rewriting the old browser by Just van Rossum · 22 years ago
  57. b9e6661 For reasons I don't fully understand we sometimes get unexpected events by Jack Jansen · 22 years ago
  58. 4014401 Added minimal support for floating windows. by Just van Rossum · 23 years ago
  59. bf0a908 Don't append quit menu when on OSX, it is special and automatic there. by Just van Rossum · 23 years ago
  60. 4e72038 Flush screen buffer upon console.flush() and output.flush(). by Just van Rossum · 23 years ago
  61. 815d2bf Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 23 years ago
  62. 6529368 Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
  63. ad8381a Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
  64. 20a03d1 made radio button labels readable under OSX by Just van Rossum · 23 years ago
  65. bdb9d48 half-hearted stab at supported the 2.2 object model better. by Just van Rossum · 23 years ago
  66. 31a4c22 added support for live feedback in scrollbars by Just van Rossum · 23 years ago
  67. 226275f Modified version of patch #496882: echo SimpleStdin readline() input to stdout. by Just van Rossum · 23 years ago
  68. 0441dbf OSX workaround: don't crash if the extentions folder can't be found. by Just van Rossum · 23 years ago
  69. 3f4651e re-checkin as AppleSingle by Just van Rossum · 23 years ago
  70. 1f1e727 OSX tweak. by Just van Rossum · 23 years ago
  71. 59d5a9b Don't do App.DrawThemeListBoxFrame() upon activate: it starts by Just van Rossum · 23 years ago
  72. b6b6c6c Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus appearance support for Wlist frames and focussing. Plus commented-out appearance support for the same for Wtext, which still needs some work. by Jack Jansen · 23 years ago
  73. 2009aa6 removed some dead code. by Just van Rossum · 23 years ago
  74. cee949f Removed old and broken AE-based browser controller, use webbrowser.py by Just van Rossum · 23 years ago
  75. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  76. f376ef0 a whole bunch of OSX tweaks by Just van Rossum · 23 years ago
  77. b26fbc6 Rewritten the List Definition for the traceback window in Python, by Just van Rossum · 23 years ago
  78. 6b45b1e macdinking by Just van Rossum · 23 years ago
  79. 2dd4d16 use 32bit APIs for control values, refactor slightly by Just van Rossum · 23 years ago
  80. a73f78b use proper APIs for activate/deactivate by Just van Rossum · 23 years ago
  81. 9ae6f89 wintertime blues by Just van Rossum · 23 years ago
  82. 2d564fd removed import display hackery by Just van Rossum · 23 years ago
  83. f7f9388 some support for syntax coloring, disabled for now by Just van Rossum · 23 years ago
  84. 3160d95 changed the default font by Just van Rossum · 23 years ago
  85. 01c9805 fixed a non-Carbon Carbon import by Just van Rossum · 23 years ago
  86. 64350b4 - rearranged some imports by Just van Rossum · 23 years ago
  87. 2e9e71f rearranged some imports by Just van Rossum · 23 years ago
  88. 05a56b8 call the correct base method (found due to better inheritance checking in 2.2) by Just van Rossum · 23 years ago
  89. c72d4cd Fixed old bug (caused by careless Carbonizing) that noone noticed until by Just van Rossum · 23 years ago
  90. 71707f3 Patch by Mark Day to allow from __future__ imports. Looks harmless by Jack Jansen · 23 years ago
  91. 0de279b Updated the Popt resources for the applets to the newest version. by Jack Jansen · 23 years ago
  92. 3c06b9a Use the new macresource module to open the accompanying resource file (if needed). by Jack Jansen · 23 years ago
  93. 206bd57 When we're freezing to sourcecode and one of the modules is a dynamic module that is in a package we freeze that module at toplevel (outside any package). Not optimal, but there is little more we can do as config.c has no way to specify a builtin module has to be dumped into a package. by Jack Jansen · 23 years ago
  94. dc4d925 - A forgotten "from Carbon". by Jack Jansen · 23 years ago
  95. 4d3052a A few forgotten "from Carbon"s. by Jack Jansen · 23 years ago
  96. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  97. 106fcea Temporarily disabled the import hook. It breaks with the package-based by Jack Jansen · 23 years ago
  98. e6e745f Show the MacPython IDE version in the interactive banner. by Just van Rossum · 23 years ago
  99. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  100. 3eec762 - fixed some re usage, partly so it'll still work when re uses pre instead by Just van Rossum · 23 years ago