more .pxd cleanups
authorStefan Behnel <scoder@users.berlios.de>
Fri, 23 Oct 2009 13:39:32 +0000 (15:39 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 23 Oct 2009 13:39:32 +0000 (15:39 +0200)
commit543d5ca5a2d223584673dddbbb15c3a0c83505bb
treeb3be9f9c7d89e0003079d16334d69763ed6543f8
parenta265ec1aa6ffc67db9b4f60482e2a4cb13c88425
more .pxd cleanups

--HG--
rename : Cython/Includes/python_string.pxd => Cython/Includes/python_bytes.pxd
rename : Cython/Includes/python_parse.pxd => Cython/Includes/python_getargs.pxd
21 files changed:
Cython/Includes/python_buffer.pxd
Cython/Includes/python_bytes.pxd [new file with mode: 0644]
Cython/Includes/python_cobject.pxd
Cython/Includes/python_complex.pxd
Cython/Includes/python_dict.pxd
Cython/Includes/python_exc.pxd
Cython/Includes/python_float.pxd
Cython/Includes/python_function.pxd
Cython/Includes/python_getargs.pxd [new file with mode: 0644]
Cython/Includes/python_int.pxd
Cython/Includes/python_list.pxd
Cython/Includes/python_long.pxd
Cython/Includes/python_method.pxd
Cython/Includes/python_module.pxd
Cython/Includes/python_number.pxd
Cython/Includes/python_parse.pxd [deleted file]
Cython/Includes/python_pycapsule.pxd
Cython/Includes/python_set.pxd
Cython/Includes/python_string.pxd
Cython/Includes/python_tuple.pxd
Cython/Includes/python_unicode.pxd