1. 01 May, 2013 2 commits
  2. 29 Apr, 2013 1 commit
  3. 28 Apr, 2013 1 commit
  4. 27 Apr, 2013 1 commit
  5. 26 Apr, 2013 2 commits
  6. 25 Apr, 2013 3 commits
  7. 24 Apr, 2013 5 commits
  8. 22 Apr, 2013 1 commit
  9. 21 Apr, 2013 5 commits
  10. 20 Apr, 2013 2 commits
  11. 19 Apr, 2013 4 commits
  12. 17 Apr, 2013 6 commits
  13. 16 Apr, 2013 1 commit
  14. 15 Apr, 2013 3 commits
  15. 14 Apr, 2013 3 commits
    • Stefan Behnel's avatar
      prepare release of 0.19rc1 · 5eaec9df
      Stefan Behnel authored
      5eaec9df
    • Stefan Behnel's avatar
      changelog · 6ce7dbdc
      Stefan Behnel authored
      6ce7dbdc
    • John Stumpo's avatar
      Allow cppclasses to be declared nogil. · f0e32c2e
      John Stumpo authored
      Doing so just makes all methods implicitly nogil. This also makes nogil
      on a cdef extern from statement do the right thing to cppclasses (and
      their methods) contained inside.
      ---
       Cython/Compiler/Parsing.py  |    3 ++-
       tests/compile/cpp_nogil.h   |    9 +++++++++
       tests/compile/cpp_nogil.pyx |   18 ++++++++++++++++++
       3 files changed, 29 insertions(+), 1 deletion(-)
       create mode 100644 tests/compile/cpp_nogil.h
       create mode 100644 tests/compile/cpp_nogil.pyx
      f0e32c2e