2010-07-17 |
Stefan Behnel | applied fix by haoyu for bug #543 |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | better error message for tuple unpacking, following... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | fix test for Py3.x after breaking it with the Py2.4 fix |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | test fix for Py<2.5 |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | test fix for Py<=2.5 |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | test fix for Py<=2.5 |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | test fix for Py<=2.5 |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | test fix for Py<=2.5 |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | test fix for Py<2.5 |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | test fix for Py<=2.5 |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | test fix for Py<=2.5 |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | fix test in Py<=2.5 |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | fix test in Py<=2.5 |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | moved new listcomp test over to existing test module... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | reminder for code fix when general genexprs are supported |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | code cleanup and fixes for genexprs |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Craig Citro | merge |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Craig Citro | Fix bug in type analysis for ComprehensionNodes. |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | fix tree structure for generator expressions |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Stefan Behnel | test fix |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Robert Bradshaw | Re-disable debug_trace_code_generation |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Robert Bradshaw | Disable closures inside cdef functions for now. |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Stefan Behnel | test fix |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Stefan Behnel | reimplement min()/max() optimisation before type analysis |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Stefan Behnel | rewrite of min()/max() optimisation, now correctly... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Stefan Behnel | deploy unicode.encode() optimisation also for 'bytes... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Lisandro Dalcin | silent spurious MSVC performance warning about C++... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Stefan Behnel | declare PyThread_acquire_lock and PyThread_release_lock... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Stefan Behnel | fix return types of tuple C-API calls |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Stefan Behnel | include standard cimport for pythread.pxd in cpython... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Stefan Behnel | added missing standard cimport for pythread.h |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Craig Citro | Fix imports in Cython/Include/numpy.pxd. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Robert Bradshaw | Test for #554, closures inside cdef block. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Craig Citro | Make str unsafe for type inference. See trac #553. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Craig Citro | Correctly resolve imports of modules already cimported. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Craig Citro | Fix type inference on unary operators. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Craig Citro | Various cosmetic touch-ups. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Craig Citro | Fix an error with coercing C ints in boolean context. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Craig Citro | Fix a bug with automatic conversion of public attribute... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Craig Citro | Fix a warning coming from tests/run/cython_includes... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
"Robert Bradshaw... | Copy over Cython/Includes/Deprecated directory on insta... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Stefan Behnel | minor cleanup |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Stefan Behnel | do not let set/dict comprehensions leak in Py2, only... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Stefan Behnel | fix order of surrogate pair in wide unicode strings |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Stefan Behnel | fix "Py_UNICODE in ..." against wide unicode literals... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Stefan Behnel | fix parsing of wide unicode escapes on narrow Unicode... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Stefan Behnel | fix Cython installation, make compilation obligatory... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Lisandro Dalcin | use PyCapsule for Py 2.7+ (but not in Py 3.0) |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Stefan Behnel | always use decoded filenames in FileSourceDescriptor |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Stefan Behnel | fix version - if anything, it's certainly no longer... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Stefan Behnel | fix bug #544: handle side-effects in flattened in-list... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Stefan Behnel | fix node traversal in yield expressions |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Lisandro Dalcin | move legacy pxd files to Cython/Includes/Deprecated |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Chuck Blake | Fix Py_ssize_t/Py_ssize_t* issues in buffer API signatu... |
commit | commitdiff | tree | snapshot |
2010-06-10 |
Chuck Blake | Add control of --line-directives to Distutils build_ext |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Robert Bradshaw | Another large integer literal fix (indexing). |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Robert Bradshaw | Bug in large literal indexing. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Robert Bradshaw | Fix large integer literal inference. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Robert Bradshaw | Large integer literal type inference test. |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Stefan Behnel | reverted temp name changes - wrong 'fix' |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Stefan Behnel | fix another temp var name encoding problem - seems... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Stefan Behnel | fix stupid typo |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Stefan Behnel | fix test case |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Stefan Behnel | temp var names in the TemplateTransform may become... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Stefan Behnel | test for ticket #536 |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Stefan Behnel | compiler cmdline switches -2 and -3 |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Stefan Behnel | support setting language level (2 or 3) for source... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Stefan Behnel | disable tuple(genexpr) as it has a non-obvious negative... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Stefan Behnel | re-enable friendly exceptions to make map exception... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Stefan Behnel | avoid potential 32bit issues in test |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Stefan Behnel | test comment |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Stefan Behnel | remember constant values during new constant node creation |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Stefan Behnel | implement tuple(genexp) as tuple(list(genexp)) |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Stefan Behnel | clean up comprehensions to bring them closer to generat... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Stefan Behnel | drop sum(genexpr) into plain C code when the result... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Stefan Behnel | docstrings |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Robert Bradshaw | Another IntNode fix. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Robert Bradshaw | Fix types of marked integer literals. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Robert Bradshaw | More large literal as double fixes. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Robert Bradshaw | Fix large integer literals used in C double context. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Robert Bradshaw | Large literal int + double test. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Stefan Behnel | test for min/max builtins |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Stefan Behnel | implement min(a,b,...) and max(a,b,...) in unrolled... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
next |