aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/mactoolboxglue.c
Commit message (Expand)AuthorAge
* remove mactoolboxglueBenjamin Peterson2008-05-13
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-03
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-02
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* SF patch# 1761465 by Jeffrey Yasskin.Guido van Rossum2007-07-27
* Make test_urllib.py pass. Mostly str/bytes issues.Guido van Rossum2007-07-10
* Changes to ctypes and Mac toolbox glue that fix test_threading and test_platf...Guido van Rossum2007-07-09
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* 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