aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/mactoolboxglue.c
Commit message (Expand)AuthorAge
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-09
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-09
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-05
* Renamed PyString to PyBytesChristian Heimes2008-05-26
* Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...Christian Heimes2008-01-03
* Add missing Py_DECREFs.Thomas Heller2006-07-11
* This patches fixes a number of byteorder problems in MacOSX specific code.Ronald Oussoren2006-04-17
* Merge ssize_t branch.Martin v. Löwis2006-02-15
* SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in coreRaymond Hettinger2004-11-05
* Moved PyMac_GetScript() to _localemodule, which is the only place whereJack Jansen2004-07-15
* Getting rid of code conditional on TARGET_API_MAC_*.Jack Jansen2003-11-19
* WITHOUT_FRAMEWORKS conditional code bites the dust: this was forJack Jansen2003-11-19
* Added functions CFObj_New and CFObj_Convert, general functions to convertJack Jansen2003-05-27
* Oops, 'k' is the new format code for un unchecked 32 bit quantity,Jack Jansen2003-04-17
* Converted manually written code to the new K format specifier.Jack Jansen2003-04-17
* Use Carbon.File for FSSpec and FSRef conversion, not macfs.Jack Jansen2003-03-02
* It turns out that some calls return AEDesc records that are "borrowed",Jack Jansen2003-01-17
* Squashed compiler warnings by adding casts, making sure prototypes are inJack Jansen2002-12-23
* Patch #632973: Implement _getdefaultlocale for OS X.Martin v. Löwis2002-11-26
* Restore to ANSI C.Michael W. Hudson2002-11-09
* Got rid of the python.rsrc resource file. The error message strings andJack Jansen2002-11-07
* Made MacOS.Error a class style exception (at last!).Jack Jansen2002-10-19
* Added one call to Py_Main(), for OSX framework builds only, that will get theJack Jansen2002-08-02
* More sprintf -> PyOS_snprintf.Tim Peters2001-12-04
* Make the CoreFoundation object _New and _Convert routines available to other ...Jack Jansen2001-11-05
* Link the core with CoreServices, not with Carbon, and don't use any CarbonJack Jansen2001-10-31
* Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'Jack Jansen2001-09-10
* Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.Jack Jansen2001-09-01
* Refer to the toolbox modules by their official name (Carbon.AE), not the inte...Jack Jansen2001-08-27
* Mac toolbox modules have gotten an _ prepended to their name.Jack Jansen2001-08-23
* Got rid of unused includes.Jack Jansen2001-08-08
* Split macglue.c into two: a new mactoolboxglue.c (in ./Python)Jack Jansen2001-08-08