summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac
Commit message (Expand)AuthorAgeFilesLines
...
* Oops, _propdeclarations and friends are needed: gensuitemodule uses themJack Jansen2003-04-1256-12422/+13583
* Detabbed.Jack Jansen2003-04-0923-7956/+7970
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-066-2101/+2101
* Sigh... The get() and set() commands are not declared in the aete forJack Jansen2003-04-011-9/+18
* Regenerated with property names with _Prop_ prepended.Jack Jansen2003-04-0153-2860/+1697
* Properties (like enums) are not in the global namespace but only validJack Jansen2003-04-011-23/+23
* Turned the suite compiler into an object.Jack Jansen2003-04-011-254/+258
* - All messages are now dependent on the --verbose option.Jack Jansen2003-04-011-47/+85
* Subclasses of ObjectSpecifier can now be packed and unpacked. This allowsJack Jansen2003-03-311-3/+20
* In TalkTo.send(), check that we have access to the window manager,Jack Jansen2003-03-311-1/+13
* Regenerated again, now clases are sorted by code, and with synonyms afterJack Jansen2003-03-3029-2046/+8742
* Classes have to be sorted by code, not name, and synonyms have toJack Jansen2003-03-301-2/+19
* Moved gensuitemodule from Mac/scripts to Lib/plat-mac. DocumentationJack Jansen2003-03-291-0/+1132
* Regenerated with the new way to get terminology (through AppleEvents),Jack Jansen2003-03-2927-2692/+1571
* On OSX the finder will return from an open() event before the applicationJack Jansen2003-03-281-0/+12
* Sigh: didn't catch all lists that needed to be sorted. Regenerated again.Jack Jansen2003-03-2829-2508/+2508
* Regenerated (from resource files) with sorting version of gensuitemodule.Jack Jansen2003-03-2829-3052/+3048
* Allow floating point values in ProgressBar.Jack Jansen2003-03-241-0/+2
* Regenerated with Donovan Prestons patch #702620.Jack Jansen2003-03-2345-117/+331
* use os.path.realpath() instead of os.readlink()Just van Rossum2003-03-211-3/+1
* Patch 702620 by Donovan Preston: Fix AE inheritance.Jack Jansen2003-03-211-3/+3
* only set $PYTHONHOME when building a standalone app.Just van Rossum2003-03-211-1/+3
* Patch #681927 from Robin Dunn: add option to add shared libraries orJust van Rossum2003-03-211-1/+15
* set $PYTHONHOME in the bootstrap script, for no good reason really,Just van Rossum2003-03-201-0/+1
* Capturing the exit status for the build process didn't work. UsingJack Jansen2003-03-171-6/+7
* Patch by Andrew Straw: use urllib2 so proxie access works.Jack Jansen2003-03-111-7/+3
* Filter out macfs warning.Jack Jansen2003-03-071-0/+2
* Two ancient and obscure bugs found and fixed by Donovan Preston (theseJack Jansen2003-03-051-2/+2
* Actually *do* override the type in AppBuilder.Jack Jansen2003-03-051-1/+1
* Moved some application-bundle specific code from the BundleBuilder class toJack Jansen2003-03-051-5/+9
* Call AEInteractWithUser() before bringing up any of the dialogs (with theJack Jansen2003-03-031-1/+13
* Added a deprecation warning.Jack Jansen2003-02-271-0/+3
* Changing the window type to movable modal isn't enough to make the dialogs mo...Jack Jansen2003-02-271-0/+0
* use bare raise so you get the original tbJust van Rossum2003-02-261-1/+1
* use the same Python for running the bootstrap script and the main programJust van Rossum2003-02-261-1/+9
* remove sitecustomize hack, will be solved elsewhereJust van Rossum2003-02-261-25/+0
* Let's try making the dialogs at least Movable Modal.Jack Jansen2003-02-251-0/+0
* If a resource file cannot be decoded because the directory is readonlyJack Jansen2003-02-252-44/+41
* Reverted the rev. 1.8 change: the magic for decoding resourcefilesJack Jansen2003-02-251-4/+0
* tweak error messageJust van Rossum2003-02-251-2/+2
* - renamed the --copyfile option to --file.Just van Rossum2003-02-251-4/+6
* added some comments, minor tweaksJust van Rossum2003-02-251-3/+34
* Resolving parts of #688907:Just van Rossum2003-02-251-9/+29
* Workaround for bug #644243 (which is actually an Apple bug, I think): URLsJack Jansen2003-02-251-0/+4
* Added a -c (--copyfile) option with argument src:dst which copies file srcJack Jansen2003-02-242-3/+12
* Getting rid of macfs.Jack Jansen2003-02-213-8/+6
* Get rid of macfs.Jack Jansen2003-02-211-60/+59
* Enable argv emulation if required.Jack Jansen2003-02-181-2/+4
* Added an argv_emulation option (command line option: --argv or -a) whichJack Jansen2003-02-181-2/+36
* Argvemulator still used the old Alias API. Fixed.Jack Jansen2003-02-181-2/+2