An error occurred fetching the project authors.
  1. 25 Aug, 2018 1 commit
  2. 23 Jul, 2018 1 commit
  3. 21 Jul, 2018 1 commit
  4. 04 Jun, 2018 1 commit
  5. 03 Jun, 2018 2 commits
  6. 10 May, 2018 1 commit
  7. 28 Feb, 2018 1 commit
  8. 15 Dec, 2017 1 commit
  9. 16 Nov, 2017 1 commit
  10. 31 Oct, 2017 1 commit
  11. 17 Oct, 2017 1 commit
    • Unknown's avatar
      Trivial typo fixes · 4f237620
      Unknown authored
      Most are non-user facing. 
      Found using:
      `codespell -d -q 3`
      4f237620
  12. 15 Oct, 2017 2 commits
  13. 07 Oct, 2017 1 commit
  14. 03 Oct, 2017 1 commit
  15. 20 Sep, 2017 1 commit
    • Stefan Behnel's avatar
      Make vtable order of extension types with fused methods only dependant on the... · fcc3461e
      Stefan Behnel authored
      Make vtable order of extension types with fused methods only dependant on the original declaration order (e.g. in the .pxd file).
      Previously, fused methods were specialised and expanded on first use, which lead to an arbitrary order in the vtable.
      Also fixes compile failures when inheriting from base types with fused cdef methods.
      Fixes #1873.
      fcc3461e
  16. 09 Sep, 2017 1 commit
    • Stefan Behnel's avatar
      Attempt to use a faster exception value for return type annotations that check for exceptions. · a3ffd72f
      Stefan Behnel authored
      Inside of a module, it is safe to convert a function declared
          cdef int func() except *:
              ...
      
      into
      
          cdef int func() except? -1
      
      because a) we need an exception return value anyway and b) there will always be an explicit exception check afterwards. Thus, changing the function implementation itself is safe. We must exclude functions that are only declared but not implemented since we do not control their signature and it is not safe to assume a specific exception return value if it is not declared.
      a3ffd72f
  17. 03 Sep, 2017 1 commit
  18. 02 Sep, 2017 2 commits
  19. 24 Aug, 2017 1 commit
  20. 21 Aug, 2017 1 commit
  21. 20 Aug, 2017 1 commit
  22. 08 Aug, 2017 1 commit
  23. 07 Aug, 2017 1 commit
  24. 04 Aug, 2017 1 commit
  25. 31 Jul, 2017 1 commit
  26. 30 Jul, 2017 1 commit
  27. 29 Jul, 2017 1 commit
  28. 27 Jul, 2017 1 commit
  29. 25 Jul, 2017 1 commit
  30. 22 Jul, 2017 1 commit
  31. 21 Jul, 2017 4 commits
  32. 20 Jul, 2017 1 commit
  33. 10 Jul, 2017 1 commit
  34. 09 Jul, 2017 1 commit