2010-12-21 |
Vitja Makarov | Merge remote branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Robert Bradshaw | Make __new__ -> __cinit__ into an error, fix compiler... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Robert Bradshaw | Fix #632 isinstance bugs. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Robert Bradshaw | Regression tests for #632. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Stefan Behnel | fix ticket #631: temp leak when deleting slices |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Stefan Behnel | test cleanup |
commit | commitdiff | tree | snapshot |
2010-12-19 |
W. Trevor King | Update PyBuffer_Release() declaration to match new... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Vitja Makarov | Remove OldYieldExprNode |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Vitja Makarov | Backport generators to python < 2.5, use StopIteration... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Vitja Makarov | Merge remote branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Stefan Behnel | error tests for nonlocal, fixes to properly detect... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Lisandro Dalcin | static storage for typeobjects of private cdef classes |
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-16 |
Lisandro Dalcin | add missing static storage specifiers |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Stefan Behnel | fix compile crash |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Lisandro Dalcin | aesthetic code generation fix for module preamble |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Stefan Behnel | fix ticket #576: builtin 'str' type must be 'unicode... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Stefan Behnel | provide 'builtins' builtin module in -3 mode |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Stefan Behnel | safer way to check for builtins in Optimize.py |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Stefan Behnel | drop unused import |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Stefan Behnel | working test for ticket #87 |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Lisandro Dalcin | fix ResourceWarning about unclosed files in Py 3.2 |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Lisandro Dalcin | Inline: Py3 fixes |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Lisandro Dalcin | remove ancient MANIFEST.in entries |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Robert Bradshaw | Bump version number for devel branch. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Robert Bradshaw | Added tag 0.14 for changeset 15bf34c93874 |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Robert Bradshaw | Bump version number. 0.14 |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Stefan Behnel | do not generate vtable for subtypes of builtin types... |
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 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Robert Bradshaw | Add --disable-function-redefinition for legacy code. |
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-14 |
Robert Bradshaw | Fix any/all. |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Lisandro Dalcin | MSVC: fixes for complex types |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Robert Bradshaw | Put back trailing whitespace in doctest output. |
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 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Robert Bradshaw | Couple more trailing whitespace deletions. |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Robert Bradshaw | merge whitespace changes |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Robert Bradshaw | Remove trailing whitespace. |
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 |
next |