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 |
2010-05-26 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Stefan Behnel | implement sum(genexp) as inlined genexp loop |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Stefan Behnel | move 'for from' syntax out of the way in Python file... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Stefan Behnel | fix some error reportings in parser |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Stefan Behnel | better error message |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Stefan Behnel | support genexp loop variables that override builtin... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Stefan Behnel | renamed test case |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Stefan Behnel | Py3 test fix |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Stefan Behnel | typo |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Stefan Behnel | let generator expressions inherit type declarations... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Stefan Behnel | revert test fix after reverting comprehension change |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Stefan Behnel | revert comprehensions to their previous (var-leaking... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Robert Bradshaw | Allow longer int literals on 64-bit machines. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Stefan Behnel | fix type inference and code generation for generator... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Stefan Behnel | fix scoping rules for comprehensions and inlined genera... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Stefan Behnel | fix indexing for inferred Py_UNICODE 'strings' |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Stefan Behnel | make len(Py_UNICODE) efficient |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Stefan Behnel | extended test cases |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Stefan Behnel | fix test after fixing code |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Stefan Behnel | do not optimise len(str) as it doesn't map to a simple... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Stefan Behnel | optimise predicates and methods for single unicode... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Robert Bradshaw | Add failing test to bugs list. |
commit | commitdiff | tree | snapshot |
2010-05-15 |
David Barnett | C++ failures / tests |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Stefan Behnel | infer plain object for bytes_string[i] and str/unicode... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Stefan Behnel | 'fix' stupid test |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Stefan Behnel | infer type of loop variable when for-in-looping over... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Stefan Behnel | typo |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Stefan Behnel | comment fixes |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Stefan Behnel | fix comment |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | error handling in __test__ dict creation code |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | re-enabled test |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | fix star import utility code in Py3 |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | disable a pyregr test that currently crashes |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | no longer disable CPython regression test suite in... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | prevent redundant coercion from Py_UNICODE to a unicode... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | fix doctest in Py3 |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | fix copy+paste bug |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | fix test py_unicode_type, remove code from Optimize... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | prevent Py_UNICODE from becoming a plain integer during... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Stefan Behnel | implement ticket #535: fast index access into unicode... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Stefan Behnel | fix ticket #525: let float values pass through the... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Robert Bradshaw | String literal identifiers ending in newlines. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Lisandro Dalcin | backout 63a493cdeee2 (usage of & is intentional) |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Lisandro Dalcin | change & to && in many places |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Stefan Behnel | disable any/all tests in Py<2.5 |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Stefan Behnel | removed outdated comment |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Stefan Behnel | implement any(genexpr) and all(genexpr) as special... |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Stefan Behnel | enable working test |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Stefan Behnel | fix ticket #533: 'continue' in the 'else' block of... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Lisandro Dalcin | fix except+ for cppclass methods (with Denys Duchier) |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Stefan Behnel | test for ticket #533: reference leak in 'continue'... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Stefan Behnel | support type analysis in TempResultFromStatNode |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Stefan Behnel | better error output |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Stefan Behnel | removed dead code |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Stefan Behnel | cleanup in parser to make it a better match with the... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Stefan Behnel | parser: rename p_simple_expr to p_test, following Pytho... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Stefan Behnel | fix tuple parsing after last commit, some cleanup |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Stefan Behnel | parser support for generator expressions so that we... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Stefan Behnel | test for generator expressions (disabled) |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Stefan Behnel | new test for pointer operations |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Stefan Behnel | fix last commit |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Stefan Behnel | fix ticket #145 also for CondExprNode, make "bint ... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Lisandro Dalcin | add some POSIX pxd's and a few tests |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Stefan Behnel | collapse BoolBinopNode during constant folding, small... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Stefan Behnel | fix ticket #145: the result of 'True or 5' must not... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Stefan Behnel | several test cases for ticket 145 |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Stefan Behnel | extended test case based on ticket #145 |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Stefan Behnel | new test for ticket #354 |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Stefan Behnel | enable .pop() optimisation also for typed lists |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Stefan Behnel | slight speed-up in unicode/bytes indexing |
commit | commitdiff | tree | snapshot |
2010-05-03 |
dalcinl | MSVC: quick fix for int complex test failing in C+... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
dalcinl | Disable test for libc.stdint (missing stdint.h in MSVC) |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Lisandro Dalcin | fix ssize_t tescase (ticket #399) |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Stefan Behnel | reverted last commit, cast must happen to the value... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Stefan Behnel | code simplification |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Stefan Behnel | new test case for bug found in cython-devel that is... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Stefan Behnel | fix 'cython.set' and 'cython.frozenset' when set/frozen... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Stefan Behnel | code cleanup |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Stefan Behnel | code cleanup |
commit | commitdiff | tree | snapshot |
next |