cython-devel

log

age author description
3 days Lisandro Dalcin some .pxd for C99 on Cython/Includes/libc (incomplete, many tests missing)default tip
3 days Robert Bradshaw Another object -> bint optimization.
3 days Robert Bradshaw Fix demo setup.py.
4 days Lisandro Dalcin honor Options.docstrings for cdef members
4 days Lisandro Dalcin reorganization of generated C code in module preamble
4 days Lisandro Dalcin use unmangled objstruct cname for ctypedef public classes
4 days Lisandro Dalcin trivial fix: | -> ||
4 days Craig Citro Make multiple '--directive's on command line cumulative
4 days Craig Citro specal -> special
5 days Stefan Behnel code cleanup
5 days Stefan Behnel safety fix: a string as source input to the scanner should always be considered a .pyx file for now, regardless of how you name it
5 days Stefan Behnel ticket #128: disable Cython type declarations in signatures of .py files
5 days Stefan Behnel fix except-as syntax to match Py3
5 days Stefan Behnel Py2.3 fix
5 days Stefan Behnel fix utility code dependency for builtin types
5 days Stefan Behnel test cleanup, include a test for cython.set
5 days Stefan Behnel fix tests after changing error output
5 days Stefan Behnel fix for cython.set in Py3 (again)
5 days Stefan Behnel fix for cython.set in Py3
5 days Stefan Behnel move Cython language keywords out of the way when parsing .py files
5 days Stefan Behnel provide 'set' builtin type in 'cython' namespace to make it available in Py2.3
5 days Stefan Behnel better error output
5 days Stefan Behnel provide 'set' builtin type in 'cython' namespace to make it available in Py2.3
6 days Lisandro Dalcin Python 3 except clauses (ticket #519)
6 days Stefan Behnel Py2.7 test fixes
6 days Stefan Behnel Py3 test fix
6 days Stefan Behnel use Unix line endings
6 days Stefan Behnel Py3 test fix
6 days Stefan Behnel Py3 test fix
6 days Stefan Behnel typo
6 days Stefan Behnel safety fix in test runner
6 days Stefan Behnel fix again
6 days Stefan Behnel fix
6 days Stefan Behnel prevent double refactoring when testing an installed Cython version in Py3
6 days Stefan Behnel Py3 fix
6 days Robert Bradshaw Exception corner case.
6 days Stefan Behnel cleanup
6 days Stefan Behnel disable forked testing when collecting test results as XML, doesn't currently work together
6 days Stefan Behnel trial test fix for Py2.7
6 days Stefan Behnel test output formatting
6 days Stefan Behnel Py2.3 test fix
6 days Stefan Behnel Py2.3 test fix
6 days Stefan Behnel merge
6 days Stefan Behnel find .pxd include directories automatically during installation
6 days Craig Citro merge
6 days Craig Citro Fix error creating C++ class
6 days Craig Citro Make Cython report errors during load, and fix several bugs this uncovered
6 days Craig Citro Minor cleanups
8 days Craig Citro Fix DeprecationWarning: e.message -> e.args[0] for exceptions
7 days Dag Sverre Seljebotn Add pxd packages in Includes to distribution creation
7 days Dag Sverre Seljebotn Have the refnanny use the new CPython API namespace
7 days Dag Sverre Seljebotn merge
7 days Dag Sverre Seljebotn Backwards-compatability pxd files for CPython API
7 days Dag Sverre Seljebotn Moving the CPython API to cpython. namespace
9 days Dag Sverre Seljebotn Move C standard library pxd files to libc package
8 days Robert Bradshaw merge
8 days Robert Bradshaw Refnanny unraisable fix.
8 days Lisandro Dalcin fix Makefile, clean more *.py[co] files
8 days Lisandro Dalcin remove ancient Plex test file
8 days Robert Bradshaw Get rid of unraisable warnings in the refnanny.