From e918de3e88a4086a5d5507e891f8632b2dadf7cc Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Fri, 25 Apr 2008 09:55:29 -0700 Subject: [PATCH] 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 --- Includes/{python.pxi => python.pxd} | 0 Includes/{python2.5.pxi => python2.5.pxd} | 0 Includes/{python_bool.pxi => python_bool.pxd} | 0 Includes/{python_complex.pxi => python_complex.pxd} | 0 Includes/{python_dict.pxi => python_dict.pxd} | 0 Includes/{python_exc.pxi => python_exc.pxd} | 0 Includes/{python_float.pxi => python_float.pxd} | 0 Includes/{python_function.pxi => python_function.pxd} | 0 Includes/{python_instance.pxi => python_instance.pxd} | 0 Includes/{python_int.pxi => python_int.pxd} | 0 Includes/{python_iterator.pxi => python_iterator.pxd} | 0 Includes/{python_list.pxi => python_list.pxd} | 0 Includes/{python_long.pxi => python_long.pxd} | 0 Includes/{python_mapping.pxi => python_mapping.pxd} | 0 Includes/{python_mem.pxi => python_mem.pxd} | 0 Includes/{python_method.pxi => python_method.pxd} | 0 Includes/{python_module.pxi => python_module.pxd} | 0 Includes/{python_number.pxi => python_number.pxd} | 0 Includes/{python_object.pxi => python_object.pxd} | 0 Includes/{python_parse.pxi => python_parse.pxd} | 0 Includes/{python_ref.pxi => python_ref.pxd} | 0 Includes/{python_sequence.pxi => python_sequence.pxd} | 0 Includes/{python_set.pxi => python_set.pxd} | 0 Includes/{python_string.pxi => python_string.pxd} | 0 Includes/{python_tuple.pxi => python_tuple.pxd} | 0 Includes/{python_type.pxi => python_type.pxd} | 0 Includes/{stdio.pxi => stdio.pxd} | 0 Includes/{stdlib.pxi => stdlib.pxd} | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename Includes/{python.pxi => python.pxd} (100%) rename Includes/{python2.5.pxi => python2.5.pxd} (100%) rename Includes/{python_bool.pxi => python_bool.pxd} (100%) rename Includes/{python_complex.pxi => python_complex.pxd} (100%) rename Includes/{python_dict.pxi => python_dict.pxd} (100%) rename Includes/{python_exc.pxi => python_exc.pxd} (100%) rename Includes/{python_float.pxi => python_float.pxd} (100%) rename Includes/{python_function.pxi => python_function.pxd} (100%) rename Includes/{python_instance.pxi => python_instance.pxd} (100%) rename Includes/{python_int.pxi => python_int.pxd} (100%) rename Includes/{python_iterator.pxi => python_iterator.pxd} (100%) rename Includes/{python_list.pxi => python_list.pxd} (100%) rename Includes/{python_long.pxi => python_long.pxd} (100%) rename Includes/{python_mapping.pxi => python_mapping.pxd} (100%) rename Includes/{python_mem.pxi => python_mem.pxd} (100%) rename Includes/{python_method.pxi => python_method.pxd} (100%) rename Includes/{python_module.pxi => python_module.pxd} (100%) rename Includes/{python_number.pxi => python_number.pxd} (100%) rename Includes/{python_object.pxi => python_object.pxd} (100%) rename Includes/{python_parse.pxi => python_parse.pxd} (100%) rename Includes/{python_ref.pxi => python_ref.pxd} (100%) rename Includes/{python_sequence.pxi => python_sequence.pxd} (100%) rename Includes/{python_set.pxi => python_set.pxd} (100%) rename Includes/{python_string.pxi => python_string.pxd} (100%) rename Includes/{python_tuple.pxi => python_tuple.pxd} (100%) rename Includes/{python_type.pxi => python_type.pxd} (100%) rename Includes/{stdio.pxi => stdio.pxd} (100%) rename Includes/{stdlib.pxi => stdlib.pxd} (100%) 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 -- 2.26.2