summaryrefslogtreecommitdiffstats
path: root/Mac/scripts
Commit message (Expand)AuthorAgeFilesLines
* remove old mac scripts including bgenBenjamin Peterson2008-06-017-2182/+0
* Removed remnants of os.path.walk().Alexandre Vassalotti2008-05-092-2/+2
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-311-1/+1
* Fix Mac build, patch #1091 by Humberto Diogenes.Georg Brandl2007-09-031-1/+2
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-312-2/+2
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-305-40/+40
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-102-2/+2
* Merge the rest of the trunk.Thomas Wouters2006-06-081-0/+12
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+0
* Remove apply()Neal Norwitz2006-03-171-2/+2
* 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