- 12 Apr, 2014 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
utility code construction for struct conversion requires constructing the field conversion functions as well --HG-- extra : amend_source : af016229b6c8c40168070e4d3a9581ed12500d3f
-
Stefan Behnel authored
utility code construction for struct conversion requires constructing the field conversion functions as well --HG-- extra : transplant_source : %A3%81%87%E2%0A%20%DA%7D%7E%5B%A0%9B%80i%F9%8Az%9B%F3%DC
-
Stefan Behnel authored
-
- 10 Apr, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 08 Apr, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 31 Mar, 2014 1 commit
-
-
scoder authored
Compute each Makefile variable immediately
-
- 30 Mar, 2014 1 commit
-
-
Brandon Rhodes authored
Otherwise the variables get re-computed over and over again every time they are used, slowing things up. Especially if someone adapts the Makefile to several targets in their own real project. :)
-
- 27 Mar, 2014 1 commit
-
-
Stefan Behnel authored
-
- 25 Mar, 2014 1 commit
-
-
Stefan Behnel authored
-
- 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 2 commits
-
-
Robert Bradshaw authored
Fixed typo
-
yonose authored
(I know, I know. It was just too visible.)
-