projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2010-05-12
Stefan Behnel
prevent Py_UNICODE from becoming a plain integer during...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
Stefan Behnel
implement ticket #535: fast index access into unicode...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Stefan Behnel
fix ticket #525: let float values pass through the...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Robert Bradshaw
String literal identifiers ending in newlines.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Lisandro Dalcin
backout 63a493cdeee2 (usage of & is intentional)
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Lisandro Dalcin
change & to && in many places
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Stefan Behnel
enable working test
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Stefan Behnel
fix ticket #533: 'continue' in the 'else' block of...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Lisandro Dalcin
fix except+ for cppclass methods (with Denys Duchier)
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Stefan Behnel
test for ticket #533: reference leak in 'continue'...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Stefan Behnel
new test for pointer operations
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Stefan Behnel
fix last commit
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Stefan Behnel
fix ticket #145 also for CondExprNode, make "bint ...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Lisandro Dalcin
add some POSIX pxd's and a few tests
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Stefan Behnel
collapse BoolBinopNode during constant folding, small...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Stefan Behnel
fix ticket #145: the result of 'True or 5' must not...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Stefan Behnel
several test cases for ticket 145
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Stefan Behnel
extended test case based on ticket #145
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Stefan Behnel
new test for ticket #354
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Stefan Behnel
enable .pop() optimisation also for typed lists
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Stefan Behnel
slight speed-up in unicode/bytes indexing
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
dalcinl
MSVC: quick fix for int complex test failing in C+...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
dalcinl
Disable test for libc.stdint (missing stdint.h in MSVC)
commit
|
commitdiff
|
tree
|
snapshot
2010-05-02
Lisandro Dalcin
fix ssize_t tescase (ticket #399)
commit
|
commitdiff
|
tree
|
snapshot
2010-05-02
Stefan Behnel
reverted last commit, cast must happen to the value...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-02
Stefan Behnel
code simplification
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Stefan Behnel
fix 'cython.set' and 'cython.frozenset' when set/frozen...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Stefan Behnel
code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Stefan Behnel
code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Stefan Behnel
avoid GIL error for optimised container bool tests...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Stefan Behnel
fix error on def-nogil functions
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Stefan Behnel
removed dead copy of test file
commit
|
commitdiff
|
tree
|
snapshot
2010-04-30
Lisandro Dalcin
ssize_t in Cython now means Py_ssize_t in C ((ticket...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Stefan Behnel
test fix after extending dead code removal
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Stefan Behnel
code cleanup for if-const dead code removal
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Stefan Behnel
code cleanup for if-const dead code removal: move handl...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Stefan Behnel
new test case
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
dalcinl
sizeof(long double)==sizeof(double) in MSVC conficts...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Lisandro Dalcin
fix testcase
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Lisandro Dalcin
introduce CYTHON_UNUSED macro to annotate functions...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Lisandro Dalcin
Py3: __cmp__ is gone, __bool__ instead of __nonzero__
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-04-27
Stefan Behnel
extended test
commit
|
commitdiff
|
tree
|
snapshot
2010-04-27
Stefan Behnel
more dead code removal for conditionals
commit
|
commitdiff
|
tree
|
snapshot
2010-04-27
Stefan Behnel
avoid generating code for 'if' conditions that are...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-27
Stefan Behnel
fix constant folding in PrimaryCmpNode/CascadedCmpNode
commit
|
commitdiff
|
tree
|
snapshot
2010-04-27
Stefan Behnel
support casting '<bytes>int_val' and coercing integers...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Stefan Behnel
fix bytes indexing
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Stefan Behnel
Py3 test fix
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Stefan Behnel
keep 'constant_result' set when injecting new constant...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-25
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-04-25
Stefan Behnel
optimised char/Py_UNICODE indexing of bytes/unicode...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-25
Stefan Behnel
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2010-04-25
Stefan Behnel
coerce Py_UNICODE to and from single character unicode...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-25
Robert Bradshaw
tiny cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Dag Sverre...
Some SCons fixups
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Lisandro Dalcin
support arbitrarily sized typedef integral types
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Stefan Behnel
reverted last commit - only a problem for closure scope
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Stefan Behnel
sort ext type fields in GC functions to get a more...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Stefan Behnel
fix signatures in numpy.pxd
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Lisandro Dalcin
PyrexTypes: reworked ranking of numeric types and cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Lisandro Dalcin
custom from_py converter for Py_UNICODE
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Stefan Behnel
extended test cases
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Stefan Behnel
added PyUnicode_FromOrdinal() to unicode.pxd
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Stefan Behnel
added PyUnicode_FromOrdinal() to unicode.pxd
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Stefan Behnel
remove Py_UNICODE from standard imports as it is now...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Stefan Behnel
fix gcc warning in test
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Stefan Behnel
generate switch-case characters in sorted order for...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Stefan Behnel
simplify ExprNode.as_none_safe_node() with a sensible...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Lisandro Dalcin
Let ssize_t be a native type (ticket #399)
commit
|
commitdiff
|
tree
|
snapshot
2010-04-21
Lisandro Dalcin
PyrexTypes: simplify CIntType, add CReturnCodeType
commit
|
commitdiff
|
tree
|
snapshot
2010-04-21
Stefan Behnel
generic way to wrap an ExprNode in a NoneCheckNode
commit
|
commitdiff
|
tree
|
snapshot
2010-04-21
Stefan Behnel
set default debug flag to write out exceptions
commit
|
commitdiff
|
tree
|
snapshot
2010-04-21
Stefan Behnel
extended test case for unicode characters in switch...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-21
Stefan Behnel
test fix
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Stefan Behnel
implement 'char_val in bytes_string' and 'pyunicode_val...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Eric Firing
Bugfix in numpy.pxd
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Stefan Behnel
safety fix: why should the return type always be exactl...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Stefan Behnel
typo
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-04-19
Stefan Behnel
Py2 test fix
commit
|
commitdiff
|
tree
|
snapshot
2010-04-19
Stefan Behnel
Py3 test fix
commit
|
commitdiff
|
tree
|
snapshot
2010-04-19
Stefan Behnel
native support for Py_UNICODE, coercion between 1-chara...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-18
Stefan Behnel
signedness fix for unicode-for-loop iteration
commit
|
commitdiff
|
tree
|
snapshot
2010-04-18
Stefan Behnel
implement "for int_var in bytes_string" and "for int_va...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-18
Stefan Behnel
removed dead code from test
commit
|
commitdiff
|
tree
|
snapshot
2010-04-18
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-04-18
Stefan Behnel
re-enable working test in Py2.4
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Lisandro Dalcin
support for all C scalar types in pure mode
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Lisandro Dalcin
remove unused sign_and_rank_to_type mapping
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Lisandro Dalcin
define PyBytes_XXX for Py<2.6 and use these through...
commit
|
commitdiff
|
tree
|
snapshot
next