cython.git
2010-04-24 Stefan Behnelmerged in latest cython-devel
2010-04-24 Stefan Behnelfix several ref-counting issues with closure variables...
2010-04-23 Dag Sverre... Some SCons fixups
2010-04-23 Lisandro Dalcinsupport arbitrarily sized typedef integral types
2010-04-23 Stefan Behnelsort variable entries in closure scope to get a predict...
2010-04-23 Stefan Behnelreverted last commit - only a problem for closure scope
2010-04-23 Stefan Behnelsort ext type fields in GC functions to get a more...
2010-04-23 Stefan Behnelfix signatures in numpy.pxd
2010-04-22 Stefan Behnelmerged in latest cython-devel
2010-04-22 Lisandro DalcinPyrexTypes: reworked ranking of numeric types and cleanup
2010-04-22 Lisandro Dalcincustom from_py converter for Py_UNICODE
2010-04-22 Stefan Behnelcleanup
2010-04-22 Stefan Behnelextended test case
2010-04-22 Stefan Behnelextended test cases
2010-04-22 Stefan Behnelextended test case
2010-04-22 Stefan Behneladded PyUnicode_FromOrdinal() to unicode.pxd
2010-04-22 Stefan Behneladded PyUnicode_FromOrdinal() to unicode.pxd
2010-04-22 Stefan Behnelremove Py_UNICODE from standard imports as it is now...
2010-04-22 Stefan Behnelfix gcc warning in test
2010-04-22 Stefan Behnelcleanup
2010-04-22 Stefan Behnelgenerate switch-case characters in sorted order for...
2010-04-22 Stefan Behnelsimplify ExprNode.as_none_safe_node() with a sensible...
2010-04-22 Lisandro DalcinLet ssize_t be a native type (ticket #399)
2010-04-21 Lisandro DalcinPyrexTypes: simplify CIntType, add CReturnCodeType
2010-04-21 Stefan Behnelgeneric way to wrap an ExprNode in a NoneCheckNode
2010-04-21 Stefan Behnelset default debug flag to write out exceptions
2010-04-21 Stefan Behnelextended test case for unicode characters in switch...
2010-04-21 Stefan Behneltest fix
2010-04-20 Stefan Behnelimplement 'char_val in bytes_string' and 'pyunicode_val...
2010-04-20 Eric FiringBugfix in numpy.pxd
2010-04-20 Stefan Behnelsafety fix: why should the return type always be exactl...
2010-04-20 Stefan Behneltypo
2010-04-20 Stefan Behnelextended test case
2010-04-19 Stefan BehnelPy2 test fix
2010-04-19 Stefan BehnelPy3 test fix
2010-04-19 Stefan Behnelnative support for Py_UNICODE, coercion between 1-chara...
2010-04-18 Stefan Behnelsignedness fix for unicode-for-loop iteration
2010-04-18 Stefan Behnelimplement "for int_var in bytes_string" and "for int_va...
2010-04-18 Stefan Behnelremoved dead code from test
2010-04-18 Stefan Behnelcleanup
2010-04-18 Stefan Behnelre-enable working test in Py2.4
2010-04-16 Lisandro Dalcinsupport for all C scalar types in pure mode
2010-04-16 Lisandro Dalcinremove unused sign_and_rank_to_type mapping
2010-04-16 Lisandro Dalcindefine PyBytes_XXX for Py<2.6 and use these through...
2010-04-16 Stefan Behnelspecial case '=None' default arguments in ext arg type...
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.
next