projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
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
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
2007-11-26
Gregory Ewing
Keep counted reference to module
commit
|
commitdiff
|
tree
|
snapshot
2008-05-27
Stefan Behnel
remove superfluous cast
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
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
2008-05-16
Stefan Behnel
typo
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
keep tests from different directories separate to preve...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
'make test3' target to build with the default python...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
more test fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
more test fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
class names are identifiers, too
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
struct fields were generated in the wrong order
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
test fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
fix for name declarations of interned string values...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
big rewrite for the print statement in Py2 to provide...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
let print statement use print() in Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-05-16
Stefan Behnel
__future__ import fix for older Python versions
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
enable __future__ imports
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
fix for slot descriptor
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
test fix
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
test fix
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
range optimisation fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
cleanup and provisionary Py3 fix
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
byte encode docstrings correctly
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
test fix - that's how things work ...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
work around Cython problem with parsing ur'abc' literals
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
simplify
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
empty tuple is used by traceback builder => must be...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
test fix
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
fixed PyMethod_New() call
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
unsimplify :)
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
simplify
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
more test fixes for Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-05-15
Stefan Behnel
more test fixes for Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
more test fixes for Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
fixes for keyword arg checking
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
more test fixes for Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
lots of test fixes for Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
lots of test fixes for Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
replace the now missing PyNumber_Divide() by PyNumber_T...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
disable broken 'print' statement for now (PyFile_*...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
test fix
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
tons of fixes for the test suite: docstrings must be...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
unicode re fix
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
skip off compiler error tests if we don't run the compiler
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
__setslice__ and __delslice__ were removed in Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
make it explicit in the generated source code what...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
docstrings can't have u'abc' literals in Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
importing a module named by a unicode string seems...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-14
Stefan Behnel
removed 'intern_names' Option - always intern identifie...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-13
Stefan Behnel
support running tests without running Cython to test...
commit
|
commitdiff
|
tree
|
snapshot
next