cython.git
2009-10-24 Mark Lodatofreeze: include FreeBSD fix from Python's main()
2009-10-12 Mark Lodatofreeze: Makefile: use -fno-strict-aliasing
2009-10-05 Mark Lodatofreeze: Makefile: add target to build README.html
2009-10-05 Mark Lodatofreeze: rename README.rst to README.txt
2009-10-05 Mark Lodatofreeze: add --pymain example
2009-10-05 Mark Lodatofreeze: add -p option for calling Py_Main()
2009-10-05 Mark Lodatofreeze: remove blank lines from beginning and end
2009-10-05 Mark Lodatofreeze: add -o option for setting output file
2009-10-05 Mark Lodatofreeze: use optparse to parse arguments
2009-10-04 Mark Lodatofreeze: Makefile: flags from distutils.sysconfig
2009-10-04 Mark Lodatofreeze: README: fix typos and mistakes in example
2009-10-04 Mark Lodatofreeze: Makefile: only clean specific C files
2009-10-04 Mark Lodatofreeze: remove mistaken semicolon
2009-10-06 Mark Lodatofreeze: fix cmath.pyx when run as __main__
2009-10-04 Mark Lodatofreeze: fix Makefile's CYTHON path
2009-10-03 Mark Lodatofreeze: rename cython_freeze.py to cython_freeze
2009-10-04 Mark Lodatofreeze: in documentation, reference Demos/freeze
2009-10-24 Stefan Behnelfix identifier decoding check
2009-10-24 Stefan Behnelfix exec in Py2.3
2009-10-24 Stefan Behnelmissing weakref .pxd file, include all python_*.pxd...
2009-10-24 Stefan Behnelremoved dead comment
2009-10-24 Stefan Behnelminor refactoring, use 'notnone=True' in type tests
2009-10-12 Mark Lodatoprevent warnings when compiling with `gcc -Wextra`
2009-10-23 Lisandro Dalcinadditional test for type casts (ticket #417)
2009-10-22 Lisandro DalcinExtension type cast should reject None (ticket #417)
2009-10-16 Mark Lodatonumpy.pxd: add NPY_UINT64 and family
2009-10-16 Mark Lodatonumpy.pxd: fix typo PyArray_ISISCONTIGUOUS
2009-10-23 Stefan Behnelapplied pyximport patch from ticket 312
2009-10-23 Stefan Behnelfix cascade order of assignments for complete assignmen...
2009-10-23 Stefan Behnelmore .pxd cleanups
2009-10-23 Stefan Behnelfix bug 409: use cascaded assignments also for the...
2009-10-23 Robert BradshawFix #250, Traceback method name is wrong for exceptions...
2009-10-23 Robert BradshawFix ticket #215, explicit error for __getslice__, __del...
2009-10-22 Stefan Behnelfix in-place division in Py3
2009-10-22 Robert BradshawAnnotation work.
2009-10-22 Robert BradshawRemove backwards incompatable change to string identifiers.
2009-10-22 Robert Bradshawanother merge
2009-10-22 Robert BradshawCpp exception tests.
2009-10-22 Robert BradshawFix cpp exception catching.
2009-10-22 Robert BradshawReturn value for check_const.
2009-10-22 Stefan Behnelmerge
2009-10-22 Stefan Behnelfix intern() optimisation
2009-10-22 Robert BradshawFix casts and negations in except clauses.
2009-10-22 Robert BradshawMore cmp tests, refix C assignable types.
2009-10-22 Robert Bradshawmerge
2009-10-22 Robert BradshawMore comparison fixes.
2009-10-22 Stefan Behneltiny cleanup
2009-10-22 Robert BradshawFix comparison type deduction.
2009-10-22 Robert Bradshawmerge
2009-10-22 Robert BradshawFix #431, intern() doesn't work for python strings...
2009-10-21 Stefan Behnelcleanup
2009-10-21 Stefan Behnelfix bug 430: make 'locals().items()' work
2009-10-21 Stefan Behneltest fixes
2009-10-21 Stefan Behnelfix bug 429: make 'locals' builtin overridable
2009-10-21 Stefan Behnelnew test case for locals()
2009-10-21 Stefan Behnelextended test case
2009-10-21 Stefan Behneltest case for locals(), ticket 429
2009-10-21 Stefan Behnelextended test case
2009-10-21 Stefan Behneldetect optimisable IndexNodes assignments in ref-count...
2009-10-21 Dag Sverre... Preliminary scons support (in Tools dir)
2009-10-20 Stefan Behnelhandle simple swap assignments without ref-counting
2009-10-20 Stefan Behnelcomments
2009-10-20 Stefan Behnelfix switch transform
2009-10-20 Stefan Behnelmerge
2009-10-20 Stefan Behnelanother rewrite to catch comparisons of invalid types
2009-10-20 Stefan Behnelextended test case
2009-10-20 Stefan Behnelextended test case
2009-10-20 Stefan Behnelextended test case
2009-10-20 Stefan Behneldon't allow pointer assignments to Python variables...
2009-10-20 Stefan Behneltest simplification
2009-10-20 Dag Sverre... Fix for buffer testcase (s must be bytes, not unicode)
2009-10-20 Dag Sverre... Blacklist __nonzero__ from autotestdict
2009-10-20 Dag Sverre... numpy.pxd: npy_complexX should be the C structs used...
2009-10-20 Dag Sverre... merge
2009-10-20 Dag Sverre... Fix z.conjugate() for typedef-ed z; disallow external...
2009-10-19 Stefan Behnelfind common type for comparisons *before* coercing...
2009-10-18 Stefan BehnelPy3 test fixes
2009-10-18 Stefan Behnelfix default string value representation in auto-embedde...
2009-10-18 Stefan Behnelenable working test
2009-10-18 Stefan Behnelfix source comments for non-ASCII characters
2009-10-18 Stefan Behneltest case cleanup
2009-10-18 Stefan Behnelnew test case for reraising exceptions
2009-10-18 Stefan BehnelPython calls SetTraceback() later, so should we
2009-10-18 Stefan Behnelfix memory leak in new exception raising code
2009-10-18 Stefan Behnelrefactoring of exception raising code, simpler/faster...
2009-10-17 Stefan BehnelPy2 test fixes
2009-10-17 Stefan Behnelavoid redundant recoding during code comment injection...
2009-10-17 Stefan Behnelfix bug 412: str char comparison, refactoring to move...
2009-10-17 Stefan Behnelfix test case in C++
2009-10-17 Robert Bradshawsome test fixes
2009-10-17 Robert BradshawBetter error for foo(*args) when foo a cdef function.
2009-10-16 Stefan Behnelsimple test for testing truth of C values
2009-10-16 Stefan Behnelmerge
2009-10-16 Stefan Behnelmore .pxd signature fixing
2009-10-16 Dag Sverre... Yet another bugfix for autotestdict
2009-10-16 Dag Sverre... Update a testcase
2009-10-16 Dag Sverre... Fix Parsing.py so it compiles with Cython
2009-10-16 Dag Sverre... Fix #418 (wrong error message)
2009-10-16 Dag Sverre... Another utility code order fix
2009-10-16 Dag Sverre... merge
next