Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix (and test) bisecting into code object cache | Stefan Behnel | 2012-01-28 | 1 | -11/+12 | |
| | ||||||
* | implemented a module global cache for the code objects used in traceback ↵ | Stefan Behnel | 2012-01-28 | 1 | -0/+119 | |
| | | | | building | |||||
* | Fix py24-py25 memoryview compilation errors | Mark Florisson | 2012-01-22 | 1 | -0/+2 | |
| | ||||||
* | externalised one more utility code section from module init code | Stefan Behnel | 2011-11-13 | 1 | -3/+23 | |
| | ||||||
* | renamed file for module setup utility code to make it more generally usable | Stefan Behnel | 2011-11-13 | 1 | -0/+224 | |
--HG-- rename : Cython/Utility/CModulePreamble.c => Cython/Utility/ModuleSetupCode.c |