- 06 Dec, 2016 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This fixes #1540.
-
- 04 Dec, 2016 6 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This fully resolves #1542.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Fixes #1541
-
- 30 Nov, 2016 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Fixes GH issue #1538.
-
- 29 Nov, 2016 5 commits
-
-
Robert Bradshaw authored
errno.h on FreeBSD contains ENOATTR instead of ENODATA
-
Robert Bradshaw authored
Added missing function parameter "value"
-
Robert Bradshaw authored
Allow UTF8 in tests/run/annotate_html.pyx
-
Łukasz Langa authored
Otherwise tests are failing on my box with a UnicodeDecodeError.
-
Giovanni Torres authored
-
- 28 Nov, 2016 1 commit
-
-
Willem Jan Withagen authored
So allow for that value in this enumeration. Added immediately after ENODATA Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
-
- 27 Nov, 2016 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
This reverts commit e4fcfa3b.
-
Stefan Behnel authored
-
- 26 Nov, 2016 4 commits
-
-
Robert Bradshaw authored
This is a workaround for github hissue #1530.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Closes github issue #1533.
-
- 22 Nov, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 18 Nov, 2016 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This helps with #1510. There is still a bug in that the builtin classmethod is not use here.
-
- 16 Nov, 2016 11 commits
-
-
Robert Bradshaw authored
This fixes #551.
-
Robert Bradshaw authored
A header was added to the html file, now check the first 100 chars.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This fixes #1519.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Only analyse typeless inner expressions.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Cython uses many static inline utility functions. Most compilers don't emit warnings for such functions, but Clang does if they're not defined in header files. As such functions are often defined as a group (e.g. utility code for a specific type) it would be cumbersome to thin them out to those that happen to actually get used. Instead, simply suppress this warning for this compiler for all inline functions.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This fixes #1523.
-
- 15 Nov, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 14 Nov, 2016 1 commit
-
-
Robert Bradshaw authored
This closes #1522.
-