move legacy pxd files to Cython/Includes/Deprecated
authorLisandro Dalcin <dalcinl@gmail.com>
Fri, 11 Jun 2010 19:27:59 +0000 (16:27 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Fri, 11 Jun 2010 19:27:59 +0000 (16:27 -0300)
commit0d04f2bba4c491b7255126c2c32e12fa4098d741
tree91c648f9e7ae5088997bd486439260897bd3c412
parent3e116a8a939cc6408053fdc12c6330a30c2af6fc
move legacy pxd files to Cython/Includes/Deprecated

--HG--
rename : Cython/Includes/python.pxd => Cython/Includes/Deprecated/python.pxd
rename : Cython/Includes/python2.5.pxd => Cython/Includes/Deprecated/python2.5.pxd
rename : Cython/Includes/python_bool.pxd => Cython/Includes/Deprecated/python_bool.pxd
rename : Cython/Includes/python_buffer.pxd => Cython/Includes/Deprecated/python_buffer.pxd
rename : Cython/Includes/python_bytes.pxd => Cython/Includes/Deprecated/python_bytes.pxd
rename : Cython/Includes/python_cobject.pxd => Cython/Includes/Deprecated/python_cobject.pxd
rename : Cython/Includes/python_complex.pxd => Cython/Includes/Deprecated/python_complex.pxd
rename : Cython/Includes/python_dict.pxd => Cython/Includes/Deprecated/python_dict.pxd
rename : Cython/Includes/python_exc.pxd => Cython/Includes/Deprecated/python_exc.pxd
rename : Cython/Includes/python_float.pxd => Cython/Includes/Deprecated/python_float.pxd
rename : Cython/Includes/python_function.pxd => Cython/Includes/Deprecated/python_function.pxd
rename : Cython/Includes/python_getargs.pxd => Cython/Includes/Deprecated/python_getargs.pxd
rename : Cython/Includes/python_instance.pxd => Cython/Includes/Deprecated/python_instance.pxd
rename : Cython/Includes/python_int.pxd => Cython/Includes/Deprecated/python_int.pxd
rename : Cython/Includes/python_iterator.pxd => Cython/Includes/Deprecated/python_iterator.pxd
rename : Cython/Includes/python_list.pxd => Cython/Includes/Deprecated/python_list.pxd
rename : Cython/Includes/python_long.pxd => Cython/Includes/Deprecated/python_long.pxd
rename : Cython/Includes/python_mapping.pxd => Cython/Includes/Deprecated/python_mapping.pxd
rename : Cython/Includes/python_mem.pxd => Cython/Includes/Deprecated/python_mem.pxd
rename : Cython/Includes/python_method.pxd => Cython/Includes/Deprecated/python_method.pxd
rename : Cython/Includes/python_module.pxd => Cython/Includes/Deprecated/python_module.pxd
rename : Cython/Includes/python_number.pxd => Cython/Includes/Deprecated/python_number.pxd
rename : Cython/Includes/python_object.pxd => Cython/Includes/Deprecated/python_object.pxd
rename : Cython/Includes/python_oldbuffer.pxd => Cython/Includes/Deprecated/python_oldbuffer.pxd
rename : Cython/Includes/python_pycapsule.pxd => Cython/Includes/Deprecated/python_pycapsule.pxd
rename : Cython/Includes/python_ref.pxd => Cython/Includes/Deprecated/python_ref.pxd
rename : Cython/Includes/python_sequence.pxd => Cython/Includes/Deprecated/python_sequence.pxd
rename : Cython/Includes/python_set.pxd => Cython/Includes/Deprecated/python_set.pxd
rename : Cython/Includes/python_string.pxd => Cython/Includes/Deprecated/python_string.pxd
rename : Cython/Includes/python_tuple.pxd => Cython/Includes/Deprecated/python_tuple.pxd
rename : Cython/Includes/python_type.pxd => Cython/Includes/Deprecated/python_type.pxd
rename : Cython/Includes/python_unicode.pxd => Cython/Includes/Deprecated/python_unicode.pxd
rename : Cython/Includes/python_version.pxd => Cython/Includes/Deprecated/python_version.pxd
rename : Cython/Includes/python_weakref.pxd => Cython/Includes/Deprecated/python_weakref.pxd
rename : Cython/Includes/stdio.pxd => Cython/Includes/Deprecated/stdio.pxd
rename : Cython/Includes/stdlib.pxd => Cython/Includes/Deprecated/stdlib.pxd
rename : Cython/Includes/stl.pxd => Cython/Includes/Deprecated/stl.pxd
47 files changed:
Cython/Compiler/Main.py
Cython/Includes/Deprecated/python.pxd [moved from Cython/Includes/python.pxd with 100% similarity]
Cython/Includes/Deprecated/python2.5.pxd [moved from Cython/Includes/python2.5.pxd with 100% similarity]
Cython/Includes/Deprecated/python_bool.pxd [moved from Cython/Includes/python_bool.pxd with 100% similarity]
Cython/Includes/Deprecated/python_buffer.pxd [moved from Cython/Includes/python_buffer.pxd with 100% similarity]
Cython/Includes/Deprecated/python_bytes.pxd [moved from Cython/Includes/python_bytes.pxd with 100% similarity]
Cython/Includes/Deprecated/python_cobject.pxd [moved from Cython/Includes/python_cobject.pxd with 100% similarity]
Cython/Includes/Deprecated/python_complex.pxd [moved from Cython/Includes/python_complex.pxd with 100% similarity]
Cython/Includes/Deprecated/python_dict.pxd [moved from Cython/Includes/python_dict.pxd with 100% similarity]
Cython/Includes/Deprecated/python_exc.pxd [moved from Cython/Includes/python_exc.pxd with 100% similarity]
Cython/Includes/Deprecated/python_float.pxd [moved from Cython/Includes/python_float.pxd with 100% similarity]
Cython/Includes/Deprecated/python_function.pxd [moved from Cython/Includes/python_function.pxd with 100% similarity]
Cython/Includes/Deprecated/python_getargs.pxd [moved from Cython/Includes/python_getargs.pxd with 100% similarity]
Cython/Includes/Deprecated/python_instance.pxd [moved from Cython/Includes/python_instance.pxd with 100% similarity]
Cython/Includes/Deprecated/python_int.pxd [moved from Cython/Includes/python_int.pxd with 100% similarity]
Cython/Includes/Deprecated/python_iterator.pxd [moved from Cython/Includes/python_iterator.pxd with 100% similarity]
Cython/Includes/Deprecated/python_list.pxd [moved from Cython/Includes/python_list.pxd with 100% similarity]
Cython/Includes/Deprecated/python_long.pxd [moved from Cython/Includes/python_long.pxd with 100% similarity]
Cython/Includes/Deprecated/python_mapping.pxd [moved from Cython/Includes/python_mapping.pxd with 100% similarity]
Cython/Includes/Deprecated/python_mem.pxd [moved from Cython/Includes/python_mem.pxd with 100% similarity]
Cython/Includes/Deprecated/python_method.pxd [moved from Cython/Includes/python_method.pxd with 100% similarity]
Cython/Includes/Deprecated/python_module.pxd [moved from Cython/Includes/python_module.pxd with 100% similarity]
Cython/Includes/Deprecated/python_number.pxd [moved from Cython/Includes/python_number.pxd with 100% similarity]
Cython/Includes/Deprecated/python_object.pxd [moved from Cython/Includes/python_object.pxd with 100% similarity]
Cython/Includes/Deprecated/python_oldbuffer.pxd [moved from Cython/Includes/python_oldbuffer.pxd with 100% similarity]
Cython/Includes/Deprecated/python_pycapsule.pxd [moved from Cython/Includes/python_pycapsule.pxd with 100% similarity]
Cython/Includes/Deprecated/python_ref.pxd [moved from Cython/Includes/python_ref.pxd with 100% similarity]
Cython/Includes/Deprecated/python_sequence.pxd [moved from Cython/Includes/python_sequence.pxd with 100% similarity]
Cython/Includes/Deprecated/python_set.pxd [moved from Cython/Includes/python_set.pxd with 100% similarity]
Cython/Includes/Deprecated/python_string.pxd [moved from Cython/Includes/python_string.pxd with 100% similarity]
Cython/Includes/Deprecated/python_tuple.pxd [moved from Cython/Includes/python_tuple.pxd with 100% similarity]
Cython/Includes/Deprecated/python_type.pxd [moved from Cython/Includes/python_type.pxd with 100% similarity]
Cython/Includes/Deprecated/python_unicode.pxd [moved from Cython/Includes/python_unicode.pxd with 100% similarity]
Cython/Includes/Deprecated/python_version.pxd [moved from Cython/Includes/python_version.pxd with 100% similarity]
Cython/Includes/Deprecated/python_weakref.pxd [moved from Cython/Includes/python_weakref.pxd with 100% similarity]
Cython/Includes/Deprecated/stdio.pxd [moved from Cython/Includes/stdio.pxd with 100% similarity]
Cython/Includes/Deprecated/stdlib.pxd [moved from Cython/Includes/stdlib.pxd with 100% similarity]
Cython/Includes/Deprecated/stl.pxd [moved from Cython/Includes/stl.pxd with 100% similarity]
Cython/Includes/cpython/object.pxd
Cython/Includes/numpy.pxd
tests/compile/c_directives.pyx
tests/compile/shipped_pxds.pyx [deleted file]
tests/run/bufaccess.pyx
tests/run/buffmt.pyx
tests/run/cython_includes.pyx
tests/run/inplace.pyx
tests/run/r_pythonapi.pyx