summaryrefslogtreecommitdiff
path: root/Mac/scripts
Commit message (Expand)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-163-0/+0
* In a number of places code still reversRonald Oussoren2010-05-052-12/+2
* normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-111-1/+1
* Fix build issues on OSX 10.6 (issue 6802)Ronald Oussoren2009-09-061-2/+12
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
* Whitespace normalization.Tim Peters2006-06-071-1/+1
* * If BuildApplet.py is used as an applet it starts with a version ofRonald Oussoren2006-06-071-0/+12
* A first cut at replacing the icons on MacOS X. This replaces all icons by iconsRonald Oussoren2006-05-141-0/+0
* Updated version numbers.Jack Jansen2004-12-271-4/+4
* Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destrootJack Jansen2004-12-271-3/+7
* Whitespace normalization, via reindent.py.Tim Peters2004-07-187-402/+398
* - Added a note about fixversions.pyJack Jansen2004-07-151-14/+12
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-1921-2540/+0
* Ported from 23maint branch: add icons to BuildApplet.Jack Jansen2003-11-192-0/+57
* Various tweaks to make the packages work better. Still not 100%, though.Jack Jansen2003-07-221-4/+18
* Import EasyDialogs only when needed, so this works if there is no windowJack Jansen2003-06-161-1/+1
* Added a --python option, which sets the python to be used in the #! lineJack Jansen2003-05-251-2/+7
* Suppress wartning on macfs import.Jack Jansen2003-05-091-0/+2
* Rename funny long suite to Disk_File_Folder.Jack Jansen2003-05-011-1/+2
* By default be verbose.Jack Jansen2003-04-291-7/+9
* Moved gensuitemodule from Mac/scripts to Lib/plat-mac. DocumentationJack Jansen2003-03-291-1132/+0
* - Added an is_scriptable method to test applications for havingJack Jansen2003-03-291-12/+55
* - Prefer using events (in stead of poking around in resource files) toJack Jansen2003-03-291-13/+19
* Sometimes a class is used as a base class of itself. Obviously there'sJack Jansen2003-03-291-2/+6
* Sigh: didn't catch all lists that needed to be sorted.Jack Jansen2003-03-281-4/+22
* - Sort various lists (list of events, OSA-classes, etc) before generatingJack Jansen2003-03-281-10/+25
* If GetAppTerminology fails (which seems to be the usual case on OSX?)Jack Jansen2003-03-261-11/+45
* Not all objects have an _propdict and _privpropdict, so cater for that.Jack Jansen2003-03-231-3/+3
* Generate all the standard OSA suite packages. Has absolute pathnameJack Jansen2003-03-211-0/+44
* Got rid of the "enum not found" interaction, and added code to allowJack Jansen2003-03-211-20/+43
* Allow gensuitemodule to be run non-interactively, from the OSX commandJack Jansen2003-03-211-22/+79
* Added _csv module, and getting rid of macfs.Jack Jansen2003-03-212-2/+4
* Patch 702620 by Donovan Preston: Fix AE inheritance.Jack Jansen2003-03-211-6/+7
* First try to use the OSATerminology module to get the terminologyJack Jansen2003-03-061-9/+36
* Allow specifiying the destination for --extra files (default: sameJack Jansen2003-02-241-6/+8
* Checking mac-specific stuff from the 2.3a2 branch in on the trunk.Jack Jansen2003-02-211-1/+1
* Got rid of macfs.Jack Jansen2003-02-061-5/+4
* Got rid of FSSpecs.Jack Jansen2003-02-061-29/+28
* Got rid of macfs and made a bit more OSX-friendly.Jack Jansen2003-02-051-7/+10
* removing old junkJust van Rossum2003-02-051-60/+0
* Removed unused import of macfs.Jack Jansen2003-02-051-1/+0
* I don't think this script serves a useful purpose anymore, and I can'tJack Jansen2003-02-051-97/+0
* patch #678211 from Robin DunnJust van Rossum2003-02-011-7/+15
* Fix an omission in the previous checkin.Jack Jansen2003-01-261-1/+1
* Use new file dialogs.Jack Jansen2003-01-267-22/+25
* Use new file dialogs.Jack Jansen2003-01-262-35/+32
* Getting rid of StandardGetFileJack Jansen2003-01-223-17/+13
* Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.Jack Jansen2003-01-087-62/+31
* Updated for demise of macfs.Jack Jansen2002-12-242-2/+0
* Got rid of non-carbon stuff, and added new Alias, File and Folder modules.Jack Jansen2002-12-132-112/+31