32 Commits (fd7e4964bbe8dcd750c46aa2a96aeaec97e7ef25)

Author SHA1 Message Date
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Ronald Oussoren 5640ce2f1e MacOS X: Enable 4-way universal builds 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Christian Heimes 000a074c95 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 18 years ago
Thomas Heller 249f6b1bf4 Add missing Py_DECREFs. 20 years ago
Ronald Oussoren 6c1074888e This patches fixes a number of byteorder problems in MacOSX specific code. 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Raymond Hettinger ec6eb369d5 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core 22 years ago
Jack Jansen 59f072ad7c Moved PyMac_GetScript() to _localemodule, which is the only place where 22 years ago
Jack Jansen a53f4eba19 Getting rid of code conditional on TARGET_API_MAC_*. 23 years ago
Jack Jansen 37249c5524 WITHOUT_FRAMEWORKS conditional code bites the dust: this was for 23 years ago
Jack Jansen 4eb45e7804 Added functions CFObj_New and CFObj_Convert, general functions to convert 23 years ago
Jack Jansen 84c2b1b9aa Oops, 'k' is the new format code for un unchecked 32 bit quantity, 23 years ago
Jack Jansen ecc6635ae4 Converted manually written code to the new K format specifier. 23 years ago
Jack Jansen ad5e76a8fb Use Carbon.File for FSSpec and FSRef conversion, not macfs. 23 years ago
Jack Jansen b2a57722a8 It turns out that some calls return AEDesc records that are "borrowed", 23 years ago
Jack Jansen 0a116f3a29 Squashed compiler warnings by adding casts, making sure prototypes are in 23 years ago
Martin v. Löwis 52ea7e9244 Patch #632973: Implement _getdefaultlocale for OS X. 23 years ago
Michael W. Hudson 5f26dda25d Restore to ANSI C. 24 years ago
Jack Jansen dde800ec4e Got rid of the python.rsrc resource file. The error message strings and 24 years ago
Jack Jansen 8fce2ef84c Made MacOS.Error a class style exception (at last!). 24 years ago
Jack Jansen 21ed16acbe Added one call to Py_Main(), for OSX framework builds only, that will get the 24 years ago
Tim Peters 22a51efc1c More sprintf -> PyOS_snprintf. 24 years ago
Jack Jansen 537a69fe66 Make the CoreFoundation object _New and _Convert routines available to other modules. Idea by Donovan Preston, implementaion by me. 25 years ago
Jack Jansen 666b1e7e2f Link the core with CoreServices, not with Carbon, and don't use any Carbon 25 years ago
Jack Jansen 697842f58c Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' 25 years ago
Jack Jansen fabd00fa91 Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. 25 years ago
Jack Jansen 06bd3234cb Refer to the toolbox modules by their official name (Carbon.AE), not the internal name (_AE). This can slow things down (once) but it's the only way I can get things to work on OSX, OS9 dynamically loaded and OS9 frozen. 25 years ago
Jack Jansen 3cbf6d9d6e Mac toolbox modules have gotten an _ prepended to their name. 25 years ago
Jack Jansen d844a5f428 Got rid of unused includes. 25 years ago
Jack Jansen 94bebc0381 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) 25 years ago