1. 20 May, 2016 2 commits
    • Victor Stinner's avatar
      Optimize pickle.load() and pickle.loads() · 19ed27ec
      Victor Stinner authored
      Issue #27056: Optimize pickle.load() and pickle.loads(), up to 10% faster to
      deserialize a lot of small objects.
      19ed27ec
    • 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 15 commits