Minor packaging changes
authorRobert Bradshaw <robertwb@math.washington.edu>
Tue, 8 Apr 2008 08:20:51 +0000 (01:20 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Tue, 8 Apr 2008 08:20:51 +0000 (01:20 -0700)
Cython/Compiler/Options.py
Cython/Compiler/Version.py
MANIFEST [deleted file]
MANIFEST.in

index 0f409cea66fad17eb63b3e9f3e101c913626f62e..2f9a7e4359cef8ca0563dfb033cca9f9b219c5fe 100644 (file)
@@ -32,7 +32,7 @@ annotate = 0
 # i to overflow. Specifically, if this option is set, an error will be
 # raised before the loop is entered, wheras without this option the loop
 # will execute util a overflowing value is encountered. 
-convert_range = 0
+convert_range = 1
 
 # Enable this to allow one to write your_module.foo = ... to overwrite the 
 # definition if the cpdef function foo, at the cost of an extra dictionary 
@@ -52,4 +52,4 @@ init_local_none = 1
 optimize_simple_methods = 1
 
 # Append the c file and line number to the traceback for exceptions. 
-c_line_in_traceback = 0
+c_line_in_traceback = 1
index 203ea106a547eb017e0e6895853ddfd4f5fcc986..0cb27c7241b93ea22b9bdec8952c6e6aa38db347 100644 (file)
@@ -1 +1 @@
-version = '0.9.6.13'
+version = '0.9.6.13.1'
diff --git a/MANIFEST b/MANIFEST
deleted file mode 100644 (file)
index d142083..0000000
--- a/MANIFEST
+++ /dev/null
@@ -1,240 +0,0 @@
-INSTALL.txt
-MANIFEST.in
-README.txt
-ToDo.txt
-USAGE.txt
-cython.py
-setup.py
-.hg/00changelog.i
-.hg/dirstate
-.hg/requires
-.hg/undo.dirstate
-.hg/store/00changelog.i
-.hg/store/00manifest.i
-.hg/store/undo
-.hg/store/data/_c_h_a_n_g_e_s.txt.i
-.hg/store/data/_c_h_a_n_g_e_s__pyrex.txt.i
-.hg/store/data/_c_o_p_y_i_n_g.txt.i
-.hg/store/data/_i_n_s_t_a_l_l.txt.i
-.hg/store/data/_l_i_c_e_n_s_e.txt.i
-.hg/store/data/_m_a_n_i_f_e_s_t.in.i
-.hg/store/data/_makefile.i
-.hg/store/data/_r_e_a_d_m_e.txt.i
-.hg/store/data/_to_do.txt.i
-.hg/store/data/_u_s_a_g_e.txt.i
-.hg/store/data/cython.py.i
-.hg/store/data/setup.py.i
-.hg/store/data/_demos/_makefile.i
-.hg/store/data/_demos/_makefile.nodistutils.i
-.hg/store/data/_demos/_setup.py.i
-.hg/store/data/_demos/numeric__demo.pyx.i
-.hg/store/data/_demos/primes.pyx.i
-.hg/store/data/_demos/pyprimes.py.i
-.hg/store/data/_demos/run__numeric__demo.py.i
-.hg/store/data/_demos/run__primes.py.i
-.hg/store/data/_demos/run__spam.py.i
-.hg/store/data/_demos/spam.pyx.i
-.hg/store/data/_demos/callback/_makefile.i
-.hg/store/data/_demos/callback/_makefile.nodistutils.i
-.hg/store/data/_demos/callback/_r_e_a_d_m_e.txt.i
-.hg/store/data/_demos/callback/_setup.py.i
-.hg/store/data/_demos/callback/cheese.pyx.i
-.hg/store/data/_demos/callback/cheesefinder.c.i
-.hg/store/data/_demos/callback/cheesefinder.h.i
-.hg/store/data/_demos/callback/run__cheese.py.i
-.hg/store/data/_demos/embed/_makefile.i
-.hg/store/data/_demos/embed/_makefile.msc.i
-.hg/store/data/_demos/embed/_makefile.msc.static.i
-.hg/store/data/_demos/embed/_makefile.unix.i
-.hg/store/data/_demos/embed/_r_e_a_d_m_e.i
-.hg/store/data/_demos/embed/embedded.pyx.i
-.hg/store/data/_demos/embed/main.c.i
-.hg/store/data/_doc/_about.html.i
-.hg/store/data/_doc/_f_a_q.html.i
-.hg/store/data/_doc/extension__types.html.i
-.hg/store/data/_doc/index.html.i
-.hg/store/data/_doc/overview.html.i
-.hg/store/data/_doc/primes.c.i
-.hg/store/data/_doc/sharing.html.i
-.hg/store/data/_doc/special__methods.html.i
-.hg/store/data/_includes/python.pxi.i
-.hg/store/data/_includes/python__bool.pxi.i
-.hg/store/data/_includes/python__complex.pxi.i
-.hg/store/data/_includes/python__dict.pxi.i
-.hg/store/data/_includes/python__exc.pxi.i
-.hg/store/data/_includes/python__float.pxi.i
-.hg/store/data/_includes/python__function.pxi.i
-.hg/store/data/_includes/python__instance.pxi.i
-.hg/store/data/_includes/python__int.pxi.i
-.hg/store/data/_includes/python__iterator.pxi.i
-.hg/store/data/_includes/python__list.pxi.i
-.hg/store/data/_includes/python__long.pxi.i
-.hg/store/data/_includes/python__mapping.pxi.i
-.hg/store/data/_includes/python__mem.pxi.i
-.hg/store/data/_includes/python__method.pxi.i
-.hg/store/data/_includes/python__module.pxi.i
-.hg/store/data/_includes/python__number.pxi.i
-.hg/store/data/_includes/python__object.pxi.i
-.hg/store/data/_includes/python__parse.pxi.i
-.hg/store/data/_includes/python__ref.pxi.i
-.hg/store/data/_includes/python__sequence.pxi.i
-.hg/store/data/_includes/python__set.pxi.i
-.hg/store/data/_includes/python__string.pxi.i
-.hg/store/data/_includes/python__tuple.pxi.i
-.hg/store/data/_includes/python__type.pxi.i
-.hg/store/data/_includes/stdio.pxi.i
-.hg/store/data/_includes/stdlib.pxi.i
-.hg/store/data/_tools/cython-mode.el.i
-.hg/store/data/_tools/cython.st.i
-.hg/store/data/_tools/pyrex-mode.el.i
-.hg/store/data/_tools/pyrex.st.i
-.hg/store/data/bin/cython.i
-.hg/store/data/bin/update__references.i
-Cython/Debugging.py
-Cython/Utils.py
-Cython/__init__.py
-Cython/.hg/00changelog.i
-Cython/.hg/00manifest.i
-Cython/.hg/branch
-Cython/.hg/branch.cache
-Cython/.hg/branches.cache
-Cython/.hg/dirstate
-Cython/.hg/undo
-Cython/.hg/undo.dirstate
-Cython/.hg/data/Debugging.py.i
-Cython/.hg/data/Utils.py.i
-Cython/.hg/data/__init__.py.i
-Cython/.hg/data/Compiler/Annotate.py.i
-Cython/.hg/data/Compiler/Builtin.py.i
-Cython/.hg/data/Compiler/CmdLine.py.i
-Cython/.hg/data/Compiler/Code.py.i
-Cython/.hg/data/Compiler/DebugFlags.py.i
-Cython/.hg/data/Compiler/Errors.py.i
-Cython/.hg/data/Compiler/ExprNodes.py.i
-Cython/.hg/data/Compiler/Lexicon.pickle.i
-Cython/.hg/data/Compiler/Lexicon.py.i
-Cython/.hg/data/Compiler/Main.py.i
-Cython/.hg/data/Compiler/ModuleNode.py.i
-Cython/.hg/data/Compiler/Naming.py.i
-Cython/.hg/data/Compiler/Nodes.py.i
-Cython/.hg/data/Compiler/Options.py.i
-Cython/.hg/data/Compiler/Parsing.py.i
-Cython/.hg/data/Compiler/PyrexTypes.py.i
-Cython/.hg/data/Compiler/Scanning.py.i
-Cython/.hg/data/Compiler/Symtab.py.i
-Cython/.hg/data/Compiler/TypeSlots.py.i
-Cython/.hg/data/Compiler/Version.py.i
-Cython/.hg/data/Compiler/__init__.py.i
-Cython/.hg/data/Distutils/__init__.py.i
-Cython/.hg/data/Distutils/build_ext.py.i
-Cython/.hg/data/Distutils/extension.py.i
-Cython/.hg/data/DistutilsOld/__init__.py.i
-Cython/.hg/data/DistutilsOld/build_ext.py.i
-Cython/.hg/data/Mac/DarwinSystem.py.i
-Cython/.hg/data/Mac/Finder_Std_Suite.py.i
-Cython/.hg/data/Mac/MPW_Misc_Suite.py.i
-Cython/.hg/data/Mac/MacSystem.py.i
-Cython/.hg/data/Mac/MacUtils.py.i
-Cython/.hg/data/Mac/Makefile.i
-Cython/.hg/data/Mac/PS_Misc_Suite.py.i
-Cython/.hg/data/Mac/PyServerMain.py.i
-Cython/.hg/data/Mac/TS_Misc_Suite.py.i
-Cython/.hg/data/Mac/_Filemodule_patched.c.i
-Cython/.hg/data/Mac/__init__.py.i
-Cython/.hg/data/Mac/setup.py.i
-Cython/.hg/data/Plex/Actions.py.i
-Cython/.hg/data/Plex/DFA.py.i
-Cython/.hg/data/Plex/Errors.py.i
-Cython/.hg/data/Plex/Lexicons.py.i
-Cython/.hg/data/Plex/Machines.py.i
-Cython/.hg/data/Plex/Regexps.py.i
-Cython/.hg/data/Plex/Scanners.py.i
-Cython/.hg/data/Plex/Timing.py.i
-Cython/.hg/data/Plex/Traditional.py.i
-Cython/.hg/data/Plex/Transitions.py.i
-Cython/.hg/data/Plex/__init__.py.i
-Cython/.hg/data/Plex/test_tm.py.i
-Cython/.hg/data/Unix/LinuxSystem.py.i
-Cython/.hg/data/Unix/__init__.py.i
-Cython/Compiler/Annotate.py
-Cython/Compiler/Builtin.py
-Cython/Compiler/CmdLine.py
-Cython/Compiler/Code.py
-Cython/Compiler/DebugFlags.py
-Cython/Compiler/Errors.py
-Cython/Compiler/ExprNodes.py
-Cython/Compiler/Lexicon.pickle
-Cython/Compiler/Lexicon.py
-Cython/Compiler/Main.py
-Cython/Compiler/ModuleNode.py
-Cython/Compiler/Naming.py
-Cython/Compiler/Nodes.py
-Cython/Compiler/Options.py
-Cython/Compiler/Parsing.py
-Cython/Compiler/PyrexTypes.py
-Cython/Compiler/Scanning.py
-Cython/Compiler/Symtab.py
-Cython/Compiler/TypeSlots.py
-Cython/Compiler/Version.py
-Cython/Compiler/__init__.py
-Cython/Distutils/__init__.py
-Cython/Distutils/build_ext.py
-Cython/Mac/DarwinSystem.py
-Cython/Mac/MacSystem.py
-Cython/Mac/MacUtils.py
-Cython/Mac/TS_Misc_Suite.py
-Cython/Mac/__init__.py
-Cython/Plex/Actions.py
-Cython/Plex/DFA.py
-Cython/Plex/Errors.py
-Cython/Plex/Lexicons.py
-Cython/Plex/Machines.py
-Cython/Plex/Regexps.py
-Cython/Plex/Scanners.py
-Cython/Plex/Timing.py
-Cython/Plex/Traditional.py
-Cython/Plex/Transitions.py
-Cython/Plex/__init__.py
-Cython/Plex/test_tm.py
-Demos/Makefile
-Demos/Makefile.nodistutils
-Demos/Setup.py
-Demos/Setup.py~
-Demos/class_members.pyx
-Demos/class_members2.pyx
-Demos/cond.pyx
-Demos/cond.pyx.html
-Demos/cpdef.pxd
-Demos/cpdef.pyx
-Demos/cpdef.pyx.html
-Demos/detect_override.pyx
-Demos/errors.pyx
-Demos/func_pointers.pyx
-Demos/inherit_bug.pxd
-Demos/inherit_bug.pyx
-Demos/inplace.pyx
-Demos/ints.pyx
-Demos/nested-type.pyx
-Demos/numeric_demo.pyx
-Demos/override.pyx
-Demos/primes.pyx
-Demos/pyprimes.py
-Demos/range.pyx
-Demos/run_numeric_demo.py
-Demos/run_primes.py
-Demos/run_spam.py
-Demos/run_test.py
-Demos/spam.pxd
-Demos/spam.pyx
-Demos/test.pyx
-Demos/withGIL.pxd
-Demos/withGIL.pyx
-Doc/About.html
-Doc/FAQ.html
-Doc/extension_types.html
-Doc/index.html
-Doc/overview.html
-Doc/primes.c
-Doc/sharing.html
-Doc/special_methods.html
-bin/cython
index 7dd4a91d53f850b8eac54e46bd651141df2a4979..8ecf47454291a66dd560cff32eab6814a26b8a89 100644 (file)
@@ -1,7 +1,6 @@
 include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
 include CHANGES_pyrex.txt COPYING.txt LICENSE.txt Makefile
 recursive-include .hg *
-recursive-include Cython/.hg *
 include setup.py
 include bin/cython
 include cython.py
@@ -9,6 +8,8 @@ include Cython/Compiler/Lexicon.pickle
 include Doc/*
 include Demos/*.pyx
 include Demos/*.pxd
+include Demos/callback/*.pyx
+include Demos/callback/*.pxd
 include Demos/Setup.py
 include Demos/Makefile*
 include Tools/*