summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/bundlebuilder.py
Commit message (Collapse)AuthorAgeFilesLines
* make sure src exists before creating a symlinkJust van Rossum2003-01-171-0/+2
|
* make sure Info.plist has a CFBundleIdentifier entryJust van Rossum2003-01-131-0/+2
|
* Replaced imp.set_frozenmodules() cruft with proper zipimport support.Just van Rossum2003-01-021-43/+42
| | | | | This work uncovered the zipimport bug in 2.3a1 -- wish I'd had time to do this before the release :-(.
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+704
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).