cython.git
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...
2010-03-10 Lisandro Dalcincasting to typedef pointer/array types (ticket #518)
2010-03-10 Robert Bradshawmerge latest cython-devel into cpp branch
2010-03-10 Stefan Behnelsimplification
2010-03-10 Dag Sverre... Move C standard library pxd files to libc package
2010-03-10 Stefan Behnelminor cleanup
2010-03-10 Stefan Behnelsupport 'from __future__ import print_function' in...
2010-03-10 Stefan Behnelfix print implementation in Py3, make it more suitable...
2010-03-10 Craig Citromerge
2010-03-10 Craig Citroarithmatic -> arithmetic
2010-03-10 Craig Citroseperated -> separated
2010-03-10 Craig CitroFix for autotestdict & property not playing well together.
2010-03-10 Lisandro Dalcinfix tescase for cast to pointer from integer of differe...
2010-03-10 Lisandro Dalcinfix buffer code and testcases to silent GCC warning
2010-03-09 Lisandro Dalcinfix testcases to silent GCC warning
2010-03-09 Craig CitroFixes to runtests.py.
2010-03-09 Lisandro Dalcinfix testcases to silent GCC warning
next