- 22 Mar, 2014 6 commits
-
-
Stefan Behnel authored
-
scoder authored
Get rid of obsolete Python cruft.
-
scoder authored
cython-mode.el: don't highlight builtins when they're part of varname
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Mar, 2014 1 commit
-
-
Stefan Behnel authored
-
- 15 Mar, 2014 1 commit
-
-
Stefan Behnel authored
-
- 11 Mar, 2014 4 commits
-
-
scoder authored
simplify test for GCC >= 2.95 for branch prediction
-
scoder authored
document memoryview attributes better
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 10 Mar, 2014 3 commits
-
-
Stefan Behnel authored
--HG-- extra : amend_source : 9ae2e52935ae16af23c35b6329d53e559b7c39d0
-
Lars Buitinck authored
-
Lars Buitinck authored
-
- 07 Mar, 2014 5 commits
-
-
Robert Bradshaw authored
Fixed typo
-
yonose authored
(I know, I know. It was just too visible.)
-
Stefan Behnel authored
-
immerrr authored
To avoid mismatches keywords should be checked at symbol, not word boundaries, otherwise they'll ignore underscores (is_*float*).
-
Stefan Behnel authored
-
- 03 Mar, 2014 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
apply freelist type check also when *adding* dead objects to the freelist to make sure their eventual cleanup works correctly
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : amend_source : 6c9be6e15396919e08090d9d12557c4255fd8a3c
-
- 02 Mar, 2014 11 commits
-
-
Stefan Behnel authored
revert to using malloc/free for data buffer allocation in case external code wants to fiddle with it
-
Stefan Behnel authored
make it easier for the C compiler to prune some useless error checking code in cython.array constructor
-
Stefan Behnel authored
--HG-- extra : amend_source : 4d5d9dc96421710652afe8614c9f32db26cc88c1
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : amend_source : 685e555a2102e496280287b3b7605d67d694ff40
-
Stefan Behnel authored
-
Stefan Behnel authored
use CPython heap memory allocation for memory views where possible (outside of nogil sections) as it tends to be faster than plain malloc()
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : amend_source : 8ea50b285fc8d55899450c179754d7c2aba94591
-
Stefan Behnel authored
-
- 01 Mar, 2014 1 commit
-
-
Robert Bradshaw authored
some minor changes
-
- 28 Feb, 2014 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-