- 12 Jun, 2016 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
extract some changes from pull request #504 that seem straight forward and helpful to speed up the travis builds
-
scoder authored
Update docs wrt property syntax deprecation
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Allow passing define macros without specified values as commented directives
-
scoder authored
Add no_gc directive to fully disable GC
-
- 11 Jun, 2016 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
follow PEP492 change in Py3.5.2 that makes __aiter__() a simple function instead of an async function See https://bugs.python.org/issue27243
-
Stefan Behnel authored
-
- 09 Jun, 2016 3 commits
-
-
Claudio Freire authored
-
Robert Bradshaw authored
numpy arrays are no longer omitted from locals()
-
Robert Bradshaw authored
Improve "missing cimport" message
-
- 08 Jun, 2016 1 commit
-
-
Jeroen Demeyer authored
-
- 01 Jun, 2016 1 commit
-
-
Robert Bradshaw authored
Fix errors in example code sections in documentation.
-
- 31 May, 2016 1 commit
-
-
Robert Bradshaw authored
Fix a typo in a comment
-
- 30 May, 2016 3 commits
-
-
Joon Ro authored
-
David Nogueira authored
-
David Nogueira authored
-
- 25 May, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 18 May, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 17 May, 2016 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Fix mangling for C++ namespaced types
-
Robert Bradshaw authored
-
- 16 May, 2016 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
+ setup.py instructions for Visual C++ compiler
-
- 13 May, 2016 1 commit
-
-
Joon Ro authored
Add setup.py openMP instructions for Microsoft Visual C++ compiler
-
- 12 May, 2016 3 commits
-
-
Ivan Smirnov authored
-
Ivan Smirnov authored
-
Ivan Smirnov authored
-
- 08 May, 2016 1 commit
-
-
Stefan Behnel authored
"ustring!s" (i.e. str(ustring)) is actually not safe to optimise away for f-string formatting in Py2 as it can fail to encode the Unicode string to a byte string. And it's unlikely to appear in practice.
-
- 01 May, 2016 1 commit
-
-
Robert Bradshaw authored
Fix timestamps option to work when generating a C++ output file.
-
- 30 Apr, 2016 1 commit
-
-
Ian Henriksen authored
writing output file to a specified location.
-
- 29 Apr, 2016 1 commit
-
-
da-woods authored
by making BufferType coercable to pyobject also adds illustrative testcase
-
- 22 Apr, 2016 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-