1. 208c15a Added optional arguments to dialogs to allow setting of button titles. by Jack Jansen · 26 years ago
  2. 3c7ce60 Updated for new folder layout (but not fully tested yet). by Jack Jansen · 26 years ago
  3. 72a027f Replaced .hqx project file by binary version, and updated to current CW. by Jack Jansen · 26 years ago
  4. 68ecab4 Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k standalone Python compile. by Jack Jansen · 26 years ago
  5. 6b6e61d (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 26 years ago
  6. cdcc0f0 AskPassword(): added reference to the module doc string; added support for autoKey events. --jvr by Just van Rossum · 26 years ago
  7. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 26 years ago
  8. 561df24 Changed case on cm and qt modules, removed last references to toolboxmodules. by Jack Jansen · 26 years ago
  9. 87352f8 Build all plugins modules separately, the PlugIns.prj project seems to by Jack Jansen · 26 years ago
  10. a598bc4 Updated for the new one-slb-per-extension scheme. by Jack Jansen · 26 years ago
  11. b92268a Added AskPassword() with same interface as AskString. By Steve Majewski with some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink. by Jack Jansen · 26 years ago
  12. eef0486 Try a new commit, hoping it'll fix the problems with this project on flap. by Jack Jansen · 26 years ago
  13. 49fc666 Use typeFloat for all floating point values. The previously used by Jack Jansen · 26 years ago
  14. 7f1653c new dangerous script: it removes all apps (except sys.executable), shared libs, (x)SYM files and xxx Data folders (in case xxx.prj exists) -- jvr by Just van Rossum · 26 years ago
  15. e058189 Added Ctl.as_Control and Menu.as_Menu methods, which take a resource as by Jack Jansen · 26 years ago
  16. b068789 Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules by Jack Jansen · 26 years ago
  17. fd44e3d Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules by Jack Jansen · 26 years ago
  18. fa155a1 Don't create symlinks to toolbox modules any more. by Jack Jansen · 26 years ago
  19. 496cae7 Moved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore. by Jack Jansen · 26 years ago
  20. 6d3d6e4 Added Extensions:img:Mac to default sys.path by Jack Jansen · 26 years ago
  21. 6c45a82 - img modules are no longer in PlugIns folder by Jack Jansen · 26 years ago
  22. 8eea5ba img modules are no longer in PlugIns folder. by Jack Jansen · 26 years ago
  23. 2aaeb52 fixed problem with "reloading" sub-sub-modules -- jvr by Just van Rossum · 26 years ago
  24. c256ece Partly updated to reflect the new organization and the availability of CVS by Jack Jansen · 26 years ago
  25. 33a5d7e Just's script to find non-7-bit-clean charactres in a source tree (slightly by Jack Jansen · 26 years ago
  26. 7bcd84d updated to the new numpy build setup -- jvr by Just van Rossum · 26 years ago
  27. edab939 re-checkin with "ISO-8859 translation" turned on. by Just van Rossum · 26 years ago
  28. b8bf163 added some comments by Just van Rossum · 26 years ago
  29. 26a69db put the preferences file in a folder called "Python" inside the prefs folder, just like the IDE does -- jvr by Just van Rossum · 26 years ago
  30. 9202755 Replaced by Pythonpath.r by Jack Jansen · 26 years ago
  31. a61f4ac better sys.path munging when running scripts -- jvr by Just van Rossum · 26 years ago
  32. 79e0223 removed old IDE stuff -- jvr by Just van Rossum · 26 years ago
  33. e1fb04f minor cleanup of last patch -- jvr by Just van Rossum · 26 years ago
  34. 9d609b4 Added PythonIDE to the applet list; added destination filename support for applets -- jvr by Just van Rossum · 26 years ago
  35. e590a95 removed turd resources left by my former MacCVS client -- jvr by Just van Rossum · 26 years ago
  36. 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
  37. a7a7193 There are now three possible ways to run the IDE: by Just van Rossum · 26 years ago
  38. 4f0d1f5 ??? adding this file somehow failed -- jvr by Just van Rossum · 26 years ago
  39. 40f9b7b First Checked In. by Just van Rossum · 26 years ago
  40. f59a89b added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr by Just van Rossum · 26 years ago
  41. 49ef0b7 changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvr by Just van Rossum · 26 years ago
  42. 874f87b set 'preload' attribute for __main__ PYC resource -- jvr by Just van Rossum · 26 years ago
  43. 1cea804 skip 'vers' resource when copying resources from templeate -- jvr by Just van Rossum · 26 years ago
  44. 2607a44 added some try/excepts so it also works when certain projects/folders are not available -- jvr by Just van Rossum · 26 years ago
  45. f1ae0eb Removed NumPy install code: it's obsolete -- jvr by Just van Rossum · 26 years ago
  46. 786cb11 Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging to allow the script to also work from the Scripts folder. Somehow either of these fixes solved a problem where it suddenly refused to make a PythonCore alias in the Extensions folder. -- jvr by Just van Rossum · 26 years ago
  47. 292f4c4 added "delay console window until needed" preference by Just van Rossum · 26 years ago
  48. 245d179 Added pascal-style string name of preference file resource, and bracketed by Jack Jansen · 26 years ago
  49. 53ea134 doh! added missing comma (will check before committing in the future ;-) -- jvr by Just van Rossum · 26 years ago
  50. 9f08666 added path entry for NumPy -- jvr by Just van Rossum · 26 years ago
  51. d2d2b20 Pythonpath converted to Rez source, and vers resource removed from by Jack Jansen · 26 years ago
  52. 6a71572 Projects moved to Mac:Build. The macfreeze projects still need sorting out. by Jack Jansen · 26 years ago
  53. 8f67bce Fixed an absolute path. by Jack Jansen · 26 years ago
  54. f25813a Re-committed as AppleSingle by Jack Jansen · 26 years ago
  55. c9bda41 Updated for new build and plugin paths by Jack Jansen · 26 years ago
  56. fcfef78 Everything now builds in the right location,. by Jack Jansen · 26 years ago
  57. 0e5ff05 Checking in the projects that have been converted so far. by Jack Jansen · 26 years ago
  58. bf07b29 Re-commit in applesingle by Jack Jansen · 26 years ago
  59. 0fa2ccd added default sys.path entry for NumPy -- jvr by Just van Rossum · 26 years ago
  60. 56d6939 Starting on the new project/plugin structure. Far from complete... by Jack Jansen · 26 years ago
  61. 5763e07 cleaned up ugly hack related to activate events and suspend/resume -- jvr by Just van Rossum · 26 years ago
  62. 7c43905 Added Sherlock source for Python documentation, and added icons to them all. by Jack Jansen · 26 years ago
  63. 27e0420 Adding sherlock search templates for Python and Python FAQ. by Jack Jansen · 26 years ago
  64. c94e785 Added Icn module to toolboxmodules by Jack Jansen · 26 years ago
  65. d26e1a0 Set PythonCore version number to sys.hexversion, and removed version by Jack Jansen · 26 years ago
  66. d0f0637 Script to synchronize files with / in their name and their _s_ counterparts. by Just van Rossum · 26 years ago
  67. e3308ec Test checkin, to see whether I really can do it. --jvr schpeaking. by Just van Rossum · 26 years ago
  68. ae1e875 Test checkin, to see whether I really can do it. --jvr schpeaking. by Just van Rossum · 26 years ago
  69. 539d425 Updated for 1.5.2b1 by Jack Jansen · 26 years ago
  70. 90c3c16 In unpackevent, get the direct object (----) before asking for missed parameters. by Jack Jansen · 26 years ago
  71. d61f92b Select the whole default input field in AskString (Joe Strout) by Jack Jansen · 26 years ago
  72. 1c4d96f Added examples/testcode for the Icn module. by Jack Jansen · 26 years ago
  73. a0fcd25 Don't qualify local symbols with aetools... by Jack Jansen · 26 years ago
  74. d9f5a39 Manually added definitions for normal, bold, etc. These are in MacTypes (of all by Jack Jansen · 26 years ago
  75. c001189 Updated for 1.5.2b1 by Jack Jansen · 26 years ago
  76. 13976c8 Updated for 1.5.2b1 (better late than never:-) by Jack Jansen · 26 years ago
  77. 7d2f9d6 Updated the version number in the vers and preffilename resources. by Jack Jansen · 26 years ago
  78. 3008b04 Removed warnings for packages (Just implemented support for freezing by Jack Jansen · 26 years ago
  79. 31000dd Interface to GetIcon, PlotIcon and friends. by Jack Jansen · 26 years ago
  80. 9481821 Updated for 1.5.2b1 by Jack Jansen · 26 years ago
  81. b5600e7 Hand't been committed yet (minor changes) by Jack Jansen · 26 years ago
  82. 50ff954 CW Projects for 1.5.2b1 by Jack Jansen · 26 years ago
  83. e9a4aaf Distribution databases for 1.5.2b1 by Jack Jansen · 26 years ago
  84. 08cae08 Removed USE_MALLOC_DEBUG that shoulnd't be in the production version. by Jack Jansen · 26 years ago
  85. b736a87 Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there). by Jack Jansen · 26 years ago
  86. cdcbd1f Added {Get,Set}WindowUserData methods. by Jack Jansen · 26 years ago
  87. 260400f Removed debug print by Jack Jansen · 26 years ago
  88. 341d1fe For submenus remember the parent and parent index, so we can grey out our by Jack Jansen · 26 years ago
  89. 0e0d3e7 Set kAECanInteract and kAECanSwitchLayer flags for the finder interactions. by Jack Jansen · 26 years ago
  90. 0e56568 The help dialog id numbers never got changed when the dialog numbers changed, by Jack Jansen · 26 years ago
  91. deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
  92. 779af3a These were never under CVS, but now that I use cvs to communicate by Jack Jansen · 26 years ago
  93. 0d5120f Newer versions of projects. by Jack Jansen · 26 years ago
  94. 60a9ee2 Added SIZEOF_VOID_P and HAVE_LONG_LONG by Jack Jansen · 26 years ago
  95. e504fa2 Disable python event handling in mainloop (discovered by Tasselli Marco) by Jack Jansen · 26 years ago
  96. d5af7bd Truncate messages if they are longer than 255 characters. Note that this is by Jack Jansen · 26 years ago
  97. 91b5bed Added optional mouseregion parameter to WaitNextEvent (which is now by Jack Jansen · 26 years ago
  98. 4827aeb Don't remember... by Jack Jansen · 26 years ago
  99. 86ad567 Split tcl/tk libs out of other libraries (don't want to build these always) by Jack Jansen · 26 years ago
  100. 48a9c36 Mods by Just to allow aliases in sys.path entries by Jack Jansen · 26 years ago