projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2010-10-04
Stefan Behnel
fix PYTHONPATH setup if not previously set
commit
|
commitdiff
|
tree
|
snapshot
2010-10-04
Stefan Behnel
fix PYTHONPATH setting for end-to-end tests
commit
|
commitdiff
|
tree
|
snapshot
2010-10-03
Robert Bradshaw
Test for bad buffer types.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-03
Robert Bradshaw
#579 - compiler crash on invalid buffer type
commit
|
commitdiff
|
tree
|
snapshot
2010-10-02
Lisandro Dalcin
protect PyGILState_Ensure|Release for Python configured...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-27
Lisandro Dalcin
Fix C++ exception handling for nogil functions (with...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
Robert Bradshaw
Complex powers.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-22
Robert Bradshaw
Fix pow(float, -) for MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
Robert Bradshaw
cleanup GetAttrGetItemRedirect test.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
Robert Bradshaw
Ignore non-cython modules in module list creation.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
Robert Bradshaw
Simplify cythonize api.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
Robert Bradshaw
Aliases for inline dependencies (e.g. numpy_include_dirs).
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
Robert Bradshaw
Parallel cythonization.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Lisandro Dalcin
fix vtable slot filling to silent strict aliasing warni...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-12
Robert Bradshaw
Fix decorators for 2.3.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-12
Robert Bradshaw
Fix cython path.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-12
Robert Bradshaw
Parse distutils directives.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-12
Robert Bradshaw
Test of new build mechanism.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-12
Robert Bradshaw
Most basic distutils test.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-12
Robert Bradshaw
Tests of an entire source tree build invocation.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-12
Robert Bradshaw
Utility methods for unpacking a source tree from a...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-12
Robert Bradshaw
New build mechanism, dependency resolution, only pass...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-12
Robert Bradshaw
Faster dependancy parsing.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-12
Robert Bradshaw
Dependancy parsing.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-11
Robert Bradshaw
Some error tests for c array iteration.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-11
Robert Bradshaw
Cleanup slice iteration code.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-11
Robert Bradshaw
Command line option for debug flags.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-11
Robert Bradshaw
Remove obsolete option now that import * works.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-11
Robert Bradshaw
Debug flag for raising an exception on an error.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Stefan Behnel
test readability
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Stefan Behnel
Py2 test fix
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Stefan Behnel
fix optimised iteration over sliced C arrays with given...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Robert Bradshaw
Tests fixes for Py3.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Robert Bradshaw
Fix slicing tests.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Robert Bradshaw
Tests for pointer slicing.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Robert Bradshaw
in and not in operators for C arrays and sliced pointers
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Stefan Behnel
check for non-ASCII bytes literals only in Py3 mode
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Stefan Behnel
minor cleanup in type inference indexing
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Robert Bradshaw
Richcmp operator constants.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Stefan Behnel
fix compiler crash in type inference if we cannot deter...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Stefan Behnel
fix error reporting in non-ASCII contexts for Py<=2.5
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Stefan Behnel
fix newline normalisation on stream.readlines() for...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Stefan Behnel
added new non-working array iteration test, commented...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Stefan Behnel
fix test
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Stefan Behnel
removed dead legacy code
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Stefan Behnel
fix type inference for sliced builtins
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Stefan Behnel
infer type of slices for some builtin types
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Stefan Behnel
partial optimisation for ord(Py_UNICODE) - better optim...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-07
Stefan Behnel
reject non-ASCII literal characters in Python 3 byte...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-07
Robert Bradshaw
Ranked longness for stdint types.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-04
Stefan Behnel
build fix
commit
|
commitdiff
|
tree
|
snapshot
2010-09-04
Stefan Behnel
support redundant parsing of string literals as unicode...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Corbin Simpson
ExprNodes: Add C++ error handling for std::invalid_argu...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Stefan Behnel
fix char* string iteration when we actually need to...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Stefan Behnel
implement C array iteration with explicit step size...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Stefan Behnel
safety fix
commit
|
commitdiff
|
tree
|
snapshot
2009-06-01
Eric Huss
Check dependencies defined for the extension to determi...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
Stefan Behnel
another embed test fix for Python 2.4
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
Stefan Behnel
retry by moving stupidly misplaced fix
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
Stefan Behnel
try to fix embedding test in Hudson builds
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
Stefan Behnel
build embedding test against static Python library...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
Robert Bradshaw
C++ namespace tests.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
Robert Bradshaw
Fix namespace conversion functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
Robert Bradshaw
Fix namespace error for function arguments.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-26
Robert Bradshaw
support for comma operator
commit
|
commitdiff
|
tree
|
snapshot
2010-08-26
Robert Bradshaw
Fix for comma operator bug.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-26
Stefan Behnel
extended getattr test case
commit
|
commitdiff
|
tree
|
snapshot
2010-08-25
Craig Citro
Added tag 0.13 for changeset 32c957267b3b
commit
|
commitdiff
|
tree
|
snapshot
2010-08-25
Craig Citro
Bump version to 0.13
0.13
commit
|
commitdiff
|
tree
|
snapshot
2010-08-23
Lisandro Dalcin
more robust build for embedded tests
commit
|
commitdiff
|
tree
|
snapshot
2010-08-20
Lisandro Dalcin
previous commit broke numpy buffer access for Py<=2.4
commit
|
commitdiff
|
tree
|
snapshot
2010-08-20
Lisandro Dalcin
fix support for packed structs with SunPro compiler
commit
|
commitdiff
|
tree
|
snapshot
2010-08-20
Lisandro Dalcin
skip __index__ test for Py<2.5
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Robert Bradshaw
Bump version to 0.13.rc1
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Robert Bradshaw
Unset debug flags.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Robert Bradshaw
bump version to 0.13.r0
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Robert Bradshaw
Remove failing __getattr__ missing test.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Lisandro Dalcin
conditional compilation for {Py2|Py3}-only special...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Lisandro Dalcin
get rid of Py_TPFLAGS_HAVE_INDEX to fill typeobj.nb_ind...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Lisandro Dalcin
set CYTHON_UNUSED modifier for __index__ special method
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Lisandro Dalcin
silent GCC warnings with Py<2.5
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Stefan Behnel
merged in latest cython-release
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Stefan Behnel
extended test case: test that common method forwarding...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Stefan Behnel
extended test case: test that common method forwarding...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Stefan Behnel
disable extended unicode test for Python versions ...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Stefan Behnel
disable extended unicode test for Python versions ...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Stefan Behnel
less verbose 2to3 output in test runner
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Stefan Behnel
less verbose 2to3 output in test runner
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Stefan Behnel
quick fix for __getattr__ until we have a better solution
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Stefan Behnel
quick fix for __getattr__ until we have a better solution
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Stefan Behnel
added docstring test for __getattr__ which makes the...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Stefan Behnel
fix inop test
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Stefan Behnel
Added tag 0.13.beta1 for changeset 14957f635a37
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Stefan Behnel
fix inop test
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Robert Bradshaw
Fix invisible special methods.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Robert Bradshaw
Special method docstring tests.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Robert Bradshaw
Restore special method docstrings.
commit
|
commitdiff
|
tree
|
snapshot
next