projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2010-11-25
Stefan Behnel
output hex numbers for node ids in Node.dump() as in...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Stefan Behnel
output hex numbers for node ids in Node.dump() as in...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Stefan Behnel
fix ticket #598: list comprehensions in closures
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Stefan Behnel
test fixes
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Stefan Behnel
extended test cases for tickets #600 and #598
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Stefan Behnel
extended test cases for scoped genexprs at module level
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Stefan Behnel
test case for ticket #600: scope of iterable in genexprs
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Stefan Behnel
test that functions that do not need a closure know...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Stefan Behnel
additional closure tests
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Stefan Behnel
split module doctest into function doctests, enable...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Vitja Makarov
Closure optimization
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Stefan Behnel
copied boolean tests from CPython's regr tests
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Stefan Behnel
code cleanup in ConstantFolding transform to make boole...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Stefan Behnel
fix result types for C math operations on Python booleans
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Stefan Behnel
fix '<int>bool(<int>x)' to always return 0 or 1 instead...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
Stefan Behnel
test case for ticket #598: scoped list comp in function...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
Stefan Behnel
fix error handling in sequential cython runs
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Stefan Behnel
fix AutoTestDictTransform for lambda expressions
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Stefan Behnel
fix constant folding for nonsense code like '-False'
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Stefan Behnel
properly disable test in Py2.3
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Stefan Behnel
enable test for closure classes
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Stefan Behnel
another fix for str() handling that works around intern...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Robert Bradshaw
Cythonize fix for multiple files.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Robert Bradshaw
Cythonize fix.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Stefan Behnel
Py3 locals test
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Stefan Behnel
fix locals() in -3 mode
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Stefan Behnel
implement sorted(genexp) as [listcomp].sort()
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Stefan Behnel
Py<=2.4 fix
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Stefan Behnel
test runner: fix pending threads handling at shutdown
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Stefan Behnel
test runner: visible termination message
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Stefan Behnel
test runner: safer shutdown even if threads were kept...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Stefan Behnel
disable pyregr test module that seems to leak threads
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Robert Bradshaw
Removed tag sage-cythonizes
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Robert Bradshaw
Removed tag cython-0.10.1
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Robert Bradshaw
Removed tag Version-0.9.8
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Robert Bradshaw
Added tag 0.9.8 for changeset 16a746d969e2
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Robert Bradshaw
Added tag 0.10.1 for changeset ef9d2c680684
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Stefan Behnel
test runner: check for thread termination after each...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Stefan Behnel
test for ticket #537
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
Vitja Makarov
Support class closures and nested classes.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-20
Stefan Behnel
undo change before importing patch
commit
|
commitdiff
|
tree
|
snapshot
2010-11-20
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-11-20
Stefan Behnel
comment
commit
|
commitdiff
|
tree
|
snapshot
2010-11-20
Lisandro Dalcin
silent gcc warning about unused function in testcase
commit
|
commitdiff
|
tree
|
snapshot
2010-11-20
Stefan Behnel
optimise Py3-style metaclass also when other keywords...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-20
Stefan Behnel
code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
Stefan Behnel
optimisation: do not build and test metaclass kwargs...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
Stefan Behnel
resolve 'cython' compiler directives also on Python...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
Stefan Behnel
two more pyregr tests disabled
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
Stefan Behnel
disabled class closures test
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
Stefan Behnel
more metaclass cleanups, merged some redundant code...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
Stefan Behnel
Py3 fix
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
Stefan Behnel
minor code cleanups for metaclass patch
commit
|
commitdiff
|
tree
|
snapshot
2010-11-13
Vitja Makarov
Actually implement py3 style metaclasses with support...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
Stefan Behnel
disabled pyregr test that won't work in Cython
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
Stefan Behnel
disable CPython regression testing for a non-test module
commit
|
commitdiff
|
tree
|
snapshot
2010-11-18
Stefan Behnel
backed out class closures patch - breaks CPython regres...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
Vitja Makarov
Support class closures and nested classes
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
Stefan Behnel
fix disabling of cleanup code generation for tuple...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
Stefan Behnel
tests for constant tuple caching
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
Stefan Behnel
simplify (and centralise) module cleanup code generatio...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-16
Stefan Behnel
more cythonisation in the scanner/parser
commit
|
commitdiff
|
tree
|
snapshot
2010-11-16
Stefan Behnel
more cythonisation in the scanner/parser
commit
|
commitdiff
|
tree
|
snapshot
2010-11-16
Stefan Behnel
enabled a compile test
commit
|
commitdiff
|
tree
|
snapshot
2010-11-16
Stefan Behnel
enabled stupid test
commit
|
commitdiff
|
tree
|
snapshot
2010-11-16
Stefan Behnel
cache constant tuples (including constant call arg...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Stefan Behnel
removed unused code
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Stefan Behnel
code simplification
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Stefan Behnel
removed unused level of indirection from tree visitors...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Stefan Behnel
reduced overhead in the scanner
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Stefan Behnel
fix test case
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Stefan Behnel
reduced overhead in the scanner
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Stefan Behnel
fix list comprehensions as if conditions
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Stefan Behnel
fix list comprehension used in string test in Parsing.py
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Stefan Behnel
reduced call overhead (and code size) in the parser...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Stefan Behnel
drop some useless code in the string literal parser
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Stefan Behnel
faster parsing of escape sequences in string literals
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Stefan Behnel
optimise 'int_val in string_literal' into a switch...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Stefan Behnel
support non-trivial switch() values in SwitchStatNode
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Stefan Behnel
parse integer literals differently based on the type...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Stefan Behnel
test runner: support expected errors in .py files
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Robert Bradshaw
tiny fix, cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Robert Bradshaw
Test for inplace fix.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Robert Bradshaw
Inplace analysis fix.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Robert Bradshaw
Fix large integer exception return codes.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Robert Bradshaw
Exception propagation test.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-13
Robert Bradshaw
Create directive for fast __getattr__.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-12
Stefan Behnel
fix interaction between complex types and IntNode
commit
|
commitdiff
|
tree
|
snapshot
2010-11-12
Stefan Behnel
properly assign target type to new IntNode on coercion
commit
|
commitdiff
|
tree
|
snapshot
2010-11-12
Stefan Behnel
fix for Python <=2.5
commit
|
commitdiff
|
tree
|
snapshot
2010-11-12
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-11-12
Stefan Behnel
better integer handling in constant folding, including...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-12
Stefan Behnel
make IntNode smarter about the type of integer it choos...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-12
Stefan Behnel
fix coercion from IntNode to FloatNode, e.g. for hex...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-12
Stefan Behnel
cleanup, support UnaryPlusNode in constant folding
commit
|
commitdiff
|
tree
|
snapshot
2010-11-12
Stefan Behnel
better error output from test case
commit
|
commitdiff
|
tree
|
snapshot
next