1. 20 May, 2016 1 commit
    • Victor Stinner's avatar
      Cleanup import.c · 744c34e2
      Victor Stinner authored
      * Replace PyUnicode_RPartition() with PyUnicode_FindChar() and
        PyUnicode_Substring() to avoid the creation of a temporary tuple.
      * Use PyUnicode_FromFormat() to build a string and avoid the single_dot ('.')
        singleton
      
      Thanks Serhiy Storchaka for your review.
      744c34e2
  2. 19 May, 2016 7 commits
  3. 18 May, 2016 16 commits
  4. 17 May, 2016 16 commits