History log of /external/python/cpython2/Mac/Modules/cf/cfsupport.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
07752aba5e5db035ffbaac9a1387952768f514d2 12-Sep-2007 Georg Brandl <georg@python.org> bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
918a9e2f63a037de2a32e2b009944a0e5c693742 03-Jul-2005 Jack Jansen <jack.jansen@cwi.nl> Updated (and regenerated) for name change in tp_init method arguments:
they are now _self, _args and _kwds.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
ce17cf6da7544c90acffaa21682b527d1996506d 15-Jul-2004 Jack Jansen <jack.jansen@cwi.nl> The CF inheritance could cause double frees of the underlying objects.
Fixed.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
d9e50f554f4ce51681cc399e7ff55cd716898322 15-Jul-2004 Jack Jansen <jack.jansen@cwi.nl> CFStringGetUnicode() returned an extra null character at the end of the string.
fixed.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
3bfc28c12f3627470d9e4d1ff18c76cfce54cc02 15-Jul-2004 Jack Jansen <jack.jansen@cwi.nl> Make CF module PEP253 based (finally).
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
e48cef7aba0993ca6d01579f62900f0596960885 19-Nov-2003 Jack Jansen <jack.jansen@cwi.nl> Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:
MacOS9isms.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
ac8bd9175b8f8b93e9bb2b946d4fcf5b041475a6 01-Jun-2003 Jack Jansen <jack.jansen@cwi.nl> Forgot the code to initialize the glue for the new CFObj_ routines.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
4eb45e7804e312b19860b15dcdac904afe407c9b 27-May-2003 Jack Jansen <jack.jansen@cwi.nl> Added functions CFObj_New and CFObj_Convert, general functions to convert
between CF objects and their Python representation. Fixes 734695.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
885d4f65776b650e51301ac4cb3138fa08c82cda 03-Mar-2003 Jack Jansen <jack.jansen@cwi.nl> Mod to previous checkin: we must require ascii, not system defautl encoding,
because we have no easy way to convert the python encoding string to
a CF encoding parameter.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
d505cab5b3c9074aa678a33f03f97623d3e5fd28 03-Mar-2003 Jack Jansen <jack.jansen@cwi.nl> Accept only the system default encoding when converting Python
strings to CF strings. Fixes 682215.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
234d0744466c17edb4440c766f02f6a6c955235b 23-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> - Various tweaks to forestall compiler warnings.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
23be1ceb512ad8244dfd08b97e6a0dab8404f213 13-May-2002 Jack Jansen <jack.jansen@cwi.nl> Added CFPreferences support. Added these as functions, not methods, which seemed counter-intuitive.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
7906634f28b6c730912bcf51644ae4a8361fb028 13-May-2002 Jack Jansen <jack.jansen@cwi.nl> - Better exception when a NULL CF object is encountered.
- Manually generate a routine with funny error semantics.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
6d207c09aa7c9b5e155f4e779133c638fdfdd787 11-May-2002 Jack Jansen <jack.jansen@cwi.nl> - Get data from CFData objects as Python strings and vv.
- Started on supporting CFPropertyLists.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
5ad6f7a3a9190df03583ff9c0426a97e15a63ada 08-May-2002 Jack Jansen <jack.jansen@cwi.nl> More support for bridging between Python and CoreFoundation objects. Still untested.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
69ac361cb54c2134a13bd27b685ba8d01e3c9aa9 01-Jan-2002 Jack Jansen <jack.jansen@cwi.nl> Added some support for unicode arguments.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
2168e9d602cffbb6975a11353707a921455c05f7 16-Dec-2001 Jack Jansen <jack.jansen@cwi.nl> Adapted for Universal Headers 3.4
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
537a69fe66b10614b11b129d07da146f30801717 05-Nov-2001 Jack Jansen <jack.jansen@cwi.nl> Make the CoreFoundation object _New and _Convert routines available to other modules. Idea by Donovan Preston, implementaion by me.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
fd064863ebbe90adc24c60df4c3dbf630ec3a6c4 05-Sep-2001 Jack Jansen <jack.jansen@cwi.nl> Shut up many more gcc warnings.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
9642ecad06f596b3eded6fb2e683d95a4d1b911c 05-Sep-2001 Jack Jansen <jack.jansen@cwi.nl> Shut up a few more gcc warnings.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
06d2e1af3579f6a698a84b81dfda0bacb6263f7d 05-Sep-2001 Jack Jansen <jack.jansen@cwi.nl> Regenerated without default int return types.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
77105a960b078d79a4e7827b320e66217a78a0f8 23-Aug-2001 Jack Jansen <jack.jansen@cwi.nl> The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
3988358b4d70c01660b068deb72bd0818ad85333 03-Aug-2001 Jack Jansen <jack.jansen@cwi.nl> If we use frameworks we should include CoreServices/CoreServices.h, not the
old-style CoreFoundation.h.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
6f70d62855311cb02c0cc9994b3706724cad61fb 17-Jul-2001 Jack Jansen <jack.jansen@cwi.nl> Used an adapted MethodGenerator to generate methods too for functions that have the object as the second arg after a first CFAllocatorRef arg (which we pass as NULL always anyway).
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
c90acb95997de32cc6014814e686804914a9c0c3 05-Jul-2001 unknown <tools@python.org> Do conversion of CFStrings to/from unicode.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
340d98f564ac3ce8ee46b1f2c4f382718c10effe 02-Jul-2001 Jack Jansen <jack.jansen@cwi.nl> - Use weaklink generators so we can support OSX-only calls without crashing on OS9.
- Convert CFString to/from Python strings. Currently always MacRoman, to be fixed later (as is unicode support). Python->CFString conversion is automatic.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
7becc91fefacaffc403b0cb47178a3d817843cad 29-Jun-2001 Jack Jansen <jack.jansen@cwi.nl> Added CFURL support, and got base chaining to really work.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
bc7c8960e0afe272a89b37607664819599e5572e 28-Jun-2001 Jack Jansen <jack.jansen@cwi.nl> CFArray, CFData and CFDictonary are now covered, but mainly opaque.
CFStrings are in better shape, but Unicode support and automatic conversion to/from Python strings remains to be done.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py
686f9c344cfa68c04be9f0894fa89cf7937775c6 26-Jun-2001 Jack Jansen <jack.jansen@cwi.nl> First small step towards bgen-generated CoreFoundation. there is hardly any real functionality yet, but method chains seem to work, and so do Retain/Release semantics.
/external/python/cpython2/Mac/Modules/cf/cfsupport.py