[Python-checkins] r42926 - in python/trunk/Lib/ctypes: __init__.py _endian.py _loader.py macholib/__init__.py macholib/dyld.py macholib/dylib.py macholib/framework.py test/__init__.py test/runtests.py test/test_array_in_pointer.py test/test_arrays.py test/test_bitfields.py test/test_buffers.py test/test_byteswap.py test/test_callbacks.py test/test_cast.py test/test_cfuncs.py test/test_checkretval.py test/test_errcheck.py test/test_funcptr.py test/test_functions.py test/test_incomplete.py test/test_init.py test/test_integers.py test/test_internals.py test/test_keeprefs.py test/test_leaks.py test/test_libc.py test/test_loading.py test/test_macholib.py test/test_memfunctions.py test/test_numbers.py test/test_parameters.py test/test_pointers.py test/test_posix.py test/test_prototypes.py test/test_python_api.py test/test_random_things.py test/test_refcounts.py test/test_repr.py test/test_returnfuncptrs.py test/test_simplesubclasses.py test/test_sizes.py test/test_slicing.py test/test_stringptr.py test/test_strings.py test/test_struct_fields.py test/test_structures.py test/test_unicode.py test/test_values.py test/test_win32.py wintypes.py

tim.peters python-checkins at python.org
Thu Mar 9 02:07:27 CET 2006


Author: tim.peters
Date: Thu Mar  9 02:07:25 2006
New Revision: 42926

Modified:
   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/__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/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)
Log:
These text files were all missing the svn:eol-style property.



More information about the Python-checkins mailing list