cython.git
2010-04-12 Lisandro Dalcinrename local variable __import__ -> py_import in utilit...
2010-04-12 Robert BradshawDisable random annotations for now.
2010-04-12 Erik Tollerudprevented annotations from outputing code from imported...
2010-04-10 Lisandro Dalcinfix declaration in testcase
2010-04-10 Stefan BehnelPy3 fixes
2010-04-10 Stefan Behnelcleanup
2010-04-10 Stefan Behnelcode cleanup
2010-04-10 Stefan Behnelbuild fix
2010-04-10 Stefan Behnelparse C++ namespace name as unicode string
2010-04-10 Stefan Behneldo not leak C++ namespace into outer parser scope when...
2010-04-10 dalcinlfix some testcases failing on Windows
2010-04-09 Lisandro Dalcinzipimport support for cimporting pxd's from Cython...
2010-04-09 Lisandro Dalcinremove unused imports
2010-04-09 Stefan Behnelinclude branch coverage
2010-04-09 Stefan Behnelfix coverage report generation
2010-04-09 Stefan Behnelmerge
2010-04-09 Stefan Behneltiny cleanup in setup.py
2010-04-09 Lisandro Dalcinfix testcase
2010-04-09 Stefan Behnelsupport profiling of Cython binary modules when passing...
2010-04-09 Stefan Behnelfix bytes.decode() without arguments
2010-04-09 Lisandro Dalcinmake __init__.pxd properly specify a package directory
2010-04-09 Lisandro DalcinC++ fixes (parsing and scope lookup), working libcpp...
2010-04-09 Robert BradshawAllow cpp error test.
2010-04-09 Robert BradshawTest case for #524
2010-04-09 Robert BradshawRaise error for no suitable constructor.
2010-04-08 Lisandro Dalcinrename stack.pxd -> list.pxd
2010-04-08 Lisandro Dalcintest many cimport statement variants for the C stdlib...
2010-04-06 Stefan Behnelfix API usage for 'coverage' 3.x
2010-04-06 Stefan Behnelfix import for 'coverage' 3.x
2010-04-06 Stefan Behnelsupport writing XML coverage report in test runner
2010-04-01 Stefan Behnelextended test cases
2010-04-01 Stefan Behnelextend switch transform to not-in tests, some refactoring
2010-03-31 Lisandro Dalcinremove duplicate method implementation
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
next