cython.git
2011-03-30 Stefan Behnelextended test case, includes attribute access testing
2011-03-30 Haoyu Baimore test for raise ... from ...
2011-03-30 Haoyu Baiexplicit execption chaining
2011-03-30 Stefan Behnelcleanup
2011-03-30 Stefan Behnelrenamed method
2011-03-30 Vitja MakarovAdd testcase for cdef class method with closure
2011-03-29 Stefan Behnelmerge
2011-03-29 Stefan Behnelreduce the chance of rounding errors on int->float...
2011-03-27 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-03-27 Robert BradshawMore complete code writing.
2011-03-26 Mark FlorissonDebugger: Support output for the 'display' command
2011-03-26 Mark FlorissonDebugger: Better output when halting on watchpoints
2011-03-26 Mark FlorissonDebugger: Fix little exception detection bug
2011-03-26 Mark FlorissonDebugger: Update 'help' documentation
2011-03-25 Mark FlorissonUpdate debugger docs with () and 'cy set'
2011-03-25 Mark FlorissonDebugger: Added 'cy set' command
2011-03-25 Mark FlorissonDebugger: Added $cy_eval() GDB function
2011-03-25 Rafe Kettlercython-mode now works with python-mode and the builtin...
2011-03-22 Robert BradshawMerge branch 'master' of github.com:cython/cython-docs
2011-03-22 Robert BradshawFix typo in C library wrapping tutorial.
2011-03-20 Vitja MakarovMerge remote branch 'upstream/master'
2011-03-19 Stefan Behneldisable call argument order alignment, issue warning...
2011-03-18 Stefan Behnelprovide BaseException in Python 2.3/2.4
2011-03-12 Stefan Behnelminor fixes in related work section
2011-03-11 Stefan BehnelPy3 test fix
2011-03-10 Robert BradshawFix using pointer type in templates.
2011-03-09 Robert BradshawFix source list trimming in cythonize(...)
2011-03-09 Vitja MakarovHandle sequence in DelStatNode, see #668
2011-03-08 Stefan Behnelfix name mangling in generator expressions
2011-03-04 Lisandro DalcinAdd setjmp.pxd and tests
2011-03-03 Vitja MakarovMerge remote branch 'upstream/master'
2011-03-03 Vitja MakarovFix ticket #664
2011-03-03 Vitja MakarovMerge branch 'master' of https://github.com/cython...
2011-03-03 Vitja MakarovAdd testcase for #664
2011-03-03 Robert BradshawFix compile time division.
2011-03-03 Robert BradshawAllow pointer target in C array slice iteration to...
2011-03-03 Robert BradshawTest for struct pointer loop.
2011-03-03 Robert BradshawFix #663 - type inference for sliced complex pointers.
2011-03-02 Lisandro Dalcinfix special methods testcase for previous changes to...
2011-03-01 Robert BradshawDocumentation cleanup.
2011-02-27 Vitja MakarovMerge branch 'master' of github.com:vitek/cython
2011-02-27 Vitja MakarovMerge remote branch 'upstream/master'
2011-02-27 Robert BradshawSimplify and enhance struct/union wrapping.
2011-02-26 Robert BradshawFirst pass at struct wrappers.
2011-02-26 Robert BradshawCLeanup Options.py
2011-02-25 Lisandro Dalcinbetter sdist, use command for generating gitrev
2011-02-25 Stefan Behnelmerge
2011-02-25 Lisandro Dalcinenable test for ticket #562
2011-02-25 Lisandro Dalcinfix ticket #562
2011-02-25 Lisandro Dalcinfixes and cleanups in __Pyx_main()
2011-02-25 Lisandro Dalcinfixes and cleanups in __Pyx_main()
2011-02-25 Vitja MakarovMerge branch 'master' of github.com:vitek/cython
2011-02-25 Vitja MakarovMerge remote branch 'upstream/master'
2011-02-25 Robert BradshawAnnotate by default if there is an existing annotation.
2011-02-25 Robert BradshawMore temp arg assignment avoidance.
2011-02-25 Robert BradshawOne more side effect we want to avoid in argument ordering.
2011-02-25 Robert BradshawFix make repo.
2011-02-25 Robert BradshawFix hg/git in readme.
2011-02-24 Stefan Behnelfix building sdist without git
2011-02-24 Lisandro Dalcinnogil for functions in locale.pxd and math.pxd
2011-02-23 Lisandro Dalcineven better __Pyx_check_binary_version()
2011-02-23 Lisandro Dalcinfix builtin hasattr() to suppress only AttributeError...
2011-02-20 Lisandro Dalcinbetter __Pyx_check_binary_version()
2011-02-20 Lisandro Dalcinquick fix previous commit (PySys_GetObject() returns...
2011-02-20 Lisandro Dalcinquick fix previous commit (declarations after code)
2011-02-20 Vitja MakarovMerge remote branch 'upstream/master'
2011-02-19 Robert BradshawComplile/runtime version mismatch warning.
2011-02-19 Robert BradshawMake cpp redeclaration an error (vs. a compiler crash...
2011-02-19 Vitja MakarovMerge remote branch 'upstream/master'
2011-02-18 Robert BradshawMerge branch 'master' of git://github.com/cython/cython
2011-02-18 Robert Bradshawdel test and assignment fix
2011-02-18 Lisandro Dalcinfix inline textcase to not use default $HOME/.cython...
2011-02-18 Robert BradshawEmulate del with set to None.
2011-02-18 Lisandro Dalcinfix testcases assuming char is signed (thanks to Yarosl...
2011-02-18 Lisandro DalcinPython 3: fix NumPy support
2011-02-18 Stefan Behnelmore declarations in math.pxd
2011-02-18 Robert Bradshawmodule_is_name should not be static so that cython...
2011-02-17 Robert BradshawAllow embed option to take function name.
2011-02-17 W. Trevor King`int` -> `cdef int` when declaring local variables...
2011-02-17 Lisandro DalcinCreate .gitignore and update .hgignore (thanks to W...
2011-02-17 Robert Bradshawcimport test
2011-02-16 Lisandro Dalcinenable embedded testcase in Python 3
2011-02-16 Lisandro Dalcinfix makefile for embed testcase
2011-02-15 Vitja MakarovMerge remote branch 'upstream/master'
2011-02-15 Lisandro Dalcinarg none check does not require arg type test utility...
2011-02-15 Robert BradshawRemove excessive refcounting.
2011-02-14 Vitja MakarovMerge remote branch 'upstream/master'
2011-02-14 Vitja MakarovFix Python2.4 issue
2011-02-13 Stefan Behnelfix mailing list link
2011-02-13 Stefan Behnelmeta data update in setup.py
2011-02-12 Stefan BehnelPy2.7/3.1 add a new field to Py_buffer
2011-02-12 Stefan BehnelC-arrays of uchar/schar are also C strings
2011-02-11 Lisandro DalcinWindows: fixes for previous commit
2011-02-11 Lisandro DalcinWindows: add -Wno-format to CFLAGS when using MinGW
2011-02-11 Lisandro Dalcinadd --compiler option to runtests.py (mainly for MSVC...
2011-02-09 Lisandro DalcinPython 3.2 now uses new C integral type Py_hash_t
2011-02-09 Lisandro Dalcinattempt to silent spurious MinGW warnigns
2011-02-09 Lisandro Dalcinfix declaration in testcase helper header
2011-02-09 Lisandro DalcinWindows: fix testcase failing to link
2011-02-07 Lisandro DalcinWindows: fix testcase to not link libm
next