| Commit message (Expand) | Author | Age | Files | Lines |
* | SF patch# 1761465 by Jeffrey Yasskin. | Guido van Rossum | 2007-07-27 | 1 | -2/+2 |
* | Make test_urllib.py pass. Mostly str/bytes issues. | Guido van Rossum | 2007-07-10 | 1 | -4/+19 |
* | Changes to ctypes and Mac toolbox glue that fix test_threading and test_platf... | Guido van Rossum | 2007-07-09 | 1 | -3/+23 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+2 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -2/+6 |
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -2/+2 |
* | SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core | Raymond Hettinger | 2004-11-05 | 1 | -158/+67 |
* | Moved PyMac_GetScript() to _localemodule, which is the only place where | Jack Jansen | 2004-07-15 | 1 | -24/+0 |
* | Getting rid of code conditional on TARGET_API_MAC_*. | Jack Jansen | 2003-11-19 | 1 | -37/+0 |
* | WITHOUT_FRAMEWORKS conditional code bites the dust: this was for | Jack Jansen | 2003-11-19 | 1 | -4/+0 |
* | Added functions CFObj_New and CFObj_Convert, general functions to convert | Jack Jansen | 2003-05-27 | 1 | -0/+3 |
* | Oops, 'k' is the new format code for un unchecked 32 bit quantity, | Jack Jansen | 2003-04-17 | 1 | -2/+2 |
* | Converted manually written code to the new K format specifier. | Jack Jansen | 2003-04-17 | 1 | -2/+2 |
* | Use Carbon.File for FSSpec and FSRef conversion, not macfs. | Jack Jansen | 2003-03-02 | 1 | -4/+4 |
* | It turns out that some calls return AEDesc records that are "borrowed", | Jack Jansen | 2003-01-17 | 1 | -0/+1 |
* | Squashed compiler warnings by adding casts, making sure prototypes are in | Jack Jansen | 2002-12-23 | 1 | -1/+1 |
* | Patch #632973: Implement _getdefaultlocale for OS X. | Martin v. Löwis | 2002-11-26 | 1 | -5/+16 |
* | Restore to ANSI C. | Michael W. Hudson | 2002-11-09 | 1 | -2/+2 |
* | Got rid of the python.rsrc resource file. The error message strings and | Jack Jansen | 2002-11-07 | 1 | -0/+34 |
* | Made MacOS.Error a class style exception (at last!). | Jack Jansen | 2002-10-19 | 1 | -1/+1 |
* | Added one call to Py_Main(), for OSX framework builds only, that will get the | Jack Jansen | 2002-08-02 | 1 | -0/+88 |
* | More sprintf -> PyOS_snprintf. | Tim Peters | 2001-12-04 | 1 | -1/+1 |
* | Make the CoreFoundation object _New and _Convert routines available to other ... | Jack Jansen | 2001-11-05 | 1 | -0/+22 |
* | Link the core with CoreServices, not with Carbon, and don't use any Carbon | Jack Jansen | 2001-10-31 | 1 | -0/+8 |
* | Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' | Jack Jansen | 2001-09-10 | 1 | -1/+41 |
* | Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. | Jack Jansen | 2001-09-01 | 1 | -0/+4 |
* | Refer to the toolbox modules by their official name (Carbon.AE), not the inte... | Jack Jansen | 2001-08-27 | 1 | -59/+59 |
* | Mac toolbox modules have gotten an _ prepended to their name. | Jack Jansen | 2001-08-23 | 1 | -58/+58 |
* | Got rid of unused includes. | Jack Jansen | 2001-08-08 | 1 | -22/+2 |
* | Split macglue.c into two: a new mactoolboxglue.c (in ./Python) | Jack Jansen | 2001-08-08 | 1 | -0/+430 |