From: Robert Bradshaw Date: Fri, 25 Apr 2008 16:55:29 +0000 (-0700) Subject: Rename pxi includes to pxd X-Git-Tag: 0.9.6.14~21^2~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e918de3e88a4086a5d5507e891f8632b2dadf7cc;p=cython.git Rename pxi includes to pxd --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 --- diff --git a/Includes/python.pxi b/Includes/python.pxd similarity index 100% rename from Includes/python.pxi rename to Includes/python.pxd diff --git a/Includes/python2.5.pxi b/Includes/python2.5.pxd similarity index 100% rename from Includes/python2.5.pxi rename to Includes/python2.5.pxd diff --git a/Includes/python_bool.pxi b/Includes/python_bool.pxd similarity index 100% rename from Includes/python_bool.pxi rename to Includes/python_bool.pxd diff --git a/Includes/python_complex.pxi b/Includes/python_complex.pxd similarity index 100% rename from Includes/python_complex.pxi rename to Includes/python_complex.pxd diff --git a/Includes/python_dict.pxi b/Includes/python_dict.pxd similarity index 100% rename from Includes/python_dict.pxi rename to Includes/python_dict.pxd diff --git a/Includes/python_exc.pxi b/Includes/python_exc.pxd similarity index 100% rename from Includes/python_exc.pxi rename to Includes/python_exc.pxd diff --git a/Includes/python_float.pxi b/Includes/python_float.pxd similarity index 100% rename from Includes/python_float.pxi rename to Includes/python_float.pxd diff --git a/Includes/python_function.pxi b/Includes/python_function.pxd similarity index 100% rename from Includes/python_function.pxi rename to Includes/python_function.pxd diff --git a/Includes/python_instance.pxi b/Includes/python_instance.pxd similarity index 100% rename from Includes/python_instance.pxi rename to Includes/python_instance.pxd diff --git a/Includes/python_int.pxi b/Includes/python_int.pxd similarity index 100% rename from Includes/python_int.pxi rename to Includes/python_int.pxd diff --git a/Includes/python_iterator.pxi b/Includes/python_iterator.pxd similarity index 100% rename from Includes/python_iterator.pxi rename to Includes/python_iterator.pxd diff --git a/Includes/python_list.pxi b/Includes/python_list.pxd similarity index 100% rename from Includes/python_list.pxi rename to Includes/python_list.pxd diff --git a/Includes/python_long.pxi b/Includes/python_long.pxd similarity index 100% rename from Includes/python_long.pxi rename to Includes/python_long.pxd diff --git a/Includes/python_mapping.pxi b/Includes/python_mapping.pxd similarity index 100% rename from Includes/python_mapping.pxi rename to Includes/python_mapping.pxd diff --git a/Includes/python_mem.pxi b/Includes/python_mem.pxd similarity index 100% rename from Includes/python_mem.pxi rename to Includes/python_mem.pxd diff --git a/Includes/python_method.pxi b/Includes/python_method.pxd similarity index 100% rename from Includes/python_method.pxi rename to Includes/python_method.pxd diff --git a/Includes/python_module.pxi b/Includes/python_module.pxd similarity index 100% rename from Includes/python_module.pxi rename to Includes/python_module.pxd diff --git a/Includes/python_number.pxi b/Includes/python_number.pxd similarity index 100% rename from Includes/python_number.pxi rename to Includes/python_number.pxd diff --git a/Includes/python_object.pxi b/Includes/python_object.pxd similarity index 100% rename from Includes/python_object.pxi rename to Includes/python_object.pxd diff --git a/Includes/python_parse.pxi b/Includes/python_parse.pxd similarity index 100% rename from Includes/python_parse.pxi rename to Includes/python_parse.pxd diff --git a/Includes/python_ref.pxi b/Includes/python_ref.pxd similarity index 100% rename from Includes/python_ref.pxi rename to Includes/python_ref.pxd diff --git a/Includes/python_sequence.pxi b/Includes/python_sequence.pxd similarity index 100% rename from Includes/python_sequence.pxi rename to Includes/python_sequence.pxd diff --git a/Includes/python_set.pxi b/Includes/python_set.pxd similarity index 100% rename from Includes/python_set.pxi rename to Includes/python_set.pxd diff --git a/Includes/python_string.pxi b/Includes/python_string.pxd similarity index 100% rename from Includes/python_string.pxi rename to Includes/python_string.pxd diff --git a/Includes/python_tuple.pxi b/Includes/python_tuple.pxd similarity index 100% rename from Includes/python_tuple.pxi rename to Includes/python_tuple.pxd diff --git a/Includes/python_type.pxi b/Includes/python_type.pxd similarity index 100% rename from Includes/python_type.pxi rename to Includes/python_type.pxd diff --git a/Includes/stdio.pxi b/Includes/stdio.pxd similarity index 100% rename from Includes/stdio.pxi rename to Includes/stdio.pxd diff --git a/Includes/stdlib.pxi b/Includes/stdlib.pxd similarity index 100% rename from Includes/stdlib.pxi rename to Includes/stdlib.pxd