Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix function import refcount (Stefan Behnel) | Robert Bradshaw | 2007-10-31 | 1 | -2/+4 | |
| | ||||||
* | Fix missing decref in __Pyx_ImportModule | Robert Bradshaw | 2007-10-28 | 1 | -1/+4 | |
| | ||||||
* | cache builtins at module level | Robert Bradshaw | 2007-10-24 | 1 | -2/+2 | |
| | ||||||
* | Generate module cleanup code | Robert Bradshaw | 2007-10-24 | 1 | -1/+81 | |
| | | | | Decref cdef globals, interned values, and imported types | |||||
* | Fix builtins caching | Robert Bradshaw | 2007-10-24 | 1 | -3/+3 | |
| | ||||||
* | package-local import patch reverted | Stefan Behnel | 2007-10-21 | 1 | -73/+29 | |
| | ||||||
* | ctypedef casting, more cdef extern class work | Robert Bradshaw | 2007-10-21 | 1 | -3/+2 | |
| | ||||||
* | Fix ctypedef extern class, assignment on declaration, redeclaration warnings | Robert Bradshaw | 2007-10-20 | 1 | -13/+14 | |
| | ||||||
* | greg: Tests passed | Stefan Behnel | 2007-10-18 | 1 | -100/+34 | |
| | ||||||
* | Only include public types in generated headers | Stefan Behnel | 2007-10-18 | 1 | -22/+23 | |
| | ||||||
* | Fix C API namespace pollution | Stefan Behnel | 2007-10-18 | 1 | -6/+25 | |
| | ||||||
* | import modules only once, support module-level imports | Stefan Behnel | 2007-10-17 | 1 | -26/+74 | |
| | ||||||
* | preliminary merge of Pyrex 0.9.6.2 -> crashes | Stefan Behnel | 2007-10-15 | 1 | -156/+461 | |
| | ||||||
* | Interned integer constants, created at module load time. | Robert Bradshaw | 2007-10-11 | 1 | -0/+6 | |
| | | | | | | | | | | | | For example, in the SAGE source we have 1158 PyInt_FromLong(0) 776 PyInt_FromLong(1) 258 PyInt_FromLong(2) 33 PyInt_FromLong(3) 21 PyInt_FromLong(10) and a thousand or so others... Who knows how many of these are in loops too. | |||||
* | merge changes for 0.9.6.7 release | Robert Bradshaw | 2007-10-08 | 1 | -3/+5 | |
|\ | ||||||
| * | merge from 0.9.6.6 | Stefan Behnel | 2007-09-12 | 1 | -1/+1 | |
| |\ | ||||||
| * \ | merge of 0.9.6.4 | Stefan Behnel | 2007-08-25 | 1 | -0/+2 | |
| |\ \ | ||||||
| * | | | debug code left over | Stefan Behnel | 2007-08-03 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | initial support for unicode literals in UTF-8 | Stefan Behnel | 2007-08-02 | 1 | -3/+6 | |
| | | | | ||||||
* | | | | Emit and release temporary variables in global namespace | Thomas Hunger | 2007-09-19 | 1 | -1/+1 | |
| |_|/ |/| | | | | | | | | because the class-body code is exectuted at module-init time. | |||||
* | | | enable attribute access of cdef functions | Robert Bradshaw | 2007-09-10 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | PyObject -> Py_ssize_t now uses __index__ rather than __int__ (even in ↵ | Robert Bradshaw | 2007-08-18 | 1 | -0/+2 | |
|/ | | | | function signatures) | |||||
* | Changing Python. to Cython. | William Stein | 2007-07-28 | 1 | -1/+1 | |
| | ||||||
* | Merge in C/API patch from lxml-pyrex. | William Stein | 2007-07-28 | 1 | -8/+107 | |
| | ||||||
* | Added pre-import option, which assumes all undeclared names come from the ↵ | Robert Bradshaw | 2007-07-10 | 1 | -0/+11 | |
| | | | | | | | | given module. Emulates behavior of from <module> import * | |||||
* | gcc branch prediction | Robert Bradshaw | 2007-07-10 | 1 | -3/+3 | |
| | | | | For some reason, it actually makes it slower in some of the most common cases (now commented out). Why? It does help in others. | |||||
* | finish merging, fix weakref segfault, all SAGE doctests pass | Robert Bradshaw | 2007-07-10 | 1 | -7/+7 | |
| | ||||||
* | copy ModuleNode changes to new file | Robert Bradshaw | 2007-06-06 | 1 | -6/+44 | |
| | ||||||
* | Pyrex Official version 0.9.5.1a | Robert Bradshaw | 2007-06-06 | 1 | -0/+1270 | |