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
2013-04-14
Stefan Behnel
clean up dependencies of memoryview utility code snippe...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Stefan Behnel
suppress some C compiler warnings about unused function...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Stefan Behnel
clean up utility code a bit
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Stefan Behnel
clean up utility code a bit
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Stefan Behnel
work around inability to detect existing Python globals...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Mark Florisson
Exclude memoryview test from python versions <= 2.5
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Mark Florisson
Merge pull request #212 from markflorisson88/master
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Mark Florisson
Allow arbitrary strides and zero- and one-sized dimensions
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Stefan Behnel
fix so file path building in Py2.[45]
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Stefan Behnel
remove redundant importing overhead for newly built...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Mark Florisson
Merge pull request #201 from strohel/transpose-refcount-fix
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Stefan Behnel
Added tag 0.19b2 for changeset 52beb5b16df5
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Stefan Behnel
prepare release of 0.19 beta 2
0.19b2
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Stefan Behnel
prevent redundant type checks for None values, especial...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Stefan Behnel
fix cascaded assignments of None to extension type...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Stefan Behnel
explicitly disable object-in-buffer tests in PyPy
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Stefan Behnel
inline normal case of getattr(o,n)
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Stefan Behnel
update docs on optimised builtins
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Robert Bradshaw
Merge pull request #211 from Juntalis/master
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Charles Grunwald...
Fix build for non-C99 compatible compilers
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
scoder
Merge pull request #210 from nbruin/master
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
nbruin
explain difference between cdef and cpdef
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
nbruin
explain difference between cdef and cpdef
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
nbruin
explain difference between cdef and cpdef
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
nbruin
explain difference between cdef and cpdef
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
nbruin
explain difference between cdef and cpdef
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-04-09
Robert Bradshaw
Ensure NAN is always initialized.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-09
Robert Bradshaw
Undo redundant fix.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-09
Robert Bradshaw
Merge pull request #204 from vmx/constcast
commit
|
commitdiff
|
tree
|
snapshot
2013-04-09
Robert Bradshaw
Const cast fix.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-09
Stefan Behnel
add "experimental!" warning to linetrace directive
commit
|
commitdiff
|
tree
|
snapshot
2013-04-08
Stefan Behnel
fix C++ warning
commit
|
commitdiff
|
tree
|
snapshot
2013-04-08
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-04-07
Stefan Behnel
remove dead Py2.7+ code in <Py2.6 only code blocks...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-07
Stefan Behnel
fix some C++ compiler warnings about char* constants
commit
|
commitdiff
|
tree
|
snapshot
2013-04-07
Stefan Behnel
Added tag 0.19b1 for changeset 4f782ac7b3fd
commit
|
commitdiff
|
tree
|
snapshot
2013-04-07
Stefan Behnel
test 'type_version_tag' directive and fix it in Py2
0.19b1
commit
|
commitdiff
|
tree
|
snapshot
2013-04-06
Stefan Behnel
enable Py_TPFLAGS_HAVE_VERSION_TAG on extension types...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-06
Stefan Behnel
remove unused left-over code
commit
|
commitdiff
|
tree
|
snapshot
2013-04-06
Stefan Behnel
prepare release of 0.19 beta 1
commit
|
commitdiff
|
tree
|
snapshot
2013-04-06
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2013-04-06
scoder
Merge pull request #207 from nnemkin/callconv_pointers_fix
commit
|
commitdiff
|
tree
|
snapshot
2013-04-06
scoder
Merge pull request #208 from nnemkin/cimport_from_pyx_fix
commit
|
commitdiff
|
tree
|
snapshot
2013-04-06
scoder
Merge pull request #209 from nnemkin/local_error_report...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-06
Nikita Nemkin
In cimport_from_pyx mode don't treat "cdef extern from...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-06
Nikita Nemkin
Consistently declare local error reporting variables...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-06
Stefan Behnel
fix build
commit
|
commitdiff
|
tree
|
snapshot
2013-04-05
Robert Bradshaw
Merge pull request #206 from nnemkin/cpp_condexpr_cast_fix
commit
|
commitdiff
|
tree
|
snapshot
2013-04-05
Stefan Behnel
fix tracing check outside of functions
commit
|
commitdiff
|
tree
|
snapshot
2013-04-05
Stefan Behnel
implement experimental support for line tracing
commit
|
commitdiff
|
tree
|
snapshot
2013-04-05
Stefan Behnel
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2013-04-05
Stefan Behnel
minor code simplification
commit
|
commitdiff
|
tree
|
snapshot
2013-04-05
Stefan Behnel
move profiling utility code into external .c file
commit
|
commitdiff
|
tree
|
snapshot
2013-04-05
Nikita Nemkin
Fix C++ compilation error when if/else expression has...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-05
Stefan Behnel
simplify import-from code a little by moving the name...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-04
Stefan Behnel
extend test case
commit
|
commitdiff
|
tree
|
snapshot
2013-04-04
Stefan Behnel
use better internal link in documentation instead of...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-04
Nikita Nemkin
Allow function pointer typedefs with calling convention...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-03
Volker Mische
Add casting to const
commit
|
commitdiff
|
tree
|
snapshot
2013-04-03
Robert Bradshaw
Merge pull request #203 from vmx/const-pointer
commit
|
commitdiff
|
tree
|
snapshot
2013-04-02
Volker Mische
Add support for const pointers
commit
|
commitdiff
|
tree
|
snapshot
2013-04-01
Stefan Behnel
broaden the effect of in-closure def node call inlining
commit
|
commitdiff
|
tree
|
snapshot
2013-03-30
Matěj Laitl
Naive approach to fix memview incref/decref asymmetry...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-29
Stefan Behnel
prevent tp_new() optimisation from breaking external...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-29
Stefan Behnel
remove unused test code
commit
|
commitdiff
|
tree
|
snapshot
2013-03-29
Stefan Behnel
fix doctest
commit
|
commitdiff
|
tree
|
snapshot
2013-03-29
Stefan Behnel
implement __annotations__ attribute on CyFunction ...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-29
Stefan Behnel
implement __kwdefaults__ for CyFunction
commit
|
commitdiff
|
tree
|
snapshot
2013-03-29
Robert Bradshaw
Merge pull request #200 from nnemkin/module_level_liter...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-28
Nikita Nemkin
Allow module-level literal lists (Fixes #113).
commit
|
commitdiff
|
tree
|
snapshot
2013-03-26
Robert Bradshaw
Const temp regression test.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-26
Robert Bradshaw
Fix bug with infered const temp vars.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-22
scoder
Merge pull request #190 from sturlamolden/master
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Robert Bradshaw
Flush at the end of cythonize().
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
scoder
Merge pull request #199 from nnemkin/compile_time_strin...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Nikita Nemkin
Correctly handle compile-time strings appearing in...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-18
Stefan Behnel
refactor comprehensions by removing separate target...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
scoder
Merge pull request #198 from pv/bug/fused-refcount
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Pauli Virtanen
Add test for the fused type refcounting issue
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Pauli Virtanen
Remove duplicate DECREF, tp_clear does it already
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Mark Florisson
Fix fused tp_clear function prototype
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Mark Florisson
Properly decref objects held by fused functions
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Stefan Behnel
fix 'with nogil' blocks inside of generators in C+...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Stefan Behnel
avoid GIL state temp overhead in sections that do not...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Stefan Behnel
store GIL state in temp variable to safely keep it...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Robert Bradshaw
fix compiler crash
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Stefan Behnel
fix crash in staticmethods without explicit positional...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Stefan Behnel
improve error message on slice deletion
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Stefan Behnel
add test for absolute imports
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Stefan Behnel
use __Pyx_PyObject_GetAttrStr() in some more places
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Stefan Behnel
remove left-over code line
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Stefan Behnel
fix slicing in PyPy
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Stefan Behnel
minor code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Stefan Behnel
honour wraparound option in object slicing code
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Stefan Behnel
avoid code duplication by generating List/Tuple_GetSlic...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Stefan Behnel
avoid code duplication by generating GetSlice/SetSlice...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Stefan Behnel
add tags to tests
commit
|
commitdiff
|
tree
|
snapshot
next