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-05-09
Stefan Behnel
update setup.py script to use cythonize()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
Stefan Behnel
Merge branch 'master' into 0.19.x
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
Robert Bradshaw
Fix typo in dependency checking.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-07
Stefan Behnel
update version to 0.19.1rc1
commit
|
commitdiff
|
tree
|
snapshot
2013-05-07
Robert Bradshaw
Revert "Undo sorting types by inheritance until we...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-07
Robert Bradshaw
Undo sorting types by inheritance until we figure out...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Stefan Behnel
add assertion, just in case
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Stefan Behnel
use unique 'objstruct_cname' instead of 'name' when...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Robert Bradshaw
Merge pull request #223 from nnemkin/cdef_class_order
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Nikita Nemkin
Order cdef classes by inheritance before generating...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
scoder
Merge pull request #222 from nnemkin/cy_utility_decorators
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Stefan Behnel
remove credits, as requested
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Nikita Nemkin
Cython utility cdef classes are internal by default...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Nikita Nemkin
Allow cdef class decorators in Cython utility code.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
scoder
Merge pull request #220 from nnemkin/elide_empty_slots
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
scoder
Merge pull request #221 from nnemkin/windows_test_fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Nikita Nemkin
Fixes for absolute_import and inop test failures on...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Nikita Nemkin
Do not generate tables for completely empty slot suites.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Stefan Behnel
use pre-built Python objects in __Pyx_ExportVoidPtr...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Stefan Behnel
fix build
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Stefan Behnel
move [GS]etVTable utility code to more appropriate...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Stefan Behnel
use pre-instantiated identifier string when looking...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Stefan Behnel
move vtable get/set utility code into ExtensionTypes...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Stefan Behnel
handle some more cases where the error status is known...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Stefan Behnel
minor code cleanups
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Stefan Behnel
suppress warnings about unused error status variables...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
scoder
Merge pull request #216 from nnemkin/autodoc_improvements
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Stefan Behnel
make analyse_const_expression() pass on the return...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-29
Stefan Behnel
fix negative-index warning on empty slices
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Robert Bradshaw
Merge pull request #219 from nnemkin/T42_test
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Nikita Nemkin
Regression test for #42.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Stefan Behnel
add CYTHON_RESTRICT definition for MSVC
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Stefan Behnel
add cdef-keywords tests for exttype methods
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Stefan Behnel
fix 'restrict' usage in g++
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Stefan Behnel
add visible warning when negative indices are used...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Robert Bradshaw
Merge pull request #218 from larsmans/strspn
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Lars Buitinck
add strspn to string.pxd
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Stefan Behnel
fix test
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
scoder
Merge pull request #217 from nnemkin/runtests_srctree_fix
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Nikita Nemkin
Fixed .srctree tests execution on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Stefan Behnel
fix compiler crash on bad code (complex % x) and move...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Nikita Nemkin
Removed the warning about docstrings for private attrib...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Stefan Behnel
fix test in Py3
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Stefan Behnel
fix test result reporting
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Stefan Behnel
fix switch transform after changing boolean coercion...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Stefan Behnel
improve constant folding for boolean expressions (and/or)
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Stefan Behnel
fix compiler crash
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Stefan Behnel
always convert C integer values to 1/0 when testing...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Stefan Behnel
minor code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Stefan Behnel
Added tag 0.19 for changeset 48407fa3f3c9
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Stefan Behnel
Added tag 0.19rc1 for changeset 4818f5b68eb4
0.19
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Stefan Behnel
prepare release of 0.19
commit
|
commitdiff
|
tree
|
snapshot
2013-04-17
Stefan Behnel
minor code cleanups
0.19rc1
commit
|
commitdiff
|
tree
|
snapshot
2013-04-17
scoder
Merge pull request #215 from robertwb/depends
commit
|
commitdiff
|
tree
|
snapshot
2013-04-17
scoder
Merge pull request #214 from robertwb/T808
commit
|
commitdiff
|
tree
|
snapshot
2013-04-17
Robert Bradshaw
Test for T808.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-17
Robert Bradshaw
Can't skip subclass tp_new, as that's where the vtable...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-17
Robert Bradshaw
Resolve depends attribute with respect to include_dirs.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-16
Stefan Behnel
fix pyregr test runner
commit
|
commitdiff
|
tree
|
snapshot
2013-04-15
Nikita Nemkin
Test fixes for autodoc improvements.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-15
Stefan Behnel
add safety fix for Python globals in debug writer
commit
|
commitdiff
|
tree
|
snapshot
2013-04-15
Stefan Behnel
document c_string_type and c_string_encoding directives...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-15
Stefan Behnel
rename auto encoding tests and add tests for c_string_t...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Stefan Behnel
prepare release of 0.19rc1
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
John Stumpo
Allow cppclasses to be declared nogil.
commit
|
commitdiff
|
tree
|
snapshot
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
Nikita Nemkin
Changed bint representation in autodoc signatures from...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Stefan Behnel
remove redundant importing overhead for newly built...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-13
Nikita Nemkin
Attribute docstrings support for cdef public attributes.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-13
Nikita Nemkin
Show attribute access and binary operations in default...
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
next