2010-05-25 |
Haoyu Bai | implemented T487 'with' with multiple managers |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Robert Bradshaw | Cython.__version__ |
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 |
2010-09-12 |
Robert Bradshaw | Faster dependancy parsing. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Robert Bradshaw | Dependancy parsing. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Robert Bradshaw | Some error tests for c array iteration. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Robert Bradshaw | Cleanup slice iteration code. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Robert Bradshaw | Command line option for debug flags. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Robert Bradshaw | Remove obsolete option now that import * works. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Robert Bradshaw | Debug flag for raising an exception on an error. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Stefan Behnel | test readability |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Stefan Behnel | Py2 test fix |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Stefan Behnel | fix optimised iteration over sliced C arrays with given... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Robert Bradshaw | Tests fixes for Py3. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Robert Bradshaw | Fix slicing tests. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Robert Bradshaw | Tests for pointer slicing. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Robert Bradshaw | in and not in operators for C arrays and sliced pointers |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Stefan Behnel | check for non-ASCII bytes literals only in Py3 mode |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Stefan Behnel | minor cleanup in type inference indexing |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Robert Bradshaw | Richcmp operator constants. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Stefan Behnel | fix compiler crash in type inference if we cannot deter... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Stefan Behnel | fix error reporting in non-ASCII contexts for Py<=2.5 |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Stefan Behnel | fix newline normalisation on stream.readlines() for... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Stefan Behnel | added new non-working array iteration test, commented... |
commit | commitdiff | tree | snapshot |
next |