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