1. 08 Nov, 2021 1 commit
  2. 07 Nov, 2021 6 commits
  3. 06 Nov, 2021 1 commit
  4. 05 Nov, 2021 1 commit
  5. 02 Nov, 2021 6 commits
  6. 31 Oct, 2021 4 commits
  7. 29 Oct, 2021 1 commit
  8. 28 Oct, 2021 2 commits
  9. 25 Oct, 2021 3 commits
  10. 24 Oct, 2021 3 commits
    • da-woods's avatar
      Initial support for Python 3.11 (GH-4414) · 9d1ffd5d
      da-woods authored
      * Add a basic replacement for PyCode_New().
      
      An optimized versions would be nice, but this is intended to work sufficiently to start testing. Also, CPython 3.11 might actually add a new C-API function to simplify setting the current code position. That might be used instead.
      
      * Disable introspection of frame object with vectorcall
      
      This feature looked to only be used for early Python versions that don't have the full vectorcall protocol (and the contents of the frame object are changed in Python 3.11).
      9d1ffd5d
    • Stefan Behnel's avatar
      Make sure that version dependent special methods are correctly and completely... · 346c81fe
      Stefan Behnel authored
      Make sure that version dependent special methods are correctly and completely excluded via preprocessor guards.
      Previously, implementing "__div__" could fail in Py3 (if the code for adapting the Python wrapper was generated) or would at least generate C compiler warnings about unused "__div__" C functions.
      346c81fe
    • Stefan Behnel's avatar
      Add Py3.10 as CI test target. · 3748c3cd
      Stefan Behnel authored
      3748c3cd
  11. 23 Oct, 2021 1 commit
  12. 22 Oct, 2021 3 commits
  13. 21 Oct, 2021 2 commits
  14. 20 Oct, 2021 1 commit
  15. 18 Oct, 2021 5 commits