1. 27 Feb, 2020 1 commit
    • da-woods's avatar
      Cleanup and fix string initialization code for LIMITED_API (GH-3378) · 53772108
      da-woods authored
      * Cleanup of string initialization code for limited API
      
      Now appears in a few large blocks rather than
      
      ```
       # if CYTHON_LIMITED_API
         individual string line
       # endif
      ```
      
      * Fixed issue with some unicode strings, e.g.
      
      ```
      # cython: language_level=3str, binding=True
      
      def non_ascii_str():
          s = 'ø\x20\u0020'
          assert isinstance(s, str)
          return s
      ```
      53772108
  2. 26 Feb, 2020 1 commit
  3. 22 Feb, 2020 1 commit
  4. 20 Feb, 2020 3 commits
  5. 19 Feb, 2020 2 commits
  6. 18 Feb, 2020 8 commits
  7. 17 Feb, 2020 1 commit
  8. 16 Feb, 2020 1 commit
  9. 15 Feb, 2020 2 commits
  10. 14 Feb, 2020 2 commits
  11. 13 Feb, 2020 2 commits
  12. 12 Feb, 2020 9 commits
  13. 11 Feb, 2020 5 commits
  14. 10 Feb, 2020 1 commit
  15. 06 Feb, 2020 1 commit