summaryrefslogtreecommitdiff
path: root/Cython/Compiler/ModuleNode.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Refuse to compile for Python < 2.4Robert Bradshaw2011-08-051-0/+3
| | |
| * | Some Python 2.3 cleanup.Robert Bradshaw2011-08-051-1/+0
| | |
| * | Python 2.4 ssize_t fix (again).Robert Bradshaw2011-07-301-1/+1
| | |
| * | Revert "Py 2.4 fixes."Robert Bradshaw2011-07-301-3/+3
| | | | | | | | | | | | | | | | | | PyDict_Next went from int* to Py_ssize_t*. This reverts commit 7932ecf3e9dee5c90f2f20e8c88deab411ced3b5.
| * | Py 2.4 fixes.Robert Bradshaw2011-07-301-3/+3
| | |
| * | Delete trailing whitespacesVitja Makarov2011-07-251-2/+2
| | |
| * | Cython Utility Code cname extclass decorator + extmethod prototypesMark Florisson2011-07-191-32/+41
| | |
| * | Make it possible to construct sub-magic-modules of cythonDag Sverre Seljebotn2011-07-191-0/+2
| | |
| * | Support utility code written in CythonDag Sverre Seljebotn2011-07-191-10/+1
| | |
| * | Refactored pipeline construction to Pipeline.pyDag Sverre Seljebotn2011-07-121-0/+28
| |/
* | Support fused def functions + lambda + better runtime dispatchMark Florisson2011-07-111-2/+5
| |
* | mergeMark Florisson2011-07-071-40/+82
|\ \ | |/
| * Polish cimport from pyx.Robert Bradshaw2011-07-021-2/+6
| |
| * import from pyx workingRobert Bradshaw2011-07-021-2/+2
| |
| * Revert to previous behavior of declaring classes with vtab slots last.Robert Bradshaw2011-06-241-0/+5
| |
| * cleanupRobert Bradshaw2011-06-241-1/+0
| |
| * Obviate the need for forward-declaring structs/unions/enums/cdef classes.Robert Bradshaw2011-06-241-21/+37
| |
| * PyErr_WarnEx() can become an errorLisandro Dalcin2011-06-121-7/+7
| |
| * Fix annoying C++ warning from PyMapping_Keys() in Py2.xLisandro Dalcin2011-06-111-0/+4
| |
| * Fix public variable/function to use extern "C" name manglingLisandro Dalcin2011-06-111-11/+22
| |
| * Updated error messages & moved NaN to utility codeMark Florisson2011-05-251-55/+4
| |
| * Initiliaze private variables to maximum values or NaNsMark Florisson2011-05-251-4/+58
| |
* | Merge fixes from fused_cdefMark Florisson2011-06-261-20/+110
|\ \
| * \ Merge fused cdef functions with masterMark Florisson2011-05-251-20/+110
| |\ \ | | |/
| | * Merge remote branch 'markflorisson/withgil'Robert Bradshaw2011-05-251-2/+2
| | |\ | | | | | | | | | | | | | | | | Conflicts: tests/errors/nogil.pyx
| | | * Fix #281 (Possible race condition w/ nogil exception propagation)Mark Florisson2011-05-051-2/+2
| | | |
| | * | Support pxd/public/api import/export for C variablesLisandro Dalcin2011-05-211-22/+105
| | | |
| | * | More work on pxd/public/api import/exportLisandro Dalcin2011-05-191-0/+2
| | | |
| | * | Public should not imply extern.Robert Bradshaw2011-05-061-1/+1
| | |/
| | * Add documentation, more tests, pure mode, fixed some bugsMark Florisson2011-05-041-0/+2
| | |
* | | Runtime dispatch to specialized cpdefMark Florisson2011-05-191-1/+14
|/ /
* | Support fused cdef methodsMark Florisson2011-05-091-80/+46
| |
* | mergeMark Florisson2011-05-011-93/+93
|\ \ | |/
| * Remove tabsVitja Makarov2011-04-271-89/+89
| |
| * remove trailing whitespaceRobert Bradshaw2011-04-221-5/+5
| |
| * clean up special casing of non-portable builtin types, add option for ↵Stefan Behnel2011-04-161-10/+12
| | | | | | | | disabling errors on unknown names
* | Fix a little bugMark Florisson2011-05-011-6/+10
| |
* | Support sharing of cdef functions with fused typesMark Florisson2011-04-281-31/+46
| |
* | Support for fused types in cdef functionsMark Florisson2011-04-271-30/+48
| |
* | clean up special casing of non-portable builtin types, add option for ↵Stefan Behnel2011-04-161-10/+12
|/ | | | disabling errors on unknown names
* fix pŕevious commit mixing declarations and codeLisandro Dalcin2011-04-081-1/+1
|
* cleanup refnanny utility codeLisandro Dalcin2011-04-051-26/+36
|
* Merge remote branch 'upstream/master'Vitja Makarov2011-04-011-1/+1
|\
| * disable generation of api code for pxd entriesLisandro Dalcin2011-03-311-1/+1
| |
* | Merge remote branch 'upstream/master'Vitja Makarov2011-03-311-81/+215
|\ \ | |/
| * public/capi: fixes and cleanups, implement exporting cdef variablesLisandro Dalcin2011-03-311-78/+209
| |
| * guard C code from inclusion of gecompanion h api codeLisandro Dalcin2011-03-301-3/+6
| |
* | Handle generic declared args inside closureVitja Makarov2011-03-301-2/+9
| |
* | Merge remote branch 'upstream/master'Vitja Makarov2011-02-271-49/+34
|\ \ | |/
| * fixes and cleanups in __Pyx_main()Lisandro Dalcin2011-02-251-1/+2
| |