| Commit message (Expand) | Author | Age | Files | Lines |
* | Getting rid of macfs. | Jack Jansen | 2003-03-21 | 1 | -5/+5 |
|
|
* | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-12-30 | 135 | -32096/+0 |
|
|
* | This file hasn't been committed for a long time, because it erronuously ended | Jack Jansen | 2002-12-30 | 1 | -41/+153 |
|
|
* | Long-obsolete, replaced by Carbon.Sound. | Jack Jansen | 2002-12-30 | 1 | -64/+0 |
|
|
* | Integrated macfsn into macfs, and made the Standard File calls return the | Jack Jansen | 2002-12-26 | 2 | -169/+140 |
|
|
* | Return the macfs variation for FSSpec and Alias, not the underlying | Jack Jansen | 2002-12-26 | 1 | -3/+5 |
|
|
* | Fixed typo. | Jack Jansen | 2002-12-24 | 1 | -1/+1 |
|
|
* | A replacement for the macfs extension module, implemented with normal | Jack Jansen | 2002-12-19 | 1 | -20/+26 |
|
|
* | Gone: the constants have been moved to macfs.py (which, upon import, also | Jack Jansen | 2002-12-19 | 1 | -106/+0 |
|
|
* | This module will shortly replace the builtin module macfs. It is not | Jack Jansen | 2002-12-17 | 1 | -0/+90 |
|
|
* | This now contains constants from Files.h, Aliases.h and Finder.h. | Jack Jansen | 2002-12-17 | 1 | -0/+83 |
|
|
* | Got rid of interpreter-internal dialogs. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
|
|
* | More pre-carbon stuff bites the dust. | Jack Jansen | 2002-12-13 | 8 | -764/+0 |
|
|
* | - found a case where sys.path[0] isn't set to Contents/Resources, | Just van Rossum | 2002-11-30 | 1 | -2/+8 |
|
|
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 4 | -10/+10 |
|
|
* | Forgot to do os.path.basename() on mainprogram: a nonworking app was built if... | Just van Rossum | 2002-11-29 | 1 | -7/+6 |
|
|
* | added Thomas H's LOADER code for importing extension (sub)modules; little tweaks | Just van Rossum | 2002-11-29 | 1 | -21/+27 |
|
|
* | fixed typo and wrapping | Just van Rossum | 2002-11-28 | 1 | -1/+2 |
|
|
* | - Rewrote bootstapping code in sh so we're really independent of an | Just van Rossum | 2002-11-28 | 1 | -40/+54 |
|
|
* | added support for building standalone applications | Just van Rossum | 2002-11-26 | 1 | -14/+259 |
|
|
* | get creator code from plist if available, instead of overriding with default | Just van Rossum | 2002-11-24 | 1 | -1/+6 |
|
|
* | whoops, -p actually has an argument | Just van Rossum | 2002-11-24 | 1 | -1/+1 |
|
|
* | cleaned up __init__ argument mess with a funky base class | Just van Rossum | 2002-11-23 | 1 | -74/+81 |
|
|
* | Added the alias manager too. The interface isn't perfect yet: the alias | Jack Jansen | 2002-11-22 | 2 | -0/+19 |
|
|
* | Got angry and added support for pretty much the whole file and folder | Jack Jansen | 2002-11-22 | 4 | -0/+527 |
|
|
* | Added --link-exec option: make a symlink for the executable only, copy all ot... | Just van Rossum | 2002-11-22 | 1 | -4/+20 |
|
|
* | fixed error in cmd line doc; moved funny self.name line once more | Just van Rossum | 2002-11-22 | 1 | -2/+3 |
|
|
* | fixed stupid bug | Just van Rossum | 2002-11-22 | 1 | -1/+1 |
|
|
* | added command line interface; refactored a bit; little things. | Just van Rossum | 2002-11-21 | 1 | -82/+179 |
|
|
* | name kwargs kwargs | Just van Rossum | 2002-11-21 | 1 | -2/+2 |
|
|
* | Tools to create MacOS X (application) bundles. | Just van Rossum | 2002-11-21 | 1 | -0/+307 |
|
|
* | - cleaned up example/test code | Just van Rossum | 2002-11-20 | 1 | -29/+30 |
|
|
* | removed a redundant .strip(); made a doc string more or less tell the truth | Just van Rossum | 2002-11-19 | 1 | -3/+5 |
|
|
* | No need to import __builtin__, spotted by Skip. | Just van Rossum | 2002-11-19 | 1 | -4/+4 |
|
|
* | Pure Python implementation of a plist generator/parser. | Just van Rossum | 2002-11-19 | 1 | -0/+433 |
|
|
* | Python 2.2 as installed by Apple has a version of _Res that is too old. We | Jack Jansen | 2002-11-15 | 1 | -1/+4 |
|
|
* | Added a hack so we can build applets with a MacPython that uses the | Jack Jansen | 2002-11-15 | 1 | -0/+11 |
|
|
* | A script to run applets. Originally by Just, slightly modified by me. | Jack Jansen | 2002-11-15 | 1 | -0/+17 |
|
|
* | - Use imp to find appletrawmain.py in stead of hand-crafting the path | Jack Jansen | 2002-11-11 | 1 | -2/+5 |
|
|
* | Got rid of the python.rsrc resource file. The error message strings and | Jack Jansen | 2002-11-07 | 5 | -43/+35 |
|
|
* | Forward port of 1.12.14.3 (which has an incorrect log message): | Jack Jansen | 2002-10-29 | 1 | -1/+4 |
|
|
* | Under Jaguar it seems that 'errn' return value keyword parameters don't | Jack Jansen | 2002-10-25 | 1 | -0/+8 |
|
|
* | Shut up FutureWarnings about hex constants. | Jack Jansen | 2002-09-12 | 1 | -0/+4 |
|
|
* | Patch by Tony Lownds: add the Resources directory to sys.path. | Jack Jansen | 2002-09-12 | 1 | -0/+6 |
|
|
* | Reverted previous change, I was confused. | Jack Jansen | 2002-09-10 | 1 | -1/+1 |
|
|
* | Import Carbon.AH, not Carbon.Help | Jack Jansen | 2002-09-06 | 1 | -1/+1 |
|
|
* | Get rid of non-ascii characters. | Jack Jansen | 2002-09-06 | 1 | -4/+4 |
|
|
* | Initialize self._helpmenu earlier, so we can use gethelpmenu() while | Jack Jansen | 2002-08-30 | 1 | -1/+1 |
|
|
* | Added support for the help menu. Application.gethelpmenu() will return | Jack Jansen | 2002-08-29 | 1 | -0/+35 |
|
|
* | Revived the Carbon.Help module, but implementing the MacHelp API in stead | Jack Jansen | 2002-08-29 | 2 | -66/+58 |
|
|