summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/cf/_CFmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-4986/+0
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-21/+21
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-0/+1
* Merged revisions 56483-56491 via svnmerge fromMartin v. Löwis2007-07-221-41/+31
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-10/+10
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-9/+9
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+2
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-122/+132
* The CF inheritance could cause double frees of the underlying objects.Jack Jansen2004-07-151-0/+10
* CFStringGetUnicode() returned an extra null character at the end of the string.Jack Jansen2004-07-151-1/+1
* Make CF module PEP253 based (finally).Jack Jansen2004-07-151-100/+631
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-5/+0
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-11/+0
* Forgot the code to initialize the glue for the new CFObj_ routines.Jack Jansen2003-05-311-2/+2
* Added functions CFObj_New and CFObj_Convert, general functions to convertJack Jansen2003-05-271-2/+50
* Accept only the system default encoding when converting PythonJack Jansen2003-03-031-4/+4
* - Various tweaks to forestall compiler warnings.Jack Jansen2002-12-231-13/+25
* Regenerated with inheritance-aware xxxx_Check() macros.Jack Jansen2002-12-191-10/+10
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-031-20/+40
* Regenerated with PyDoc_STR() around docstrings.Jack Jansen2002-08-161-152/+152
* Added CFPreferences support. Added these as functions, not methods, which see...Jack Jansen2002-05-131-0/+357
* - Better exception when a NULL CF object is encountered.Jack Jansen2002-05-121-11/+133
* More support for bridging between Python and CoreFoundation objects. Still un...Jack Jansen2002-05-071-0/+38
* Regenerated.Jack Jansen2002-04-231-10/+10
* Lurking bug found by patch for 531291: FSSpecs should be passed toJack Jansen2002-03-181-1/+1
* Added some support for unicode arguments.Jack Jansen2002-01-011-0/+69
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+4
* Adapted for Universal Headers 3.4Jack Jansen2001-12-161-33/+408
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-10/+10
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-14/+200
* Make the CoreFoundation object _New and _Convert routines available to other ...Jack Jansen2001-11-051-19/+70
* Shut up many more gcc warnings.Jack Jansen2001-09-051-16/+14
* Shut up a few more gcc warnings.Jack Jansen2001-09-041-1/+1
* Regenerated without default int return types.Jack Jansen2001-09-041-10/+11
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+3179