2009-05-11 |
Dag Sverre... | More fine-grained type declaration (makes new buffmt... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Dag Sverre... | Introduce pre-splitting of code-stream in Code.py |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | Minor testcase fixes |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | I was not aware of the offsetof macro |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | Testcases for #303 |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | wraparound directive implemented |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | #115 appears to be fixed too |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | Whoops |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | More buffer typestring; fixes #285 |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Dag Sverre... | Buffers: format string check rewrite up to standards... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Dag Sverre... | Buffers: Checkpoint before making struct typeinfo flatt... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Robert Bradshaw | wmain and wchar_t for windows main function |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Lisandro Dalcin | move testcase ('pass' in a 'cdef extern' block) from... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Stefan Behnel | re-allow 'pass' statement in cdef blocks |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Stefan Behnel | prevent redundant type checks when 'converting' between... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Stefan Behnel | be a little more conservative in the last change |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Stefan Behnel | slicing a builtin type will return the same type |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Stefan Behnel | fix test case |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Stefan Behnel | removed various invalid syntax combinations for the... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Stefan Behnel | fix pyregr tests in test runner |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Dag Sverre... | Outdated comment |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Dag Sverre... | Buffers: Rewrite of buffer acquisition |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Dag Sverre... | Buffer format string checking rewrite |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Lisandro Dalcin | compiler directive to control METH_O and METH_NOARGS... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Dag Sverre... | Whoops, committed debug code. Undoing. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Dag Sverre... | Simple fix for #155 |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Stefan Behnel | renamed to correct ticket number |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Dag Sverre... | Fix tuple unpacking bug (related to old temps) |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Dag Sverre... | #290: whoops |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Dag Sverre... | Packed struct support (#290) |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Robert Bradshaw | Input from Mark Lodato on embedding |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Robert Bradshaw | more complete embedded mode (trac 291) |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Robert Bradshaw | __name__ == "__main__" for embedded modules |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Robert Bradshaw | embedding example |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Robert Bradshaw | Embed flag for Cython modules |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Dag Sverre... | Buffer: Cleanup. There are no unsigned floats. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Dag Sverre... | Buffer: Always do item size check |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Dag Sverre... | Format strings from numpy.pxd: Added endian/packing... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Stefan Behnel | Pyrex -> Cython |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Lisandro Dalcin | change usage of global variable '__pyx_modulename'... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Lisandro Dalcin | make '__pyx_modulename' have static storage in generate... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Stefan Behnel | fix test case |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Stefan Behnel | mark bug test for T284 as failing |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Stefan Behnel | added test case for T284 |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Robert Bradshaw | move stuff out of tests/bugs directory |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Robert Bradshaw | Use bugs list instead of bugs directory. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Robert Bradshaw | Version 0.11.1 |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Robert Bradshaw | Added tag 0.11.1 for changeset 6454db601984 |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Robert Bradshaw | Modify test for T158 as warnings, not errors, are raised. 0.11.1 |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Robert Bradshaw | Move fixed ticket tests to testing directories. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Robert Bradshaw | Move T252 back to bugs until it is fixed. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Dag Sverre... | Proper nogil checks for buffer access |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Robert Bradshaw | Fix T284, cdef list setitem |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Dag Sverre... | Add warning in situations where command line directive... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Dag Sverre... | Deprecation warning for -X switch |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Robert Bradshaw | Require GIL for pythonic division, check for division... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Robert Bradshaw | 0.11.1 release candidate |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Robert Bradshaw | cdivision - raise zero division errors |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Lisandro Dalcin | fix error when Lexicon source file cannot be open ... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Robert Bradshaw | 0.11.1.beta |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Robert Bradshaw | Added tag 0.11.1.beta for changeset 7bc36a0f8172 |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Lisandro Dalcin | better Py -> C conversion for integral types (ticket... 0.11.1.beta |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Robert Bradshaw | no need for print in exectest |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Robert Bradshaw | Ticket #270, CEnumDefNode leaks memory during construction |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Lisandro Dalcin | fixes for "exec" statement implementation. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Stefan Behnel | simplify nogil declarations in std*.pxd |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Robert Bradshaw | Another for..from fix when target is a python global |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Robert Bradshaw | Trac #158 (defined after used) a warning for now for... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Robert Bradshaw | Propagate env directives the correct way (fallout from... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Robert Bradshaw | filter cpp tests based on module name |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Robert Bradshaw | Fix 158 to ignore extern redeclarations. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Stefan Behnel | fix some compiler errors |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Lisandro Dalcin | use a "size_t" integral for casting to "char*" pointer... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Lisandro Dalcin | cast result of "sizeof()" to "int" in testcase, silents... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Stefan Behnel | declare standard C functions 'nogil' |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Lisandro Dalcin | use PY_FORMAT_SIZE_T to format Py_ssize_t values |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Lisandro Dalcin | fix bad core generation for ctypedef classes when init... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Stefan Behnel | disable some constant folding operations that can break... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Lisandro Dalcin | fix bug in __Pyx_SetItemInt_Fast |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | Include stdexcept in all cases. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | Test for cpp exception handling |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | 0.11.1.alpha |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | Added tag 0.11.1.alpha for changeset 4497f635d5fd |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | Tests for #230 0.11.1.alpha |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | Fix ticket #230, pxd cdef override for subclass methods |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | Test for ticket #4, from package cimport module, finish... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Lisandro Dalcin | special-case __weakref__ when determining C-safe identi... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Robert Bradshaw | Fix ticket #4, from package cimport module |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Robert Bradshaw | Add c99 keywords to invalid name list |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | Fix for #253 |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | Tests for floating point for..from steps (#254) |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | Fix py target for-from loop. |
commit | commitdiff | tree | snapshot |
next |