Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot | Jack Jansen | 2004-12-27 | 1 | -5/+6 |
| | | | | | | | option to various tools, and do the right thing when we're doing a destroot install. Will backport to 2.4 and 2.3. | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -39/+38 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | If not icon file is specified use the default Python Applet icons. | Jack Jansen | 2003-04-22 | 1 | -0/+4 |
| | | | | Fixes 719303. | ||||
* | Detabbed. | Jack Jansen | 2003-04-09 | 1 | -352/+352 |
| | |||||
* | If a resource file cannot be decoded because the directory is readonly | Jack Jansen | 2003-02-25 | 1 | -1/+3 |
| | | | | | | | | | | | create a temporary file. This fixes #688011. Got rid of the install() method in macresource, and replaced it with a resource_filename() method which will optionally decode a given resourcefile (which may be applesingle-encoded) and return the real resourcefile. Use this new method in buildtools to copy the correct resource file to the bundle. This fixes #688007. | ||||
* | Added a -c (--copyfile) option with argument src:dst which copies file src | Jack Jansen | 2003-02-24 | 1 | -1/+4 |
| | | | | into dst in the bundle. The Python API already had this functionality | ||||
* | Enable argv emulation if required. | Jack Jansen | 2003-02-18 | 1 | -2/+4 |
| | | | | Fixed a bug for applets with their own plist files. | ||||
* | When in MacPython-OSX use bundlebuilder to create .app bundles. | Jack Jansen | 2003-02-12 | 1 | -145/+29 |
| | |||||
* | Fixed a few typos, and changed FSCreateResourceFile filename argument to ↵ | Jack Jansen | 2003-02-05 | 1 | -3/+3 |
| | | | | unicode. | ||||
* | Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9. | Jack Jansen | 2003-02-02 | 1 | -18/+22 |
| | |||||
* | add newline to source before compilation | Just van Rossum | 2003-01-09 | 1 | -1/+1 |
| | |||||
* | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-12-30 | 1 | -0/+521 |
in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc). |