cython.git
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 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 Lisandro Dalcinarg none check does not require arg type test utility...
2011-02-15 Robert BradshawRemove excessive refcounting.
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
2011-02-07 Lisandro Dalcinattempt to fix rmtree Windows issues in test case
2011-02-07 Lisandro DalcinInline: -Wno-unused is a GCC flag, some but not all...
2011-02-06 Stefan Behnelincrease version number
2011-02-06 Stefan Behnelwhen indexing/slicing 'str', it's safe to infer 'str...
2011-02-06 Stefan Behnelwhen indexing 'str', it's safe to infer 'str' for the...
2011-02-06 Stefan Behnelfix test after changing type inference for unicode...
2011-02-06 Stefan Behnelfor indexing into / looping over unicode strings, infer...
2011-02-05 Stefan Behnelerror handling fixes for argument unpacking when args...
2011-02-05 Stefan Behnelfix debugging test skipping for older Python versions
2011-02-05 Stefan Behnelfix unused imports and Py2.4-isms in test code
2011-02-05 Stefan Behnelfix Py2.5-isms in test code
2011-02-05 Stefan Behnelfix error test case
2011-02-05 Stefan Behnelsupport 'Py_UCS4 in unicode_string' also in 16 Unicode...
2011-02-05 Stefan Behnelfix surrogate pair calculation
2011-02-05 Stefan Behnelin Py3.2, the unicode character testing/conversion...
2011-02-04 Robert BradshawMerge branch 'release 0.14.1'
2011-02-04 Robert BradshawBump version number. 0.14.1
2011-02-04 Robert BradshawMake unit tests testable from any directory.
2011-02-04 Robert BradshawAllow exclusion of end-to-end tests.
2011-02-04 Robert BradshawRuntest cleanup for different testing environments.
2011-02-04 Robert BradshawMove windows distutils hack to the correct place.
2011-02-04 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-02-04 Mark FlorissonDebugger: made test less verbose (#645)
2011-02-04 Robert BradshawBump version number.
2011-02-04 Robert Bradshawconfigurable working and root dir
2011-02-04 Robert BradshawRestore cwd if debugger setUp() fails (to avoid breakin...
2011-02-04 Robert BradshawWindows runtests.py hack.
2011-02-04 Robert BradshawAvoid more gdb errors for insufficient gdb.
2011-01-31 Stefan Behnelcleanup
2011-01-31 Stefan Behnelcache constant 'slice' instances
2011-01-31 Stefan Behnelfix constant_result of SliceNode
2011-01-31 Stefan Behnelsupport surrogate pair to Py_UCS4 coercion only in...
2011-01-30 Robert BradshawMerge branch 'release2'
2011-01-30 Robert BradshawMove windows distutils hack to the correct place.
2011-01-29 Stefan Behneltest fix
2011-01-29 Stefan Behnelerror test fixes
2011-01-29 Stefan Behnelimplemented Py_UCS4 type
2011-01-29 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-29 Robert BradshawAllow extern "functions" (e.g. macros) to return array...
2011-01-29 Stefan Behnelmerge
2011-01-29 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-29 Stefan Behnelvarargs tempification needs to be done for all varargs...
2011-01-29 Stefan Behnelfunction argument temping algorithm is smart enough...
2011-01-29 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-28 Stefan Behnellast call argument doesn't need to be simple, so don...
2011-01-28 Stefan Behnelwhen deciding if function argument must be moved into...
2011-01-28 Stefan Behnelfix IndexNode.is_simple() for buffer access
2011-01-28 Stefan Behnelfix Py2.7 warning
2011-01-28 Stefan Behnelindexing a C ptr/array is 'simple'
2011-01-28 Mark FlorissonDebugger: made test less verbose (#645)
2011-01-28 Robert BradshawMerge branch 'release'
2011-01-28 Robert BradshawBump version number. 0.14.1rc3
2011-01-28 Robert Bradshawconfigurable working and root dir
2011-01-28 Robert BradshawRestore cwd if debugger setUp() fails (to avoid breakin...
2011-01-28 Robert BradshawWindows runtests.py hack.
2011-01-28 Stefan Behnelbuild fix for the last self argument change
2011-01-28 Stefan Behnela method's self argument doesn't need to be in a temp...
2011-01-28 Robert BradshawAvoid more gdb errors for insufficient gdb.
2011-01-28 Stefan BehnelPyTypeTestNode and NoneCheckNode are 'simple' when...
2011-01-28 Stefan BehnelC type casts are 'simple'
2011-01-27 Stefan Behnelfix tweak: closure variables are not safe as function...
2011-01-27 Stefan Behnelmerge
2011-01-27 Robert BradshawTweak #654 fix, c functions can't be assinged to.
2011-01-27 Stefan BehnelTupleNode is always simple
2011-01-27 Stefan Behnelpartial rewrite of the #654 fix to exclude local variab...
2011-01-26 Stefan Behneltest case for ticket #654
2011-01-26 Stefan Behnelmerge
2011-01-26 Stefan Behnelfix ticket #654: fix function argument evaluation order...
2011-01-25 Mark FlorissonDebugger: Fix backtrace test -- don't check for main()
2011-01-25 Mark FlorissonDebugger: Fix a few libpython.py bugs
2011-01-24 Mark FlorissonDebugger: Python 3 compatibility testsuite
2011-01-24 Mark FlorissonDebugger: Don't run test suite if GDB python version...
2011-01-23 Robert BradshawAnother release candidate. 0.14.1rc2
2011-01-23 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-01-23 Robert BradshawSkip gdb if Python compiled with gdb not >= 2.5.
2011-01-23 Robert BradshawRemove "complex already builtin" warning from cpython...
2011-01-22 Stefan Behnelfix C name redefinition: names must be uniquified at...
2011-01-21 Robert BradshawWarning for inline methods with buffer arguments.
next