projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2009-10-10
Stefan Behnel
removed unused function
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Stefan Behnel
some more type inference tests
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Stefan Behnel
make ref-count function declarations in Includes/python...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Lisandro Dalcin
a few Py3k fixes in runtests.py
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Lisandro Dalcin
fix failing testcase in Py2 because of long suffix
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Robert Bradshaw
Get rid of errors for typeof test.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Robert Bradshaw
Fix for Python 2.3
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Robert Bradshaw
Remove string semantics change warning.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Stefan Behnel
use os.fork() when running doctests to prevent tested...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Mark Lodato
set module_is_main = 1 in main(), not globally
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Mark Lodato
fix -Wextra warning for empty `else' body
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Dag Sverre...
Blatant ommision
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Dag Sverre...
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Dag Sverre...
Fix wrong ctypedef testcase via autotestdict
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Dag Sverre...
Rename doctesthack -> autotestdict, and make it default
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Dag Sverre...
Fix doctesthack for cdef functions
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Mark Lodato
make cython_freeze.py executable
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Stefan Behnel
support .py extension in cython_freeze
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
test for 'first assignment' algorithm
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
support 'and' operator and boolean attribute values...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
extended TreePath test case, fix predicate evaluation
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
fix left-over from earlier commit
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
PEP-8-ified the decorator names for parse tree assertio...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
parse tree test assertions for optimisations on loops...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
test support for parse tree path assertions
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
fix bug #372: reassignment to stop bound of for-range...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
fix temp var leak in for-range to for-from transformation
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
comment
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
merged '--embed' fix from cython-devel
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
optimise dict([ (x,y) for x,y in ... ]) into dict compr...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Stefan Behnel
tiny helper class for replacing all occurrences of...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Robert Bradshaw
Type inference tests.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Robert Bradshaw
Type inference testing.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Robert Bradshaw
cython.typeof special method
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Robert Bradshaw
Better display for complex types
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Robert Bradshaw
Actual type inference.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Robert Bradshaw
Type inference methods for expression nodes.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Robert Bradshaw
Start using unspecified types.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Robert Bradshaw
Type inference: assignment marker visitor.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Robert Bradshaw
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Robert Bradshaw
Fix for embed and freeze which were broken by #216.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-03
Dag Sverre...
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-03
Dag Sverre...
Move nodes to exprnodes
commit
|
commitdiff
|
tree
|
snapshot
2009-10-03
Dag Sverre...
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-03
Dag Sverre...
some nogil declarations in numpy.pxd
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Dag Sverre...
Fix #384
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Dag Sverre...
doctesthack directive
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Dag Sverre...
doctesthack directive works for global functions
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Dag Sverre...
Functionality for only allowing directives in certain...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-30
Dag Sverre...
Some further work on numpy.pxd that I needed
commit
|
commitdiff
|
tree
|
snapshot
2009-09-27
Robert Bradshaw
-devel mergeback
commit
|
commitdiff
|
tree
|
snapshot
2009-09-27
Robert Bradshaw
Bump version number, release 0.11.3.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-27
Robert Bradshaw
Added tag 0.11.3 for changeset 7c695fe49fd6
commit
|
commitdiff
|
tree
|
snapshot
2009-09-26
Robert Bradshaw
bump version number
0.11.3
commit
|
commitdiff
|
tree
|
snapshot
2009-09-26
Robert Bradshaw
Missing items in MANIFEST.in
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Robert Bradshaw
Version number 0.11.3.rc0
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Robert Bradshaw
Added tag 0.11.3.rc0 for changeset eb00d00a73c1
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Robert Bradshaw
Enable profile tests.
0.11.3.rc0
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Robert Bradshaw
Turn of profiling by default, rename macro.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Dag Sverre...
Better check for broken NumPy install
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Dag Sverre...
numpy.pxd: Old iteration method did not iterate dtype...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Dag Sverre...
Fix refnanny string literal
commit
|
commitdiff
|
tree
|
snapshot
2009-09-24
Lisandro Dalcin
pyximport: parse distutils config files (except local...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-24
Dag Sverre...
Failing numpy.pxd dtype serialization testcase
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Robert Bradshaw
0.11.3 beta
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Robert Bradshaw
Some fixes for OS X 10.6
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Robert Bradshaw
String literal warning.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Robert Bradshaw
make trace unlikely
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
Stefan Behnel
somewhat hackish fix for supporting not() in TreePath...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
Stefan Behnel
support attribute value selection in TreePath
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
Stefan Behnel
rolled back accidentally committed files
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
Stefan Behnel
simpler test
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
Stefan Behnel
TreePath implementation for selecting nodes from the...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Stefan Behnel
test for T370
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Stefan Behnel
fix C-API exception setter declarations to let them...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Stefan Behnel
fix C-API exception setter declarations to let them...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Stefan Behnel
remove redundant transformation run
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Stefan Behnel
always optimise tuple(some_list), not only for literals
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Stefan Behnel
test and fix for unicode.encode() transformation
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Stefan Behnel
fix copy+paste bug
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Stefan Behnel
fix merging keyword arguments in compiler directive...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Stefan Behnel
allow splitting compiler annotation decorators as Pytho...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Lisandro Dalcin
merged latest cython-devel
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Lisandro Dalcin
Py2.3 and eval.h: include C header in proto section...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Stefan Behnel
use iterative control flow graph traversal instead...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Stefan Behnel
merged latest cython-devel
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Stefan Behnel
Py2.3 does not automatically include eval.h in Python.h
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Stefan Behnel
partial backport from cython-unstable: keep Python...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Stefan Behnel
optimise unicode.encode() call with constant encoding...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Stefan Behnel
make sure Python strings (and other Python literals...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Stefan Behnel
make sure error reporting doesn't just fail on broken...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Robert Bradshaw
Python 3 fixes
commit
|
commitdiff
|
tree
|
snapshot
next