projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2010-04-14
Lisandro Dalcin
add C++ test for an additional level of template nesting
commit
|
commitdiff
|
tree
|
snapshot
2010-04-14
Stefan Behnel
implement 'allow_none_for_extension_args' directive...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-13
Lisandro Dalcin
quick fix for annotations not working with string sourc...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
Lisandro Dalcin
rename local variable __import__ -> py_import in utilit...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
Robert Bradshaw
Disable random annotations for now.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
Erik Tollerud
prevented annotations from outputing code from imported...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Lisandro Dalcin
fix declaration in testcase
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Stefan Behnel
Py3 fixes
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Stefan Behnel
code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Stefan Behnel
build fix
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Stefan Behnel
parse C++ namespace name as unicode string
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Stefan Behnel
do not leak C++ namespace into outer parser scope when...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
dalcinl
fix some testcases failing on Windows
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Lisandro Dalcin
zipimport support for cimporting pxd's from Cython...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Lisandro Dalcin
remove unused imports
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Stefan Behnel
include branch coverage
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Stefan Behnel
fix coverage report generation
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Stefan Behnel
tiny cleanup in setup.py
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Lisandro Dalcin
fix testcase
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Stefan Behnel
support profiling of Cython binary modules when passing...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Stefan Behnel
fix bytes.decode() without arguments
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Lisandro Dalcin
make __init__.pxd properly specify a package directory
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Lisandro Dalcin
C++ fixes (parsing and scope lookup), working libcpp...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Robert Bradshaw
Allow cpp error test.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Robert Bradshaw
Test case for #524
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Robert Bradshaw
Raise error for no suitable constructor.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Lisandro Dalcin
rename stack.pxd -> list.pxd
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Lisandro Dalcin
test many cimport statement variants for the C stdlib...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-06
Stefan Behnel
fix API usage for 'coverage' 3.x
commit
|
commitdiff
|
tree
|
snapshot
2010-04-06
Stefan Behnel
fix import for 'coverage' 3.x
commit
|
commitdiff
|
tree
|
snapshot
2010-04-06
Stefan Behnel
support writing XML coverage report in test runner
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Stefan Behnel
extended test cases
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Stefan Behnel
extend switch transform to not-in tests, some refactoring
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Lisandro Dalcin
remove duplicate method implementation
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Stefan Behnel
compiler crash fix on missing attribute
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Lisandro Dalcin
cleanup the various utility codes related to {Get|Set...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-28
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Stefan Behnel
extend switch statement transformation to arbitrary...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Stefan Behnel
apply flatten-in-list transform also to literal sets
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Lisandro Dalcin
compatibility fix for Python 2.4
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
Stefan Behnel
comments
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
Stefan Behnel
better test case
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
Stefan Behnel
cleanup: do not raise unnecessary compiler errors for...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
Stefan Behnel
test fix after optimisation
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
Stefan Behnel
optimise len() for known builtin types
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
Stefan Behnel
code cleanup to reduce redundancy in builtin call optimiser
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
Stefan Behnel
make sure the optimiser doesn't ignore **kwargs when...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
Stefan Behnel
code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
Stefan Behnel
optimise unicode.replace()
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
Stefan Behnel
optimise unicode.count()
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
Stefan Behnel
drop redundant C->Py->C coercions after optimisations
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
Stefan Behnel
optimise unicode.find() and unicode.rfind()
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
Stefan Behnel
code simplification in len(char*) optimisation
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
Stefan Behnel
optimise unicode.startswith() and unicode.endswith...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
Stefan Behnel
extended test case to make sure the unicode method...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
Stefan Behnel
avoid redundant None check on literals
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
Stefan Behnel
tests for unicode method optimisations
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
Stefan Behnel
optimise unicode.join()
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
Stefan Behnel
optimise unicode.split() and unicode.splitlines()
commit
|
commitdiff
|
tree
|
snapshot
2010-03-20
Stefan Behnel
fix universal newline parsing (which the codecs module...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-20
Stefan Behnel
reverted to DOS line endings
commit
|
commitdiff
|
tree
|
snapshot
2010-03-20
Stefan Behnel
avoid redundant Python type conversion in scanner
commit
|
commitdiff
|
tree
|
snapshot
2010-03-20
Stefan Behnel
scanned stream is unicode, so use unicode strings for...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-16
Lisandro Dalcin
some .pxd for C99 on Cython/Includes/libc (incomplete...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-16
Robert Bradshaw
Another object -> bint optimization.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-16
Robert Bradshaw
Fix demo setup.py.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-15
Lisandro Dalcin
honor Options.docstrings for cdef members
commit
|
commitdiff
|
tree
|
snapshot
2010-03-15
Lisandro Dalcin
reorganization of generated C code in module preamble
commit
|
commitdiff
|
tree
|
snapshot
2010-03-15
Lisandro Dalcin
use unmangled objstruct cname for ctypedef public classes
commit
|
commitdiff
|
tree
|
snapshot
2010-03-15
Lisandro Dalcin
trivial fix: | -> ||
commit
|
commitdiff
|
tree
|
snapshot
2010-03-15
Craig Citro
Make multiple '--directive's on command line cumulative
commit
|
commitdiff
|
tree
|
snapshot
2010-03-15
Craig Citro
specal -> special
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
safety fix: a string as source input to the scanner...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
ticket #128: disable Cython type declarations in signat...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
fix except-as syntax to match Py3
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
Py2.3 fix
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
fix utility code dependency for builtin types
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
test cleanup, include a test for cython.set
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
fix tests after changing error output
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
fix for cython.set in Py3 (again)
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
fix for cython.set in Py3
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
move Cython language keywords out of the way when parsi...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
provide 'set' builtin type in 'cython' namespace to...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
better error output
commit
|
commitdiff
|
tree
|
snapshot
2010-03-14
Stefan Behnel
provide 'set' builtin type in 'cython' namespace to...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-13
Lisandro Dalcin
Python 3 except clauses (ticket #519)
commit
|
commitdiff
|
tree
|
snapshot
2010-03-13
Stefan Behnel
Py2.7 test fixes
commit
|
commitdiff
|
tree
|
snapshot
2010-03-13
Stefan Behnel
Py3 test fix
commit
|
commitdiff
|
tree
|
snapshot
2010-03-13
Stefan Behnel
use Unix line endings
commit
|
commitdiff
|
tree
|
snapshot
2010-03-13
Stefan Behnel
Py3 test fix
commit
|
commitdiff
|
tree
|
snapshot
2010-03-13
Stefan Behnel
Py3 test fix
commit
|
commitdiff
|
tree
|
snapshot
2010-03-13
Stefan Behnel
typo
commit
|
commitdiff
|
tree
|
snapshot
2010-03-13
Stefan Behnel
safety fix in test runner
commit
|
commitdiff
|
tree
|
snapshot
2010-03-13
Stefan Behnel
fix again
commit
|
commitdiff
|
tree
|
snapshot
2010-03-13
Stefan Behnel
fix
commit
|
commitdiff
|
tree
|
snapshot
2010-03-13
Stefan Behnel
prevent double refactoring when testing an installed...
commit
|
commitdiff
|
tree
|
snapshot
next