cython.git
2010-03-31 Stefan Behnelcompiler crash fix on missing attribute
2010-03-29 Lisandro Dalcincleanup the various utility codes related to {Get|Set...
2010-03-28 Stefan Behnelmerge
2010-03-27 Stefan Behnelextend switch statement transformation to arbitrary...
2010-03-27 Stefan Behnelapply flatten-in-list transform also to literal sets
2010-03-27 Stefan Behnelcleanup
2010-03-26 Lisandro Dalcincompatibility fix for Python 2.4
2010-03-23 Stefan Behnelcomments
2010-03-23 Stefan Behnelbetter test case
2010-03-22 Stefan Behnelcleanup: do not raise unnecessary compiler errors for...
2010-03-22 Stefan Behneltest fix after optimisation
2010-03-22 Stefan Behneloptimise len() for known builtin types
2010-03-22 Stefan Behnelcode cleanup to reduce redundancy in builtin call optimiser
2010-03-22 Stefan Behnelmake sure the optimiser doesn't ignore **kwargs when...
2010-03-22 Stefan Behnelcode cleanup
2010-03-21 Stefan Behneloptimise unicode.replace()
2010-03-21 Stefan Behneloptimise unicode.count()
2010-03-21 Stefan Behneldrop redundant C->Py->C coercions after optimisations
2010-03-21 Stefan Behneloptimise unicode.find() and unicode.rfind()
2010-03-21 Stefan Behnelcode simplification in len(char*) optimisation
2010-03-21 Stefan Behneloptimise unicode.startswith() and unicode.endswith...
2010-03-21 Stefan Behnelextended test case to make sure the unicode method...
2010-03-21 Stefan Behnelavoid redundant None check on literals
2010-03-21 Stefan Behneltests for unicode method optimisations
2010-03-21 Stefan Behneloptimise unicode.join()
2010-03-21 Stefan Behneloptimise unicode.split() and unicode.splitlines()
2010-03-20 Stefan Behnelfix universal newline parsing (which the codecs module...
2010-03-20 Stefan Behnelreverted to DOS line endings
2010-03-20 Stefan Behnelavoid redundant Python type conversion in scanner
2010-03-20 Stefan Behnelscanned stream is unicode, so use unicode strings for...
2010-03-16 Lisandro Dalcinsome .pxd for C99 on Cython/Includes/libc (incomplete...
2010-03-16 Robert BradshawAnother object -> bint optimization.
2010-03-16 Robert BradshawFix demo setup.py.
2010-03-15 Lisandro Dalcinhonor Options.docstrings for cdef members
2010-03-15 Lisandro Dalcinreorganization of generated C code in module preamble
2010-03-15 Lisandro Dalcinuse unmangled objstruct cname for ctypedef public classes
2010-03-15 Lisandro Dalcintrivial fix: | -> ||
2010-03-15 Craig CitroMake multiple '--directive's on command line cumulative
2010-03-15 Craig Citrospecal -> special
2010-03-14 Stefan Behnelcode cleanup
2010-03-14 Stefan Behnelsafety fix: a string as source input to the scanner...
2010-03-14 Stefan Behnelticket #128: disable Cython type declarations in signat...
2010-03-14 Stefan Behnelfix except-as syntax to match Py3
2010-03-14 Stefan BehnelPy2.3 fix
2010-03-14 Stefan Behnelfix utility code dependency for builtin types
2010-03-14 Stefan Behneltest cleanup, include a test for cython.set
2010-03-14 Stefan Behnelfix tests after changing error output
2010-03-14 Stefan Behnelfix for cython.set in Py3 (again)
2010-03-14 Stefan Behnelfix for cython.set in Py3
2010-03-14 Stefan Behnelmove Cython language keywords out of the way when parsi...
2010-03-14 Stefan Behnelprovide 'set' builtin type in 'cython' namespace to...
2010-03-14 Stefan Behnelbetter error output
2010-03-14 Stefan Behnelprovide 'set' builtin type in 'cython' namespace to...
2010-03-13 Lisandro DalcinPython 3 except clauses (ticket #519)
2010-03-13 Stefan BehnelPy2.7 test fixes
2010-03-13 Stefan BehnelPy3 test fix
2010-03-13 Stefan Behneluse Unix line endings
2010-03-13 Stefan BehnelPy3 test fix
2010-03-13 Stefan BehnelPy3 test fix
2010-03-13 Stefan Behneltypo
2010-03-13 Stefan Behnelsafety fix in test runner
2010-03-13 Stefan Behnelfix again
2010-03-13 Stefan Behnelfix
2010-03-13 Stefan Behnelprevent double refactoring when testing an installed...
2010-03-13 Stefan BehnelPy3 fix
2010-03-13 Robert BradshawException corner case.
2010-03-13 Stefan Behnelcleanup
2010-03-13 Stefan Behneldisable forked testing when collecting test results...
2010-03-13 Stefan Behneltrial test fix for Py2.7
2010-03-13 Stefan Behneltest output formatting
2010-03-13 Stefan BehnelPy2.3 test fix
2010-03-13 Stefan BehnelPy2.3 test fix
2010-03-13 Stefan Behnelmerge
2010-03-13 Stefan Behnelfind .pxd include directories automatically during...
2010-03-13 Craig Citromerge
2010-03-13 Craig CitroFix error creating C++ class
2010-03-13 Craig CitroMake Cython report errors during load, and fix several...
2010-03-13 Craig CitroMinor cleanups
2010-03-12 Dag Sverre... Add pxd packages in Includes to distribution creation
2010-03-12 Dag Sverre... Have the refnanny use the new CPython API namespace
2010-03-12 Dag Sverre... merge
2010-03-12 Dag Sverre... Backwards-compatability pxd files for CPython API
2010-03-12 Dag Sverre... Moving the CPython API to cpython. namespace
2010-03-11 Robert Bradshawmerge
2010-03-11 Robert BradshawRefnanny unraisable fix.
2010-03-11 Lisandro Dalcinfix Makefile, clean more *.py[co] files
2010-03-11 Lisandro Dalcinremove ancient Plex test file
2010-03-11 Robert BradshawGet rid of unraisable warnings in the refnanny.
2010-03-11 Lisandro Dalcinremove dependency on structmember.h
2010-03-11 Stefan Behneltrial fix for Py2.3 build
2010-03-11 Stefan Behneltrial fix for Py2.3 build
2010-03-11 Stefan BehnelPy2.3 fix
2010-03-11 Lisandro Dalcinfix typo in Makefile and remove make logfile after run
2010-03-11 Lisandro Dalcinfix signed/unsigned comparison in buffer access code
2010-03-11 Stefan Behnelrun embedding test with current Python, not system...
2010-03-11 Stefan Behnelrun embedding test with current Python, not system...
2010-03-11 Stefan BehnelPy2.3 test work-around
2010-03-11 Stefan Behnelpy2.3 build fix
2010-03-11 Stefan Behnelre-enable exception beautification
2010-03-11 Craig CitroFix DeprecationWarning: e.message -> e.args[0] for...
next