cython.git
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
2010-03-09 daniloafsome .pxd for stl on Cython/Includes/libcpp. Tests...
2010-03-09 Stefan Behneldoc fix
2010-03-09 Stefan Behneldoc fix
2010-03-09 Stefan Behneldoc fix
2010-03-09 Stefan Behneldoc fix
2010-03-09 Stefan Behnelfix sdist build in Py3
2010-03-09 Stefan Behnelcleanup code for print() function in Py3
2010-03-09 Stefan Behnelrenamed test functions to make the output more readable
2010-03-09 Stefan Behnelmerge
2010-03-09 Stefan Behnelimplemented 'print >> stream'
2010-03-09 Lisandro Dalcinchange display of typedef types, use plain name instead...
2010-03-06 Stefan Behnelfix infer_types directive check
2010-03-06 Stefan Behneldisabled another pyregr test
2010-03-06 Stefan Behnelcode simplification
2010-03-06 Stefan Behnelminor fix for double inference
2010-03-06 Stefan Behnelreadability fix
2010-03-06 Stefan Behnelfix ticket 467: restore eval-once semantics for all...
2010-03-06 Stefan Behnelfix test crashes
2010-03-05 Stefan Behnelsupport terminating the test runner without error retur...
2010-03-05 Stefan Behnelexclude Python regression test that currently breaks...
2010-03-05 Stefan Behnelcode cleanup
2010-03-05 Stefan Behnelsafety fix
2010-03-05 Stefan Behnelremove left-over
2010-03-05 Stefan Behnelmoved xmlrunner script to a different package
2010-03-05 Stefan Behnelimport cleanup for xmlrunner
next