1. 137d8c5 Wrapper around _IBCarbon. by Jack Jansen · 22 years ago
  2. 94caa78 Patch by Ronald Oussoren: if there's a .lproj in the extras list also by Jack Jansen · 22 years ago
  3. 0a9d755 In copy() don't try to obtain an FSSpec until we know the destination by Jack Jansen · 22 years ago
  4. 6573f31 Moved bgenlocations to the Mac/Lib directory. Not perfect, but better than by Jack Jansen · 22 years ago
  5. 83f5c38 The definitions for IBCarbonRuntime.h by Jack Jansen · 22 years ago
  6. d64845d Mkdirs() failed when provided with unix pathnames. Fixed. by Jack Jansen · 22 years ago
  7. 3e6c80b Hmm, in some cases we don't seem to get our scriptname in argv[0]. by Jack Jansen · 22 years ago
  8. ba1c13d Final step in making applets first-class citizens: if the applet wants by Jack Jansen · 22 years ago
  9. a9454e2 Oops, the -psn stuff is in argv[1], of course. by Jack Jansen · 22 years ago
  10. 94416e5 Got rid of a couple of OS9-isms. by Jack Jansen · 22 years ago
  11. 2eb4b18 - Slightly better error message in case of syntax errors in the script. by Jack Jansen · 22 years ago
  12. 6e1986b - Remove -psn-xxxx argument added by the Finder. by Jack Jansen · 22 years ago
  13. f4f6d48 Construct a sys.argv from the initial AppleEvent sent by the finder by Jack Jansen · 22 years ago
  14. d05e181 Slightly better error message in case of missing resources. by Jack Jansen · 22 years ago
  15. c7554e2 Added a __contains__ method. by Jack Jansen · 22 years ago
  16. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  17. 440a36f In plugin projects use (by default) the new mwerks_shcarbon_pch by Jack Jansen · 22 years ago
  18. bc5e145 Close the project after generating it, so we don't keep a gazillion project by Jack Jansen · 22 years ago
  19. 09c7343 Turns out GetArgv() options can be 4-tuples too, with the last value being the default (or something like that). Cater for this. by Jack Jansen · 22 years ago
  20. 5d09904 Open the source file in universal newline mode. by Jack Jansen · 22 years ago
  21. 388fbf3 - Better commandline interface to BuildApplet, complete with options, by Jack Jansen · 22 years ago
  22. b66e1a3 Allow the shared library initialization routine to be overridden with an initialize=xxx argument. by Jack Jansen · 22 years ago
  23. a43b2c4 Regenerated from new Universal Headers. by Jack Jansen · 22 years ago
  24. ead4c80 Fixed a mistake on my part when regenerating: removed a bogus import of Applscript_Suite. by Jack Jansen · 22 years ago
  25. 65300f1 Regenerated. by Jack Jansen · 22 years ago
  26. 95df3fd Second part of fix for #493826: regenerated suite modules so errn exists but == 0 doesn't signal an error. by Jack Jansen · 22 years ago
  27. 7aace7a Regenerated to include Internet Config error strings. by Jack Jansen · 22 years ago
  28. 68c7e26 Get rid of backward compatibility modules. Do this fairly early in the 2.3 cycle so we don't shoot ourselves in the foot later. by Jack Jansen · 22 years ago
  29. e7f776a Suite to talk to the OSX Terminal application. by Jack Jansen · 22 years ago
  30. ad5dcaf Got rid of obsolete way to get at various toolbox types. by Jack Jansen · 22 years ago
  31. 9aa8fd0 Handle .icns and .plist files for applets. by Jack Jansen · 22 years ago
  32. b2e33fe Implemented buildtools for MachoPython .app bundles. The API is compatible by Jack Jansen · 22 years ago
  33. 32f782c Don't attempt to create a dummy fsspec if the user cancelled out, just by Jack Jansen · 22 years ago
  34. d21c9f4 Re-raise the Res.Error if the file doesn't exist. by Jack Jansen · 22 years ago
  35. 5053b70 If the file has no resource fork first check to see whether it's a by Jack Jansen · 22 years ago
  36. 695b33b Removed debug. by Jack Jansen · 22 years ago
  37. 562baab Added an open_pathname() method which opens a resource file by pathname, by Jack Jansen · 22 years ago
  38. a2168ec mkalias() now also works for folders. Fixes bug #515830. by Just van Rossum · 22 years ago
  39. 5bb8f78 Added support for unicode strings (utxt). by Jack Jansen · 22 years ago
  40. 4014401 Added minimal support for floating windows. by Just van Rossum · 22 years ago
  41. c8febec Rename the routine to start the target running _start(), with a compatibility by Jack Jansen · 22 years ago
  42. 368875c Regenerated to take advantage of new _builtinSuites package. by Jack Jansen · 22 years ago
  43. d50c66b A "magic" suite that is the base suite for StdSuites. This solves a problem with the required events open/openapp/reopen/print/quit officially being part of Required but being defined (by Apple) in Standard. by Jack Jansen · 22 years ago
  44. eafff4c Get rid of fsspec type initializer, it wasn't used anyway. by Jack Jansen · 22 years ago
  45. a4adacb Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 22 years ago
  46. 32d1a3b Fixed to work under MachoPython, doing the expected unpacking for applesingle files. The IDE still doesn't work, though, because it uses :-style pathnames. by Jack Jansen · 22 years ago
  47. a22a7b7 UH 3.4 checkin that I had forgotten about. by Jack Jansen · 23 years ago
  48. 3bac5ca Some of the new routines are carbon-only. by Jack Jansen · 23 years ago
  49. 75401a0 Updated for CW7 by Jack Jansen · 23 years ago
  50. 81feb6c Add default values for options in the class init routine, not in the convenience wrapper function: distutils uses the class directly. Fixes bug #492665. by Jack Jansen · 23 years ago
  51. c97eefc first checkin for CoreGraphics by Just van Rossum · 23 years ago
  52. d9c9b57 Don't barf when an AppleEvent was not handled. It's ok to ignore. by Just van Rossum · 23 years ago
  53. e0b9fdc Updated for Universal Headers 3.4. by Just van Rossum · 23 years ago
  54. 485d92e Support files for CarbonEvents by Just van Rossum · 23 years ago
  55. 52306a7 The new menu initialization code would also add the SIOUX menus if a (frozen) Python program had installed its own menubar previously. We now guard against this, with a bit of a hack: FrameWork uses the same Menu ID as Sioux, and the init code checks that the text in the menu is "About SIOUX" before replacing it. by Jack Jansen · 23 years ago
  56. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  57. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  58. c252e63 Add the MSL C library to the set of standard libraries by Jack Jansen · 23 years ago
  59. 67050d2 Workaround for odd problem on my machine: without this I get a traceback by Just van Rossum · 23 years ago
  60. a43ad36 quit() wasn't included in the suite. This is a quick manual patch to add it. by Jack Jansen · 23 years ago
  61. eb30843 Don't call MacOS.SchedParams() in MachO, it doesn't exist. by Jack Jansen · 23 years ago
  62. a48d4ea Minimal module to decode AppleSingle files (the way resource files are by Jack Jansen · 23 years ago
  63. a5ffeb6 Added preferences/startup options for division warning by Jack Jansen · 23 years ago
  64. 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
  65. a5d7da5 need() now returns the refno of the resource file opened, or None if the by Jack Jansen · 23 years ago
  66. de3226f Module to help other modules locate their resources. It currently knows about by Jack Jansen · 23 years ago
  67. 911e87d Patch by Dean Draayer: support for indeterminate progress bars. You by Jack Jansen · 23 years ago
  68. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  69. 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
  70. cf144b0 Wrapper modules underound the toolbox modules, which now have an _ prepended. by Jack Jansen · 23 years ago
  71. 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
  72. 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
  73. 63f6b49 Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to the Carbon package. by Jack Jansen · 23 years ago
  74. ab98ae9 The modules with toolbox constants. by Jack Jansen · 23 years ago
  75. 06eb422 Carbon is now a package encapsulating all the toolbox modules. Carbon is not by Jack Jansen · 23 years ago
  76. 52caac1 Moved here form lib-toolbox, for lack of a better place to go. by Jack Jansen · 23 years ago
  77. 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
  78. 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
  79. 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
  80. af86470 Added a note about the various tests here. by Jack Jansen · 23 years ago
  81. f345691 use the proper prefix file under Carbon by Just van Rossum · 23 years ago
  82. 446b3b2 ICFindConfigFile isn't needed, and it's gone under carbon. by Jack Jansen · 23 years ago
  83. 83e6ae9 EasyDialogs has a working version of this. by Jack Jansen · 23 years ago
  84. 7f9a63c These stopped working a long time ago, and they're not worth fixing. by Jack Jansen · 23 years ago
  85. 5150edd Obsolete, EasyDialogs has the same code (but working:-). by Jack Jansen · 23 years ago
  86. dffae32 Obsolete: uses old applescript support. by Jack Jansen · 23 years ago
  87. b4c975a Obsolete, uses the old non-package-based applescript suite support. by Jack Jansen · 23 years ago
  88. 7a9f955 This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. by Jack Jansen · 23 years ago
  89. 4369b00 This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. by Jack Jansen · 23 years ago
  90. 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
  91. 3a22c86 Obsolete, superseded by :Mac:Demo:imgbrowse and friends. by Jack Jansen · 23 years ago
  92. ba24ace Obsolete, superseded by :Mac:Demo:TE by Jack Jansen · 23 years ago
  93. 5291fb1 Obsolete, superseded by :Mac:Demo:waste by Jack Jansen · 23 years ago
  94. 1cd9522 Obsolete, removed. by Jack Jansen · 23 years ago
  95. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
  96. 8d2f3d6 ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Baciero. by Jack Jansen · 23 years ago
  97. 5bb6ff9 Changed findertools.move() to move() in movetotrash. by Jack Jansen · 23 years ago
  98. e160852 The constants for MLTE. by Jack Jansen · 23 years ago
  99. 639a740 Fixed typo in doc string. by Just van Rossum · 23 years ago
  100. 6f84ed5 Fixed macroman<->latin1 conversion. Some chars don't by Jack Jansen · 23 years ago