summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Tests/TestBuffer.py
Commit message (Expand)AuthorAgeFilesLines
* Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-101-2/+2
* Fix some deprecated unittest method usages.Stefan Behnel2019-03-141-11/+11
* parsing memory view array declarations.Kurt Smith2011-09-301-0/+5
* Remove trailing whitespace.Robert Bradshaw2010-12-131-4/+4
* More buffer type analysis deferment.Robert Bradshaw2010-02-101-4/+0
* Enable non expression-like types for templates.Robert Bradshaw2010-02-091-4/+0
* Specialization of C++ template classes.Robert Bradshaw2009-08-131-2/+2
* merge dag and devel branchesRobert Bradshaw2008-08-121-4/+0
|\
| * Removed obsolete unit testDag Sverre Seljebotn2008-08-051-4/+0
* | Buffers: Added __cythonbufferdefaults__ and refactor in buffer option parsing.Dag Sverre Seljebotn2008-08-061-6/+9
|/
* Fixed bug: Empty "[]" is now always treated as array declaratorDag Sverre Seljebotn2008-08-041-3/+1
* Cleared file executable bit that was set earlier by a mistakeDag Sverre Seljebotn2008-07-291-0/+0
* Correctly giving compiler errors on global/attribute buffersDag Sverre Seljebotn2008-07-281-16/+32
* Buffer type checking cleanup/rewrite (now uses use_utility_code)Dag Sverre Seljebotn2008-07-261-0/+0
* Creating buffer typeDag Sverre Seljebotn2008-07-021-4/+4
* Buffer test casesDag Sverre Seljebotn2008-07-021-0/+95