An error occurred fetching the project authors.
- 03 May, 2018 2 commits
-
-
Julian Rüth authored
so far only the inline cache looked at that environment variable
-
Robert Bradshaw authored
-
- 28 Mar, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 21 Feb, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 28 Oct, 2015 1 commit
-
-
Jeroen Demeyer authored
-
- 21 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 06 Sep, 2015 1 commit
-
-
Stefan Behnel authored
revert integer literal suffixing again and instead generate C hex literals if no suffix is used to make the C compiler consider unsigned types for their values (see C standard 6.4.4)
-
- 05 Sep, 2015 2 commits
-
-
Stefan Behnel authored
- append U-suffix only on coercion when the target type is unsigned - append L/LL-suffix when value looks too large for a smaller constant value type
-
Stefan Behnel authored
- append U-suffix only on coercion when the target type is unsigned - append L/LL-suffix when value looks too large for a smaller constant value type
-
- 26 Jul, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Jul, 2015 1 commit
-
-
Stefan Behnel authored
-
- 30 May, 2015 1 commit
-
-
Stefan Behnel authored
-
- 21 Feb, 2015 1 commit
-
-
Stefan Behnel authored
-
- 13 Jul, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 23 Mar, 2014 1 commit
-
-
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)
-
- 22 Mar, 2014 3 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
-
- 03 May, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 02 May, 2014 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
move file descriptor redirecting to Cython.Utils package and use it as context manager in test runner
-
- 28 Apr, 2014 1 commit
-
-
Alok Singhal authored
Consider a directory with __init__.pyc as a package directory.
-
- 30 Sep, 2013 1 commit
-
-
Stefan Behnel authored
-
- 27 Jul, 2013 1 commit
-
-
Stefan Behnel authored
-
- 11 May, 2013 1 commit
-
-
Robert Bradshaw authored
-
- 31 May, 2012 3 commits
-
-
Robert Bradshaw authored
-
MinRK authored
allows orthogonal data to be put in the cache dir. default inline location unchanged (~.cython/inline), but get_cython_dir() is .cython, not .cython/inline.
-
MinRK authored
resolution for the Cython cache dir: 1. CYTHON_CACHE_DIR env if defined 2. platform cache dir - (OS X): ~/Library/Caches/Cython if ~/Library/Caches exists - (posix not OS X): XDG_CACHE_HOME/cython if XDG_CACHE_HOME defined 3. ~/.cython/inline
-
- 23 May, 2012 1 commit
-
-
Robert Bradshaw authored
-
- 16 Apr, 2012 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : transplant_source : %E0%EC%80%CC%B4%EA2%B3%D80B5%0D%17%CDV%83%9C%EFO
-
- 14 Mar, 2012 1 commit
-
-
Stefan Behnel authored
-
- 13 Nov, 2011 1 commit
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : df1d95506044267a1e945fbc5672af66f8ee022d
-
- 05 Oct, 2011 1 commit
-
-
Mark Florisson authored
-
- 30 Sep, 2011 2 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-