- 18 Jun, 2012 1 commit
-
-
Stefan Behnel authored
statically inherit slot methods from parent types - PyType_Ready() would normally fix this but it's incomplete in PyPy
-
- 16 Jun, 2012 3 commits
-
-
Robert Bradshaw authored
documentation only--small fixes
-
sbyrnes321 authored
-
sbyrnes321 authored
-
- 14 Jun, 2012 1 commit
-
-
Mark Florisson authored
-
- 10 Jun, 2012 1 commit
-
-
Mark Florisson authored
-
- 08 Jun, 2012 1 commit
-
-
Stefan Behnel authored
-
- 07 Jun, 2012 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Fix compilation issues on windows (got this error from 0.16 already)
-
Mathieu Virbel authored
-
- 02 Jun, 2012 1 commit
-
-
Stefan Behnel authored
-
- 31 May, 2012 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
add CYTHON_CACHE_DIR env
-
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
-
- 30 May, 2012 2 commits
-
-
Robert Bradshaw authored
Fix -Wreserved-user-defined-literal error in C++11.
-
Bradley M. Froehle authored
error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] "Item size of buffer (%"PY_FORMAT_SIZE_T"d byte%s) does not match size of '%s' (%"PY_FORMAT_SIZE_T"d byte%s)", ^
-
- 28 May, 2012 2 commits
-
-
Mark Florisson authored
-
-
- 26 May, 2012 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 25 May, 2012 2 commits
-
-
Matthew Brett authored
Went to town, sorry if I got carried away. Mark or anyone - I've left a few comments in the ReST for places where I could not make the particular feature work, or where I wasn't sure on naming.
-
Robert Bradshaw authored
-
- 23 May, 2012 5 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 20 May, 2012 8 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 18 May, 2012 1 commit
-
-
Robert Bradshaw authored
-
- 16 May, 2012 1 commit
-
-
Andreas van Cranenburgh authored
tests pass when compiled and run manually.
-