cython.git
2010-04-16 Stefan Behnelsafety import fix: 'io' isn't a very unique module...
2010-04-16 Stefan BehnelPy2.4 test fixes
2010-04-16 Stefan Behnelfix PyBytes_GET_SIZE usage
2010-04-15 Stefan Behnelmerge
2010-04-15 Stefan Behnelfix calling bool() and float() without arguments
2010-04-15 Stefan Behnelsupport 'frozenset' in cython namespace (just like...
2010-04-15 Lisandro Dalcinreworked type promotion rules, nearly identical to...
2010-04-15 Stefan Behnelmore type check removal during optimisations
2010-04-15 Stefan Behnelfix coercion optimisation
2010-04-15 Stefan Behnelcleanup
2010-04-15 Stefan Behneltransform bool(x) into a type coercion
2010-04-15 Stefan Behnelrefactoring: provide explicit method to retrieve the...
2010-04-15 Stefan Behnelfix stupid crash
2010-04-15 Stefan Behnelfaster way to test certain builtin types for truth...
2010-04-15 Stefan Behnelprint correct column in error message
2010-04-15 Stefan Behnelmerge
2010-04-15 Stefan Behnelsupport 'not None' and 'or None' on any Python argument
2010-04-15 Lisandro Dalcindo not emit C code for unused special method docstrings
2010-04-14 Stefan Behnelenable 'not/or None' annotation for builtin types
2010-04-14 Stefan Behnelmerge
2010-04-14 Stefan Behnelquick fix for 'not None' tests
2010-04-14 Lisandro Dalcinfixes and tests for enum in bool contexts and func...
2010-04-14 Stefan Behnelminor refactoring to reduce code redundancy
2010-04-14 Lisandro Dalcinfix typo in previous commit
2010-04-14 Lisandro Dalcinquick fix for bug introduced in commit 3d7f9142d2f0
2010-04-14 Lisandro Dalcinadd test for long long complex type
2010-04-14 Lisandro Dalcincleanup and minor fixes in PyrexTypes.py
2010-04-14 Lisandro Dalcinadd C++ test for an additional level of template nesting
2010-04-14 Stefan Behnelimplement 'allow_none_for_extension_args' directive...
2010-04-13 Lisandro Dalcinquick fix for annotations not working with string sourc...
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: | -> ||
next