summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/cf
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-125-6107/+0
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-21/+21
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-3/+3
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-193-0/+3
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-301-3/+3
* Convert raise statements in Mac/.Collin Winter2007-08-221-3/+3
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-122-2/+2
* 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
* Fix a couple of warnings on Mac OS X.Neal Norwitz2006-02-241-1/+1
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-032-126/+136
* Whitespace normalization, via reindent.py.Tim Peters2004-07-182-408/+407
* The CF inheritance could cause double frees of the underlying objects.Jack Jansen2004-07-152-0/+11
* CFStringGetUnicode() returned an extra null character at the end of the string.Jack Jansen2004-07-152-2/+2
* Make CF module PEP253 based (finally).Jack Jansen2004-07-152-110/+669
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-202-6/+1
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-193-32/+0
* Forgot the code to initialize the glue for the new CFObj_ routines.Jack Jansen2003-05-312-4/+4
* Added functions CFObj_New and CFObj_Convert, general functions to convertJack Jansen2003-05-272-2/+98
* Mod to previous checkin: we must require ascii, not system defautl encoding,Jack Jansen2003-03-032-2/+2
* Accept only the system default encoding when converting PythonJack Jansen2003-03-033-8/+11
* - Various tweaks to forestall compiler warnings.Jack Jansen2002-12-232-16/+30
* 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
* After generating the Python file with definitions try to run it, soJack Jansen2002-08-151-0/+2
* Enable building of Carbon toolbox modules with unix-Python.Jack Jansen2002-08-051-2/+1
* Added typechecking to the individual python->CF converters, so we can use the...Jack Jansen2002-05-131-2/+16
* Added CFPreferences support. Added these as functions, not methods, which see...Jack Jansen2002-05-133-3/+372
* - Better exception when a NULL CF object is encountered.Jack Jansen2002-05-123-16/+168
* - Get data from CFData objects as Python strings and vv.Jack Jansen2002-05-102-1/+34
* Fixed string and dict conversion, and implemented booleans and numbers (int a...Jack Jansen2002-05-081-14/+49
* Partial fix for string handling. Null byte TBD.Jack Jansen2002-05-081-2/+4
* More support for bridging between Python and CoreFoundation objects. Still un...Jack Jansen2002-05-073-6/+131
* First steps towards a generalized converter of Python objectJack Jansen2002-05-052-0/+217
* Regenerated.Jack Jansen2002-04-231-10/+10
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-241-0/+1
* 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-013-5/+75
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+4
* Adapted for Universal Headers 3.4Jack Jansen2001-12-162-33/+410
* 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-052-38/+140
* Shut up many more gcc warnings.Jack Jansen2001-09-052-26/+24
* Shut up a few more gcc warnings.Jack Jansen2001-09-042-2/+2
* Regenerated without default int return types.Jack Jansen2001-09-042-10/+12