1. 29 Feb, 2020 5 commits
  2. 28 Feb, 2020 1 commit
  3. 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
  4. 26 Feb, 2020 1 commit
  5. 22 Feb, 2020 1 commit
  6. 20 Feb, 2020 3 commits
  7. 19 Feb, 2020 2 commits
  8. 18 Feb, 2020 8 commits
  9. 17 Feb, 2020 1 commit
  10. 16 Feb, 2020 1 commit
  11. 15 Feb, 2020 2 commits
  12. 14 Feb, 2020 2 commits
  13. 13 Feb, 2020 2 commits
  14. 12 Feb, 2020 9 commits
  15. 11 Feb, 2020 1 commit