1. 55a0bde Handle the ****/**** appleevent wildcard when called as a main program, so that it becomes a handy debugging tool (BuildApplet, copy aete resource, apply applescript to it). by Jack Jansen · 24 years ago
  2. 486f138 Added a workaround for shortcomings in the OSA support: there can be class/property conflicts and passing classes as arguments doesn't work. The package now seems to work. by Jack Jansen · 24 years ago
  3. 4a75158 mkcwproject now works, but for one thing: the import of the XML document as a project through AppleEvents. by Jack Jansen · 24 years ago
  4. 9a8df7d Test files for mkcwproject by Jack Jansen · 24 years ago
  5. 07642c3 More bits and pieces of project generation. by Jack Jansen · 24 years ago
  6. 4a5eb96 Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number. by Jack Jansen · 24 years ago
  7. fdd2269 Allow lists of files/fsspecs as the source for copy() and move(). By by Jack Jansen · 24 years ago
  8. 0bb0a90 Various tweaks and bugfixes to GetArgv. It now appears good enough for Distutils. by Jack Jansen · 24 years ago
  9. f86eda5 Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to create a unix-style sys.argv. by Jack Jansen · 24 years ago
  10. 76167fe This will eventually evolve into a package that creates CodeWarrior projects from templates (for distutils, and possibly the standard extensions too). For now it generates a correct xml file based on sources/output/expfile, but that is about all. by Jack Jansen · 24 years ago
  11. a647f57 Read a QuickTime movie and return the frames. by Jack Jansen · 24 years ago
  12. 9c940ca Moved to Unsupported. by Jack Jansen · 24 years ago
  13. 8de9f81 This shouldn't have been here in the first place. by Jack Jansen · 24 years ago
  14. 0c1836f Call GetDialogWindow to convert dialogs to windows. by Jack Jansen · 24 years ago
  15. 6c091c8 Regenerated to take advantage of support for multiple names for a single property. by Jack Jansen · 24 years ago
  16. e743c6e Added a package for the other browser too. by Jack Jansen · 24 years ago
  17. 742ca03 Updated for new AppleScript structure and moved to Lib (it's far too useful to lurk in the source folder). by Jack Jansen · 24 years ago
  18. 8bcd471 Updated for the new applescript interface (which actually makes it so ridiculously simple that its main reason for existence is backward compatability). by Jack Jansen · 24 years ago
  19. 2eda244 Enums we cannot find are set to None, and enumsubst understands this (no substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums). by Jack Jansen · 24 years ago
  20. f58bbbe Finder suite. by Jack Jansen · 24 years ago
  21. 4ef58af Regenerated with fixes to gensuitemodule. by Jack Jansen · 24 years ago
  22. 5119a0b Package with suites for talking to CodeWarrior. by Jack Jansen · 24 years ago
  23. 47ff247 Package with suites for talking to netscape. by Jack Jansen · 24 years ago
  24. ff792c2 The package with standard suites. These are used separately and as base classes for other suite packages (StdSuite is slightly magical, in that it is the gensuitemodule default base package). by Jack Jansen · 24 years ago
  25. ab48e90 Don't call BringToFront() on the dialog object, but call GetDialogWindow() to get a window object. by Jack Jansen · 24 years ago
  26. 8d929ae All relevant toolbox modules have now been carbonized. by Jack Jansen · 24 years ago
  27. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  28. e79dc76 Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. by Jack Jansen · 24 years ago
  29. 317b2a6 Import this to replace open() by an extended version that uses by Jack Jansen · 24 years ago
  30. 0c6d037 Removed string-exception preference, added tabcheck and NavService preference, upped version number. by Jack Jansen · 24 years ago
  31. 1fdadcd Auto-install on import, if NavServices is available. Unless a "no navservices" flag is set Python automagically imports this module so code that uses macfs.xxxGetFile will get NavServices dialogs. by Jack Jansen · 24 years ago
  32. 301f3f6 Added accessor for kControlListBoxDoubleClickPart by Jack Jansen · 24 years ago
  33. 3167788 Fix by Dan Green and Corran Webster to support LongDateTime by Jack Jansen · 24 years ago
  34. e31d3d6 Return a handle in stead of a resource. by Jack Jansen · 24 years ago
  35. f518727 Added getaboutmenutext() method. (jvr) by Just van Rossum · 24 years ago
  36. 0c3baaf my previous patch didn't give enough events to SIOUX, this one fixes that (jvr) by Just van Rossum · 24 years ago
  37. 7ec7c8a fixed several event handling buglets, added command Q support, added a new module doc string, some formatting nits. (jvr) by Just van Rossum · 24 years ago
  38. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 24 years ago
  39. 98b286c A module to parse/generate MediaDescription handles as used by QuickTime. Only by Jack Jansen · 24 years ago
  40. 8574378 In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel by Jack Jansen · 25 years ago
  41. fca049d Made all textfields in message and question boxes minimal height and invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction. by Jack Jansen · 25 years ago
  42. 5c6634c - Actually _implemented_ SetFolder() by Jack Jansen · 25 years ago
  43. d08833f Two constants were missing. by Jack Jansen · 25 years ago
  44. e9c69bc Support keys that have a Handle as parameter, by using the new GetControlDataHandle and SetControlDataHandle methods. by Jack Jansen · 25 years ago
  45. 54b9ce1 StandardFile compatability routines. For the time being calling macfsn._install() by Jack Jansen · 25 years ago
  46. c15e43a Fixed menu glyph stuff. Use MenuEvent in stead of MenuKey. by Jack Jansen · 25 years ago
  47. 1a5eb04 Fixed buglet in Application.do_suspendresume(), it took the wrong flag to determine suspend/resume -- jvr by Just van Rossum · 25 years ago
  48. 13681b7 If a menu shortcut is a tuple in stead of a char it is a tuple (modifierkeys, char [, glyph]). by Jack Jansen · 25 years ago
  49. 1836dbe Regenerated now that bgen can handle a few more constructs in constant definitions. by Jack Jansen · 25 years ago
  50. 60429e0 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  51. a4deef8 C-style comments removed (again). by Jack Jansen · 25 years ago
  52. 30f2080 Methods {Get,Set}ControlData that know about data types passed for the various by Jack Jansen · 25 years ago
  53. cc38688 Updated Message, question, YNC and progress dialogs for Appearance. Password by Jack Jansen · 25 years ago
  54. a05ac60 Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. by Jack Jansen · 25 years ago
  55. a6107f7 Regenerated, and manually massaged (sigh): there can now be comments after enum defs, and bgen doesn't understand this yet. by Jack Jansen · 25 years ago
  56. 4d56ecf Minimal test of Dlg.SetControlData by Corran Webster: draw a default by Jack Jansen · 25 years ago
  57. b70699b Set the finder "is shared" bit, by request of Joe Strout. It seems this allows multiple simultaneous copies to be run from a server, and Applets shouldn't by Jack Jansen · 25 years ago
  58. 0c3e4b6 Default schedparams set to (0,0): no event-intervention by Python mainloop. This by Jack Jansen · 25 years ago
  59. 58fa818 Changes to ProgressBar: by Jack Jansen · 25 years ago
  60. 231fffe AskString always set the dialog id to 257. Fixed. by Jack Jansen · 25 years ago
  61. cab9476 Drag manager constants. by Jack Jansen · 25 years ago
  62. 1de2a92 Initial minimal test program: print information on anything dropped onto Python by Jack Jansen · 25 years ago
  63. 0d3be0a Class around PixMap objects that allows more python-like access. By Joe Strout. by Jack Jansen · 25 years ago
  64. 81da9f1 Remove all owner resources from template, and if no owner resource contained in by Jack Jansen · 25 years ago
  65. a4e6ae6 Offscreen bitmap support, first stab. PixMaps are still treated as ordinary by Jack Jansen · 25 years ago
  66. 57ed139 Added App module (appearance manager interface). by Jack Jansen · 25 years ago
  67. cf2efc6 Uncommented AskYesNoCancel docstring (how did it get commented in the first place?) by Jack Jansen · 25 years ago
  68. 208c15a Added optional arguments to dialogs to allow setting of button titles. by Jack Jansen · 25 years ago
  69. cdcc0f0 AskPassword(): added reference to the module doc string; added support for autoKey events. --jvr by Just van Rossum · 25 years ago
  70. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 25 years ago
  71. 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
  72. 49fc666 Use typeFloat for all floating point values. The previously used by Jack Jansen · 26 years ago
  73. 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
  74. 874f87b set 'preload' attribute for __main__ PYC resource -- jvr by Just van Rossum · 26 years ago
  75. 1cea804 skip 'vers' resource when copying resources from templeate -- jvr by Just van Rossum · 26 years ago
  76. f25813a Re-committed as AppleSingle by Jack Jansen · 26 years ago
  77. 5763e07 cleaned up ugly hack related to activate events and suspend/resume -- jvr by Just van Rossum · 26 years ago
  78. 90c3c16 In unpackevent, get the direct object (----) before asking for missed parameters. by Jack Jansen · 26 years ago
  79. d61f92b Select the whole default input field in AskString (Joe Strout) by Jack Jansen · 26 years ago
  80. a0fcd25 Don't qualify local symbols with aetools... by Jack Jansen · 26 years ago
  81. d9f5a39 Manually added definitions for normal, bold, etc. These are in MacTypes (of all by Jack Jansen · 26 years ago
  82. 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
  83. 260400f Removed debug print by Jack Jansen · 26 years ago
  84. 341d1fe For submenus remember the parent and parent index, so we can grey out our by Jack Jansen · 26 years ago
  85. 0e0d3e7 Set kAECanInteract and kAECanSwitchLayer flags for the finder interactions. by Jack Jansen · 26 years ago
  86. deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
  87. d5af7bd Truncate messages if they are longer than 255 characters. Note that this is by Jack Jansen · 26 years ago
  88. fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
  89. b93f521 Support for freezing packages (Just). by Jack Jansen · 26 years ago
  90. 813c997 Common code for BuildApplet, BuildApplication and fullbuild (Just) by Jack Jansen · 26 years ago
  91. 87440e4 Extended replacement for scripts:cfmfile.py (Just) by Jack Jansen · 26 years ago
  92. 871fad2 Added has_key() method to IC object. Removed a debug print. by Jack Jansen · 26 years ago
  93. 5c44027 Added a delete() method to menu entries. Only the last entry of a menu by Jack Jansen · 26 years ago
  94. a5a4981 Convert \n to \r in strings that are displayed in the dialogs. by Jack Jansen · 26 years ago
  95. 41e825a For ControlWindow there is a new method do_rawcontrolhit(), which gets by Jack Jansen · 26 years ago
  96. bb6193c Added a PopupMenu class. by Jack Jansen · 26 years ago
  97. d38dc64 Regenerated with FOUR_CHAR_CODE defined by Jack Jansen · 26 years ago
  98. 7b7a2c2 Added new folder types by Jack Jansen · 26 years ago
  99. 0ec0e63 Added FOUR_CHAR_CODE define by Jack Jansen · 26 years ago
  100. 41dc72f Regenerated with FOUR_CHAR_CODE defined by Jack Jansen · 26 years ago