| Commit message (Expand) | Author | Age | Files | Lines |
* | Combined alias and file into a single module. This is the only reasonable | Jack Jansen | 2002-12-15 | 6 | -1470/+1742 |
|
|
* | Got rid of outdated defines. | Jack Jansen | 2002-12-14 | 1 | -12/+0 |
|
|
* | Removed errors.rsrc: this is loaded dynamically from :Mac:Lib when needed. | Jack Jansen | 2002-12-14 | 2 | -0/+0 |
|
|
* | Removed: this is loaded dynamically from :Mac:Lib when needed. | Jack Jansen | 2002-12-14 | 1 | -0/+0 |
|
|
* | Got rid of EasyDialogs dialogs, which are now in :Mac:Lib:dialogs.rsrc. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
|
|
* | Got rid of interpreter-internal dialogs. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
|
|
* | Got rid of non-carbon stuff, and added new Alias, File and Folder modules. | Jack Jansen | 2002-12-13 | 2 | -112/+31 |
|
|
* | Tweaked button sizes and hid unused items. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
|
|
* | Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Tempor... | Jack Jansen | 2002-12-13 | 1 | -2/+5 |
|
|
* | Tweaked some button sizes to make them look better on OSX. | Jack Jansen | 2002-12-13 | 1 | -3/+3 |
|
|
* | Tweaks to make this module OS9-compatible. | Jack Jansen | 2002-12-13 | 3 | -13/+31 |
|
|
* | More pre-carbon stuff bites the dust. | Jack Jansen | 2002-12-13 | 8 | -764/+0 |
|
|
* | Removed: not carbon-compatible. | Jack Jansen | 2002-12-13 | 2 | -1155/+0 |
|
|
* | The speech manager interface is no longer supported and a replacement is | Jack Jansen | 2002-12-13 | 3 | -1463/+0 |
|
|
* | Outdated. | Jack Jansen | 2002-12-13 | 4 | -117/+0 |
|
|
* | Got rid of unused Compat files. | Jack Jansen | 2002-12-13 | 3 | -0/+0 |
|
|
* | another wrong assumption fixed | Just van Rossum | 2002-12-13 | 1 | -3/+2 |
|
|
* | Still used the old config file. Fixed. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
|
|
* | Compatibility files that haven't been used in a long time. | Jack Jansen | 2002-12-13 | 12 | -582/+0 |
|
|
* | Get rid of support for Universal Headers older than 3.4 and various other | Jack Jansen | 2002-12-13 | 10 | -78/+6 |
|
|
* | Get rid of 2.2 "poor mans universal newlines" now that the real thing | Jack Jansen | 2002-12-13 | 1 | -19/+0 |
|
|
* | It was an old MacPython artefact that these files were still in the source | Jack Jansen | 2002-12-13 | 22 | -4128/+0 |
|
|
* | Tkinter isn't supported under Carbon. Under MacOSX native it is, but | Jack Jansen | 2002-12-13 | 3 | -975/+0 |
|
|
* | Very outdated: this is a 68K support file. | Jack Jansen | 2002-12-13 | 1 | -290/+0 |
|
|
* | and now the real fix... | Just van Rossum | 2002-12-13 | 1 | -5/+2 |
|
|
* | fixed bool browsing bug, sf bug #652591 | Just van Rossum | 2002-12-13 | 1 | -0/+1 |
|
|
* | 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 |
|
|