projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2010-11-01
Stefan Behnel
use branch hints in macros of slicing work-around
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Stefan Behnel
fix ticket #578 by working around CPython bug 9834...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Stefan Behnel
Py2.[34] fix
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Stefan Behnel
simplify auto __test__ dict generation:
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Robert Bradshaw
Fix indent stripping.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Robert Bradshaw
Python 2.3 fix.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Robert Bradshaw
Another entry in .hgignore.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Robert Bradshaw
Use unbound symbols from local/global scope.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Robert Bradshaw
numpy and extension types for runtime cython
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Robert Bradshaw
Strip common indentation in inline code.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Robert Bradshaw
Basic cython.inline
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Stefan Behnel
make bytes the common type of char* and bytes literal...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Stefan Behnel
Py3 test fix
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Stefan Behnel
new (partial) test case for ticket #582
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Stefan Behnel
support 'internal' cdef classes that do not show up...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Stefan Behnel
more missing 'directives' dicts, 'bool' actually is...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Stefan Behnel
fix scope of closures that was missing a 'directives...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Stefan Behnel
prevent subtyping final types in Cython (inside of...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Stefan Behnel
support for 'final' cdef types using a directive decorator
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Stefan Behnel
fix decorators in external .pxd files after last commit
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Stefan Behnel
clean up directive decorator parsing, support boolean...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Stefan Behnel
allow decorators on classes in the parser, just disable...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Stefan Behnel
Index: Cython/Compiler/Parsing.py
commit
|
commitdiff
|
tree
|
snapshot
2010-10-10
Haoyu Bai
Fix T422 by making module name as a StringConst
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Stefan Behnel
Py3 install fix: keep original Py2 source modules of...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Stefan Behnel
comment
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Stefan Behnel
clean up some imports
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Stefan Behnel
fix new build for an installed Cython and in Py3 test...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Stefan Behnel
typos
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Stefan Behnel
fix end-to-end test setup in Py3
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Stefan Behnel
code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Robert Bradshaw
Pyrex -> Cython in error message.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-08
Stefan Behnel
fix 'nogil' flag on PythonCapiCallNode after the last...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-06
Lisandro Dalcin
fixes and enhancements in libcpp
commit
|
commitdiff
|
tree
|
snapshot
2010-10-06
Lisandro Dalcin
fix Python exception checking within nogil blocks
commit
|
commitdiff
|
tree
|
snapshot
2010-10-06
Robert Bradshaw
Get rid of unused __get__/__set__ warnings for cimporte...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-05
Lisandro Dalcin
fixes, additions and tests for libcpp.vector
commit
|
commitdiff
|
tree
|
snapshot
2010-10-05
Robert Bradshaw
Test for broken reference coercion - #581.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-05
Robert Bradshaw
Make sure libcpp test runs as well as compiles.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-05
Robert Bradshaw
#581 - bad reference type coercion
commit
|
commitdiff
|
tree
|
snapshot
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
next