| Commit message (Expand) | Author | Age | Files | Lines |
* | Getting rid of pre-Carbon (MacOS8) support. All code depending on | Jack Jansen | 2002-12-12 | 54 | -5242/+100 |
|
|
* | Fixed so the Res.Resource() accepts either another resource, a string | Jack Jansen | 2002-12-05 | 3 | -66/+129 |
|
|
* | Added PEP253 support to most Carbon modules. This isn't complete yet: | Jack Jansen | 2002-12-03 | 43 | -534/+1592 |
|
|
* | - reworked the object unpacking code, now supports new-style objects more | Just van Rossum | 2002-12-01 | 1 | -34/+46 |
|
|
* | - 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 | 25 | -61/+60 |
|
|
* | Build _AE too. | Jack Jansen | 2002-11-29 | 1 | -0/+4 |
|
|
* | Converted the Carbon modules to use PEP252-style objects, with | Jack Jansen | 2002-11-29 | 48 | -2507/+2447 |
|
|
* | 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 |
|
|
* | Lots of restructuring, mostly suggested by Bill Bumgarner. Main | Jack Jansen | 2002-11-25 | 6 | -57/+242 |
|
|
* | 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 |
|
|
* | hardcode some resources, removing annoying Widgets.rsrc dependency | Just van Rossum | 2002-11-24 | 2 | -15/+100 |
|
|
* | cleaned up __init__ argument mess with a funky base class | Just van Rossum | 2002-11-23 | 1 | -74/+81 |
|
|
* | Allow access to the returned value(s) as FSRefs. Unfortunately for some | Jack Jansen | 2002-11-22 | 1 | -2/+38 |
|
|
* | Added the alias manager too. The interface isn't perfect yet: the alias | Jack Jansen | 2002-11-22 | 5 | -0/+870 |
|
|
* | Got angry and added support for pretty much the whole file and folder | Jack Jansen | 2002-11-22 | 10 | -0/+2757 |
|
|
* | workaround so the (otherwise still broken) IDE can at least quit in the Pytho... | Just van Rossum | 2002-11-22 | 1 | -15/+14 |
|
|
* | changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.py | Just van Rossum | 2002-11-22 | 1 | -5/+8 |
|
|
* | make the --link option match the original: just symlink the executable | Just van Rossum | 2002-11-22 | 1 | -2/+2 |
|
|
* | Added --link-exec option: make a symlink for the executable only, copy all ot... | Just van Rossum | 2002-11-22 | 1 | -4/+20 |
|
|
* | Replaced the bundle building code with calls to the new bundlebuilder | Just van Rossum | 2002-11-22 | 1 | -133/+75 |
|
|
* | 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 |
|
|
* | dded cvsignores. | Jack Jansen | 2002-11-20 | 4 | -2/+12 |
|
|
* | Minimal instructions on building a MacPython-OSX addon for Apple's | Jack Jansen | 2002-11-20 | 1 | -0/+62 |
|
|
* | Build PythonLauncher for MacPython-OSX 2.2 as well. | Jack Jansen | 2002-11-20 | 2 | -5/+28 |
|
|
* | This file is now generated dynamically. | Jack Jansen | 2002-11-20 | 1 | -2/+0 |
|
|
* | 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 |
|
|
* | Another workaround, to find the IDE directory when we're in MacPython-OSX | Jack Jansen | 2002-11-18 | 1 | -0/+10 |
|
|
* | Define PyDoc_STR if it isn't defined. This makes these modules compile | Jack Jansen | 2002-11-18 | 9 | -1/+25 |
|
|
* | Build waste, _Help and _Scrap too. | Jack Jansen | 2002-11-18 | 1 | -6/+78 |
|
|
* | First stab at a Makefile that will create a MacPython that uses the | Jack Jansen | 2002-11-15 | 2 | -0/+90 |
|
|
* | Go from filename to FSSpec via FSRefs, to work around outdated macfs module | Jack Jansen | 2002-11-15 | 1 | -1/+1 |
|
|
* | Make the Resources directory if needed. | Jack Jansen | 2002-11-15 | 1 | -0/+2 |
|
|
* | 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 |
|
|
* | - Building IDE is optional on waste being available, similar to building | Jack Jansen | 2002-11-11 | 1 | -21/+28 |
|
|