Victor Stinner 744c34e2ea Cleanup import.c
* 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.
2016-05-20 11:36:13 +02:00
..
2016-05-16 22:53:44 -07:00
2016-05-19 16:48:06 +02:00
2016-05-08 14:02:35 +00:00
2016-01-26 00:40:57 +01:00
2016-05-20 11:36:13 +02:00
2016-05-16 22:54:05 -07:00
2016-03-23 09:52:13 +01:00
2016-01-27 00:37:59 +01:00
2015-11-10 12:11:52 +01:00
2016-04-12 22:38:22 +02:00
2016-01-26 00:40:57 +01:00

Miscellaneous source files for the main Python shared library