1. eb30843 Don't call MacOS.SchedParams() in MachO, it doesn't exist. by Jack Jansen · 23 years ago
  2. a48d4ea Minimal module to decode AppleSingle files (the way resource files are by Jack Jansen · 23 years ago
  3. a5ffeb6 Added preferences/startup options for division warning by Jack Jansen · 23 years ago
  4. b214c36 We should look in the directory containing the module, not in the module itself, when we're looking for the resource file. by Jack Jansen · 23 years ago
  5. a5d7da5 need() now returns the refno of the resource file opened, or None if the by Jack Jansen · 23 years ago
  6. de3226f Module to help other modules locate their resources. It currently knows about by Jack Jansen · 23 years ago
  7. 911e87d Patch by Dean Draayer: support for indeterminate progress bars. You by Jack Jansen · 23 years ago
  8. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  9. 6dba6bc Step 2 in putting the MacOS toolbox modules in a package: issue a DepracationWarning in the compatibility modules. by Jack Jansen · 23 years ago
  10. cf144b0 Wrapper modules underound the toolbox modules, which now have an _ prepended. by Jack Jansen · 23 years ago
  11. a0f4369 Oops, these compatibility modules were missing. Which went unnoticed because their companions had been put in the wrong place. by Jack Jansen · 23 years ago
  12. edb17c9 Compatibility modules. lib-compat is on the default sys.path for MacPython 2.2, and each of these modules imports * from its namesake in the Carbon package. by Jack Jansen · 23 years ago
  13. 63f6b49 Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to the Carbon package. by Jack Jansen · 23 years ago
  14. ab98ae9 The modules with toolbox constants. by Jack Jansen · 23 years ago
  15. 06eb422 Carbon is now a package encapsulating all the toolbox modules. Carbon is not by Jack Jansen · 23 years ago
  16. 52caac1 Moved here form lib-toolbox, for lack of a better place to go. by Jack Jansen · 23 years ago
  17. d0fc42f Moved here from lib-toolbox, where they should never have been in the first place (all the other stuff there wa generated with bgen). by Jack Jansen · 23 years ago
  18. b598222 Before asking the finder to start the application (if start=1 is specified), check that it isn't incidentally running already. by Jack Jansen · 23 years ago
  19. fb513a2 Got rid of the activate() so codewarrior doesn't come to front. It isn't needed, and without it you can get work done while building the projects:-) by Jack Jansen · 23 years ago
  20. af86470 Added a note about the various tests here. by Jack Jansen · 23 years ago
  21. f345691 use the proper prefix file under Carbon by Just van Rossum · 23 years ago
  22. 446b3b2 ICFindConfigFile isn't needed, and it's gone under carbon. by Jack Jansen · 23 years ago
  23. 83e6ae9 EasyDialogs has a working version of this. by Jack Jansen · 23 years ago
  24. 7f9a63c These stopped working a long time ago, and they're not worth fixing. by Jack Jansen · 23 years ago
  25. 5150edd Obsolete, EasyDialogs has the same code (but working:-). by Jack Jansen · 23 years ago
  26. dffae32 Obsolete: uses old applescript support. by Jack Jansen · 23 years ago
  27. b4c975a Obsolete, uses the old non-package-based applescript suite support. by Jack Jansen · 23 years ago
  28. 7a9f955 This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. by Jack Jansen · 23 years ago
  29. 4369b00 This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. by Jack Jansen · 23 years ago
  30. 54ad7f5 Removed: it doesn't work anymore, and it wasn't all that useful anyway. The FrameWork testcode shows similar functionality. by Jack Jansen · 23 years ago
  31. 3a22c86 Obsolete, superseded by :Mac:Demo:imgbrowse and friends. by Jack Jansen · 23 years ago
  32. ba24ace Obsolete, superseded by :Mac:Demo:TE by Jack Jansen · 23 years ago
  33. 5291fb1 Obsolete, superseded by :Mac:Demo:waste by Jack Jansen · 23 years ago
  34. 1cd9522 Obsolete, removed. by Jack Jansen · 23 years ago
  35. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
  36. 8d2f3d6 ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Baciero. by Jack Jansen · 23 years ago
  37. 5bb6ff9 Changed findertools.move() to move() in movetotrash. by Jack Jansen · 23 years ago
  38. e160852 The constants for MLTE. by Jack Jansen · 23 years ago
  39. 639a740 Fixed typo in doc string. by Just van Rossum · 23 years ago
  40. 6f84ed5 Fixed macroman<->latin1 conversion. Some chars don't by Jack Jansen · 23 years ago
  41. c1218bc Files for 2.1 distribution. by Jack Jansen · 24 years ago
  42. 4393512 Finally merged morefindertools into findertools. by Jack Jansen · 24 years ago
  43. 3f4c173 Oops, ISO translation was off. Fixed. by Jack Jansen · 24 years ago
  44. 5c82d13 FindFolder argument is a short, not an unsigned short. by Jack Jansen · 24 years ago
  45. 6b498de Handle the apple menu differently under Carbon. by Jack Jansen · 24 years ago
  46. e5c9474 Default waittime in the eventloop is now None. At low level it will then be set to GetCaretTime(). by Jack Jansen · 24 years ago
  47. c1463c98 macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype). by Jack Jansen · 24 years ago
  48. 5dd7362 Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted in a hang on Carbon. by Jack Jansen · 24 years ago
  49. a4f8e58 Allow selecting a template in findtemplate(), so Classic programs can build Carbon applets and vice-versa. by Jack Jansen · 24 years ago
  50. ed24cd2 DialogWindows now have a self.dlg in addition to self.wid. by Jack Jansen · 24 years ago
  51. 3ff82a3 The new touched() was far too expensive. Re-enabled the old one, the ae-based one is available as touched_ae(). Have to read up on the subject of telling the finder about changes. by Jack Jansen · 24 years ago
  52. 26d813e Got rid of full pathnames in "generated from" comments, so that these files are the same no mater which machine they've been generated on. by Jack Jansen · 24 years ago
  53. 8a38714 Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. by Jack Jansen · 24 years ago
  54. 7e31f68 Replaced touched(), which no longer seems to work under os9, with something using an appleevent to the finder. More expensive, but at least it works:-) by Jack Jansen · 24 years ago
  55. 34f83b3 Added a few constants. by Jack Jansen · 24 years ago
  56. 784c611 Dialogs and there windows were still confused in some spots. Fixed. by Jack Jansen · 24 years ago
  57. def0d8d Get rid of from ... import * by Jack Jansen · 24 years ago
  58. 01a2d9e Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 24 years ago
  59. afd0aa6 Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {Enable,Disable,Check}MenuItem. by Jack Jansen · 24 years ago
  60. 5a8115c Ported the icglue module to carbon. by Jack Jansen · 24 years ago
  61. 4a4adf4 Recognize {compiler} and {project} prefixes to pathnames and output the correct XML. by Jack Jansen · 24 years ago
  62. b513621 Removed extraneous references to Modules:TE by Jack Jansen · 24 years ago
  63. 6abe676 Various settings were unconditionally set. Allow them to be overridden in the settings dict. by Jack Jansen · 24 years ago
  64. 50f6f6f If the template is not specified it depends on the current execution model (classic ppc or carbon). by Jack Jansen · 24 years ago
  65. 6ecf146 Added a template for Carbon plugin projects. by Jack Jansen · 24 years ago
  66. a106f82 Moved files from template to template-ppc, as this is the template for classic PPC projects. by Jack Jansen · 24 years ago
  67. 8428184 Use &# escape for non-ascii chars. by Jack Jansen · 24 years ago
  68. 7302340 Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed. by Jack Jansen · 24 years ago
  69. d829e9e Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. by Jack Jansen · 24 years ago
  70. af4c942 Better test for skipping project creation: the project file should also exist and be newer than the xml file, and the .exp should exist. by Jack Jansen · 24 years ago
  71. 441dea5 It's SetControlData_Handle, not SetControl_DataHandle. by Jack Jansen · 24 years ago
  72. d638995 Don't generate project if the XML file already exists and is identical to what we've generated. Overridable with a "force" argument to mkproject(). by Jack Jansen · 24 years ago
  73. e7bfc91 Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. by Jack Jansen · 24 years ago
  74. a9e3db3 Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-( by Jack Jansen · 24 years ago
  75. b55e5f1 Fixed a few declarations. by Jack Jansen · 24 years ago
  76. e396c04 struct.pack wants H for unsigned shorts, not h. by Jack Jansen · 24 years ago
  77. 5a95e42 Updated for new universal headers (oops... this was loooong due). by Jack Jansen · 24 years ago
  78. 620e914 Blacklisted a few constants with funny definitions (and they're not important anyway: backward compatible error numbers). by Jack Jansen · 24 years ago
  79. 6fe608c Regenerated from Universal Headers 3.3.2 by Jack Jansen · 24 years ago
  80. 177fa8c Put all AE constants into AppleEvents.py by Jack Jansen · 24 years ago
  81. 0eba959 Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified. by Jack Jansen · 24 years ago
  82. aee9d6b Allow recursive searh entries by ending the pathname in ":*". by Jack Jansen · 24 years ago
  83. cb9b1eb Don't generate SYM files by default. by Jack Jansen · 24 years ago
  84. cb54be8 Added support for adding libraries. by Jack Jansen · 24 years ago
  85. 707e964 Added MathLib and InterfaceLib. Added Python:Include so #include "package/file.h" works. Moved bits around so now at least Numeric with Distutils builds and instals. by Jack Jansen · 24 years ago
  86. 6f484cb Close the project after building it, so that building umpteen projects doesn't keep all the projects open. by Jack Jansen · 24 years ago
  87. 185f42d struct.pack has become picky about h (short) and H (unsigned short). by Jack Jansen · 24 years ago
  88. 62e3843 Removed try/except TypeError around calling the ae handler function, it masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K. by Jack Jansen · 24 years ago
  89. 7490236 Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). This makes the CGI tools work nicely for Quit. by Jack Jansen · 24 years ago
  90. fd9925a Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. This solution is better: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). by Jack Jansen · 24 years ago
  91. f2bd9ee Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). Overridable with a class variable keepconsole. by Jack Jansen · 24 years ago
  92. 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
  93. 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
  94. 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
  95. 9a8df7d Test files for mkcwproject by Jack Jansen · 24 years ago
  96. 07642c3 More bits and pieces of project generation. by Jack Jansen · 24 years ago
  97. 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
  98. fdd2269 Allow lists of files/fsspecs as the source for copy() and move(). By by Jack Jansen · 24 years ago
  99. 0bb0a90 Various tweaks and bugfixes to GetArgv. It now appears good enough for Distutils. by Jack Jansen · 24 years ago
  100. 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