1. 29 Mar, 2021 2 commits
  2. 27 Mar, 2021 1 commit
    • da-woods's avatar
      Fix some issues with duplicated utilitycode (GH-3743) · 9decfca1
      da-woods authored
      * Avoid UtilityCode from cimport_from_pyx files
      * Unique names for generated cfunc wrappers, avoid pxd pickle code
      * Set .in_pxd on nodes prior to analyse_declarations
      
      Fixes #3716
      Fixes #3741
      Fixes #3734
      9decfca1
  3. 21 Mar, 2021 10 commits
  4. 18 Mar, 2021 3 commits
  5. 19 Feb, 2021 3 commits
  6. 18 Feb, 2021 6 commits
  7. 16 Feb, 2021 1 commit
  8. 09 Feb, 2021 5 commits
  9. 26 Jan, 2021 1 commit
  10. 23 Jan, 2021 3 commits
  11. 21 Jan, 2021 1 commit
  12. 15 Jan, 2021 1 commit
  13. 13 Jan, 2021 1 commit
  14. 12 Jan, 2021 2 commits
    • da-woods's avatar
      Changed warning to error · 059cecd4
      da-woods authored
      In 0.11.1 is was marked as an warning that would become an error.
      3.0 is probably either the time to make it an error (or to remove
      the note that it'll be an error in future)
      059cecd4
    • da-woods's avatar
      Fixed e_decorators test · ced36eaf
      da-woods authored
      ced36eaf