projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2008-06-07
Robert Bradshaw
Go back to using nice cnames for identifiers
commit
|
commitdiff
|
tree
|
snapshot
2008-06-07
Robert Bradshaw
Fixed trac-17, default values as class members.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-07
Robert Bradshaw
Merge -dagss and -devel
commit
|
commitdiff
|
tree
|
snapshot
2008-06-07
Robert Bradshaw
Switch statement omptimization
commit
|
commitdiff
|
tree
|
snapshot
2008-06-06
Stefan Behnel
code comments
commit
|
commitdiff
|
tree
|
snapshot
2008-06-06
Stefan Behnel
Pyrex merge: removed leaking declarations
commit
|
commitdiff
|
tree
|
snapshot
2008-06-06
Stefan Behnel
Pyrex merge: disable multiple compilation in one contex...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-06
Stefan Behnel
Pyrex merge: parser context refactoring + nogil blocks
commit
|
commitdiff
|
tree
|
snapshot
2008-06-06
Robert Bradshaw
Final cleanup of child accessor stuff
commit
|
commitdiff
|
tree
|
snapshot
2008-06-06
Stefan Behnel
tab cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-06-06
Stefan Behnel
test case cleanup, removes some gcc warnings
commit
|
commitdiff
|
tree
|
snapshot
2008-06-06
Stefan Behnel
code cleanup after last change
commit
|
commitdiff
|
tree
|
snapshot
2008-06-06
Stefan Behnel
fix return value setting for 'except *' functions
commit
|
commitdiff
|
tree
|
snapshot
2008-06-06
Stefan Behnel
test case for exception propagation across functions
commit
|
commitdiff
|
tree
|
snapshot
2008-06-06
Stefan Behnel
removed redundant left-over code that broke FQ module...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-05
Stefan Behnel
small fix to actually use the module name extracting...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-05
Stefan Behnel
allow diverging nogil declaration, but only when assign...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-05
Stefan Behnel
new error test for method redeclaration
commit
|
commitdiff
|
tree
|
snapshot
2008-06-05
Stefan Behnel
test output fix
commit
|
commitdiff
|
tree
|
snapshot
2008-06-05
Stefan Behnel
Pyrex merge: nogil declaration checking
commit
|
commitdiff
|
tree
|
snapshot
2008-06-04
Stefan Behnel
another little Pyrex merge that extracts FQ module...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-04
Stefan Behnel
merged (and partially rewrote) dependency tracking...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-04
Stefan Behnel
test fix: provide the cimported package with an __init_...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-01
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-06-01
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Stefan Behnel
use PyBytes_Type instead of PyString_Type in the genera...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Stefan Behnel
Py3 fix for PyNumberMethods cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Stefan Behnel
Py3 test fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Dag Sverre...
Merge
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Dag Sverre...
SourceDescriptor-related bug
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Dag Sverre...
Fixed bug related to embedding SourceDescriptor positio...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Dag Sverre...
Make TreeFragment.py more readable; copy substitution...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Dag Sverre...
Added eq and hash to source descriptors
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Dag Sverre...
Bugfix in __repr__ of SourceDescriptors
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Stefan Behnel
hispanic typos :)
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Stefan Behnel
'#define PyString_Type PyBytes_Type' in Py3: 'str'...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2008-05-30
Stefan Behnel
use PyBytes_*() functions instead of PyString_*() in Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-05-29
Robert Bradshaw
Minor fix in indexing test
commit
|
commitdiff
|
tree
|
snapshot
2008-05-29
Stefan Behnel
increase warning level of __(set|del)slice_ methods
commit
|
commitdiff
|
tree
|
snapshot
2008-05-29
Stefan Behnel
enable warning output in tests (currently unused)
commit
|
commitdiff
|
tree
|
snapshot
2008-05-29
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2008-05-29
Robert Bradshaw
Fix bug when indexing with large unsigned int
commit
|
commitdiff
|
tree
|
snapshot
2008-05-29
Robert Bradshaw
Implement "from module [c]import *", some more work...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-28
Stefan Behnel
Py3.0beta compatibility fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-05-28
Robert Bradshaw
Accept new for-from syntax.
commit
|
commitdiff
|
tree
|
snapshot
2008-05-28
Robert Bradshaw
Optimized indexing into sequences (partially from Greg...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-28
Robert Bradshaw
Inplace operators <<= >>= //= **=
commit
|
commitdiff
|
tree
|
snapshot
2008-05-28
Robert Bradshaw
Casting from C pointer to object does not incref
commit
|
commitdiff
|
tree
|
snapshot
2008-05-28
Robert Bradshaw
Fix typo for IF statement.
commit
|
commitdiff
|
tree
|
snapshot
2008-05-27
Stefan Behnel
remove superfluous cast
commit
|
commitdiff
|
tree
|
snapshot
2008-05-27
Dag Sverre...
Merge
commit
|
commitdiff
|
tree
|
snapshot
2008-05-27
Dag Sverre...
TreeFragment fix: Replace enclosing ExprStatNode if...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-27
Dag Sverre...
Removed str conversion from SourceDescriptors in order...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-27
Dag Sverre...
Focus on visitors rather than transforms; Transform...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-26
Stefan Behnel
invalidate the cache of all subtypes when updating...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-26
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2008-05-26
Stefan Behnel
comment
commit
|
commitdiff
|
tree
|
snapshot
2008-05-26
Stefan Behnel
moved method cache invalidation next to dict update...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-26
Stefan Behnel
simple test for extension class body
commit
|
commitdiff
|
tree
|
snapshot
2008-05-26
Stefan Behnel
document test runner options
commit
|
commitdiff
|
tree
|
snapshot
2008-05-26
Stefan Behnel
test cases for optional arguments in cdef functions
commit
|
commitdiff
|
tree
|
snapshot
2008-05-26
Stefan Behnel
fix coverage analysis in test runner
commit
|
commitdiff
|
tree
|
snapshot
2008-05-25
Stefan Behnel
cleanup for test runner: use optparse to read cmd line...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-25
Stefan Behnel
require options '-v' or '-vv' for status output in...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-25
Stefan Behnel
test fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-05-25
Stefan Behnel
better test output
commit
|
commitdiff
|
tree
|
snapshot
2008-05-25
Stefan Behnel
non-runnable test moved to tests/compile/
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Stefan Behnel
invalidate type cache in Py2.6+
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Stefan Behnel
removed left-over
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Stefan Behnel
second try to fix classmethods
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Stefan Behnel
reverted last change, based on extended test case
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Stefan Behnel
fix classmethod() calls
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Stefan Behnel
simple test case to emulate class methods as function...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Stefan Behnel
support for new buffer protocol in Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Robert Bradshaw
Some more unicode compile crash fixes.
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Stefan Behnel
test output fix
commit
|
commitdiff
|
tree
|
snapshot
2008-05-22
Stefan Behnel
Py2.6 test fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-05-21
Stefan Behnel
enabled most remaining tests from the 'broken' directory
commit
|
commitdiff
|
tree
|
snapshot
2008-05-21
Stefan Behnel
builtin names must be EncodedStrings as they get reused
commit
|
commitdiff
|
tree
|
snapshot
2008-05-21
Stefan Behnel
fix intern() builtin in Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-05-21
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-05-21
Stefan Behnel
fix method calls on Cython generated Python classes
commit
|
commitdiff
|
tree
|
snapshot
2008-05-20
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-05-18
Stefan Behnel
forgotten part of last commit
commit
|
commitdiff
|
tree
|
snapshot
2008-05-18
Stefan Behnel
make imported names behave like identifiers, too
commit
|
commitdiff
|
tree
|
snapshot
2008-05-18
Stefan Behnel
make imported names encoded strings to fix attribute...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-18
Stefan Behnel
rename type imports of 'unicode' and 'str' type accordi...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-18
Stefan Behnel
test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-05-18
Stefan Behnel
fix keyword arguments in function calls: must be unicod...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-18
Stefan Behnel
comment fix
commit
|
commitdiff
|
tree
|
snapshot
2008-05-17
Dag Sverre...
Usability fixes in Transform
commit
|
commitdiff
|
tree
|
snapshot
2008-05-17
Stefan Behnel
extended test case on string literals
commit
|
commitdiff
|
tree
|
snapshot
2008-05-17
Stefan Behnel
test case for various string literals
commit
|
commitdiff
|
tree
|
snapshot
2008-05-17
Stefan Behnel
enable ur'abc' literals and b'abc'/br'abc' literals
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
moved tests out of the way that are broken in Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
trunk merge
commit
|
commitdiff
|
tree
|
snapshot
next