cython
changeset 398:5450c26066e9
Minor packaging changes
| author | Robert Bradshaw <robertwb@math.washington.edu> |
|---|---|
| date | Tue Apr 08 01:20:51 2008 -0700 (2 years ago) |
| parents | b68682070c8e |
| children | e005b58d83b8 |
| files | Cython/Compiler/Options.py Cython/Compiler/Version.py MANIFEST MANIFEST.in |
line diff
1.1 --- a/Cython/Compiler/Options.py Fri Apr 04 00:15:22 2008 -0700
1.2 +++ b/Cython/Compiler/Options.py Tue Apr 08 01:20:51 2008 -0700
1.3 @@ -32,7 +32,7 @@
1.4 # i to overflow. Specifically, if this option is set, an error will be
1.5 # raised before the loop is entered, wheras without this option the loop
1.6 # will execute util a overflowing value is encountered.
1.7 -convert_range = 0
1.8 +convert_range = 1
1.9
1.10 # Enable this to allow one to write your_module.foo = ... to overwrite the
1.11 # definition if the cpdef function foo, at the cost of an extra dictionary
1.12 @@ -52,4 +52,4 @@
1.13 optimize_simple_methods = 1
1.14
1.15 # Append the c file and line number to the traceback for exceptions.
1.16 -c_line_in_traceback = 0
1.17 +c_line_in_traceback = 1
2.1 --- a/Cython/Compiler/Version.py Fri Apr 04 00:15:22 2008 -0700
2.2 +++ b/Cython/Compiler/Version.py Tue Apr 08 01:20:51 2008 -0700
2.3 @@ -1,1 +1,1 @@
2.4 -version = '0.9.6.13'
2.5 +version = '0.9.6.13.1'
3.1 --- a/MANIFEST Fri Apr 04 00:15:22 2008 -0700
3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
3.3 @@ -1,240 +0,0 @@
3.4 -INSTALL.txt
3.5 -MANIFEST.in
3.6 -README.txt
3.7 -ToDo.txt
3.8 -USAGE.txt
3.9 -cython.py
3.10 -setup.py
3.11 -.hg/00changelog.i
3.12 -.hg/dirstate
3.13 -.hg/requires
3.14 -.hg/undo.dirstate
3.15 -.hg/store/00changelog.i
3.16 -.hg/store/00manifest.i
3.17 -.hg/store/undo
3.18 -.hg/store/data/_c_h_a_n_g_e_s.txt.i
3.19 -.hg/store/data/_c_h_a_n_g_e_s__pyrex.txt.i
3.20 -.hg/store/data/_c_o_p_y_i_n_g.txt.i
3.21 -.hg/store/data/_i_n_s_t_a_l_l.txt.i
3.22 -.hg/store/data/_l_i_c_e_n_s_e.txt.i
3.23 -.hg/store/data/_m_a_n_i_f_e_s_t.in.i
3.24 -.hg/store/data/_makefile.i
3.25 -.hg/store/data/_r_e_a_d_m_e.txt.i
3.26 -.hg/store/data/_to_do.txt.i
3.27 -.hg/store/data/_u_s_a_g_e.txt.i
3.28 -.hg/store/data/cython.py.i
3.29 -.hg/store/data/setup.py.i
3.30 -.hg/store/data/_demos/_makefile.i
3.31 -.hg/store/data/_demos/_makefile.nodistutils.i
3.32 -.hg/store/data/_demos/_setup.py.i
3.33 -.hg/store/data/_demos/numeric__demo.pyx.i
3.34 -.hg/store/data/_demos/primes.pyx.i
3.35 -.hg/store/data/_demos/pyprimes.py.i
3.36 -.hg/store/data/_demos/run__numeric__demo.py.i
3.37 -.hg/store/data/_demos/run__primes.py.i
3.38 -.hg/store/data/_demos/run__spam.py.i
3.39 -.hg/store/data/_demos/spam.pyx.i
3.40 -.hg/store/data/_demos/callback/_makefile.i
3.41 -.hg/store/data/_demos/callback/_makefile.nodistutils.i
3.42 -.hg/store/data/_demos/callback/_r_e_a_d_m_e.txt.i
3.43 -.hg/store/data/_demos/callback/_setup.py.i
3.44 -.hg/store/data/_demos/callback/cheese.pyx.i
3.45 -.hg/store/data/_demos/callback/cheesefinder.c.i
3.46 -.hg/store/data/_demos/callback/cheesefinder.h.i
3.47 -.hg/store/data/_demos/callback/run__cheese.py.i
3.48 -.hg/store/data/_demos/embed/_makefile.i
3.49 -.hg/store/data/_demos/embed/_makefile.msc.i
3.50 -.hg/store/data/_demos/embed/_makefile.msc.static.i
3.51 -.hg/store/data/_demos/embed/_makefile.unix.i
3.52 -.hg/store/data/_demos/embed/_r_e_a_d_m_e.i
3.53 -.hg/store/data/_demos/embed/embedded.pyx.i
3.54 -.hg/store/data/_demos/embed/main.c.i
3.55 -.hg/store/data/_doc/_about.html.i
3.56 -.hg/store/data/_doc/_f_a_q.html.i
3.57 -.hg/store/data/_doc/extension__types.html.i
3.58 -.hg/store/data/_doc/index.html.i
3.59 -.hg/store/data/_doc/overview.html.i
3.60 -.hg/store/data/_doc/primes.c.i
3.61 -.hg/store/data/_doc/sharing.html.i
3.62 -.hg/store/data/_doc/special__methods.html.i
3.63 -.hg/store/data/_includes/python.pxi.i
3.64 -.hg/store/data/_includes/python__bool.pxi.i
3.65 -.hg/store/data/_includes/python__complex.pxi.i
3.66 -.hg/store/data/_includes/python__dict.pxi.i
3.67 -.hg/store/data/_includes/python__exc.pxi.i
3.68 -.hg/store/data/_includes/python__float.pxi.i
3.69 -.hg/store/data/_includes/python__function.pxi.i
3.70 -.hg/store/data/_includes/python__instance.pxi.i
3.71 -.hg/store/data/_includes/python__int.pxi.i
3.72 -.hg/store/data/_includes/python__iterator.pxi.i
3.73 -.hg/store/data/_includes/python__list.pxi.i
3.74 -.hg/store/data/_includes/python__long.pxi.i
3.75 -.hg/store/data/_includes/python__mapping.pxi.i
3.76 -.hg/store/data/_includes/python__mem.pxi.i
3.77 -.hg/store/data/_includes/python__method.pxi.i
3.78 -.hg/store/data/_includes/python__module.pxi.i
3.79 -.hg/store/data/_includes/python__number.pxi.i
3.80 -.hg/store/data/_includes/python__object.pxi.i
3.81 -.hg/store/data/_includes/python__parse.pxi.i
3.82 -.hg/store/data/_includes/python__ref.pxi.i
3.83 -.hg/store/data/_includes/python__sequence.pxi.i
3.84 -.hg/store/data/_includes/python__set.pxi.i
3.85 -.hg/store/data/_includes/python__string.pxi.i
3.86 -.hg/store/data/_includes/python__tuple.pxi.i
3.87 -.hg/store/data/_includes/python__type.pxi.i
3.88 -.hg/store/data/_includes/stdio.pxi.i
3.89 -.hg/store/data/_includes/stdlib.pxi.i
3.90 -.hg/store/data/_tools/cython-mode.el.i
3.91 -.hg/store/data/_tools/cython.st.i
3.92 -.hg/store/data/_tools/pyrex-mode.el.i
3.93 -.hg/store/data/_tools/pyrex.st.i
3.94 -.hg/store/data/bin/cython.i
3.95 -.hg/store/data/bin/update__references.i
3.96 -Cython/Debugging.py
3.97 -Cython/Utils.py
3.98 -Cython/__init__.py
3.99 -Cython/.hg/00changelog.i
3.100 -Cython/.hg/00manifest.i
3.101 -Cython/.hg/branch
3.102 -Cython/.hg/branch.cache
3.103 -Cython/.hg/branches.cache
3.104 -Cython/.hg/dirstate
3.105 -Cython/.hg/undo
3.106 -Cython/.hg/undo.dirstate
3.107 -Cython/.hg/data/Debugging.py.i
3.108 -Cython/.hg/data/Utils.py.i
3.109 -Cython/.hg/data/__init__.py.i
3.110 -Cython/.hg/data/Compiler/Annotate.py.i
3.111 -Cython/.hg/data/Compiler/Builtin.py.i
3.112 -Cython/.hg/data/Compiler/CmdLine.py.i
3.113 -Cython/.hg/data/Compiler/Code.py.i
3.114 -Cython/.hg/data/Compiler/DebugFlags.py.i
3.115 -Cython/.hg/data/Compiler/Errors.py.i
3.116 -Cython/.hg/data/Compiler/ExprNodes.py.i
3.117 -Cython/.hg/data/Compiler/Lexicon.pickle.i
3.118 -Cython/.hg/data/Compiler/Lexicon.py.i
3.119 -Cython/.hg/data/Compiler/Main.py.i
3.120 -Cython/.hg/data/Compiler/ModuleNode.py.i
3.121 -Cython/.hg/data/Compiler/Naming.py.i
3.122 -Cython/.hg/data/Compiler/Nodes.py.i
3.123 -Cython/.hg/data/Compiler/Options.py.i
3.124 -Cython/.hg/data/Compiler/Parsing.py.i
3.125 -Cython/.hg/data/Compiler/PyrexTypes.py.i
3.126 -Cython/.hg/data/Compiler/Scanning.py.i
3.127 -Cython/.hg/data/Compiler/Symtab.py.i
3.128 -Cython/.hg/data/Compiler/TypeSlots.py.i
3.129 -Cython/.hg/data/Compiler/Version.py.i
3.130 -Cython/.hg/data/Compiler/__init__.py.i
3.131 -Cython/.hg/data/Distutils/__init__.py.i
3.132 -Cython/.hg/data/Distutils/build_ext.py.i
3.133 -Cython/.hg/data/Distutils/extension.py.i
3.134 -Cython/.hg/data/DistutilsOld/__init__.py.i
3.135 -Cython/.hg/data/DistutilsOld/build_ext.py.i
3.136 -Cython/.hg/data/Mac/DarwinSystem.py.i
3.137 -Cython/.hg/data/Mac/Finder_Std_Suite.py.i
3.138 -Cython/.hg/data/Mac/MPW_Misc_Suite.py.i
3.139 -Cython/.hg/data/Mac/MacSystem.py.i
3.140 -Cython/.hg/data/Mac/MacUtils.py.i
3.141 -Cython/.hg/data/Mac/Makefile.i
3.142 -Cython/.hg/data/Mac/PS_Misc_Suite.py.i
3.143 -Cython/.hg/data/Mac/PyServerMain.py.i
3.144 -Cython/.hg/data/Mac/TS_Misc_Suite.py.i
3.145 -Cython/.hg/data/Mac/_Filemodule_patched.c.i
3.146 -Cython/.hg/data/Mac/__init__.py.i
3.147 -Cython/.hg/data/Mac/setup.py.i
3.148 -Cython/.hg/data/Plex/Actions.py.i
3.149 -Cython/.hg/data/Plex/DFA.py.i
3.150 -Cython/.hg/data/Plex/Errors.py.i
3.151 -Cython/.hg/data/Plex/Lexicons.py.i
3.152 -Cython/.hg/data/Plex/Machines.py.i
3.153 -Cython/.hg/data/Plex/Regexps.py.i
3.154 -Cython/.hg/data/Plex/Scanners.py.i
3.155 -Cython/.hg/data/Plex/Timing.py.i
3.156 -Cython/.hg/data/Plex/Traditional.py.i
3.157 -Cython/.hg/data/Plex/Transitions.py.i
3.158 -Cython/.hg/data/Plex/__init__.py.i
3.159 -Cython/.hg/data/Plex/test_tm.py.i
3.160 -Cython/.hg/data/Unix/LinuxSystem.py.i
3.161 -Cython/.hg/data/Unix/__init__.py.i
3.162 -Cython/Compiler/Annotate.py
3.163 -Cython/Compiler/Builtin.py
3.164 -Cython/Compiler/CmdLine.py
3.165 -Cython/Compiler/Code.py
3.166 -Cython/Compiler/DebugFlags.py
3.167 -Cython/Compiler/Errors.py
3.168 -Cython/Compiler/ExprNodes.py
3.169 -Cython/Compiler/Lexicon.pickle
3.170 -Cython/Compiler/Lexicon.py
3.171 -Cython/Compiler/Main.py
3.172 -Cython/Compiler/ModuleNode.py
3.173 -Cython/Compiler/Naming.py
3.174 -Cython/Compiler/Nodes.py
3.175 -Cython/Compiler/Options.py
3.176 -Cython/Compiler/Parsing.py
3.177 -Cython/Compiler/PyrexTypes.py
3.178 -Cython/Compiler/Scanning.py
3.179 -Cython/Compiler/Symtab.py
3.180 -Cython/Compiler/TypeSlots.py
3.181 -Cython/Compiler/Version.py
3.182 -Cython/Compiler/__init__.py
3.183 -Cython/Distutils/__init__.py
3.184 -Cython/Distutils/build_ext.py
3.185 -Cython/Mac/DarwinSystem.py
3.186 -Cython/Mac/MacSystem.py
3.187 -Cython/Mac/MacUtils.py
3.188 -Cython/Mac/TS_Misc_Suite.py
3.189 -Cython/Mac/__init__.py
3.190 -Cython/Plex/Actions.py
3.191 -Cython/Plex/DFA.py
3.192 -Cython/Plex/Errors.py
3.193 -Cython/Plex/Lexicons.py
3.194 -Cython/Plex/Machines.py
3.195 -Cython/Plex/Regexps.py
3.196 -Cython/Plex/Scanners.py
3.197 -Cython/Plex/Timing.py
3.198 -Cython/Plex/Traditional.py
3.199 -Cython/Plex/Transitions.py
3.200 -Cython/Plex/__init__.py
3.201 -Cython/Plex/test_tm.py
3.202 -Demos/Makefile
3.203 -Demos/Makefile.nodistutils
3.204 -Demos/Setup.py
3.205 -Demos/Setup.py~
3.206 -Demos/class_members.pyx
3.207 -Demos/class_members2.pyx
3.208 -Demos/cond.pyx
3.209 -Demos/cond.pyx.html
3.210 -Demos/cpdef.pxd
3.211 -Demos/cpdef.pyx
3.212 -Demos/cpdef.pyx.html
3.213 -Demos/detect_override.pyx
3.214 -Demos/errors.pyx
3.215 -Demos/func_pointers.pyx
3.216 -Demos/inherit_bug.pxd
3.217 -Demos/inherit_bug.pyx
3.218 -Demos/inplace.pyx
3.219 -Demos/ints.pyx
3.220 -Demos/nested-type.pyx
3.221 -Demos/numeric_demo.pyx
3.222 -Demos/override.pyx
3.223 -Demos/primes.pyx
3.224 -Demos/pyprimes.py
3.225 -Demos/range.pyx
3.226 -Demos/run_numeric_demo.py
3.227 -Demos/run_primes.py
3.228 -Demos/run_spam.py
3.229 -Demos/run_test.py
3.230 -Demos/spam.pxd
3.231 -Demos/spam.pyx
3.232 -Demos/test.pyx
3.233 -Demos/withGIL.pxd
3.234 -Demos/withGIL.pyx
3.235 -Doc/About.html
3.236 -Doc/FAQ.html
3.237 -Doc/extension_types.html
3.238 -Doc/index.html
3.239 -Doc/overview.html
3.240 -Doc/primes.c
3.241 -Doc/sharing.html
3.242 -Doc/special_methods.html
3.243 -bin/cython
4.1 --- a/MANIFEST.in Fri Apr 04 00:15:22 2008 -0700
4.2 +++ b/MANIFEST.in Tue Apr 08 01:20:51 2008 -0700
4.3 @@ -1,7 +1,6 @@
4.4 include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
4.5 include CHANGES_pyrex.txt COPYING.txt LICENSE.txt Makefile
4.6 recursive-include .hg *
4.7 -recursive-include Cython/.hg *
4.8 include setup.py
4.9 include bin/cython
4.10 include cython.py
4.11 @@ -9,6 +8,8 @@
4.12 include Doc/*
4.13 include Demos/*.pyx
4.14 include Demos/*.pxd
4.15 +include Demos/callback/*.pyx
4.16 +include Demos/callback/*.pxd
4.17 include Demos/Setup.py
4.18 include Demos/Makefile*
4.19 include Tools/*
