projects
/
platform
/
upstream
/
python-cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/python-cython.git
2012-09-19
Robert Bradshaw
Merge branch 'const'
commit
|
commitdiff
|
tree
|
snapshot
2012-09-19
Robert Bradshaw
Const tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-18
Robert Bradshaw
Rudimentary const support.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
B. Clausius
usage does not match the options
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Stefan Behnel
optimise 'for in [...]' into 'for in (...)'
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Stefan Behnel
work around C compiler warnings about unused utility...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
scoder
Merge pull request #148 from BertrandBordage/master
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Bertrand Bordage
Fixes setup filename in Demos/Makefile.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Stefan Behnel
minor cleanups in test runner, flush output regularly...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Stefan Behnel
set master version to 0.18-pre
commit
|
commitdiff
|
tree
|
snapshot
2012-09-01
Stefan Behnel
prepare release of 0.17 final
0.17
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Stefan Behnel
fix PYTHONPATH handling for end-to-end tests
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Stefan Behnel
always set CYTHON_FORMAT_SSIZE_T to 'z' on Py2.5+
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Stefan Behnel
use '%lld' format for Py_ssize_t on Win64+MSVC if supported
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
scoder
Merge pull request #147 from cgohlke/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
cgohlke
Use CYTHON_FORMAT_SSIZE_T
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
cgohlke
Use CYTHON_FORMAT_SSIZE_T
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
cgohlke
Use CYTHON_FORMAT_SSIZE_T
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
cgohlke
Use CYTHON_FORMAT_SSIZE_T
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
cgohlke
Use CYTHON_FORMAT_SSIZE_T
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
cgohlke
Use CYTHON_FORMAT_SSIZE_T
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
cgohlke
Define CYTHON_FORMAT_SSIZE_T for use in PyErr_Format...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
scoder
Merge pull request #146 from cgohlke/patch-4
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
cgohlke
Add '/openmp' flag when compiling Cpp code with msvc...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Stefan Behnel
clean up and simplify signature matching test
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Stefan Behnel
added some tests for the function signature override...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Stefan Behnel
prepare release of 0.17b4
0.17b4
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Stefan Behnel
also fix up keyword type checking function to allow...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Stefan Behnel
refactoring and rewrite of optional kw arguments parsin...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Mark Florisson
Merge pull request #145 from cgohlke/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Stefan Behnel
move utility code inclusion from Name/AttributeNodes...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-28
Stefan Behnel
PyPy fix
commit
|
commitdiff
|
tree
|
snapshot
2012-08-28
Stefan Behnel
always instantiate exceptions directly when raising...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-28
Stefan Behnel
prevent utility code of overloaded function entries...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-28
Stefan Behnel
added safety assertion to prevent utility code from...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-28
Stefan Behnel
disable pyregr.test_exceptions: crashes in infinite...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-28
Stefan Behnel
test runner: disable gdb testing/usage in PyPy
commit
|
commitdiff
|
tree
|
snapshot
2012-08-27
Stefan Behnel
fix some PyPy glitches in __Pyx_Globals()
commit
|
commitdiff
|
tree
|
snapshot
2012-08-27
Stefan Behnel
minor cleanup
commit
|
commitdiff
|
tree
|
snapshot
2012-08-27
Stefan Behnel
implement 1-arg exec()
commit
|
commitdiff
|
tree
|
snapshot
2012-08-27
Stefan Behnel
deleted unnecessary helper code from Py2.6+ test
commit
|
commitdiff
|
tree
|
snapshot
2012-08-27
Stefan Behnel
moved 'exec' and globals() utility code to new file...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-27
cgohlke
Remove initialization of target index after #pragma...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-26
Stefan Behnel
reduce code redundancy in Py2/3 cleanup code setup
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
work around 'unused function __Pyx_ImportModule()'...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
clean up .format_code() usage in .load_as_string()...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
factored import/export utility code out into separate...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
minor cleanup
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
use proper module.m_free() way to run module cleanup...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
clean up injection of RegisterModuleCleanup utility...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
atexit._exithandlers is no longer available in Py3
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
improve module cleanup safety a little by making Cython...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
moved utility code for registering the module cleanup...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
deleted dead code in test
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
re-enable test_ctypes pyregr test, now disabled in...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
added failing test for optimised float .conjugate(...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Stefan Behnel
minor cleanup
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Stefan Behnel
C comment fix in utility code
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Stefan Behnel
Py3 test fix
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Stefan Behnel
PyPy fix in exception reraising code
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Stefan Behnel
implement bare 'raise' statement outside of except...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Stefan Behnel
fix declaration of Python classes with names that shado...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Stefan Behnel
disable pyregr test test_ioctl: crashes in pyregr+stdli...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Stefan Behnel
set initial __file__ value in pyregr test modules
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Stefan Behnel
fix compiler crash during type inference when calling...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Stefan Behnel
show 'no inc/dec in Python' warning only for ++ and...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Stefan Behnel
fix attribute access on optimised builtin functions
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Stefan Behnel
fix in-test when RHS needs coercion from non-Python...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-23
Robert Bradshaw
Merge pull request #143 from tshirtman/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2012-08-23
Gabriel Pettier
Update docs/src/tutorial/caveats.rst
commit
|
commitdiff
|
tree
|
snapshot
2012-08-23
Stefan Behnel
prepare release of 0.17b3
0.17b3
commit
|
commitdiff
|
tree
|
snapshot
2012-08-23
Stefan Behnel
fix copy&paste bug in pypy code
commit
|
commitdiff
|
tree
|
snapshot
2012-08-23
Stefan Behnel
enable 'binding' directive by default when compiling...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-23
Stefan Behnel
cleanups and portability fixes in optimised string...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-23
Stefan Behnel
fix Numpy test by replacing 'char' buffer type by expli...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-23
Stefan Behnel
disable ctypes pyregr test - crashes with stdlib compil...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-23
Vitja Makarov
Always try global scope on class scope lookup failure
commit
|
commitdiff
|
tree
|
snapshot
2012-08-23
Vitja Makarov
Revert "fix lookup order in Python class scope"
commit
|
commitdiff
|
tree
|
snapshot
2012-08-23
Vitja Makarov
Set DefNode's decorators to None after assignment synthesis
commit
|
commitdiff
|
tree
|
snapshot
2012-08-23
Vitja Makarov
Make decorators an attribute of PyClassDefNode
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Stefan Behnel
fix C compiler warning about unused function parameter...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Stefan Behnel
delete blank lines from memoryview utility code
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Stefan Behnel
work around C compiler warning about unused label in...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Stefan Behnel
fix compiler crash
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Stefan Behnel
fix lookup order in Python class scope
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Stefan Behnel
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Stefan Behnel
removed duplicated test
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Robert Bradshaw
Fix one numpy test by specifying sign of char.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Robert Bradshaw
Py2.4 test fixes.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Robert Bradshaw
Guard C++ declarations with a directive.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Robert Bradshaw
More C++ class fixes, tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Robert Bradshaw
Allow declaring C++ classes in Cython files.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Robert Bradshaw
Allow deterministic "generated by" string for easy...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Stefan Behnel
looks like the declaration analysis phase is too early...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Stefan Behnel
fix cpp_vector_in_generator test by calling create_from...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Stefan Behnel
fix rich eq/ne comparisons with string literals if...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Stefan Behnel
cleaned up exported C-API of array.array object
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Stefan Behnel
add 'array' tag to test to enable special casing in...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Stefan Behnel
exclude comments from generated C file
commit
|
commitdiff
|
tree
|
snapshot
next