cython.git
2011-04-11 Stefan Behnelsupport passing options to the compiler in cythonrun
2011-04-11 Stefan Behnelfix copy&paste bug in cythonrun
2011-04-11 Stefan Behneldoc fix in .pxd file
2011-04-10 Stefan Behnelmerge
2011-04-10 Stefan Behnelnew script to compile+run Python files directly in...
2011-04-09 Lisandro DalcinFix GCC warnings with Python 2.3
2011-04-08 Stefan Behnelpyximport debug output fix
2011-04-08 Robert BradshawBe a bit more liberal about top-of-the-file directives.
2011-04-08 Lisandro Dalcinfix pŕevious commit mixing declarations and code
2011-04-08 Robert BradshawMerge remote branch 'remotes/fransesc/compiler_directives'
2011-04-08 Robert BradshawMerge branch 'docs'
2011-04-08 Robert BradshawMove compilation block to before directives, add note...
2011-04-08 Robert Bradshawminor directive edits
2011-04-08 Francesc AltedAdded info on how to set directives.
2011-04-08 Francesc AltedAdded compiler directives to the Compilation section.
2011-04-08 Francesc AltedA first restructuration of Compilation section.
2011-04-07 Lisandro DalcinPEP 3118: fix for NULL Py_buffer arg
2011-04-07 Stefan Behnelerror test fix
2011-04-07 Stefan Behnelfixes for I/O handling in test runner
2011-04-07 Stefan BehnelPy3 test runner fix
2011-04-07 Lisandro Dalcinmore tests for #477
2011-04-07 Lisandro DalcinMerge branch 'T477-fix' of https://github.com/bhy/cytho...
2011-04-07 Stefan Behnelfix nonlocal crashes
2011-04-07 Haoyu Baimore tests
2011-04-07 Haoyu Baifix cdef @locals with default arguments
2011-04-07 Haoyu Baifix locals directive in pxd files
2011-04-07 Stefan Behnelextended test cases for type inference in generators
2011-04-07 Stefan Behneltest runner fix
2011-04-07 Stefan Behnelwhitespace
2011-04-07 Stefan Behnelenable type inference in generators (but keep it disabl...
2011-04-07 Stefan Behneladded tags to test files
2011-04-07 Stefan Behneladded tags to test files
2011-04-06 Dag Sverre... Make cython.py executable and add Unix shebang
2011-04-06 Dag Sverre... cython.py: Always put Cython in sys.path
2011-04-06 Dag Sverre... Revert "BUG Make sure bin/cython imports the right...
2011-04-06 Robert Bradshawunop typo fix
2011-04-06 Robert BradshawSkip broken directory by default.
2011-04-06 Robert BradshawAdd missing c++ tags.
2011-04-06 Lisandro Dalcincleanup refnanny utility code
2011-04-05 Lisandro Dalcinfix typo numeic -> numeric
2011-04-05 Lisandro Dalcinadditional fix and test for ticket #650
2011-04-05 Lisandro Dalcinfix MANIFEST.in and force MANIFEST generation in sdist...
2011-04-03 Robert Bradshawcleanup
2011-04-03 Robert BradshawTests for arithmetic promotion.
2011-04-03 Robert BradshawTrac 676 - arithmetic is always at least an int
2011-04-03 Robert BradshawTest selection by tag.
2011-04-03 Robert BradshawUse tags rather than directories for test types.
2011-04-02 Robert BradshawFix test.
2011-04-02 Robert Bradshawbetter bint type printing, tests
2011-04-02 Francesc AltedAdded info on how to set directives.
2011-04-02 Dag Sverre... Wrong test tag
2011-04-02 Dag Sverre... Fix #677
2011-04-02 Francesc AltedAdded compiler directives to the Compilation section.
2011-04-02 Robert BradshawFix error line numbers (due to tag additions).
2011-04-02 Francesc AltedA first restructuration of Compilation section.
2011-04-02 Dag Sverre... Merge branch 'docs'
2011-04-02 Francesc AltedSome final cleanup for numpy tutorial
2011-04-02 Francesc AltedRemoved int_max and int_min because int and max are...
2011-04-02 Francesc AltedNumPy tutorial moved from user's guide to tutorials...
2011-04-02 Dag Sverre... BUG Make sure bin/cython imports the right Cython module
2011-04-02 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-04-02 Robert BradshawMerge branch 'purepy-shadow'
2011-04-02 Robert BradshawUnique NULL.
2011-04-02 Stefan Behnelmerged in Vitek's generators branch
2011-04-02 Stefan Behneladded disabled test case for type inference in generators
2011-04-02 Robert BradshawMerge https://github.com/RafeKettler/cython
2011-04-02 Robert Bradshawtags parsing
2011-04-02 Stefan Behnelcomment
2011-04-01 Robert Bradshawa couple more test tags
2011-04-01 Robert BradshawAdd tags to test files.
2011-04-01 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-04-01 Robert BradshawMerge docs repo
2011-04-01 Robert BradshawMerge docs repo
2011-04-01 Stefan Behnelminor code cleanup
2011-04-01 Stefan Behnelminor code cleanup
2011-04-01 Lisandro Dalcinfix many empty __init__ files
2011-04-01 Lisandro Dalcinremove outdated comments
2011-04-01 Stefan Behnelmerged Haoyu's T477 branch into mainline
2011-04-16 Stefan Behnelimplement #686: turn 'undeclared builtin' error into...
2011-04-15 Stefan Behnelmoved cythonrun implementation into Cython/Build/BuildE...
2011-04-15 Stefan Behnelmake auto_cpdef play nicely with stararg functions
2011-04-15 Stefan Behnelsafety fix, in case we ever support nested cdef functions
2011-04-15 Stefan Behnelmake auto_cpdef play nicely with closure functions
2011-04-15 Stefan Behnelsupport '-Xdirective=value' on cmd line, in addition...
2011-04-01 Stefan Behnelmerged Haoyu's T477 branch into mainline
2011-04-01 Vitja MakarovMerge remote branch 'upstream/master'
2011-04-01 Stefan Behnelmerged in Vitek's fix for ticket 668
2011-04-01 Vitja MakarovFix refnanny context warning when in nogil mode
2011-04-01 Haoyu Baidisable raise ... from ... unittest in py3 (but other...
2011-04-01 Vitja MakarovMove parallel deletion flatten into PostParseTransform
2011-04-01 Vitja MakarovMerge remote branch 'upstream/master' into ticket_668
2011-04-01 Lisandro Dalcinprofile nogil functions: warning instead of error
2011-04-01 Lisandro Dalcindisable generation of api code for pxd entries
2011-03-31 Haoyu Baiimproved the pure Python shadow module
2011-03-31 Vitja MakarovMerge remote branch 'upstream/master'
2011-03-31 Lisandro Dalcinpublic/capi: fixes and cleanups, implement exporting...
2011-03-30 Lisandro Dalcinguard C code from inclusion of gecompanion h api code
2011-03-30 Haoyu Baiprevent the directive dicts from being shared among...
2011-03-30 Haoyu Baifix T477 by refactor FuncDefNode, so cython decorators...
2011-03-30 Vitja MakarovHandle generic declared args inside closure
next