Rename pxi includes to pxd
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 25 Apr 2008 16:55:29 +0000 (09:55 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 25 Apr 2008 16:55:29 +0000 (09:55 -0700)
--HG--
rename : Includes/python.pxi => Includes/python.pxd
rename : Includes/python2.5.pxi => Includes/python2.5.pxd
rename : Includes/python_bool.pxi => Includes/python_bool.pxd
rename : Includes/python_complex.pxi => Includes/python_complex.pxd
rename : Includes/python_dict.pxi => Includes/python_dict.pxd
rename : Includes/python_exc.pxi => Includes/python_exc.pxd
rename : Includes/python_float.pxi => Includes/python_float.pxd
rename : Includes/python_function.pxi => Includes/python_function.pxd
rename : Includes/python_instance.pxi => Includes/python_instance.pxd
rename : Includes/python_int.pxi => Includes/python_int.pxd
rename : Includes/python_iterator.pxi => Includes/python_iterator.pxd
rename : Includes/python_list.pxi => Includes/python_list.pxd
rename : Includes/python_long.pxi => Includes/python_long.pxd
rename : Includes/python_mapping.pxi => Includes/python_mapping.pxd
rename : Includes/python_mem.pxi => Includes/python_mem.pxd
rename : Includes/python_method.pxi => Includes/python_method.pxd
rename : Includes/python_module.pxi => Includes/python_module.pxd
rename : Includes/python_number.pxi => Includes/python_number.pxd
rename : Includes/python_object.pxi => Includes/python_object.pxd
rename : Includes/python_parse.pxi => Includes/python_parse.pxd
rename : Includes/python_ref.pxi => Includes/python_ref.pxd
rename : Includes/python_sequence.pxi => Includes/python_sequence.pxd
rename : Includes/python_set.pxi => Includes/python_set.pxd
rename : Includes/python_string.pxi => Includes/python_string.pxd
rename : Includes/python_tuple.pxi => Includes/python_tuple.pxd
rename : Includes/python_type.pxi => Includes/python_type.pxd
rename : Includes/stdio.pxi => Includes/stdio.pxd
rename : Includes/stdlib.pxi => Includes/stdlib.pxd

28 files changed:
Includes/python.pxd [moved from Includes/python.pxi with 100% similarity]
Includes/python2.5.pxd [moved from Includes/python2.5.pxi with 100% similarity]
Includes/python_bool.pxd [moved from Includes/python_bool.pxi with 100% similarity]
Includes/python_complex.pxd [moved from Includes/python_complex.pxi with 100% similarity]
Includes/python_dict.pxd [moved from Includes/python_dict.pxi with 100% similarity]
Includes/python_exc.pxd [moved from Includes/python_exc.pxi with 100% similarity]
Includes/python_float.pxd [moved from Includes/python_float.pxi with 100% similarity]
Includes/python_function.pxd [moved from Includes/python_function.pxi with 100% similarity]
Includes/python_instance.pxd [moved from Includes/python_instance.pxi with 100% similarity]
Includes/python_int.pxd [moved from Includes/python_int.pxi with 100% similarity]
Includes/python_iterator.pxd [moved from Includes/python_iterator.pxi with 100% similarity]
Includes/python_list.pxd [moved from Includes/python_list.pxi with 100% similarity]
Includes/python_long.pxd [moved from Includes/python_long.pxi with 100% similarity]
Includes/python_mapping.pxd [moved from Includes/python_mapping.pxi with 100% similarity]
Includes/python_mem.pxd [moved from Includes/python_mem.pxi with 100% similarity]
Includes/python_method.pxd [moved from Includes/python_method.pxi with 100% similarity]
Includes/python_module.pxd [moved from Includes/python_module.pxi with 100% similarity]
Includes/python_number.pxd [moved from Includes/python_number.pxi with 100% similarity]
Includes/python_object.pxd [moved from Includes/python_object.pxi with 100% similarity]
Includes/python_parse.pxd [moved from Includes/python_parse.pxi with 100% similarity]
Includes/python_ref.pxd [moved from Includes/python_ref.pxi with 100% similarity]
Includes/python_sequence.pxd [moved from Includes/python_sequence.pxi with 100% similarity]
Includes/python_set.pxd [moved from Includes/python_set.pxi with 100% similarity]
Includes/python_string.pxd [moved from Includes/python_string.pxi with 100% similarity]
Includes/python_tuple.pxd [moved from Includes/python_tuple.pxi with 100% similarity]
Includes/python_type.pxd [moved from Includes/python_type.pxi with 100% similarity]
Includes/stdio.pxd [moved from Includes/stdio.pxi with 100% similarity]
Includes/stdlib.pxd [moved from Includes/stdlib.pxi with 100% similarity]

similarity index 100%
rename from Includes/python.pxi
rename to Includes/python.pxd
similarity index 100%
rename from Includes/stdio.pxi
rename to Includes/stdio.pxd
similarity index 100%
rename from Includes/stdlib.pxi
rename to Includes/stdlib.pxd