An error occurred fetching the project authors.
- 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 3 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
- 27 Apr, 2011 1 commit
-
-
Mark Florisson authored
-
- 13 Dec, 2010 1 commit
-
-
Robert Bradshaw authored
-
- 03 Nov, 2010 1 commit
-
-
Robert Bradshaw authored
-
- 09 Sep, 2010 1 commit
-
-
Stefan Behnel authored
-
- 30 Jun, 2010 1 commit
-
-
Stefan Behnel authored
-
- 16 Apr, 2010 1 commit
-
-
Stefan Behnel authored
-
- 09 Apr, 2010 1 commit
-
-
Lisandro Dalcin authored
-
- 20 Mar, 2010 1 commit
-
-
Stefan Behnel authored
fix universal newline parsing (which the codecs module doesn't support), use the fast 'io' module for file reading in Py2.6 and later
-
- 28 Jan, 2010 1 commit
-
-
Stefan Behnel authored
- oct/bin notation: 0o12345, 0b10101 - function annotations (only pure syntax support, not currently used) also: allow decorators on inner functions
-
- 06 Jul, 2009 1 commit
-
-
Stefan Behnel authored
-
- 21 May, 2009 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 24 Apr, 2009 1 commit
-
-
Stefan Behnel authored
-
- 06 Apr, 2009 1 commit
-
-
Lisandro Dalcin authored
-