summaryrefslogtreecommitdiffstats
path: root/Python/mactoolboxglue.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+6
* Merge ssize_t branch.Martin v. Löwis2006-02-151-2/+2
* SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in coreRaymond Hettinger2004-11-051-158/+67
* Moved PyMac_GetScript() to _localemodule, which is the only place whereJack Jansen2004-07-151-24/+0
* Getting rid of code conditional on TARGET_API_MAC_*.Jack Jansen2003-11-191-37/+0
* WITHOUT_FRAMEWORKS conditional code bites the dust: this was forJack Jansen2003-11-191-4/+0
* Added functions CFObj_New and CFObj_Convert, general functions to convertJack Jansen2003-05-271-0/+3
* Oops, 'k' is the new format code for un unchecked 32 bit quantity,Jack Jansen2003-04-171-2/+2
* Converted manually written code to the new K format specifier.Jack Jansen2003-04-171-2/+2
* Use Carbon.File for FSSpec and FSRef conversion, not macfs.Jack Jansen2003-03-021-4/+4
* It turns out that some calls return AEDesc records that are "borrowed",Jack Jansen2003-01-171-0/+1
* Squashed compiler warnings by adding casts, making sure prototypes are inJack Jansen2002-12-231-1/+1
* Patch #632973: Implement _getdefaultlocale for OS X.Martin v. Löwis2002-11-261-5/+16
* Restore to ANSI C.Michael W. Hudson2002-11-091-2/+2
* Got rid of the python.rsrc resource file. The error message strings andJack Jansen2002-11-071-0/+34
* Made MacOS.Error a class style exception (at last!).Jack Jansen2002-10-191-1/+1
* Added one call to Py_Main(), for OSX framework builds only, that will get theJack Jansen2002-08-021-0/+88
* More sprintf -> PyOS_snprintf.Tim Peters2001-12-041-1/+1
* Make the CoreFoundation object _New and _Convert routines available to other ...Jack Jansen2001-11-051-0/+22
* Link the core with CoreServices, not with Carbon, and don't use any CarbonJack Jansen2001-10-311-0/+8
* Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'Jack Jansen2001-09-101-1/+41
* Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.Jack Jansen2001-09-011-0/+4
* Refer to the toolbox modules by their official name (Carbon.AE), not the inte...Jack Jansen2001-08-271-59/+59
* Mac toolbox modules have gotten an _ prepended to their name.Jack Jansen2001-08-231-58/+58
* Got rid of unused includes.Jack Jansen2001-08-081-22/+2
* Split macglue.c into two: a new mactoolboxglue.c (in ./Python)Jack Jansen2001-08-081-0/+430