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