An error occurred fetching the project authors.
  1. 18 Jun, 2020 1 commit
  2. 10 Jun, 2020 1 commit
  3. 04 Jun, 2020 1 commit
  4. 31 May, 2020 1 commit
  5. 29 May, 2020 1 commit
  6. 24 May, 2020 1 commit
    • scoder's avatar
      Change default of "always_allow_keywords" directive to True (GH-3605) · f293ef4b
      scoder authored
      This avoids the METH_O function signature by default, since it does not match normal Python semantics.
      
      * Fix unicode name handling of no-args functions when allowing keywords.
      
      * Fix a crash when a keyword argument is passed to a function that does not allow them. Previously, the reported key name was not set and thus NULL.
      
      * Extend "always_allow_keywords" test to cover some edge cases.
      Some are commented out as they currently only work with the fastcall implementation.
      f293ef4b
  7. 23 May, 2020 1 commit
  8. 11 May, 2020 2 commits
  9. 10 May, 2020 1 commit
  10. 09 May, 2020 4 commits
  11. 05 May, 2020 1 commit
  12. 04 May, 2020 3 commits
  13. 30 Apr, 2020 1 commit
  14. 29 Apr, 2020 2 commits
  15. 28 Apr, 2020 8 commits
  16. 27 Apr, 2020 1 commit
  17. 26 Apr, 2020 1 commit
  18. 23 Apr, 2020 1 commit
  19. 21 Apr, 2020 1 commit
    • da-woods's avatar
      Added mechanism for moving rather than copying C++ temps (GH-3362) · ccf1769f
      da-woods authored
      Right now it's used in a few simple cases (function call and single assignment)
      Don't attempt to remove reference types.
      Be wary of the "safety check" for double moves when things like result() are called twice
      Made sure fallback option was genuinely c++03 complient so that test should pass on clang
      ccf1769f
  20. 20 Apr, 2020 2 commits
  21. 19 Apr, 2020 1 commit
  22. 18 Apr, 2020 1 commit
  23. 11 Apr, 2020 1 commit
  24. 01 Apr, 2020 1 commit
  25. 31 Mar, 2020 1 commit