From: Robert Bradshaw Date: Sat, 30 Jan 2010 20:49:09 +0000 (-0800) Subject: Package cleanup. X-Git-Tag: 0.12.1~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=32569fc9862ee2230530b7fd47121168cf6825aa;p=cython.git Package cleanup. --- diff --git a/MANIFEST.in b/MANIFEST.in index a7133cf4..3eff3175 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,10 +1,10 @@ include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt -include COPYING.txt LICENSE.txt Makefile +include COPYING.txt LICENSE.txt PKG-INFO Makefile include .hgrev include setup.py +include setupegg.py include bin/* include cython.py -include Cython/Compiler/Lexicon.pickle recursive-include Cython *.pyx *.pxd include Doc/* @@ -13,6 +13,7 @@ include Demos/*.py include Demos/callback/* include Demos/embed/* include Demos/freeze/* +include Demos/libraries/* include Demos/Setup.py include Demos/Makefile* recursive-include Tools * diff --git a/Tools/kate.diff b/Tools/kate.diff new file mode 100644 index 00000000..e68f65dd --- /dev/null +++ b/Tools/kate.diff @@ -0,0 +1,1144 @@ +# HG changeset patch +# User Sturla Molden +# Date 1256723843 25200 +# Node ID 0a6ce52272f641d58c874fa007187778d4c2c81c +# Parent db4133d43a7ee34d4f172aced054785acba65a57 +Syntax highlighting for Cython and NumPy for KATE and KDevelop. + +diff -r db4133d43a7e -r 0a6ce52272f6 Tools/cython-numpy-mode-kate.xml +--- /dev/null Thu Jan 01 00:00:00 1970 +0000 ++++ b/Tools/cython-numpy-mode-kate.xml Wed Oct 28 02:57:23 2009 -0700 +@@ -0,0 +1,1133 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ as ++ ++ ++ cimport ++ import ++ from ++ as ++ ++ ++ DEF ++ IF ++ ELIF ++ ELSE ++ include ++ ++ ++ class ++ cpdef ++ def ++ ++ ++ cdef ++ ctypedef ++ ++ ++ extern ++ api ++ del ++ global ++ property ++ nogil ++ gil ++ inline ++ ++ ++ readonly ++ public ++ ++ ++ and ++ assert ++ in ++ is ++ by ++ not ++ or ++ sizeof ++ ++ ++ ++ print ++ ++ ++ break ++ continue ++ elif ++ else ++ except ++ finally ++ for ++ if ++ pass ++ raise ++ return ++ try ++ while ++ with ++ ++ ++ ++ __import__ ++ abs ++ all ++ any ++ apply ++ basestring ++ buffer ++ callable ++ chr ++ classmethod ++ cmp ++ coerce ++ compile ++ delattr ++ dir ++ divmod ++ enumerate ++ eval ++ execfile ++ filter ++ getattr ++ ++ hasattr ++ hash ++ hex ++ id ++ input ++ intern ++ isinstance ++ issubclass ++ iter ++ len ++ ++ map ++ max ++ min ++ oct ++ open ++ ord ++ pow ++ ++ range ++ raw_input ++ reduce ++ reload ++ repr ++ reversed ++ round ++ setattr ++ sorted ++ staticmethod ++ sum ++ super ++ type ++ unichr ++ unicode ++ ++ xrange ++ zip ++ ++ ++ ++ unsigned ++ void ++ enum ++ double ++ long ++ short ++ char ++ Py_ssize_t ++ Py_intptr_t ++ Py_buffer ++ bint ++ struct ++ union ++ enum ++ ++ ++ ++ int ++ float ++ object ++ list ++ tuple ++ str ++ dict ++ set ++ frozenset ++ slice ++ bool ++ complex ++ file ++ ++ ++ ++ np ++ numpy ++ ++ ++ numpy ++ ++ ++ cython ++ ++ ++ dtype ++ flatiter ++ broadcast ++ ndarray ++ int8_t ++ int16_t ++ int32_t ++ int64_t ++ uint8_t ++ uint16_t ++ uint32_t ++ uint64_t ++ float32_t ++ float64_t ++ complex64_t ++ complex128_t ++ int_t ++ long_t ++ uint_t ++ ulong_t ++ float_t ++ double_t ++ longdouble_t ++ cfloat_t ++ cdouble_t ++ clongdouble_t ++ complex_t ++ npy_int8 ++ npy_int16 ++ npy_int32 ++ npy_int64 ++ npy_int96 ++ npy_int128 ++ npy_uint8 ++ npy_uint16 ++ npy_uint32 ++ npy_uint64 ++ npy_uint96 ++ npy_uint128 ++ npy_float32 ++ npy_float64 ++ npy_float80 ++ npy_float96 ++ npy_float128 ++ npy_complex64 ++ npy_complex128 ++ npy_complex120 ++ npy_complex192 ++ npy_complex256 ++ npy_cfloat ++ npy_cdouble ++ npy_clongdouble ++ npy_bool ++ npy_byte ++ npy_short ++ npy_int ++ npy_long ++ npy_longlong ++ npy_ubyte ++ npy_ushort ++ npy_uint ++ npy_ulong ++ npy_ulonglong ++ npy_float ++ npy_double ++ npy_longdouble ++ npy_intp ++ ++ ++ DataSource ++ MachAr ++ PackageLoader ++ RankWarning ++ Tester ++ abs ++ absolute ++ add ++ add_docstring ++ add_newdoc ++ alen ++ all ++ allclose ++ alltrue ++ alterdot ++ amax ++ amin ++ angle ++ any ++ append ++ apply_along_axis ++ apply_over_axes ++ arange ++ arccos ++ arccosh ++ arcsin ++ arcsinh ++ arctan ++ arctan2 ++ arctanh ++ argmax ++ argmin ++ argsort ++ argwhere ++ around ++ array ++ array2string ++ array_equal ++ array_equiv ++ array_repr ++ array_split ++ array_str ++ asanyarray ++ asarray ++ asarray_chkfinite ++ ascontiguousarray ++ asfarray ++ asfortranarray ++ asmatrix ++ asscalar ++ atleast_1d ++ atleast_2d ++ atleast_3d ++ average ++ bartlett ++ base_repr ++ bench ++ binary_repr ++ bincount ++ bitwise_and ++ bitwise_not ++ bitwise_or ++ bitwise_xor ++ blackman ++ bmat ++ bool ++ bool8 ++ bool_ ++ broadcast ++ broadcast_arrays ++ byte ++ byte_bounds ++ can_cast ++ cdouble ++ ceil ++ cfloat ++ character ++ chararray ++ choose ++ clip ++ clongdouble ++ clongfloat ++ column_stack ++ common_type ++ compare_chararrays ++ complex ++ complex128 ++ complex192 ++ complex64 ++ complex_ ++ complexfloating ++ compress ++ concatenate ++ conj ++ conjugate ++ convolve ++ copy ++ corrcoef ++ correlate ++ cos ++ cosh ++ cov ++ cross ++ csingle ++ cumprod ++ cumproduct ++ cumsum ++ deg2rad ++ degrees ++ delete ++ deprecate ++ deprecate_with_doc ++ diag ++ diagflat ++ diagonal ++ diff ++ digitize ++ disp ++ divide ++ dot ++ double ++ dsplit ++ dstack ++ dtype ++ ediff1d ++ empty ++ empty_like ++ equal ++ errstate ++ exp ++ exp2 ++ expand_dims ++ expm1 ++ extract ++ eye ++ fabs ++ fastCopyAndTranspose ++ find_common_type ++ finfo ++ fix ++ flatiter ++ flatnonzero ++ flexible ++ fliplr ++ flipud ++ float ++ float32 ++ float64 ++ float96 ++ float_ ++ floating ++ floor ++ floor_divide ++ fmax ++ fmin ++ fmod ++ frexp ++ frombuffer ++ fromfile ++ fromfunction ++ fromiter ++ frompyfunc ++ fromregex ++ fromstring ++ fv ++ generic ++ genfromtxt ++ get_array_wrap ++ get_include ++ get_numarray_include ++ get_numpy_include ++ get_printoptions ++ getbuffer ++ getbufsize ++ geterr ++ geterrcall ++ geterrobj ++ gradient ++ greater ++ greater_equal ++ hamming ++ hanning ++ histogram ++ histogram2d ++ histogramdd ++ hsplit ++ hstack ++ hypot ++ i0 ++ identity ++ imag ++ indices ++ inexact ++ info ++ inner ++ insert ++ int ++ int0 ++ int16 ++ int32 ++ int64 ++ int8 ++ int_ ++ int_asbuffer ++ intc ++ integer ++ interp ++ intersect1d ++ intersect1d_nu ++ intp ++ invert ++ ipmt ++ irr ++ iscomplex ++ iscomplexobj ++ isfinite ++ isfortran ++ isinf ++ isnan ++ isneginf ++ isposinf ++ isreal ++ isrealobj ++ isscalar ++ issctype ++ issubclass_ ++ issubdtype ++ issubsctype ++ iterable ++ ix_ ++ kaiser ++ kron ++ ldexp ++ left_shift ++ less ++ less_equal ++ lexsort ++ linspace ++ load ++ loads ++ loadtxt ++ log ++ log10 ++ log1p ++ log2 ++ logaddexp ++ logaddexp2 ++ logical_and ++ logical_not ++ logical_or ++ logical_xor ++ logspace ++ long ++ longcomplex ++ longdouble ++ longfloat ++ longlong ++ lookfor ++ mafromtxt ++ mat ++ matrix ++ max ++ maximum ++ maximum_sctype ++ may_share_memory ++ mean ++ median ++ memmap ++ meshgrid ++ min ++ minimum ++ mintypecode ++ mirr ++ mod ++ modf ++ msort ++ multiply ++ nan_to_num ++ nanargmax ++ nanargmin ++ nanmax ++ nanmin ++ nansum ++ ndarray ++ ndenumerate ++ ndfromtxt ++ ndim ++ ndindex ++ negative ++ newbuffer ++ nonzero ++ not_equal ++ nper ++ npv ++ number ++ obj2sctype ++ object ++ object0 ++ object_ ++ ones ++ ones_like ++ outer ++ packbits ++ piecewise ++ pkgload ++ place ++ pmt ++ poly ++ poly1d ++ polyadd ++ polyder ++ polydiv ++ polyfit ++ polyint ++ polymul ++ polysub ++ polyval ++ power ++ ppmt ++ prod ++ product ++ ptp ++ put ++ putmask ++ pv ++ rad2deg ++ radians ++ rank ++ rate ++ ravel ++ real ++ real_if_close ++ recarray ++ recfromcsv ++ recfromtxt ++ reciprocal ++ record ++ remainder ++ repeat ++ require ++ reshape ++ resize ++ restoredot ++ right_shift ++ rint ++ roll ++ rollaxis ++ roots ++ rot90 ++ round ++ round_ ++ row_stack ++ safe_eval ++ save ++ savetxt ++ savez ++ sctype2char ++ searchsorted ++ select ++ set_numeric_ops ++ set_printoptions ++ set_string_function ++ setbufsize ++ setdiff1d ++ seterr ++ seterrcall ++ seterrobj ++ setmember1d ++ setxor1d ++ shape ++ short ++ show_config ++ sign ++ signbit ++ signedinteger ++ sin ++ sinc ++ single ++ singlecomplex ++ sinh ++ size ++ sometrue ++ sort ++ sort_complex ++ source ++ split ++ sqrt ++ square ++ squeeze ++ std ++ str ++ str_ ++ string0 ++ string_ ++ subtract ++ sum ++ swapaxes ++ take ++ tan ++ tanh ++ tensordot ++ test ++ tile ++ trace ++ transpose ++ trapz ++ tri ++ tril ++ trim_zeros ++ triu ++ true_divide ++ trunc ++ typename ++ ubyte ++ ufunc ++ uint ++ uint0 ++ uint16 ++ uint32 ++ uint64 ++ uint8 ++ uintc ++ uintp ++ ulonglong ++ unicode ++ unicode0 ++ unicode_ ++ union1d ++ unique ++ unique1d ++ unpackbits ++ unravel_index ++ unsignedinteger ++ unwrap ++ ushort ++ vander ++ var ++ vdot ++ vectorize ++ void ++ void0 ++ vsplit ++ vstack ++ where ++ who ++ zeros ++ zeros_like ++ ++ ++ __future__ ++ __import__ ++ __name__ ++ __cythonbufferdefaults__ ++ __weakref__ ++ None ++ self ++ True ++ False ++ NotImplemented ++ Ellipsis ++ NULL ++ ++ ++ __new__ ++ __init__ ++ __cinit__ ++ __dealloc__ ++ __cmp__ ++ __richcmp__ ++ __str__ ++ __repr__ ++ __hash__ ++ __call__ ++ __iter__ ++ __getattr__ ++ __setattr__ ++ __delattr__ ++ __add__ ++ __sub__ ++ __mul__ ++ __div__ ++ __floordiv__ ++ __truediv__ ++ __mod__ ++ __divmod__ ++ __pow__ ++ __neg__ ++ __pos__ ++ __abs__ ++ __nonzero__ ++ __invert__ ++ __lshift__ ++ __rshift__ ++ __and__ ++ __or__ ++ __xor__ ++ __int__ ++ __long__ ++ __float__ ++ __oct__ ++ __hex__ ++ __index__ ++ __iadd__ ++ __isub__ ++ __imul__ ++ __idiv__ ++ __ifloordiv__ ++ __itruediv__ ++ __imod__ ++ __ipow__ ++ __ilshift__ ++ __irshift__ ++ __iand__ ++ __ior__ ++ __ixor__ ++ __len__ ++ __getitem__ ++ __setitem__ ++ __delitem__ ++ __getslice__ ++ __setslice__ ++ __delslice__ ++ __contains__ ++ __next__ ++ __getreadbuffer__ ++ __getwritebuffer__ ++ __getsegcount__ ++ __getcharbuffer__ ++ __get__ ++ __set__ ++ __delete__ ++ __getbuffer__ ++ __releasebuffer__ ++ ++ ++ ArithmeticError ++ AssertionError ++ AttributeError ++ BaseException ++ DeprecationWarning ++ EnvironmentError ++ EOFError ++ Exception ++ FloatingPointError ++ FutureWarning ++ GeneratorExit ++ IOError ++ ImportError ++ ImportWarning ++ IndexError ++ KeyError ++ KeyboardInterrupt ++ LookupError ++ MemoryError ++ NameError ++ NotImplementedError ++ OSError ++ OverflowError ++ PendingDeprecationWarning ++ ReferenceError ++ RuntimeError ++ RuntimeWarning ++ StandardError ++ StopIteration ++ SyntaxError ++ SyntaxWarning ++ SystemError ++ SystemExit ++ TypeError ++ UnboundLocalError ++ UserWarning ++ UnicodeError ++ UnicodeWarning ++ UnicodeEncodeError ++ UnicodeDecodeError ++ UnicodeTranslateError ++ ValueError ++ Warning ++ WindowsError ++ ZeroDivisionError ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++