summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/Carbon
Commit message (Collapse)AuthorAgeFilesLines
* Ensure 'module removed' warning messages contain the word 'module' or 'package'.Mark Dickinson2010-04-031-1/+1
| | | | | This should fix the test_py3kwarn failure on OS X. test_support.import_module also requires this.
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-054-0/+0
|
* Fix some name errors in Mac modules.Georg Brandl2010-02-061-2/+2
|
* fix test_py3kwarnsBenjamin Peterson2008-07-141-1/+1
| | | | The fact that this was failing and went unnoticed so long seems like a good argument for being able to enable and disble py3kwarnings through Python.
* Add warnings to and deprecated all those Mac modulesBenjamin Peterson2008-05-121-0/+3
|
* Fix for #1905: PythonLauncher not working correctly on OSX 10.5/LeopardRonald Oussoren2008-05-021-0/+1
| | | | This fixes both Python Launchar and the terminalcommand module.
* Drop Mac wrappers for the WASTE library.Ronald Oussoren2006-06-041-207/+0
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-1830-491/+489
|
* Two issues spotted by Ronald OUssoren:Jack Jansen2004-03-133-2/+2225
| | | | | | - there were no accessor functions for the global per-database fields - packages and their dependencies were installed in order in stead of in reverse order.
* Wrapper modules for _Launch and _OSA weren't added yet. Fixed.Jack Jansen2003-12-092-0/+2
|
* Finished update to universal header 3.4.2.Jack Jansen2003-12-0519-79/+443
|
* Reverting to previous version, which works. And I don't really care aboutJack Jansen2003-12-051-83/+0
| | | | | the new waste functionality because it's probably going to be dropped anyway.
* Adding an interface to the high-level Open Scripting Architecture,Jack Jansen2003-12-032-0/+212
| | | | | | by request of Donovan Preston. In return, he promised to use this to create a Python OSA component, which would turn Python into a first-class OSA scripting language (like AppleScript itself).
* An interface to the LaunchServices API.Jack Jansen2003-12-021-0/+65
|
* Detabbed.Jack Jansen2003-04-092-43/+43
|
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-061-72/+72
|
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-3062-0/+7010
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).