COMMITS
/ Python/mactoolboxglue.c November 5, 2004
R
SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
Raymond Hettinger committed
July 15, 2004
J
Moved PyMac_GetScript() to _localemodule, which is the only place where
Jack Jansen committed
November 19, 2003
J
Getting rid of code conditional on TARGET_API_MAC_*.
Jack Jansen committed
J
WITHOUT_FRAMEWORKS conditional code bites the dust: this was for
Jack Jansen committed
May 27, 2003
J
Added functions CFObj_New and CFObj_Convert, general functions to convert
Jack Jansen committed
April 17, 2003
J
Oops, 'k' is the new format code for un unchecked 32 bit quantity,
Jack Jansen committed
J
Converted manually written code to the new K format specifier.
Jack Jansen committed
March 2, 2003
J
Use Carbon.File for FSSpec and FSRef conversion, not macfs.
Jack Jansen committed
January 17, 2003
J
It turns out that some calls return AEDesc records that are "borrowed",
Jack Jansen committed
December 23, 2002
J
Squashed compiler warnings by adding casts, making sure prototypes are in
Jack Jansen committed
November 26, 2002
M
Patch #632973: Implement _getdefaultlocale for OS X.
Martin v. Löwis committed
November 9, 2002
M
Restore to ANSI C.
Michael W. Hudson committed
November 7, 2002
J
Got rid of the python.rsrc resource file. The error message strings and
Jack Jansen committed
October 19, 2002
J
Made MacOS.Error a class style exception (at last!).
Jack Jansen committed
August 2, 2002
J
Added one call to Py_Main(), for OSX framework builds only, that will get the
Jack Jansen committed
December 4, 2001
T
More sprintf -> PyOS_snprintf.
Tim Peters committed
November 5, 2001
October 31, 2001
J
Link the core with CoreServices, not with Carbon, and don't use any Carbon
Jack Jansen committed
September 10, 2001
J
Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'
Jack Jansen committed
September 1, 2001
J
Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.
Jack Jansen committed
August 27, 2001
August 23, 2001
J
Mac toolbox modules have gotten an _ prepended to their name.
Jack Jansen committed
August 8, 2001
J
Got rid of unused includes.
Jack Jansen committed
J
Split macglue.c into two: a new mactoolboxglue.c (in ./Python)
Jack Jansen committed