An error occurred fetching the project authors.
  1. 03 Nov, 2013 1 commit
  2. 02 Nov, 2013 1 commit
  3. 01 Nov, 2013 1 commit
  4. 13 Oct, 2013 1 commit
  5. 06 Oct, 2013 3 commits
  6. 01 Sep, 2013 2 commits
  7. 26 Aug, 2013 1 commit
  8. 15 Aug, 2013 1 commit
  9. 19 Jul, 2013 1 commit
    • Gerald Dalley's avatar
      Fixed IndexNode.is_lvalue · bcba9251
      Gerald Dalley authored
      In C/C++, almost all index operator expressions return lvalues. We now
      allow anything that doesn't look like it resolves to assigning to a
      whole array object to be considered an lvalue.
      
      Before this commit, using the index operator on containers that return
      references would crash the Cython compiler.  run/tests/lvalue_refs.pyx
      contains an example of code that previously crashed the compiler.
      
      Author: Gerald Dalley
      bcba9251
  10. 14 Jul, 2013 2 commits
  11. 16 Jun, 2013 1 commit
  12. 24 May, 2013 1 commit
  13. 22 May, 2013 1 commit
  14. 21 May, 2013 1 commit
  15. 15 May, 2013 1 commit
  16. 12 May, 2013 2 commits
  17. 01 May, 2013 2 commits
  18. 29 Apr, 2013 1 commit
  19. 25 Apr, 2013 1 commit
  20. 22 Apr, 2013 1 commit
  21. 21 Apr, 2013 1 commit
  22. 20 Apr, 2013 1 commit
  23. 12 Apr, 2013 1 commit
  24. 08 Apr, 2013 1 commit
  25. 05 Apr, 2013 1 commit
  26. 30 Mar, 2013 1 commit
    • Matěj Laitl's avatar
      Naive approach to fix memview incref/decref asymmetry in transpose · f0ca61d4
      Matěj Laitl authored
      This patch contains test-case along with a blind patch that fixes the test (but
      may have other consequences, someone who actually understands the code must
      review it).
      
      Original error was:
      Fatal Python error: Acquisition count is 0 (line XYZ)
      
      which was caused by refcount error when memview transposition was used on
      extension class memoryview attribute.
      f0ca61d4
  27. 29 Mar, 2013 2 commits
  28. 28 Mar, 2013 1 commit
  29. 18 Mar, 2013 1 commit
  30. 16 Mar, 2013 4 commits