1. 5ef0e7c dead code removal by Just van Rossum · 21 years ago
  2. 9a79182 Fix for #731643: allow "lookup in documentation" to also work if the by Jack Jansen · 21 years ago
  3. c00b6d7 Added an "Open Recent" command. Fixes 607810. by Jack Jansen · 22 years ago
  4. 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 22 years ago
  5. fd3e54c When building an applet clear out the tempfile and dir afterwards. by Jack Jansen · 22 years ago
  6. c0452da Create applets slightly differently: by saving the sourcecode to a by Jack Jansen · 22 years ago
  7. e7ee17c Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now by Jack Jansen · 22 years ago
  8. fd0b00e Use new file dialogs. by Jack Jansen · 22 years ago
  9. 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
  10. 2ad9419 minor fixes, removed obsolete warning by Just van Rossum · 22 years ago
  11. ff773eb Added a "run with commandline Python" flag. Works in MachoPython, should work by Jack Jansen · 23 years ago
  12. ca3d307 repair damage: canceling the "save options" dialog now works again. by Just van Rossum · 23 years ago
  13. 9a38947 Completely revamped newline handling. PyEdit is now newline-preserving by Jack Jansen · 23 years ago
  14. 4014401 Added minimal support for floating windows. by Just van Rossum · 23 years ago
  15. 815d2bf Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 23 years ago
  16. f376ef0 a whole bunch of OSX tweaks by Just van Rossum · 23 years ago
  17. 6b45b1e macdinking by Just van Rossum · 23 years ago
  18. f7f9388 some support for syntax coloring, disabled for now by Just van Rossum · 23 years ago
  19. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  20. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  21. 3eec762 - fixed some re usage, partly so it'll still work when re uses pre instead by Just van Rossum · 23 years ago
  22. 25ddc63 - minor cleanup, removed bogus comments by Just van Rossum · 23 years ago
  23. 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
  24. a5ca7dd One more macroman<->latin1 conversion victim. by Jack Jansen · 23 years ago
  25. 9ad2752 Use re in stead of regex, so we get rid of the annoying warning during startup. by Jack Jansen · 24 years ago
  26. 64aa1e2 Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 24 years ago
  27. 7302340 Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed. by Jack Jansen · 24 years ago
  28. d829e9e Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. by Jack Jansen · 24 years ago
  29. 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
  30. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  31. 1c0fcee Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of "if uthread". by Jack Jansen · 24 years ago
  32. 73efed2 added experimental microthread support for use with stackless python -- bw compatible (jvr) by Just van Rossum · 24 years ago
  33. 24073ea changed the "method find" algorithm so the function/class/method popup menu also works with space-indented source files -- jvr by Just van Rossum · 25 years ago
  34. 5f74007 Minor indentation cleanup -- jvr by Just van Rossum · 25 years ago
  35. c7ba080 Oliver Steele writes: by Just van Rossum · 25 years ago
  36. 3af507d - made "Save options..." dialog more generic, so it's also usable from RoboFog by Just van Rossum · 25 years ago
  37. 1271005 added "Save options" menu to popup so users can set the creator of scripts -- jvr by Just van Rossum · 26 years ago
  38. 2aaeb52 fixed problem with "reloading" sub-sub-modules -- jvr by Just van Rossum · 26 years ago
  39. edab939 re-checkin with "ISO-8859 translation" turned on. by Just van Rossum · 26 years ago
  40. a61f4ac better sys.path munging when running scripts -- jvr by Just van Rossum · 26 years ago
  41. 40f9b7b First Checked In. by Just van Rossum · 26 years ago