Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Refuse to compile for Python < 2.4 | Robert Bradshaw | 2011-08-05 | 1 | -0/+3 | |
| | | | ||||||
| * | | Some Python 2.3 cleanup. | Robert Bradshaw | 2011-08-05 | 1 | -1/+0 | |
| | | | ||||||
| * | | Python 2.4 ssize_t fix (again). | Robert Bradshaw | 2011-07-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Revert "Py 2.4 fixes." | Robert Bradshaw | 2011-07-30 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | PyDict_Next went from int* to Py_ssize_t*. This reverts commit 7932ecf3e9dee5c90f2f20e8c88deab411ced3b5. | |||||
| * | | Py 2.4 fixes. | Robert Bradshaw | 2011-07-30 | 1 | -3/+3 | |
| | | | ||||||
| * | | Delete trailing whitespaces | Vitja Makarov | 2011-07-25 | 1 | -2/+2 | |
| | | | ||||||
| * | | Cython Utility Code cname extclass decorator + extmethod prototypes | Mark Florisson | 2011-07-19 | 1 | -32/+41 | |
| | | | ||||||
| * | | Make it possible to construct sub-magic-modules of cython | Dag Sverre Seljebotn | 2011-07-19 | 1 | -0/+2 | |
| | | | ||||||
| * | | Support utility code written in Cython | Dag Sverre Seljebotn | 2011-07-19 | 1 | -10/+1 | |
| | | | ||||||
| * | | Refactored pipeline construction to Pipeline.py | Dag Sverre Seljebotn | 2011-07-12 | 1 | -0/+28 | |
| |/ | ||||||
* | | Support fused def functions + lambda + better runtime dispatch | Mark Florisson | 2011-07-11 | 1 | -2/+5 | |
| | | ||||||
* | | merge | Mark Florisson | 2011-07-07 | 1 | -40/+82 | |
|\ \ | |/ | ||||||
| * | Polish cimport from pyx. | Robert Bradshaw | 2011-07-02 | 1 | -2/+6 | |
| | | ||||||
| * | import from pyx working | Robert Bradshaw | 2011-07-02 | 1 | -2/+2 | |
| | | ||||||
| * | Revert to previous behavior of declaring classes with vtab slots last. | Robert Bradshaw | 2011-06-24 | 1 | -0/+5 | |
| | | ||||||
| * | cleanup | Robert Bradshaw | 2011-06-24 | 1 | -1/+0 | |
| | | ||||||
| * | Obviate the need for forward-declaring structs/unions/enums/cdef classes. | Robert Bradshaw | 2011-06-24 | 1 | -21/+37 | |
| | | ||||||
| * | PyErr_WarnEx() can become an error | Lisandro Dalcin | 2011-06-12 | 1 | -7/+7 | |
| | | ||||||
| * | Fix annoying C++ warning from PyMapping_Keys() in Py2.x | Lisandro Dalcin | 2011-06-11 | 1 | -0/+4 | |
| | | ||||||
| * | Fix public variable/function to use extern "C" name mangling | Lisandro Dalcin | 2011-06-11 | 1 | -11/+22 | |
| | | ||||||
| * | Updated error messages & moved NaN to utility code | Mark Florisson | 2011-05-25 | 1 | -55/+4 | |
| | | ||||||
| * | Initiliaze private variables to maximum values or NaNs | Mark Florisson | 2011-05-25 | 1 | -4/+58 | |
| | | ||||||
* | | Merge fixes from fused_cdef | Mark Florisson | 2011-06-26 | 1 | -20/+110 | |
|\ \ | ||||||
| * \ | Merge fused cdef functions with master | Mark Florisson | 2011-05-25 | 1 | -20/+110 | |
| |\ \ | | |/ | ||||||
| | * | Merge remote branch 'markflorisson/withgil' | Robert Bradshaw | 2011-05-25 | 1 | -2/+2 | |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: tests/errors/nogil.pyx | |||||
| | | * | Fix #281 (Possible race condition w/ nogil exception propagation) | Mark Florisson | 2011-05-05 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Support pxd/public/api import/export for C variables | Lisandro Dalcin | 2011-05-21 | 1 | -22/+105 | |
| | | | | ||||||
| | * | | More work on pxd/public/api import/export | Lisandro Dalcin | 2011-05-19 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Public should not imply extern. | Robert Bradshaw | 2011-05-06 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | Add documentation, more tests, pure mode, fixed some bugs | Mark Florisson | 2011-05-04 | 1 | -0/+2 | |
| | | | ||||||
* | | | Runtime dispatch to specialized cpdef | Mark Florisson | 2011-05-19 | 1 | -1/+14 | |
|/ / | ||||||
* | | Support fused cdef methods | Mark Florisson | 2011-05-09 | 1 | -80/+46 | |
| | | ||||||
* | | merge | Mark Florisson | 2011-05-01 | 1 | -93/+93 | |
|\ \ | |/ | ||||||
| * | Remove tabs | Vitja Makarov | 2011-04-27 | 1 | -89/+89 | |
| | | ||||||
| * | remove trailing whitespace | Robert Bradshaw | 2011-04-22 | 1 | -5/+5 | |
| | | ||||||
| * | clean up special casing of non-portable builtin types, add option for ↵ | Stefan Behnel | 2011-04-16 | 1 | -10/+12 | |
| | | | | | | | | disabling errors on unknown names | |||||
* | | Fix a little bug | Mark Florisson | 2011-05-01 | 1 | -6/+10 | |
| | | ||||||
* | | Support sharing of cdef functions with fused types | Mark Florisson | 2011-04-28 | 1 | -31/+46 | |
| | | ||||||
* | | Support for fused types in cdef functions | Mark Florisson | 2011-04-27 | 1 | -30/+48 | |
| | | ||||||
* | | clean up special casing of non-portable builtin types, add option for ↵ | Stefan Behnel | 2011-04-16 | 1 | -10/+12 | |
|/ | | | | disabling errors on unknown names | |||||
* | fix pŕevious commit mixing declarations and code | Lisandro Dalcin | 2011-04-08 | 1 | -1/+1 | |
| | ||||||
* | cleanup refnanny utility code | Lisandro Dalcin | 2011-04-05 | 1 | -26/+36 | |
| | ||||||
* | Merge remote branch 'upstream/master' | Vitja Makarov | 2011-04-01 | 1 | -1/+1 | |
|\ | ||||||
| * | disable generation of api code for pxd entries | Lisandro Dalcin | 2011-03-31 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote branch 'upstream/master' | Vitja Makarov | 2011-03-31 | 1 | -81/+215 | |
|\ \ | |/ | ||||||
| * | public/capi: fixes and cleanups, implement exporting cdef variables | Lisandro Dalcin | 2011-03-31 | 1 | -78/+209 | |
| | | ||||||
| * | guard C code from inclusion of gecompanion h api code | Lisandro Dalcin | 2011-03-30 | 1 | -3/+6 | |
| | | ||||||
* | | Handle generic declared args inside closure | Vitja Makarov | 2011-03-30 | 1 | -2/+9 | |
| | | ||||||
* | | Merge remote branch 'upstream/master' | Vitja Makarov | 2011-02-27 | 1 | -49/+34 | |
|\ \ | |/ | ||||||
| * | fixes and cleanups in __Pyx_main() | Lisandro Dalcin | 2011-02-25 | 1 | -1/+2 | |
| | |