projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2011-04-06
Dag Sverre...
cython.py: Always put Cython in sys.path
commit
|
commitdiff
|
tree
|
snapshot
2011-04-06
Dag Sverre...
Revert "BUG Make sure bin/cython imports the right...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-06
Robert Bradshaw
unop typo fix
commit
|
commitdiff
|
tree
|
snapshot
2011-04-06
Robert Bradshaw
Skip broken directory by default.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-06
Robert Bradshaw
Add missing c++ tags.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-06
Lisandro Dalcin
cleanup refnanny utility code
commit
|
commitdiff
|
tree
|
snapshot
2011-04-05
Lisandro Dalcin
fix typo numeic -> numeric
commit
|
commitdiff
|
tree
|
snapshot
2011-04-05
Lisandro Dalcin
additional fix and test for ticket #650
commit
|
commitdiff
|
tree
|
snapshot
2011-04-05
Lisandro Dalcin
fix MANIFEST.in and force MANIFEST generation in sdist...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-03
Robert Bradshaw
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2011-04-03
Robert Bradshaw
Tests for arithmetic promotion.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-03
Robert Bradshaw
Trac 676 - arithmetic is always at least an int
commit
|
commitdiff
|
tree
|
snapshot
2011-04-03
Robert Bradshaw
Test selection by tag.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-03
Robert Bradshaw
Use tags rather than directories for test types.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Robert Bradshaw
Fix test.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Robert Bradshaw
better bint type printing, tests
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Dag Sverre...
Wrong test tag
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Dag Sverre...
Fix #677
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Robert Bradshaw
Fix error line numbers (due to tag additions).
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Dag Sverre...
Merge branch 'docs'
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Francesc Alted
Some final cleanup for numpy tutorial
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Francesc Alted
Removed int_max and int_min because int and max are...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Francesc Alted
NumPy tutorial moved from user's guide to tutorials...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Dag Sverre...
BUG Make sure bin/cython imports the right Cython module
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Robert Bradshaw
Merge branch 'master' of github.com:cython/cython
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Robert Bradshaw
Merge branch 'purepy-shadow'
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Robert Bradshaw
Unique NULL.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Stefan Behnel
merged in Vitek's generators branch
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Stefan Behnel
added disabled test case for type inference in generators
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Robert Bradshaw
Merge https://github.com/RafeKettler/cython
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Robert Bradshaw
tags parsing
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Stefan Behnel
comment
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Robert Bradshaw
a couple more test tags
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Robert Bradshaw
Add tags to test files.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Robert Bradshaw
Merge branch 'master' of github.com:cython/cython
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Robert Bradshaw
Merge docs repo
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Stefan Behnel
minor code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Stefan Behnel
minor code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Lisandro Dalcin
fix many empty __init__ files
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Lisandro Dalcin
remove outdated comments
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Stefan Behnel
merged Haoyu's T477 branch into mainline
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Vitja Makarov
Merge remote branch 'upstream/master'
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Stefan Behnel
merged in Vitek's fix for ticket 668
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Vitja Makarov
Fix refnanny context warning when in nogil mode
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Vitja Makarov
Move parallel deletion flatten into PostParseTransform
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Vitja Makarov
Merge remote branch 'upstream/master' into ticket_668
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Lisandro Dalcin
profile nogil functions: warning instead of error
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Lisandro Dalcin
disable generation of api code for pxd entries
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Haoyu Bai
improved the pure Python shadow module
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Vitja Makarov
Merge remote branch 'upstream/master'
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Lisandro Dalcin
public/capi: fixes and cleanups, implement exporting...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Lisandro Dalcin
guard C code from inclusion of gecompanion h api code
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Haoyu Bai
prevent the directive dicts from being shared among...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Haoyu Bai
fix T477 by refactor FuncDefNode, so cython decorators...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Vitja Makarov
Handle generic declared args inside closure
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Stefan Behnel
extended test case, includes attribute access testing
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Stefan Behnel
renamed method
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Vitja Makarov
Add testcase for cdef class method with closure
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Stefan Behnel
reduce the chance of rounding errors on int->float...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-27
Robert Bradshaw
Merge branch 'master' of github.com:cython/cython
commit
|
commitdiff
|
tree
|
snapshot
2011-03-27
Robert Bradshaw
More complete code writing.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-26
Mark Florisson
Debugger: Support output for the 'display' command
commit
|
commitdiff
|
tree
|
snapshot
2011-03-26
Mark Florisson
Debugger: Better output when halting on watchpoints
commit
|
commitdiff
|
tree
|
snapshot
2011-03-26
Mark Florisson
Debugger: Fix little exception detection bug
commit
|
commitdiff
|
tree
|
snapshot
2011-03-26
Mark Florisson
Debugger: Update 'help' documentation
commit
|
commitdiff
|
tree
|
snapshot
2011-03-25
Mark Florisson
Update debugger docs with () and 'cy set'
commit
|
commitdiff
|
tree
|
snapshot
2011-03-25
Mark Florisson
Debugger: Added 'cy set' command
commit
|
commitdiff
|
tree
|
snapshot
2011-03-25
Mark Florisson
Debugger: Added $cy_eval() GDB function
commit
|
commitdiff
|
tree
|
snapshot
2011-03-25
Rafe Kettler
cython-mode now works with python-mode and the builtin...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-22
Robert Bradshaw
Merge branch 'master' of github.com:cython/cython-docs
commit
|
commitdiff
|
tree
|
snapshot
2011-03-22
Robert Bradshaw
Fix typo in C library wrapping tutorial.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-20
Vitja Makarov
Merge remote branch 'upstream/master'
commit
|
commitdiff
|
tree
|
snapshot
2011-03-19
Stefan Behnel
disable call argument order alignment, issue warning...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-18
Stefan Behnel
provide BaseException in Python 2.3/2.4
commit
|
commitdiff
|
tree
|
snapshot
2011-03-12
Stefan Behnel
minor fixes in related work section
commit
|
commitdiff
|
tree
|
snapshot
2011-03-11
Stefan Behnel
Py3 test fix
commit
|
commitdiff
|
tree
|
snapshot
2011-03-10
Robert Bradshaw
Fix using pointer type in templates.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Robert Bradshaw
Fix source list trimming in cythonize(...)
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Vitja Makarov
Handle sequence in DelStatNode, see #668
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Stefan Behnel
fix name mangling in generator expressions
commit
|
commitdiff
|
tree
|
snapshot
2011-03-04
Lisandro Dalcin
Add setjmp.pxd and tests
commit
|
commitdiff
|
tree
|
snapshot
2011-03-03
Vitja Makarov
Merge remote branch 'upstream/master'
commit
|
commitdiff
|
tree
|
snapshot
2011-03-03
Vitja Makarov
Fix ticket #664
commit
|
commitdiff
|
tree
|
snapshot
2011-03-03
Vitja Makarov
Merge branch 'master' of https://github.com/cython...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-03
Vitja Makarov
Add testcase for #664
commit
|
commitdiff
|
tree
|
snapshot
2011-03-03
Robert Bradshaw
Fix compile time division.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-03
Robert Bradshaw
Allow pointer target in C array slice iteration to...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-03
Robert Bradshaw
Test for struct pointer loop.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-03
Robert Bradshaw
Fix #663 - type inference for sliced complex pointers.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-02
Lisandro Dalcin
fix special methods testcase for previous changes to...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-01
Robert Bradshaw
Documentation cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-27
Vitja Makarov
Merge branch 'master' of github.com:vitek/cython
commit
|
commitdiff
|
tree
|
snapshot
2011-02-27
Vitja Makarov
Merge remote branch 'upstream/master'
commit
|
commitdiff
|
tree
|
snapshot
2011-02-27
Robert Bradshaw
Simplify and enhance struct/union wrapping.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
Robert Bradshaw
First pass at struct wrappers.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
Robert Bradshaw
CLeanup Options.py
commit
|
commitdiff
|
tree
|
snapshot
2011-02-25
Lisandro Dalcin
better sdist, use command for generating gitrev
commit
|
commitdiff
|
tree
|
snapshot
2011-02-25
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
next