summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/buildtools.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-423/+0
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-311-2/+2
* Fix Mac build, patch #1091 by Humberto Diogenes.Georg Brandl2007-09-031-1/+2
* Convert raise statements in Lib/plat-{mac,os2emx}.Collin Winter2007-08-231-7/+7
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-0/+3
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-3/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-1/+1
* Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destrootJack Jansen2004-12-271-5/+6
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-39/+38
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* If not icon file is specified use the default Python Applet icons.Jack Jansen2003-04-221-0/+4
* Detabbed.Jack Jansen2003-04-091-352/+352
* If a resource file cannot be decoded because the directory is readonlyJack Jansen2003-02-251-1/+3
* Added a -c (--copyfile) option with argument src:dst which copies file srcJack Jansen2003-02-241-1/+4
* Enable argv emulation if required.Jack Jansen2003-02-181-2/+4
* When in MacPython-OSX use bundlebuilder to create .app bundles.Jack Jansen2003-02-121-145/+29
* Fixed a few typos, and changed FSCreateResourceFile filename argument to unic...Jack Jansen2003-02-051-3/+3
* Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9.Jack Jansen2003-02-021-18/+22
* add newline to source before compilationJust van Rossum2003-01-091-1/+1
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+521