summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/bgenlocations.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-6/+5
|
* Allow overriding of bgen pathnames in an optional module bgenlocationcustomize.Jack Jansen2004-07-151-0/+8
| | | | Editing of bgenlocations.py isn't easy if your Python was supplied by Apple.
* Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixedJack Jansen2003-11-191-16/+3
| | | | later.
* Oops, _propdeclarations and friends are needed: gensuitemodule uses themJack Jansen2003-04-121-2/+2
| | | | | | | | | to lookup properties declared in base classes. Looking at it I'm not sure what the official scope if the property codes is, maybe it is only the (OSA) class in which they are used. But giving them global scope hasn't been a problem so far. Regenerated the standard suites, which are now also space-indented.
* Detabbed.Jack Jansen2003-04-091-17/+17
|
* When in MacPython-OSX use bundlebuilder to create .app bundles.Jack Jansen2003-02-121-2/+2
|
* Path to default location for Python output has changed.Jack Jansen2003-01-261-3/+3
|
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+61
in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).