1. 29 May, 2020 9 commits
  2. 27 May, 2020 10 commits
  3. 26 May, 2020 16 commits
  4. 25 May, 2020 3 commits
  5. 24 May, 2020 2 commits
    • Stefan Behnel's avatar
      Update changelog. · 5ab461d1
      Stefan Behnel authored
      5ab461d1
    • 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