1. e9c0358 e macresource.need() to open the W resource file in the application init by Jack Jansen · 22 years ago
  2. 8f3078b Got the example program to work in MachoPython. by Jack Jansen · 22 years ago
  3. ff773eb Added a "run with commandline Python" flag. Works in MachoPython, should work by Jack Jansen · 22 years ago
  4. 8134976 Auxiliary files for building the IDE applet. Running the IDE through by Jack Jansen · 22 years ago
  5. ca3d307 repair damage: canceling the "save options" dialog now works again. by Just van Rossum · 22 years ago
  6. 8bb61c8 repair damage: now works again as a CFM app. by Just van Rossum · 22 years ago
  7. 9a38947 Completely revamped newline handling. PyEdit is now newline-preserving by Jack Jansen · 22 years ago
  8. e0ba087 Allow file without filetype as long as they end in ".py". by Jack Jansen · 22 years ago
  9. 4e6d13c Make object browser work in OSX (by rewriting the old browser by Just van Rossum · 22 years ago
  10. b9e6661 For reasons I don't fully understand we sometimes get unexpected events by Jack Jansen · 22 years ago
  11. 4014401 Added minimal support for floating windows. by Just van Rossum · 22 years ago
  12. bf0a908 Don't append quit menu when on OSX, it is special and automatic there. by Just van Rossum · 22 years ago
  13. 4e72038 Flush screen buffer upon console.flush() and output.flush(). by Just van Rossum · 22 years ago
  14. 815d2bf Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 23 years ago
  15. 6529368 Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
  16. ad8381a Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
  17. 20a03d1 made radio button labels readable under OSX by Just van Rossum · 23 years ago
  18. bdb9d48 half-hearted stab at supported the 2.2 object model better. by Just van Rossum · 23 years ago
  19. 31a4c22 added support for live feedback in scrollbars by Just van Rossum · 23 years ago
  20. 226275f Modified version of patch #496882: echo SimpleStdin readline() input to stdout. by Just van Rossum · 23 years ago
  21. 0441dbf OSX workaround: don't crash if the extentions folder can't be found. by Just van Rossum · 23 years ago
  22. 3f4651e re-checkin as AppleSingle by Just van Rossum · 23 years ago
  23. 1f1e727 OSX tweak. by Just van Rossum · 23 years ago
  24. 59d5a9b Don't do App.DrawThemeListBoxFrame() upon activate: it starts by Just van Rossum · 23 years ago
  25. 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
  26. 2009aa6 removed some dead code. by Just van Rossum · 23 years ago
  27. cee949f Removed old and broken AE-based browser controller, use webbrowser.py by Just van Rossum · 23 years ago
  28. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  29. f376ef0 a whole bunch of OSX tweaks by Just van Rossum · 23 years ago
  30. b26fbc6 Rewritten the List Definition for the traceback window in Python, by Just van Rossum · 23 years ago
  31. 6b45b1e macdinking by Just van Rossum · 23 years ago
  32. 2dd4d16 use 32bit APIs for control values, refactor slightly by Just van Rossum · 23 years ago
  33. a73f78b use proper APIs for activate/deactivate by Just van Rossum · 23 years ago
  34. 9ae6f89 wintertime blues by Just van Rossum · 23 years ago
  35. 2d564fd removed import display hackery by Just van Rossum · 23 years ago
  36. f7f9388 some support for syntax coloring, disabled for now by Just van Rossum · 23 years ago
  37. 3160d95 changed the default font by Just van Rossum · 23 years ago
  38. 01c9805 fixed a non-Carbon Carbon import by Just van Rossum · 23 years ago
  39. 64350b4 - rearranged some imports by Just van Rossum · 23 years ago
  40. 2e9e71f rearranged some imports by Just van Rossum · 23 years ago
  41. 05a56b8 call the correct base method (found due to better inheritance checking in 2.2) by Just van Rossum · 23 years ago
  42. c72d4cd Fixed old bug (caused by careless Carbonizing) that noone noticed until by Just van Rossum · 23 years ago
  43. 71707f3 Patch by Mark Day to allow from __future__ imports. Looks harmless by Jack Jansen · 23 years ago
  44. 0de279b Updated the Popt resources for the applets to the newest version. by Jack Jansen · 23 years ago
  45. 3c06b9a Use the new macresource module to open the accompanying resource file (if needed). by Jack Jansen · 23 years ago
  46. 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
  47. dc4d925 - A forgotten "from Carbon". by Jack Jansen · 23 years ago
  48. 4d3052a A few forgotten "from Carbon"s. by Jack Jansen · 23 years ago
  49. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  50. 106fcea Temporarily disabled the import hook. It breaks with the package-based by Jack Jansen · 23 years ago
  51. e6e745f Show the MacPython IDE version in the interactive banner. by Just van Rossum · 23 years ago
  52. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  53. 3eec762 - fixed some re usage, partly so it'll still work when re uses pre instead by Just van Rossum · 23 years ago
  54. 25ddc63 - minor cleanup, removed bogus comments by Just van Rossum · 23 years ago
  55. 924e18e don't crash when encountering bad marshal data by Just van Rossum · 23 years ago
  56. 67456e8 don't blow up when the charno SyntaxError value is None by Just van Rossum · 23 years ago
  57. b10eb84 repaired expandselection and uncomment breakage by Just van Rossum · 23 years ago
  58. d700d79 Override bdb's canonic() method with a no-op: with bdb's version we couldn't edit breakpoints in file-less ("Untitled" script windows). Besides, we did't need it as we always use full path names anyway. by Just van Rossum · 23 years ago
  59. dc3c617 Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid any further encoding conversion troubles. by Just van Rossum · 23 years ago
  60. dac238b When reading from stdin (with the dialog box) use any partial line on by Jack Jansen · 23 years ago
  61. a5ca7dd One more macroman<->latin1 conversion victim. by Jack Jansen · 23 years ago
  62. 6f84ed5 Fixed macroman<->latin1 conversion. Some chars don't by Jack Jansen · 23 years ago
  63. dfebe90 Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, but at least the roundtrip gives by Jack Jansen · 23 years ago
  64. fddef43 Got module to work under Carbon. Also disabled a few more bits of cfm68k support. by Jack Jansen · 23 years ago
  65. 26d42df Added riscos modules to modules that don't have to be included. by Jack Jansen · 23 years ago
  66. 06646a1 Added QDFlushPortBuffer calls. by Jack Jansen · 23 years ago
  67. fffec05 Import kOnSystemDisk from MACFS by Jack Jansen · 23 years ago
  68. e5c9474 Default waittime in the eventloop is now None. At low level it will then be set to GetCaretTime(). by Jack Jansen · 23 years ago
  69. 53ebe56 Handle the ReopenApplication event (by ignoring it). by Jack Jansen · 23 years ago
  70. dbd0c3a Silly typo which caused the stack browser to crash. by Jack Jansen · 23 years ago
  71. 6223d48 Added Popt resource for "dont show console" by Jack Jansen · 23 years ago
  72. 316a010 Waste 2.0 has many more options for the undo label. by Jack Jansen · 23 years ago
  73. 9ad2752 Use re in stead of regex, so we get rid of the annoying warning during startup. by Jack Jansen · 23 years ago
  74. def0d8d Get rid of from ... import * by Jack Jansen · 23 years ago
  75. 64aa1e2 Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 24 years ago
  76. 565e956 Use CountMenuItems() in stead of CountMItems(). by Jack Jansen · 24 years ago
  77. afd0aa6 Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {Enable,Disable,Check}MenuItem. by Jack Jansen · 24 years ago
  78. 7302340 Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed. by Jack Jansen · 24 years ago
  79. d829e9e Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. by Jack Jansen · 24 years ago
  80. ff88e46 more edits to make the text fit (jvr) by Just van Rossum · 24 years ago
  81. 17f944b oops, that one caused a syntax error... (jvr) by Just van Rossum · 24 years ago
  82. c924661 edits to make the 2.0 copyright fit in the about box again... (jvr) by Just van Rossum · 24 years ago
  83. a1a3356 Cleaned uthread dependencies (jvr) by Just van Rossum · 24 years ago
  84. 0f2fd16 Hm, I never checked in my incomplete "run with interpreter" mods. UI is there (but is disabled), functionality is not there. by Just van Rossum · 24 years ago
  85. 6508c7c fixed 2.0 compat bug by Just van Rossum · 24 years ago
  86. 136815d Oops, not only the Popt versions were wrong, the resources were also short. by Jack Jansen · 24 years ago
  87. 7941036 Updated Popt resources to current version by Jack Jansen · 24 years ago
  88. b15491e Removed exceptions from the required modules (it's builtin nowadays) by Jack Jansen · 24 years ago
  89. 4b9f493 Upped SIZE to 16MB so IDE can run test.autotest (sigh). by Jack Jansen · 24 years ago
  90. ab0280d How-to document for using Python for CGI scripting. Not complete and untested, but I'm checking it in so it won't get lost. by Jack Jansen · 24 years ago
  91. 9ebf2d2 Moved to unsupported: it never lived up to its expectancies, and for the Mac all the functionality is available in the IDE. by Jack Jansen · 24 years ago
  92. edd9924 a minimal test app to show how to build a standalone app with W by Just van Rossum · 24 years ago
  93. 5069498 added clearkey = '\033' by Just van Rossum · 24 years ago
  94. ed2ed94 fixed bug in comment matching by Just van Rossum · 24 years ago
  95. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  96. f6b5374 Also add a one-line description of the "optional" directive. by Jack Jansen · 24 years ago
  97. 1c0fcee Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of "if uthread". by Jack Jansen · 24 years ago
  98. 8a6d4d9 macfsn should always be included, like exceptions and site. by Jack Jansen · 24 years ago
  99. ae78718 minor tweak (jvr) by Just van Rossum · 24 years ago
  100. 73efed2 added experimental microthread support for use with stackless python -- bw compatible (jvr) by Just van Rossum · 24 years ago