1. 11 Feb, 2020 3 commits
  2. 10 Feb, 2020 1 commit
  3. 30 Jan, 2020 3 commits
  4. 29 Jan, 2020 3 commits
  5. 28 Jan, 2020 2 commits
  6. 27 Jan, 2020 1 commit
  7. 24 Jan, 2020 1 commit
  8. 23 Jan, 2020 4 commits
  9. 22 Jan, 2020 1 commit
  10. 21 Jan, 2020 2 commits
  11. 16 Jan, 2020 1 commit
  12. 14 Jan, 2020 3 commits
  13. 13 Jan, 2020 4 commits
  14. 12 Jan, 2020 1 commit
  15. 11 Jan, 2020 1 commit
    • Yu Feng's avatar
      Add a hook to change how `utilities` files are read. (GH-3273) · 640aab74
      Yu Feng authored
      * Allow overriding the reading of utilities files.
      
      Add set_read_utitlities_hook() to override how utilities
      files are accessed.
      
      This change simplifies how Cython can be packaged into a single
      file binary executable, where utility files are stored inside the
      binary executable as package resource.
      640aab74
  16. 08 Jan, 2020 7 commits
  17. 07 Jan, 2020 1 commit
  18. 04 Jan, 2020 1 commit
    • da-woods's avatar
      Implement PEP-563, annotations as strings (GH-3285) · 3dc2b9df
      da-woods authored
      Annotations are now dealt with according to PEP-563 - they are
      saved as strings, rather than evaluated as Python objects.
      They can/are still be used by Cython for typing.
      Previous behaviour for evaluating them as Python objects was
      convoluted and has been removed entirely, which hopefully doesn't
      break too much.
      3dc2b9df