2010-11-03 |
Stefan Behnel | fix ref-leak in Py2 metaclass support |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | test cleanup |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | make sure the cname really is unique when overriding... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | merge getattr() optimisation into builtin function... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | simplify iter() optimisation based on signature override |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | support exec(cmd,g) as alternative signature for exec... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | support overriding builtins with different signatures... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Vitja Makarov | __metaclass__ support |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | exclude Python regression tests from Python doctest... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | test syntax fixes |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | removed test from pure.pyx that only works in real... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | only run pure doctests in runnable tests directories |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | fix test after changing autotestdict default setup |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | drop tests from pure_py.py test file that do not work... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | enable CPython doctesting of .py files in tests/run/ |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | in pure mode: rename 'with nogil' to 'with cython.nogil... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | disable 'with template' syntax in Python files |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Robert Bradshaw | Py < 2.6 fix. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | move 'official' version number to Cython/__init__.py... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Stefan Behnel | new autotestdict.{cdef,all} directives that put cdef... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Robert Bradshaw | Fix __version__ for py3 |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Robert Bradshaw | Unsigned PY_LONG_LONG. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Stefan Behnel | fix test runner warning in Python 3.2 debug builds |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Stefan Behnel | fix octal literals as Python constants, convert octal... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Stefan Behnel | prevent 'file' from being recognised as a builtin type... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Stefan Behnel | fix language level setting in test runner |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Stefan Behnel | build fix |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Stefan Behnel | support running tests with language level 3 (mostly... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Stefan Behnel | fix *args/**kwargs in lambda function declaration:... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Stefan Behnel | test cleanup |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Stefan Behnel | Py2.4 test fix |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Stefan Behnel | reverted support for cdef functions in __test__ dict... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Stefan Behnel | enable doctests in cdef functions/methods, do not rewra... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Stefan Behnel | use branch hints in macros of slicing work-around |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Stefan Behnel | fix ticket #578 by working around CPython bug 9834... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Stefan Behnel | Py2.[34] fix |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Stefan Behnel | simplify auto __test__ dict generation: |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Robert Bradshaw | Fix indent stripping. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Robert Bradshaw | Python 2.3 fix. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Robert Bradshaw | Another entry in .hgignore. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Robert Bradshaw | Use unbound symbols from local/global scope. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Robert Bradshaw | numpy and extension types for runtime cython |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Robert Bradshaw | Strip common indentation in inline code. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Robert Bradshaw | Basic cython.inline |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Stefan Behnel | make bytes the common type of char* and bytes literal... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Stefan Behnel | Py3 test fix |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Stefan Behnel | new (partial) test case for ticket #582 |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Stefan Behnel | support 'internal' cdef classes that do not show up... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Stefan Behnel | more missing 'directives' dicts, 'bool' actually is... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Stefan Behnel | fix scope of closures that was missing a 'directives... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Stefan Behnel | prevent subtyping final types in Cython (inside of... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Stefan Behnel | support for 'final' cdef types using a directive decorator |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Stefan Behnel | fix decorators in external .pxd files after last commit |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Stefan Behnel | clean up directive decorator parsing, support boolean... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Stefan Behnel | allow decorators on classes in the parser, just disable... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Stefan Behnel | Index: Cython/Compiler/Parsing.py |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Haoyu Bai | Fix T422 by making module name as a StringConst |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Stefan Behnel | Py3 install fix: keep original Py2 source modules of... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Stefan Behnel | comment |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Stefan Behnel | clean up some imports |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Stefan Behnel | fix new build for an installed Cython and in Py3 test... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Stefan Behnel | typos |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Stefan Behnel | fix end-to-end test setup in Py3 |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Stefan Behnel | code cleanup |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Robert Bradshaw | Pyrex -> Cython in error message. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Stefan Behnel | fix 'nogil' flag on PythonCapiCallNode after the last... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Lisandro Dalcin | fixes and enhancements in libcpp |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Lisandro Dalcin | fix Python exception checking within nogil blocks |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Robert Bradshaw | Get rid of unused __get__/__set__ warnings for cimporte... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Lisandro Dalcin | fixes, additions and tests for libcpp.vector |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Robert Bradshaw | Test for broken reference coercion - #581. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Robert Bradshaw | Make sure libcpp test runs as well as compiles. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Robert Bradshaw | #581 - bad reference type coercion |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Stefan Behnel | fix PYTHONPATH setup if not previously set |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Stefan Behnel | fix PYTHONPATH setting for end-to-end tests |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Robert Bradshaw | Test for bad buffer types. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Robert Bradshaw | #579 - compiler crash on invalid buffer type |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Lisandro Dalcin | protect PyGILState_Ensure|Release for Python configured... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Lisandro Dalcin | Fix C++ exception handling for nogil functions (with... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Robert Bradshaw | Complex powers. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Robert Bradshaw | Fix pow(float, -) for MSVC. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Robert Bradshaw | cleanup GetAttrGetItemRedirect test. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Robert Bradshaw | Ignore non-cython modules in module list creation. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Robert Bradshaw | Simplify cythonize api. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Robert Bradshaw | Aliases for inline dependencies (e.g. numpy_include_dirs). |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Robert Bradshaw | Parallel cythonization. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Lisandro Dalcin | fix vtable slot filling to silent strict aliasing warni... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Robert Bradshaw | Fix decorators for 2.3. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Robert Bradshaw | Fix cython path. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Robert Bradshaw | Parse distutils directives. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Robert Bradshaw | Test of new build mechanism. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Robert Bradshaw | Most basic distutils test. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Robert Bradshaw | Tests of an entire source tree build invocation. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Robert Bradshaw | Utility methods for unpacking a source tree from a... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Robert Bradshaw | New build mechanism, dependency resolution, only pass... |
commit | commitdiff | tree | snapshot |
next |