1. bb829b7 Getting rid of macfs. by Jack Jansen · 21 years ago
  2. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago
  3. 36e142e This file hasn't been committed for a long time, because it erronuously ended by Jack Jansen · 22 years ago
  4. 9911fc4 Long-obsolete, replaced by Carbon.Sound. by Jack Jansen · 22 years ago
  5. 6dd561b Integrated macfsn into macfs, and made the Standard File calls return the by Jack Jansen · 22 years ago
  6. 315e9be Return the macfs variation for FSSpec and Alias, not the underlying by Jack Jansen · 22 years ago
  7. e77f58a Fixed typo. by Jack Jansen · 22 years ago
  8. 4235e71 A replacement for the macfs extension module, implemented with normal by Jack Jansen · 22 years ago
  9. 4f0e05f Gone: the constants have been moved to macfs.py (which, upon import, also by Jack Jansen · 22 years ago
  10. 58fc91f This module will shortly replace the builtin module macfs. It is not by Jack Jansen · 22 years ago
  11. b4289b5 This now contains constants from Files.h, Aliases.h and Finder.h. by Jack Jansen · 22 years ago
  12. 2519cc8 Got rid of interpreter-internal dialogs. by Jack Jansen · 22 years ago
  13. b2ef47b More pre-carbon stuff bites the dust. by Jack Jansen · 22 years ago
  14. 888e100 - found a case where sys.path[0] isn't set to Contents/Resources, by Just van Rossum · 22 years ago
  15. 362c7cd0 Lots of minor tweaks for the pep252 checkins, mainly because Qd by Jack Jansen · 22 years ago
  16. 24884f7 Forgot to do os.path.basename() on mainprogram: a nonworking app was built if the mainprogram wan't in the current directory. Fixed. by Just van Rossum · 22 years ago
  17. 535ffa2 added Thomas H's LOADER code for importing extension (sub)modules; little tweaks by Just van Rossum · 22 years ago
  18. ad692cc fixed typo and wrapping by Just van Rossum · 22 years ago
  19. 74bdca8 - Rewrote bootstapping code in sh so we're really independent of an by Just van Rossum · 22 years ago
  20. cef3288 added support for building standalone applications by Just van Rossum · 22 years ago
  21. e6b4902 get creator code from plist if available, instead of overriding with default by Just van Rossum · 22 years ago
  22. b8829b4 whoops, -p actually has an argument by Just van Rossum · 22 years ago
  23. da302da cleaned up __init__ argument mess with a funky base class by Just van Rossum · 22 years ago
  24. d0e59fb Added the alias manager too. The interface isn't perfect yet: the alias by Jack Jansen · 22 years ago
  25. e2ba873 Got angry and added support for pretty much the whole file and folder by Jack Jansen · 22 years ago
  26. 16aebf7 Added --link-exec option: make a symlink for the executable only, copy all other files. by Just van Rossum · 22 years ago
  27. f7aba23 fixed error in cmd line doc; moved funny self.name line once more by Just van Rossum · 22 years ago
  28. 7fd69ad fixed stupid bug by Just van Rossum · 22 years ago
  29. ceeb962 added command line interface; refactored a bit; little things. by Just van Rossum · 22 years ago
  30. 3e554d7 name kwargs kwargs by Just van Rossum · 22 years ago
  31. ad33d72 Tools to create MacOS X (application) bundles. by Just van Rossum · 22 years ago
  32. 10263d6 - cleaned up example/test code by Just van Rossum · 22 years ago
  33. db951c3 removed a redundant .strip(); made a doc string more or less tell the truth by Just van Rossum · 22 years ago
  34. 247e16e No need to import __builtin__, spotted by Skip. by Just van Rossum · 22 years ago
  35. 0ec2744 Pure Python implementation of a plist generator/parser. by Just van Rossum · 22 years ago
  36. 180ceed Python 2.2 as installed by Apple has a version of _Res that is too old. We by Jack Jansen · 22 years ago
  37. 25e61d9 Added a hack so we can build applets with a MacPython that uses the by Jack Jansen · 22 years ago
  38. b54a6ce A script to run applets. Originally by Just, slightly modified by me. by Jack Jansen · 22 years ago
  39. eb34229 - Use imp to find appletrawmain.py in stead of hand-crafting the path by Jack Jansen · 22 years ago
  40. dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 22 years ago
  41. 37e4772 Forward port of 1.12.14.3 (which has an incorrect log message): by Jack Jansen · 22 years ago
  42. b1248ce Under Jaguar it seems that 'errn' return value keyword parameters don't by Jack Jansen · 22 years ago
  43. 89841bd Shut up FutureWarnings about hex constants. by Jack Jansen · 22 years ago
  44. e87ed57 Patch by Tony Lownds: add the Resources directory to sys.path. by Jack Jansen · 22 years ago
  45. 2575022 Reverted previous change, I was confused. by Jack Jansen · 22 years ago
  46. bc60354 Import Carbon.AH, not Carbon.Help by Jack Jansen · 22 years ago
  47. 3a70e3f Get rid of non-ascii characters. by Jack Jansen · 22 years ago
  48. 4e39949 Initialize self._helpmenu earlier, so we can use gethelpmenu() while by Jack Jansen · 22 years ago
  49. f21b706 Added support for the help menu. Application.gethelpmenu() will return it. by Jack Jansen · 22 years ago
  50. 983258e Revived the Carbon.Help module, but implementing the MacHelp API in stead by Jack Jansen · 22 years ago
  51. afb7632 Don't copy the documentation when using Python.app as an applet template. by Jack Jansen · 22 years ago
  52. f90367c This file never made it to the repository, somehow. by Jack Jansen · 22 years ago
  53. 5472376 These were regenerated some time ago (with ascii chars only and by Jack Jansen · 22 years ago
  54. 4f2d89f Interface to Apple Help Viewer. by Jack Jansen · 22 years ago
  55. 58ba80a Refuse to run if the last bit of the destination path contains a # character. by Jack Jansen · 22 years ago
  56. ccd8e8d - Check not only that cache file exists, but also that it is newer than by Jack Jansen · 22 years ago
  57. 617e230 Use hex escape for non-ascii chars, now that the parser wants that. by Jack Jansen · 22 years ago
  58. 295105f Regenerated with OSA class inheritance and fix for non-ascii chars. by Jack Jansen · 22 years ago
  59. 8b77767 Donovan Preston's patch #538395, with some mods by me. by Jack Jansen · 22 years ago
  60. 137d8c5 Wrapper around _IBCarbon. by Jack Jansen · 22 years ago
  61. 94caa78 Patch by Ronald Oussoren: if there's a .lproj in the extras list also by Jack Jansen · 22 years ago
  62. 0a9d755 In copy() don't try to obtain an FSSpec until we know the destination by Jack Jansen · 22 years ago
  63. 6573f31 Moved bgenlocations to the Mac/Lib directory. Not perfect, but better than by Jack Jansen · 22 years ago
  64. 83f5c38 The definitions for IBCarbonRuntime.h by Jack Jansen · 22 years ago
  65. d64845d Mkdirs() failed when provided with unix pathnames. Fixed. by Jack Jansen · 22 years ago
  66. 3e6c80b Hmm, in some cases we don't seem to get our scriptname in argv[0]. by Jack Jansen · 22 years ago
  67. ba1c13d Final step in making applets first-class citizens: if the applet wants by Jack Jansen · 22 years ago
  68. a9454e2 Oops, the -psn stuff is in argv[1], of course. by Jack Jansen · 22 years ago
  69. 94416e5 Got rid of a couple of OS9-isms. by Jack Jansen · 22 years ago
  70. 2eb4b18 - Slightly better error message in case of syntax errors in the script. by Jack Jansen · 22 years ago
  71. 6e1986b - Remove -psn-xxxx argument added by the Finder. by Jack Jansen · 22 years ago
  72. f4f6d48 Construct a sys.argv from the initial AppleEvent sent by the finder by Jack Jansen · 22 years ago
  73. d05e181 Slightly better error message in case of missing resources. by Jack Jansen · 22 years ago
  74. c7554e2 Added a __contains__ method. by Jack Jansen · 22 years ago
  75. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  76. 440a36f In plugin projects use (by default) the new mwerks_shcarbon_pch by Jack Jansen · 22 years ago
  77. bc5e145 Close the project after generating it, so we don't keep a gazillion project by Jack Jansen · 22 years ago
  78. 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
  79. 5d09904 Open the source file in universal newline mode. by Jack Jansen · 22 years ago
  80. 388fbf3 - Better commandline interface to BuildApplet, complete with options, by Jack Jansen · 22 years ago
  81. b66e1a3 Allow the shared library initialization routine to be overridden with an initialize=xxx argument. by Jack Jansen · 22 years ago
  82. a43b2c4 Regenerated from new Universal Headers. by Jack Jansen · 22 years ago
  83. ead4c80 Fixed a mistake on my part when regenerating: removed a bogus import of Applscript_Suite. by Jack Jansen · 22 years ago
  84. 65300f1 Regenerated. by Jack Jansen · 22 years ago
  85. 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
  86. 7aace7a Regenerated to include Internet Config error strings. by Jack Jansen · 22 years ago
  87. 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
  88. e7f776a Suite to talk to the OSX Terminal application. by Jack Jansen · 22 years ago
  89. ad5dcaf Got rid of obsolete way to get at various toolbox types. by Jack Jansen · 22 years ago
  90. 9aa8fd0 Handle .icns and .plist files for applets. by Jack Jansen · 22 years ago
  91. b2e33fe Implemented buildtools for MachoPython .app bundles. The API is compatible by Jack Jansen · 22 years ago
  92. 32f782c Don't attempt to create a dummy fsspec if the user cancelled out, just by Jack Jansen · 22 years ago
  93. d21c9f4 Re-raise the Res.Error if the file doesn't exist. by Jack Jansen · 22 years ago
  94. 5053b70 If the file has no resource fork first check to see whether it's a by Jack Jansen · 22 years ago
  95. 695b33b Removed debug. by Jack Jansen · 22 years ago
  96. 562baab Added an open_pathname() method which opens a resource file by pathname, by Jack Jansen · 22 years ago
  97. a2168ec mkalias() now also works for folders. Fixes bug #515830. by Just van Rossum · 22 years ago
  98. 5bb8f78 Added support for unicode strings (utxt). by Jack Jansen · 22 years ago
  99. 4014401 Added minimal support for floating windows. by Just van Rossum · 22 years ago
  100. c8febec Rename the routine to start the target running _start(), with a compatibility by Jack Jansen · 22 years ago