1. 22 Jan, 2020 1 commit
  2. 21 Jan, 2020 2 commits
  3. 16 Jan, 2020 1 commit
  4. 14 Jan, 2020 3 commits
  5. 13 Jan, 2020 4 commits
  6. 12 Jan, 2020 1 commit
  7. 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
  8. 08 Jan, 2020 7 commits
  9. 07 Jan, 2020 1 commit
  10. 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
  11. 02 Jan, 2020 2 commits
  12. 01 Jan, 2020 1 commit
  13. 29 Dec, 2019 1 commit
  14. 28 Dec, 2019 4 commits
  15. 23 Dec, 2019 7 commits
  16. 21 Dec, 2019 1 commit
  17. 06 Dec, 2019 1 commit
  18. 05 Dec, 2019 1 commit