projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2010-12-13
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Stefan Behnel
fix reference counting for function arguments that...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Stefan Behnel
fix assignments to closure variables
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Vitja Makarov
Rename create_abstract_generator to create_generator_cl...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Vitja Makarov
Move ClosureTempAllocator to Code.py
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Vitja Makarov
Rename stuff from CyGenerator to __Pyx_Generator
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Vitja Makarov
Merge MarkClosureVisitor and MarkGeneratorVisitor
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Vitja Makarov
Turn YieldNodeCollector into TreeVisitor
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Vitja Makarov
Merge remote branch 'upstream/master'
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Robert Bradshaw
Fix #559, <void *> [] is not caught by Cython but by gcc
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Robert Bradshaw
Fix #528, x.conjugate() not available in nogil mode
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Robert Bradshaw
conjugate for other numeric types
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
Better unicode/str handling for user-supplied code.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Vitja Makarov
runtests.py: py3k fix try 2
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Vitja Makarov
runtests.py: py3k fix
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Vitja Makarov
Handle SkipTest and ReourceDenined case
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Vitja Makarov
test runner: Add CythonPyregrTestCase
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Vitja Makarov
Merge remote branch 'upstream/master'
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
Added tag 0.14.rc0 for changeset a6b9f0a6d02d
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
bump version
0.14.rc0
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
another fix
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
Python 2.3 fix.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
fix introduced bug
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
More inline tests, quiet tests.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
Dependencies fixes/cleaunup.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
newlines
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Stefan Behnel
eliminate StopIterationNode
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
cython.inline test
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
cython.inline type inference
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Stefan Behnel
split refnanny setup macro in declaration and setup...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Stefan Behnel
optimise away redundant ref-counting of unused yield...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Stefan Behnel
disable generators test in Py2.4 - depends on Generator...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Stefan Behnel
test_heapq seems to be fixed (and its C code looks...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Stefan Behnel
temp result name of YieldExprNode must be allocated...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
Some unit tests for the build system.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Stefan Behnel
store away temp values *after* calculating the yield...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Robert Bradshaw
Change numeric demo to numpy demo using new features...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Stefan Behnel
Py<=2.5 test fix
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Stefan Behnel
no need to own an argument passed into a Python function
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Stefan Behnel
drop redundant code
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Robert Bradshaw
Better compile message.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Robert Bradshaw
Update spam demo.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Robert Bradshaw
Cythonize exclude parameter.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Vitja Makarov
Fix py3k support
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Vitja Makarov
Move generate parsing,checking and misc code to generat...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Vitja Makarov
Generators: add throw() support
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Vitja Makarov
TryExceptStatNode: save previous exception state in...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Vitja Makarov
Change generator body signature to PyObject* (*body...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Vitja Makarov
Add close() support
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Robert Bradshaw
More gdb test guards.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Mark Florisson
Remove Python 3 metaclass support from Python 2 code...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Mark Florisson
Compile C test sample code with -fPIC
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Vitja Makarov
Make Refnanny happy, fix some errors. More testcases.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Vitja Makarov
test_heapq: now broken, SIGSEGV
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Mark Florisson
Drop Python 2.5 support + unicode UCS4 builds support...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Mark Florisson
Drop Python 2.5 support + unicode UCS4 builds support...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Vitja Makarov
Experimental support for generators
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Stefan Behnel
compile fix for Cython/Compiler/ParseTreeTransforms.py
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Stefan Behnel
fix local variable init code in ScopedExprNode
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
Added tag 0.14.beta2 for changeset 8412b39fbc3e
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
Bump version number again.
0.14.beta2
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
More test fiddling.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
More gdb test disabling.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
newlines
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
Disable gdb tests for now.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
Clearer versioning.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
Include debugging files in manifest.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
Debugging test package in setup.py.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
Added tag 0.14.beta1 for changeset 31b531a6c45b
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
Bump version number.
0.14.beta1
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
Bump version number.
0.14.beta0
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
Merge https://github.com/markflorisson88/cython
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
Fix bug with -t option.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
Disable pure test for Py < 2.6.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
End-to-end fixes.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
fatal_errors -> fast_fail
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Robert Bradshaw
Fix fatal errors + nice exception traceback interaction.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Stefan Behnel
Py2.3 fix
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Stefan Behnel
compile fixes in Parsing.py: kwargs names must be bytes...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Stefan Behnel
typing fixes in compiled Code.py
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Stefan Behnel
fix Py3 version dependency in C code
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Stefan Behnel
compile Code.py
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Stefan Behnel
slight scanner C code simplification
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Stefan Behnel
reduce code size of parser and speed it up a little...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Mark Florisson
Fetch and restore error for Cython locals dict building
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
Stefan Behnel
fix ext type inheritance from 'int' in Py3
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
Stefan Behnel
cleanup of last patch, fix typo in test name
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
Vitja Makarov
Allow pyfunction redefinition
commit
|
commitdiff
|
tree
|
snapshot
2010-12-05
Mark Florisson
Merge branch 'master' of https://github.com/cython...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-05
Mark Florisson
Made tests less verbose by not using distutils.core...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-05
Robert Bradshaw
Added tag 0.14.alpha0 for changeset 478f57be445d
commit
|
commitdiff
|
tree
|
snapshot
2010-12-05
Robert Bradshaw
Bump version.
0.14.alpha0
commit
|
commitdiff
|
tree
|
snapshot
2010-12-05
Robert Bradshaw
typo
commit
|
commitdiff
|
tree
|
snapshot
2010-12-05
Robert Bradshaw
More robust include searching.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-05
Robert Bradshaw
string literal parsing
commit
|
commitdiff
|
tree
|
snapshot
2010-12-05
Robert Bradshaw
Include srctree in sdist.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-05
Robert Bradshaw
Higher-level import.
commit
|
commitdiff
|
tree
|
snapshot
next