platform/upstream/python-cython.git
2012-06-21 Stefan Behnelcomment on 'not None' signature annotation for memoryvi...
2012-06-21 Stefan Behneluse strided mode in plain buffer example
2012-06-21 Stefan Behnelsection on array.array in memoryview docs
2012-06-21 Stefan Behnelavoid unnecessary references to NumPy in memoryview...
2012-06-20 Stefan Behneladditional test case for union assignments
2012-06-19 Mark FlorissonMove memoryview and buffer tests
2012-06-19 Mark FlorissonAllow arbitrary strides for strides memoryview slices...
2012-06-18 Stefan Behnelstatically inherit slot methods from parent types ...
2012-06-16 Robert BradshawMerge pull request #133 from sbyrnes321/master
2012-06-16 sbyrnes321typo: pyxbdl --> pyxbld
2012-06-16 sbyrnes321Update some text that seems to have been written before...
2012-06-14 Mark FlorissonSpecialized fused indices
2012-06-10 Mark FlorissonSupport decorators for fused functions
2012-06-08 Stefan Behnelminor code simplification
2012-06-07 Robert Bradshawinline hint
2012-06-07 Robert BradshawMerge pull request #132 from tito/fix-win32
2012-06-07 Mathieu Virbelfix compilation issues on windows (got this error from...
2012-06-02 Stefan Behnelfix C declaration after code, found by cgohlke
2012-05-31 Robert Bradshawtiny doc fix
2012-05-31 Robert BradshawMerge pull request #128 from minrk/cythonenv
2012-05-31 MinRKstore inline cython in cache/inline
2012-05-31 MinRKadd CYTHON_CACHE_DIR env
2012-05-30 Robert BradshawMerge pull request #125 from bfroehle/_reserved-user...
2012-05-30 Bradley M.... Fix -Wreserved-user-defined-literal error in C++11.
2012-05-28 Mark FlorissonFix some last things in the memoryview docs
2012-05-28 Mark FlorissonMerge branch 'memoryview-doc-edit' of https://github...
2012-05-26 Robert Bradshawadd existing extern files to depends list
2012-05-26 Robert BradshawMerge remote-tracking branch 'main/master'
2012-05-26 Robert Bradshawcache garbage collection
2012-05-26 Robert Bradshawcython cache compression
2012-05-25 Matthew BrettDOC: rewrite of memoryview doc
2012-05-25 Robert BradshawAdd ccache like caching to Cythonize.
2012-05-23 Mark FlorissonFix CVarDefNode's in_pxd flag
2012-05-23 Mark FlorissonDeclare complex utility codes when used in fused types
2012-05-23 Mark FlorissonIssue errors for fused types declarations at module...
2012-05-23 Robert Bradshawcythonize performance improvements for large codebases
2012-05-23 Robert Bradshawfix pickle test in Python 3
2012-05-20 Robert BradshawMore Py3 test fixes.
2012-05-20 Robert Bradshawarray fixes for py3
2012-05-20 Robert BradshawArrays use unamed fields, require non-standard (C11...
2012-05-20 Robert Bradshawarrayarray utility code hack
2012-05-20 Robert Bradshawbuffer access and nogil tests
2012-05-20 Robert BradshawFix array optimization in C++.
2012-05-20 Robert Bradshawfix several broken array tests
2012-05-20 Robert BradshawMerge remote-tracking branch 'andreasvc/master' into...
2012-05-18 Robert BradshawPickling tests.
2012-05-16 Andreas van... updated test to use clone function.
2012-05-16 Andreas van... replaced reference to .ob_size with .length
2012-05-16 Mark FlorissonDisallow taking address of memoryview slices
2012-05-16 Mark FlorissonMake is_c/f_contig return a bool
2012-05-16 Mark FlorissonFix cython.view.array cast step error
2012-05-16 MarkMerge pull request #122 from geggo/master
2012-05-16 Gregor Thalhammerfixes bug in memoryview validation code for C contiguou...
2012-05-15 Stefan Behnelwork around for broken PyPy distutils build
2012-05-13 Stefan Behnelbetter explanation of OpenMP schedules
2012-05-13 Mark FlorissonFix fused function __doc__ descriptor
2012-05-12 Mark Florissonfix numpy_test for numpy < 1.5
2012-05-12 Stefan Behnelfix link in docs
2012-05-12 Stefan Behnelnew doc page on porting to PyPy
2012-05-12 Stefan Behnelmacro fix for Py2.4 in C++ mode
2012-05-12 Stefan BehnelPy3 test fix
2012-05-12 Stefan Behnelmore correct fake implementation of PyNumber_Index...
2012-05-11 Stefan Behnelfix char* coercion test
2012-05-11 Stefan Behnelfix C compiler warning about unused utility function
2012-05-11 Mark FlorissonAnalyze fused declaration code in the global scope
2012-05-11 Stefan Behnellet the parser detect '*a = ...' and provide a helpful...
2012-05-11 Stefan Behneladditional test case for extended unpacking
2012-05-11 Stefan Behnelremoved unused utility code
2012-05-11 MarkMerge pull request #117 from markflorisson88/_newaxis
2012-05-11 Mark FlorissonDon't allow more dimensions than buffer_max_dims
2012-05-11 Mark FlorissonAdd some documentation for newaxis indexing
2012-05-11 Mark FlorissonSupport newaxis indexing for memoryview slices
2012-05-11 Mark FlorissonAvoid taking address of memoryviews to enable C compile...
2012-05-11 MarkMerge pull request #121 from scoder/_minor_fused_cleanup
2012-05-11 Stefan Behnelfix fused types in PyPy by using a less aggressive...
2012-05-11 Stefan Behnelreduce runtime overhead for 'dest_sig' variable setup
2012-05-11 Stefan Behnelreduce code overhead for fused cpdef signature matching...
2012-05-11 Stefan Behnelremove useless code from fused types dispatch
2012-05-11 Stefan Behnelfix compiler crash in declaration analysis
2012-05-11 Stefan Behneladd newline to end of file
2012-05-10 Mark FlorissonRevert "implement __hash__() and __eq__() for ctypedefs...
2012-05-10 MarkMerge pull request #115 from markflorisson88/_fused_dis...
2012-05-10 scoderMerge pull request #120 from vitek/_type_inference
2012-05-10 Stefan Behnelminor code simplifications and fixes in printing utilit...
2012-05-10 Stefan Behnelminor beautifications in utility code file
2012-05-10 Vitja MakarovFix w_uninitilized_del testcase, now inferred as python...
2012-05-10 Vitja MakarovInfer variable as pyobject when del-ed, fix #768
2012-05-10 Vitja Makarovprint: Do Py_INCREF() before using stdout
2012-05-10 Vitja MakarovMove Printing functions to Printing.c
2012-05-10 Stefan Behnelimproved pure mode docs on function decorators
2012-05-09 MarkMerge pull request #119 from markflorisson88/_nonecheck
2012-05-09 Mark FlorissonUse PyErr_Format to format attribute names
2012-05-09 Mark FlorissonAllow 'not None' declaration for memoryview slice arguments
2012-05-09 Mark FlorissonAdd cast to PyObject * for nonecheck
2012-05-09 Mark FlorissonAllow nogil None checking for memoryview slices
2012-05-09 Mark FlorissonAdd nogil nonecheck tests (don't segfault)
2012-05-09 Mark FlorissonRefactor None checking code -- use NoneCheckNode everywhere
2012-05-09 Stefan Behnelreenabled NumPy test to see if it works now
2012-05-09 Stefan Behnelless aggressive callable() optimisation in Py2
2012-05-08 scoderMerge pull request #118 from vitek/_markassignments
next