[Python-checkins] r42928 - in python/trunk: Lib/ctypes/.CTYPES_DEVEL Lib/ctypes/__init__.py Lib/ctypes/_endian.py Lib/ctypes/_loader.py Lib/ctypes/macholib/README.ctypes Lib/ctypes/macholib/__init__.py Lib/ctypes/macholib/dyld.py Lib/ctypes/macholib/dylib.py Lib/ctypes/macholib/fetch_macholib Lib/ctypes/macholib/fetch_macholib.bat Lib/ctypes/macholib/framework.py Lib/ctypes/test/__init__.py Lib/ctypes/test/runtests.py Lib/ctypes/test/test_array_in_pointer.py Lib/ctypes/test/test_arrays.py Lib/ctypes/test/test_bitfields.py Lib/ctypes/test/test_buffers.py Lib/ctypes/test/test_byteswap.py Lib/ctypes/test/test_callbacks.py Lib/ctypes/test/test_cast.py Lib/ctypes/test/test_cfuncs.py Lib/ctypes/test/test_checkretval.py Lib/ctypes/test/test_errcheck.py Lib/ctypes/test/test_funcptr.py Lib/ctypes/test/test_functions.py Lib/ctypes/test/test_incomplete.py Lib/ctypes/test/test_init.py Lib/ctypes/test/test_integers.py Lib/ctypes/test/test_internals.py Lib/ctypes/test/test_keeprefs.py Lib/ctypes/test/test_leaks.py Lib/ctypes/test/test_libc.py Lib/ctypes/test/test_loading.py Lib/ctypes/test/test_macholib.py Lib/ctypes/test/test_memfunctions.py Lib/ctypes/test/test_numbers.py Lib/ctypes/test/test_parameters.py Lib/ctypes/test/test_pointers.py Lib/ctypes/test/test_posix.py Lib/ctypes/test/test_prototypes.py Lib/ctypes/test/test_python_api.py Lib/ctypes/test/test_random_things.py Lib/ctypes/test/test_refcounts.py Lib/ctypes/test/test_repr.py Lib/ctypes/test/test_returnfuncptrs.py Lib/ctypes/test/test_simplesubclasses.py Lib/ctypes/test/test_sizes.py Lib/ctypes/test/test_slicing.py Lib/ctypes/test/test_stringptr.py Lib/ctypes/test/test_strings.py Lib/ctypes/test/test_struct_fields.py Lib/ctypes/test/test_structures.py Lib/ctypes/test/test_unicode.py Lib/ctypes/test/test_values.py Lib/ctypes/test/test_win32.py Lib/ctypes/wintypes.py Modules/_ctypes/_ctypes.c Modules/_ctypes/_ctypes_test.c Modules/_ctypes/_ctypes_test.h Modules/_ctypes/callbacks.c Modules/_ctypes/callproc.c Modules/_ctypes/cfield.c Modules/_ctypes/ctypes.h Modules/_ctypes/ctypes_dlfcn.h Modules/_ctypes/darwin/LICENSE Modules/_ctypes/darwin/README Modules/_ctypes/darwin/README.ctypes Modules/_ctypes/darwin/dlfcn.h Modules/_ctypes/darwin/dlfcn_simple.c Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi/README Modules/_ctypes/libffi/aclocal.m4 Modules/_ctypes/libffi/config.guess Modules/_ctypes/libffi/config.sub Modules/_ctypes/libffi/configure Modules/_ctypes/libffi/configure.ac Modules/_ctypes/libffi/fficonfig.h.in Modules/_ctypes/libffi/fficonfig.py.in Modules/_ctypes/libffi/include/ffi.h.in Modules/_ctypes/libffi/include/ffi_common.h Modules/_ctypes/libffi/src/alpha/ffi.c Modules/_ctypes/libffi/src/alpha/ffitarget.h Modules/_ctypes/libffi/src/alpha/osf.S Modules/_ctypes/libffi/src/arm/ffi.c Modules/_ctypes/libffi/src/arm/ffitarget.h Modules/_ctypes/libffi/src/arm/sysv.S Modules/_ctypes/libffi/src/cris/ffi.c Modules/_ctypes/libffi/src/cris/ffitarget.h Modules/_ctypes/libffi/src/cris/sysv.S Modules/_ctypes/libffi/src/frv/eabi.S Modules/_ctypes/libffi/src/frv/ffi.c Modules/_ctypes/libffi/src/frv/ffitarget.h Modules/_ctypes/libffi/src/ia64/ffi.c Modules/_ctypes/libffi/src/ia64/ffitarget.h Modules/_ctypes/libffi/src/ia64/ia64_flags.h Modules/_ctypes/libffi/src/ia64/unix.S Modules/_ctypes/libffi/src/m32r/ffi.c Modules/_ctypes/libffi/src/m32r/ffitarget.h Modules/_ctypes/libffi/src/m32r/sysv.S Modules/_ctypes/libffi/src/m68k/ffi.c Modules/_ctypes/libffi/src/m68k/ffitarget.h Modules/_ctypes/libffi/src/m68k/sysv.S Modules/_ctypes/libffi/src/mips/ffi.c Modules/_ctypes/libffi/src/mips/ffitarget.h Modules/_ctypes/libffi/src/mips/n32.S Modules/_ctypes/libffi/src/mips/o32.S Modules/_ctypes/libffi/src/pa/ffi.c Modules/_ctypes/libffi/src/pa/ffitarget.h Modules/_ctypes/libffi/src/pa/linux.S Modules/_ctypes/libffi/src/powerpc/aix.S Modules/_ctypes/libffi/src/powerpc/aix_closure.S Modules/_ctypes/libffi/src/powerpc/asm.h Modules/_ctypes/libffi/src/powerpc/darwin.S Modules/_ctypes/libffi/src/powerpc/darwin_closure.S Modules/_ctypes/libffi/src/powerpc/ffi.c Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c Modules/_ctypes/libffi/src/powerpc/ffitarget.h Modules/_ctypes/libffi/src/powerpc/linux64.S Modules/_ctypes/libffi/src/powerpc/linux64_closure.S Modules/_ctypes/libffi/src/powerpc/ppc_closure.S Modules/_ctypes/libffi/src/powerpc/sysv.S Modules/_ctypes/libffi/src/prep_cif.c Modules/_ctypes/libffi/src/s390/ffi.c Modules/_ctypes/libffi/src/s390/ffitarget.h Modules/_ctypes/libffi/src/s390/sysv.S Modules/_ctypes/libffi/src/sh/ffi.c Modules/_ctypes/libffi/src/sh/ffitarget.h Modules/_ctypes/libffi/src/sh/sysv.S Modules/_ctypes/libffi/src/sh64/ffi.c Modules/_ctypes/libffi/src/sh64/ffitarget.h Modules/_ctypes/libffi/src/sh64/sysv.S Modules/_ctypes/libffi/src/sparc/ffi.c Modules/_ctypes/libffi/src/sparc/ffitarget.h Modules/_ctypes/libffi/src/sparc/v8.S Modules/_ctypes/libffi/src/sparc/v9.S Modules/_ctypes/libffi/src/x86/ffi.c Modules/_ctypes/libffi/src/x86/ffi64.c Modules/_ctypes/libffi/src/x86/ffitarget.h Modules/_ctypes/libffi/src/x86/sysv.S Modules/_ctypes/libffi/src/x86/unix64.S Modules/_ctypes/libffi/src/x86/win32.S Modules/_ctypes/libffi_arm_wince/debug.c Modules/_ctypes/libffi_arm_wince/ffi.c Modules/_ctypes/libffi_arm_wince/ffi.h Modules/_ctypes/libffi_arm_wince/ffi_common.h Modules/_ctypes/libffi_arm_wince/fficonfig.h Modules/_ctypes/libffi_arm_wince/ffitarget.h Modules/_ctypes/libffi_arm_wince/prep_cif.c Modules/_ctypes/libffi_arm_wince/sysv.asm Modules/_ctypes/libffi_msvc/LICENSE Modules/_ctypes/libffi_msvc/README Modules/_ctypes/libffi_msvc/README.ctypes Modules/_ctypes/libffi_msvc/ffi.c Modules/_ctypes/libffi_msvc/ffi.h Modules/_ctypes/libffi_msvc/ffi_common.h Modules/_ctypes/libffi_msvc/fficonfig.h Modules/_ctypes/libffi_msvc/ffitarget.h Modules/_ctypes/libffi_msvc/prep_cif.c Modules/_ctypes/libffi_msvc/types.c Modules/_ctypes/libffi_msvc/win32.S Modules/_ctypes/libffi_msvc/win32.c Modules/_ctypes/malloc_closure.c Modules/_ctypes/stgdict.c

martin.v.loewis python-checkins at python.org
Thu Mar 9 02:35:34 CET 2006


Author: martin.v.loewis
Date: Thu Mar  9 02:35:32 2006
New Revision: 42928

Modified:
   python/trunk/Lib/ctypes/.CTYPES_DEVEL   (props changed)
   python/trunk/Lib/ctypes/__init__.py   (props changed)
   python/trunk/Lib/ctypes/_endian.py   (props changed)
   python/trunk/Lib/ctypes/_loader.py   (props changed)
   python/trunk/Lib/ctypes/macholib/README.ctypes   (props changed)
   python/trunk/Lib/ctypes/macholib/__init__.py   (props changed)
   python/trunk/Lib/ctypes/macholib/dyld.py   (props changed)
   python/trunk/Lib/ctypes/macholib/dylib.py   (props changed)
   python/trunk/Lib/ctypes/macholib/fetch_macholib   (props changed)
   python/trunk/Lib/ctypes/macholib/fetch_macholib.bat   (props changed)
   python/trunk/Lib/ctypes/macholib/framework.py   (props changed)
   python/trunk/Lib/ctypes/test/__init__.py   (props changed)
   python/trunk/Lib/ctypes/test/runtests.py   (props changed)
   python/trunk/Lib/ctypes/test/test_array_in_pointer.py   (props changed)
   python/trunk/Lib/ctypes/test/test_arrays.py   (props changed)
   python/trunk/Lib/ctypes/test/test_bitfields.py   (props changed)
   python/trunk/Lib/ctypes/test/test_buffers.py   (props changed)
   python/trunk/Lib/ctypes/test/test_byteswap.py   (props changed)
   python/trunk/Lib/ctypes/test/test_callbacks.py   (props changed)
   python/trunk/Lib/ctypes/test/test_cast.py   (props changed)
   python/trunk/Lib/ctypes/test/test_cfuncs.py   (props changed)
   python/trunk/Lib/ctypes/test/test_checkretval.py   (props changed)
   python/trunk/Lib/ctypes/test/test_errcheck.py   (props changed)
   python/trunk/Lib/ctypes/test/test_funcptr.py   (props changed)
   python/trunk/Lib/ctypes/test/test_functions.py   (props changed)
   python/trunk/Lib/ctypes/test/test_incomplete.py   (props changed)
   python/trunk/Lib/ctypes/test/test_init.py   (props changed)
   python/trunk/Lib/ctypes/test/test_integers.py   (props changed)
   python/trunk/Lib/ctypes/test/test_internals.py   (props changed)
   python/trunk/Lib/ctypes/test/test_keeprefs.py   (props changed)
   python/trunk/Lib/ctypes/test/test_leaks.py   (props changed)
   python/trunk/Lib/ctypes/test/test_libc.py   (props changed)
   python/trunk/Lib/ctypes/test/test_loading.py   (props changed)
   python/trunk/Lib/ctypes/test/test_macholib.py   (props changed)
   python/trunk/Lib/ctypes/test/test_memfunctions.py   (props changed)
   python/trunk/Lib/ctypes/test/test_numbers.py   (props changed)
   python/trunk/Lib/ctypes/test/test_parameters.py   (props changed)
   python/trunk/Lib/ctypes/test/test_pointers.py   (props changed)
   python/trunk/Lib/ctypes/test/test_posix.py   (props changed)
   python/trunk/Lib/ctypes/test/test_prototypes.py   (props changed)
   python/trunk/Lib/ctypes/test/test_python_api.py   (props changed)
   python/trunk/Lib/ctypes/test/test_random_things.py   (props changed)
   python/trunk/Lib/ctypes/test/test_refcounts.py   (props changed)
   python/trunk/Lib/ctypes/test/test_repr.py   (props changed)
   python/trunk/Lib/ctypes/test/test_returnfuncptrs.py   (props changed)
   python/trunk/Lib/ctypes/test/test_simplesubclasses.py   (props changed)
   python/trunk/Lib/ctypes/test/test_sizes.py   (props changed)
   python/trunk/Lib/ctypes/test/test_slicing.py   (props changed)
   python/trunk/Lib/ctypes/test/test_stringptr.py   (props changed)
   python/trunk/Lib/ctypes/test/test_strings.py   (props changed)
   python/trunk/Lib/ctypes/test/test_struct_fields.py   (props changed)
   python/trunk/Lib/ctypes/test/test_structures.py   (props changed)
   python/trunk/Lib/ctypes/test/test_unicode.py   (props changed)
   python/trunk/Lib/ctypes/test/test_values.py   (props changed)
   python/trunk/Lib/ctypes/test/test_win32.py   (props changed)
   python/trunk/Lib/ctypes/wintypes.py   (props changed)
   python/trunk/Modules/_ctypes/_ctypes.c   (props changed)
   python/trunk/Modules/_ctypes/_ctypes_test.c   (props changed)
   python/trunk/Modules/_ctypes/_ctypes_test.h   (props changed)
   python/trunk/Modules/_ctypes/callbacks.c   (props changed)
   python/trunk/Modules/_ctypes/callproc.c   (props changed)
   python/trunk/Modules/_ctypes/cfield.c   (props changed)
   python/trunk/Modules/_ctypes/ctypes.h   (props changed)
   python/trunk/Modules/_ctypes/ctypes_dlfcn.h   (props changed)
   python/trunk/Modules/_ctypes/darwin/LICENSE   (props changed)
   python/trunk/Modules/_ctypes/darwin/README   (props changed)
   python/trunk/Modules/_ctypes/darwin/README.ctypes   (props changed)
   python/trunk/Modules/_ctypes/darwin/dlfcn.h   (props changed)
   python/trunk/Modules/_ctypes/darwin/dlfcn_simple.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/LICENSE   (props changed)
   python/trunk/Modules/_ctypes/libffi/README   (props changed)
   python/trunk/Modules/_ctypes/libffi/aclocal.m4   (props changed)
   python/trunk/Modules/_ctypes/libffi/config.guess   (props changed)
   python/trunk/Modules/_ctypes/libffi/config.sub   (props changed)
   python/trunk/Modules/_ctypes/libffi/configure   (props changed)
   python/trunk/Modules/_ctypes/libffi/configure.ac   (props changed)
   python/trunk/Modules/_ctypes/libffi/fficonfig.h.in   (props changed)
   python/trunk/Modules/_ctypes/libffi/fficonfig.py.in   (props changed)
   python/trunk/Modules/_ctypes/libffi/include/ffi.h.in   (props changed)
   python/trunk/Modules/_ctypes/libffi/include/ffi_common.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/alpha/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/alpha/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/alpha/osf.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/arm/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/arm/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/arm/sysv.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/cris/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/cris/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/cris/sysv.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/frv/eabi.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/frv/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/frv/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/ia64/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/ia64/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/ia64/ia64_flags.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/ia64/unix.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/m32r/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/m32r/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/m32r/sysv.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/m68k/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/m68k/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/m68k/sysv.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/mips/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/mips/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/mips/n32.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/mips/o32.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/pa/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/pa/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/pa/linux.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/powerpc/aix.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/powerpc/aix_closure.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/powerpc/asm.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/powerpc/darwin.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/powerpc/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/powerpc/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/powerpc/linux64.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/powerpc/linux64_closure.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/powerpc/ppc_closure.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/powerpc/sysv.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/prep_cif.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/s390/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/s390/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/s390/sysv.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/sh/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/sh/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/sh/sysv.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/sh64/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/sh64/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/sh64/sysv.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/sparc/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/sparc/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/sparc/v8.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/sparc/v9.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/x86/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/x86/ffi64.c   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/x86/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/x86/sysv.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/x86/unix64.S   (props changed)
   python/trunk/Modules/_ctypes/libffi/src/x86/win32.S   (props changed)
   python/trunk/Modules/_ctypes/libffi_arm_wince/debug.c   (props changed)
   python/trunk/Modules/_ctypes/libffi_arm_wince/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi_arm_wince/ffi.h   (props changed)
   python/trunk/Modules/_ctypes/libffi_arm_wince/ffi_common.h   (props changed)
   python/trunk/Modules/_ctypes/libffi_arm_wince/fficonfig.h   (props changed)
   python/trunk/Modules/_ctypes/libffi_arm_wince/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi_arm_wince/prep_cif.c   (props changed)
   python/trunk/Modules/_ctypes/libffi_arm_wince/sysv.asm   (props changed)
   python/trunk/Modules/_ctypes/libffi_msvc/LICENSE   (props changed)
   python/trunk/Modules/_ctypes/libffi_msvc/README   (props changed)
   python/trunk/Modules/_ctypes/libffi_msvc/README.ctypes   (props changed)
   python/trunk/Modules/_ctypes/libffi_msvc/ffi.c   (props changed)
   python/trunk/Modules/_ctypes/libffi_msvc/ffi.h   (props changed)
   python/trunk/Modules/_ctypes/libffi_msvc/ffi_common.h   (props changed)
   python/trunk/Modules/_ctypes/libffi_msvc/fficonfig.h   (props changed)
   python/trunk/Modules/_ctypes/libffi_msvc/ffitarget.h   (props changed)
   python/trunk/Modules/_ctypes/libffi_msvc/prep_cif.c   (props changed)
   python/trunk/Modules/_ctypes/libffi_msvc/types.c   (props changed)
   python/trunk/Modules/_ctypes/libffi_msvc/win32.S   (props changed)
   python/trunk/Modules/_ctypes/libffi_msvc/win32.c   (props changed)
   python/trunk/Modules/_ctypes/malloc_closure.c   (props changed)
   python/trunk/Modules/_ctypes/stgdict.c   (props changed)
Log:
Set auto-props



More information about the Python-checkins mailing list