2010-12-17 |
Stefan Behnel | error tests for nonlocal, fixes to properly detect... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Stefan Behnel | moved 'nonlocal' generator test over to generator test... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Stefan Behnel | fix 'nonlocal' for class scope |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Stefan Behnel | extended test case for nonlocal |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Stefan Behnel | manual merge of Haoyu's nonlocal implementation |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Stefan Behnel | actually, drop the comments, they don't tell much anyway |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Stefan Behnel | comments, code cleanup |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Stefan Behnel | fix first assignments to closure variables |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Stefan Behnel | C code simplification |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Stefan Behnel | emit code comment before generator wrapper function |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Stefan Behnel | comment |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Stefan Behnel | fix reference leak in error case |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Vitja Makarov | Add closure_temps .pxd declaration |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Vitja Makarov | Fix error handling add error tests |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Vitja Makarov | Rename temps_allocator to closure_temps and move it... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Stefan Behnel | fix reference counting for function arguments that... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Stefan Behnel | fix assignments to closure variables |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Vitja Makarov | Rename create_abstract_generator to create_generator_cl... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Vitja Makarov | Move ClosureTempAllocator to Code.py |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Vitja Makarov | Rename stuff from CyGenerator to __Pyx_Generator |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Vitja Makarov | Merge MarkClosureVisitor and MarkGeneratorVisitor |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Vitja Makarov | Turn YieldNodeCollector into TreeVisitor |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Vitja Makarov | Merge remote branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Robert Bradshaw | Fix #559, <void *> [] is not caught by Cython but by gcc |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Robert Bradshaw | Fix #528, x.conjugate() not available in nogil mode |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Robert Bradshaw | conjugate for other numeric types |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Bradshaw | Better unicode/str handling for user-supplied code. |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Vitja Makarov | runtests.py: py3k fix try 2 |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Vitja Makarov | runtests.py: py3k fix |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Vitja Makarov | Handle SkipTest and ReourceDenined case |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Vitja Makarov | test runner: Add CythonPyregrTestCase |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Vitja Makarov | Merge remote branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Bradshaw | Added tag 0.14.rc0 for changeset a6b9f0a6d02d |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Bradshaw | bump version 0.14.rc0 |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Bradshaw | another fix |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Bradshaw | Python 2.3 fix. |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Bradshaw | fix introduced bug |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Bradshaw | More inline tests, quiet tests. |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Bradshaw | Dependencies fixes/cleaunup. |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Bradshaw | newlines |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Stefan Behnel | eliminate StopIterationNode |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Bradshaw | cython.inline test |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Bradshaw | cython.inline type inference |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Stefan Behnel | split refnanny setup macro in declaration and setup... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Stefan Behnel | optimise away redundant ref-counting of unused yield... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Stefan Behnel | disable generators test in Py2.4 - depends on Generator... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Stefan Behnel | test_heapq seems to be fixed (and its C code looks... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Stefan Behnel | temp result name of YieldExprNode must be allocated... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Bradshaw | Some unit tests for the build system. |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Stefan Behnel | store away temp values *after* calculating the yield... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Robert Bradshaw | Change numeric demo to numpy demo using new features... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Stefan Behnel | Py<=2.5 test fix |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Stefan Behnel | no need to own an argument passed into a Python function |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Stefan Behnel | drop redundant code |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Robert Bradshaw | Better compile message. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Robert Bradshaw | Update spam demo. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Robert Bradshaw | Cythonize exclude parameter. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Vitja Makarov | Fix py3k support |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Vitja Makarov | Move generate parsing,checking and misc code to generat... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Vitja Makarov | Generators: add throw() support |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Vitja Makarov | TryExceptStatNode: save previous exception state in... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Vitja Makarov | Change generator body signature to PyObject* (*body... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Vitja Makarov | Add close() support |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Robert Bradshaw | More gdb test guards. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Mark Florisson | Remove Python 3 metaclass support from Python 2 code... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Mark Florisson | Compile C test sample code with -fPIC |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Vitja Makarov | Make Refnanny happy, fix some errors. More testcases. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Vitja Makarov | test_heapq: now broken, SIGSEGV |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Mark Florisson | Drop Python 2.5 support + unicode UCS4 builds support... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Mark Florisson | Drop Python 2.5 support + unicode UCS4 builds support... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Vitja Makarov | Experimental support for generators |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Stefan Behnel | compile fix for Cython/Compiler/ParseTreeTransforms.py |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Stefan Behnel | fix local variable init code in ScopedExprNode |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | Added tag 0.14.beta2 for changeset 8412b39fbc3e |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | Bump version number again. 0.14.beta2 |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | More test fiddling. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | More gdb test disabling. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | newlines |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | Disable gdb tests for now. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | Clearer versioning. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | Include debugging files in manifest. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | Debugging test package in setup.py. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | Added tag 0.14.beta1 for changeset 31b531a6c45b |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | Bump version number. 0.14.beta1 |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | Bump version number. 0.14.beta0 |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | Merge https://github.com/markflorisson88/cython |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | Fix bug with -t option. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | Disable pure test for Py < 2.6. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | End-to-end fixes. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | fatal_errors -> fast_fail |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Robert Bradshaw | Fix fatal errors + nice exception traceback interaction. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Stefan Behnel | Py2.3 fix |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Stefan Behnel | compile fixes in Parsing.py: kwargs names must be bytes... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Stefan Behnel | typing fixes in compiled Code.py |
commit | commitdiff | tree | snapshot |
next |