summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/buildtools.py
Commit message (Expand)AuthorAgeFilesLines
* Silence DeprecationWarnings from uses of has_key and <> in plat-mac.Mark Dickinson2010-04-031-1/+1
* Fix build issues on OSX 10.6 (issue 6802)Ronald Oussoren2009-09-061-5/+16
* fix test_py3kwarnsBenjamin Peterson2008-07-141-2/+2
* Add warnings to and deprecated all those Mac modulesBenjamin Peterson2008-05-121-3/+4
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-2/+2
* Cause buildtools to raise a DeprecationWarning.Brett Cannon2007-05-311-0/+3
* 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