platform/upstream/python-cython.git
2012-06-27 Robert BradshawComment out alpha pypy environment from buildbot.
2012-06-27 Robert Bradshawbetter ordering of cache files
2012-06-27 Robert BradshawMake cache dir if it doesn't yet exist.
2012-06-27 Robert BradshawMerge pull request #131 from msabramo/testing
2012-06-27 Robert BradshawMerge pull request #129 from dhirschfeld/master
2012-06-27 Stefan Behnelrst fixes in docs
2012-06-27 Stefan Behnelrst fixes in docs
2012-06-27 Stefan Behnelupdated array.array section in memoryview docs
2012-06-27 Stefan Behneladded array.array tests for buffer interface and memory...
2012-06-27 Stefan Behnelmake declarations of arrayarray.h functions 'static...
2012-06-27 Stefan Behnelfix C compiler warning about unused variable in test...
2012-06-27 David HirschfeldAdded comment. Included setup.cfg in config file parsing.
2012-06-24 Stefan Behnelfix the wrapper setup for inherited special methods...
2012-06-24 Stefan Behnelfix the Windows slots fix
2012-06-24 scoderMerge pull request #134 from tito/fix-win32-constants
2012-06-22 Stefan Behnelsome cleanup and updating in C++ tutorial
2012-06-22 Stefan Behnelallow passing additional sources into cythonize() throu...
2012-06-22 Stefan Behnelfix build
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 Mathieu Virbelfixes for gcc error on "initializer element is not...
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-06 Marc AbramowitzAdd .travis.yml for Travis CI (travis-ci.org/)
2012-06-06 Marc AbramowitzAdd support for tox (http://tox.testrun.org/)
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 dhirschfeldChanged cython_inline to parse the config files before...
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
next