Add pxi files for Python/C API (and a couple of other stubs)
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 10 Oct 2007 10:46:55 +0000 (03:46 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 10 Oct 2007 10:46:55 +0000 (03:46 -0700)
commitc2b49cd8b3b0aa06448746064d45212d9f95816a
tree31884c30fac6b43585c2098b74c36a655a469280
parent758cad740df6125010d1e48da9aee867a0b6610a
Add pxi files for Python/C API (and a couple of other stubs)

Originally authored as part of SAGE by William Stein.
27 files changed:
Includes/python.pxi [new file with mode: 0644]
Includes/python_bool.pxi [new file with mode: 0644]
Includes/python_complex.pxi [new file with mode: 0644]
Includes/python_dict.pxi [new file with mode: 0644]
Includes/python_exc.pxi [new file with mode: 0644]
Includes/python_float.pxi [new file with mode: 0644]
Includes/python_function.pxi [new file with mode: 0644]
Includes/python_instance.pxi [new file with mode: 0644]
Includes/python_int.pxi [new file with mode: 0644]
Includes/python_iterator.pxi [new file with mode: 0644]
Includes/python_list.pxi [new file with mode: 0644]
Includes/python_long.pxi [new file with mode: 0644]
Includes/python_mapping.pxi [new file with mode: 0644]
Includes/python_mem.pxi [new file with mode: 0644]
Includes/python_method.pxi [new file with mode: 0644]
Includes/python_module.pxi [new file with mode: 0644]
Includes/python_number.pxi [new file with mode: 0644]
Includes/python_object.pxi [new file with mode: 0644]
Includes/python_parse.pxi [new file with mode: 0644]
Includes/python_ref.pxi [new file with mode: 0644]
Includes/python_sequence.pxi [new file with mode: 0644]
Includes/python_set.pxi [new file with mode: 0644]
Includes/python_string.pxi [new file with mode: 0644]
Includes/python_tuple.pxi [new file with mode: 0644]
Includes/python_type.pxi [new file with mode: 0644]
Includes/stdio.pxi [new file with mode: 0644]
Includes/stdlib.pxi [new file with mode: 0644]