summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/cf/cfscan.py
Commit message (Expand)AuthorAgeFilesLines
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-301-3/+3
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-119/+119
* 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 CFPreferences support. Added these as functions, not methods, which see...Jack Jansen2002-05-131-2/+2
* - Better exception when a NULL CF object is encountered.Jack Jansen2002-05-121-0/+1
* - Get data from CFData objects as Python strings and vv.Jack Jansen2002-05-101-1/+5
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-241-0/+1
* Added some support for unicode arguments.Jack Jansen2002-01-011-3/+6
* Used an adapted MethodGenerator to generate methods too for functions that ha...Jack Jansen2001-07-171-3/+7
* - Use weaklink generators so we can support OSX-only calls without crashing o...Jack Jansen2001-07-011-2/+4
* Added CFURL support, and got base chaining to really work.Jack Jansen2001-06-281-3/+15
* CFArray, CFData and CFDictonary are now covered, but mainly opaque.Jack Jansen2001-06-271-6/+37
* First small step towards bgen-generated CoreFoundation. there is hardly any r...Jack Jansen2001-06-261-0/+83