summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Pipeline.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix cython scope caching (it breaks about half of the test suite, but it ↵Mark Florisson2011-10-031-2/+9
| | | | | | | | probably slow down cython.compile)
* | merge -- working fused types, broken cython testscopeMark Florisson2011-10-021-0/+1
|/
* Don't merge cython scope into module scopeMark Florisson2011-10-021-4/+0
|
* Support slicing memoryview slicesMark Florisson2011-09-301-2/+5
|
* Change memview access and packing modifier constantsMark Florisson2011-09-301-0/+1
|
* Fix refnanny + test tagsMark Florisson2011-09-301-19/+19
|
* use_utility_code vs. memoryviews fixupDag Sverre Seljebotn2011-09-301-1/+26
|
* memoryview utility code pulled in when memview array syntax used in Cython ↵Kurt Smith2011-09-301-2/+0
| | | | source.
* [mq]: memview-stuffKurt Smith2011-09-301-0/+4
|
* do not reject invalid module names when embedding - the result may still be ↵Stefan Behnel2011-09-141-1/+2
| | | | | | | executable --HG-- extra : transplant_source : j4%28%89%8B%DDef%5B%C8%12H%97%AD%E3%21yJ%9A%AA
* OpenMP Control FlowMark Florisson2011-07-291-1/+2
|
* Delete trailing whitespacesVitja Makarov2011-07-251-1/+1
|
* py23 compatibilityMark Florisson2011-07-191-2/+2
|
* Cython Utility Code cname extclass decorator + extmethod prototypesMark Florisson2011-07-191-0/+2
|
* Support cname() decorators in CythonUtilityCodeMark Florisson2011-07-191-0/+20
|
* Make it possible to construct sub-magic-modules of cythonDag Sverre Seljebotn2011-07-191-11/+28
|
* Support utility code written in CythonDag Sverre Seljebotn2011-07-191-15/+29
|
* Refactored pipeline construction to Pipeline.pyDag Sverre Seljebotn2011-07-121-0/+237