1. 106fcea Temporarily disabled the import hook. It breaks with the package-based by Jack Jansen · 23 years ago
  2. e6e745f Show the MacPython IDE version in the interactive banner. by Just van Rossum · 23 years ago
  3. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  4. 3eec762 - fixed some re usage, partly so it'll still work when re uses pre instead by Just van Rossum · 23 years ago
  5. 25ddc63 - minor cleanup, removed bogus comments by Just van Rossum · 23 years ago
  6. 924e18e don't crash when encountering bad marshal data by Just van Rossum · 23 years ago
  7. 67456e8 don't blow up when the charno SyntaxError value is None by Just van Rossum · 23 years ago
  8. b10eb84 repaired expandselection and uncomment breakage by Just van Rossum · 23 years ago
  9. 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
  10. 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
  11. dac238b When reading from stdin (with the dialog box) use any partial line on by Jack Jansen · 23 years ago
  12. a5ca7dd One more macroman<->latin1 conversion victim. by Jack Jansen · 23 years ago
  13. 6f84ed5 Fixed macroman<->latin1 conversion. Some chars don't by Jack Jansen · 23 years ago
  14. dfebe90 Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, but at least the roundtrip gives by Jack Jansen · 23 years ago
  15. fddef43 Got module to work under Carbon. Also disabled a few more bits of cfm68k support. by Jack Jansen · 23 years ago
  16. 26d42df Added riscos modules to modules that don't have to be included. by Jack Jansen · 23 years ago
  17. 06646a1 Added QDFlushPortBuffer calls. by Jack Jansen · 23 years ago
  18. fffec05 Import kOnSystemDisk from MACFS by Jack Jansen · 23 years ago
  19. 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
  20. 53ebe56 Handle the ReopenApplication event (by ignoring it). by Jack Jansen · 23 years ago
  21. dbd0c3a Silly typo which caused the stack browser to crash. by Jack Jansen · 23 years ago
  22. 6223d48 Added Popt resource for "dont show console" by Jack Jansen · 23 years ago
  23. 316a010 Waste 2.0 has many more options for the undo label. by Jack Jansen · 23 years ago
  24. 9ad2752 Use re in stead of regex, so we get rid of the annoying warning during startup. by Jack Jansen · 23 years ago
  25. def0d8d Get rid of from ... import * by Jack Jansen · 23 years ago
  26. 64aa1e2 Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 24 years ago
  27. 565e956 Use CountMenuItems() in stead of CountMItems(). by Jack Jansen · 24 years ago
  28. afd0aa6 Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {Enable,Disable,Check}MenuItem. by Jack Jansen · 24 years ago
  29. 7302340 Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed. by Jack Jansen · 24 years ago
  30. d829e9e Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. by Jack Jansen · 24 years ago
  31. ff88e46 more edits to make the text fit (jvr) by Just van Rossum · 24 years ago
  32. 17f944b oops, that one caused a syntax error... (jvr) by Just van Rossum · 24 years ago
  33. c924661 edits to make the 2.0 copyright fit in the about box again... (jvr) by Just van Rossum · 24 years ago
  34. a1a3356 Cleaned uthread dependencies (jvr) by Just van Rossum · 24 years ago
  35. 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
  36. 6508c7c fixed 2.0 compat bug by Just van Rossum · 24 years ago
  37. 136815d Oops, not only the Popt versions were wrong, the resources were also short. by Jack Jansen · 24 years ago
  38. 7941036 Updated Popt resources to current version by Jack Jansen · 24 years ago
  39. b15491e Removed exceptions from the required modules (it's builtin nowadays) by Jack Jansen · 24 years ago
  40. 4b9f493 Upped SIZE to 16MB so IDE can run test.autotest (sigh). by Jack Jansen · 24 years ago
  41. 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
  42. 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
  43. edd9924 a minimal test app to show how to build a standalone app with W by Just van Rossum · 24 years ago
  44. 5069498 added clearkey = '\033' by Just van Rossum · 24 years ago
  45. ed2ed94 fixed bug in comment matching by Just van Rossum · 24 years ago
  46. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  47. f6b5374 Also add a one-line description of the "optional" directive. by Jack Jansen · 24 years ago
  48. 1c0fcee Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of "if uthread". by Jack Jansen · 24 years ago
  49. 8a6d4d9 macfsn should always be included, like exceptions and site. by Jack Jansen · 24 years ago
  50. ae78718 minor tweak (jvr) by Just van Rossum · 24 years ago
  51. 73efed2 added experimental microthread support for use with stackless python -- bw compatible (jvr) by Just van Rossum · 24 years ago
  52. d949b5c added popup control (jvr) by Just van Rossum · 24 years ago
  53. 7051e52 added setbound() method, some cleanups (jvr) by Just van Rossum · 24 years ago
  54. 6e5f2d1 oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr) by Just van Rossum · 24 years ago
  55. c88093a small fix: don't depend on the exact location of PythonCGISlave within the Python tree. (jvr) by Just van Rossum · 24 years ago
  56. 4011723 - new version of PythonCGISlave by Just van Rossum · 24 years ago
  57. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 24 years ago
  58. 6dc2b57 skip CVS folders when building the Scripts menu -- jvr by Just van Rossum · 25 years ago
  59. 71017e5 updated copyright string by Just van Rossum · 25 years ago
  60. 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
  61. 2e5b0f2 Adapted to new macmudulefinder.process() API. (jvr) by Just van Rossum · 25 years ago
  62. 8ff5276 - changed the API of process() so it will return a list of missing modules instead of raising an exception. by Just van Rossum · 25 years ago
  63. 66e5385 - windowbounds() now works with multiple screens (window position prefs!) by Just van Rossum · 25 years ago
  64. 7171df3 Very minor little things... -- jvr by Just van Rossum · 25 years ago
  65. afca415 New __version__ number (1.0!) -- jvr by Just van Rossum · 25 years ago
  66. 5f74007 Minor indentation cleanup -- jvr by Just van Rossum · 25 years ago
  67. 460ff20 String values will now always be shown with quotes, so one can see the difference between the value 2 and the value '2'. -- jvr by Just van Rossum · 25 years ago
  68. 91cae85 Optionally bracket all external declarations of init functions with "ifndef"s. by Jack Jansen · 25 years ago
  69. a856d9f Added module "ce" to list of modules known not to exist on the mac. by Jack Jansen · 25 years ago
  70. b7ad821 Added support for global default font settings. (jvr) by Just van Rossum · 25 years ago
  71. 03bca30 1) added "typingcasesens" keyword arg to constructor, and support for case sensitive typing in lists. by Just van Rossum · 25 years ago
  72. 2a75909 added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr) by Just van Rossum · 25 years ago
  73. c2dab48 added getdefaultfont() function. Returns default font settings. (jvr) by Just van Rossum · 25 years ago
  74. 2028b59 1 - added "set default window font" menu by Just van Rossum · 25 years ago
  75. cee9a48 minor cleanup, avoiding rare traceback (jvr) by Just van Rossum · 25 years ago
  76. 3e2d73f Don't set type of application, it's taken care of elsewhere -- jvr by Just van Rossum · 25 years ago
  77. d58c746 mod from Joe Strout: when quitting, catch errors in window.close() methods and ignore them. Otherwise one can never quit. by Just van Rossum · 25 years ago
  78. fb278a5 Added an "optional" directive, that will include a module if it is available by Jack Jansen · 25 years ago
  79. c7ba080 Oliver Steele writes: by Just van Rossum · 25 years ago
  80. d9f3c94 added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably for JPython support) -- jvr by Just van Rossum · 25 years ago
  81. 3af507d - made "Save options..." dialog more generic, so it's also usable from RoboFog by Just van Rossum · 25 years ago
  82. 6c487c4 fixed glitch when scrolling very long files -- jvr by Just van Rossum · 25 years ago
  83. eb67a7b improved scrollbar delay behavior -- jvr by Just van Rossum · 25 years ago
  84. fc372aa added hasclosebox attr (jstrout) -- jvr by Just van Rossum · 25 years ago
  85. 1271005 added "Save options" menu to popup so users can set the creator of scripts -- jvr by Just van Rossum · 25 years ago
  86. f4b0681 changed creator to 'Pide' -- jvr by Just van Rossum · 25 years ago
  87. 4798c4e added kludge so edit menus work in W.ModalDialogs -- jvr by Just van Rossum · 25 years ago
  88. 6f0e55a updated 'vers' resource -- jvr by Just van Rossum · 25 years ago
  89. 3853be8 reverted Jack's mod: no longer neccesary since all BNDL & icon info is in the IDE's resource file, just like the other applets -- jvr by Just van Rossum · 25 years ago
  90. 867dc25 added Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE will be 'Pide' -- jvr by Just van Rossum · 25 years ago
  91. 24f7b23 Set the signature for the IDE "by hand", the bundle is already included in the by Jack Jansen · 25 years ago
  92. d4bdbf1 added "dummy" makeopenwindowsmenu method to simplify making a standalone W app -- jvr by Just van Rossum · 25 years ago
  93. 96b64d0 open res file(s) read only; upped __version__ -- jvr by Just van Rossum · 25 years ago
  94. ca37995 added slight delay in Scrollbar.click() for more intuitive response -- jvr by Just van Rossum · 25 years ago
  95. 68922f0 fixed "crashing" bug when scripts folder as stored in prefs file does not exist. by Just van Rossum · 25 years ago
  96. 2aaeb52 fixed problem with "reloading" sub-sub-modules -- jvr by Just van Rossum · 25 years ago
  97. edab939 re-checkin with "ISO-8859 translation" turned on. by Just van Rossum · 26 years ago
  98. b8bf163 added some comments by Just van Rossum · 26 years ago
  99. a61f4ac better sys.path munging when running scripts -- jvr by Just van Rossum · 26 years ago
  100. 99ec5a5 Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to improve startup time -- jvr by Just van Rossum · 26 years ago