- 24 Mar, 2014 1 commit
-
-
Stefan Behnel authored
-
- 23 Mar, 2014 2 commits
-
-
Stefan Behnel authored
revert to using codecs.open() for output files instead of io.open() as the latter cannot write str objects in text mode under Py2 (and we erroneously do that in some spots)
-
Stefan Behnel authored
-
- 22 Mar, 2014 13 commits
-
-
Stefan Behnel authored
make encoding detection code a bit faster if the first two source file lines are longer than 250 bytes
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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 4 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
-