projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2009-01-24
Stefan Behnel
support for pyximporting .py files
0.11-beta
commit
|
commitdiff
|
tree
|
snapshot
2009-01-24
Stefan Behnel
prevent pyxbuild.py from raising SystemExit (!) on...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-24
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2009-01-14
Jason Evans
Print default arguments syntactically, in order to...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Jason Evans
Do not mangle enum constant names if the enum is public.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-20
Robert Bradshaw
Must use repr() not str() for literal floats.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-20
Robert Bradshaw
literal float tests
commit
|
commitdiff
|
tree
|
snapshot
2009-01-18
Stefan Behnel
warnings aren't raised, so catching CompileError is...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-18
Stefan Behnel
disable crash report for normal compiler errors
commit
|
commitdiff
|
tree
|
snapshot
2009-01-18
Stefan Behnel
make AttributeNode a NewTempExprNode
commit
|
commitdiff
|
tree
|
snapshot
2009-01-18
Dag Sverre...
refnanny: Disable in nogil functions
commit
|
commitdiff
|
tree
|
snapshot
2009-01-18
Dag Sverre...
Pass on free_temps also through non-temp ExprNodes
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Robert Bradshaw
Comment out debugging code (useful, but not perfect...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Stefan Behnel
rewrite of pyximport module based on PEP 302 import...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Robert Bradshaw
test for temp allocation bug in call
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Robert Bradshaw
...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Robert Bradshaw
Cleaner code annotation
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Robert Bradshaw
Verbose code writing metaclass
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Stefan Behnel
Py3 code deprecation fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Stefan Behnel
unused import
commit
|
commitdiff
|
tree
|
snapshot
2009-01-16
Stefan Behnel
fixed license reference in setup.py
commit
|
commitdiff
|
tree
|
snapshot
2009-01-16
Robert Bradshaw
better #include ordering
commit
|
commitdiff
|
tree
|
snapshot
2009-01-16
Robert Bradshaw
more complete #include test
commit
|
commitdiff
|
tree
|
snapshot
2009-01-16
Robert Bradshaw
Test for #include order
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Robert Bradshaw
Added tag sage-cythonizes for changeset 59c67af0674b
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Robert Bradshaw
test for char* slices
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Robert Bradshaw
char* slices
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Robert Bradshaw
Fix for new temps and inplace ops
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Robert Bradshaw
install cython.py for pure python mode use
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Stefan Behnel
simplification
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Jason Evans
Take care to preserve cpdef method docstrings when...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-12
Dag Sverre...
Typo
commit
|
commitdiff
|
tree
|
snapshot
2009-01-12
Dag Sverre...
refnanny: Make generated slot functions work.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-12
Dag Sverre...
refnanny: Added missing casts.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-11
Stefan Behnel
made new test case an error test case
commit
|
commitdiff
|
tree
|
snapshot
2009-01-10
hoytak@gmail.com
New test case for non-constant DEF statements.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-10
Stefan Behnel
print size of list attributes on node dump
commit
|
commitdiff
|
tree
|
snapshot
2009-01-10
Stefan Behnel
also skip '0' values in node dumps, as they usually...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-10
Stefan Behnel
dump complete syntax tree path on compiler crashes...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-10
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2009-01-10
Stefan Behnel
provide more context on compiler crashes during transforms
commit
|
commitdiff
|
tree
|
snapshot
2009-01-10
Stefan Behnel
error in compile-time attribute access
commit
|
commitdiff
|
tree
|
snapshot
2009-01-10
hoytak@gmail.com
Fixed typo; beginswith -> startswith
commit
|
commitdiff
|
tree
|
snapshot
2009-01-09
Stefan Behnel
init temp allocation error checker to None to fix Attri...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
Dag Sverre...
Refnanny fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
Dag Sverre...
Refnanny: Fix for return from module init function
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
Dag Sverre...
Refnanny cleanup and bugfix.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
Dag Sverre...
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
Dag Sverre...
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
Dag Sverre...
Added --refnanny option to runtests.py
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Dag Sverre...
Refcount nanny framework in place; smaller fixes and...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-03
Stefan Behnel
test for '**' on int types
commit
|
commitdiff
|
tree
|
snapshot
2009-01-03
Stefan Behnel
removed redundant type error for '**'
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
fix exec statement in Py3
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
Py3 test case fix
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
fix doctest
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
free new style temps when catching exceptions
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Stefan Behnel
extended test case for list.pop()
commit
|
commitdiff
|
tree
|
snapshot
2008-12-28
Stefan Behnel
fix temp leak in default argument preparation code
commit
|
commitdiff
|
tree
|
snapshot
2008-12-28
Stefan Behnel
split argument default value assignment to avoid redund...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-28
Stefan Behnel
extended test case to make sure arguments pass as expected
commit
|
commitdiff
|
tree
|
snapshot
2008-12-28
Stefan Behnel
avoid minor redundancy in generated code
commit
|
commitdiff
|
tree
|
snapshot
2008-12-28
Stefan Behnel
avoid minor redundancy in generated code
commit
|
commitdiff
|
tree
|
snapshot
2008-12-28
Stefan Behnel
initialise argument value array with default values...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-26
Stefan Behnel
code simplification
commit
|
commitdiff
|
tree
|
snapshot
2008-12-26
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-12-26
Stefan Behnel
reverted latest changes: calling PyDict_GetItem inside...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-26
Stefan Behnel
special keyword checking code when we know the exact...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-25
Stefan Behnel
minor performance tweaking
commit
|
commitdiff
|
tree
|
snapshot
2008-12-25
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2008-12-24
Stefan Behnel
cleanup, comments, less code for special case of no...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-24
Stefan Behnel
always parse keyword arguments in a PyDict_Next() loop...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-24
Stefan Behnel
be more optimistic when parsing optional keywords:...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-23
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2008-12-23
Lisandro Dalcin
fix distutils GCC compilation flags to remove -Wstrict...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-23
Stefan Behnel
fix error message
commit
|
commitdiff
|
tree
|
snapshot
2008-12-22
Lisandro Dalcin
make GCC happy when string literals and const char...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-22
Lisandro Dalcin
Backed out changeset 9ef9ef371247
commit
|
commitdiff
|
tree
|
snapshot
2008-12-22
Lisandro Dalcin
fix testcase to avoid GCC warning about unused function
commit
|
commitdiff
|
tree
|
snapshot
2008-12-22
Lisandro Dalcin
fix function declaration in utility code
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
Stefan Behnel
and another tiny speed-up
commit
|
commitdiff
|
tree
|
snapshot
next