Files
cpython/Modules
Serhiy Storchaka f4934ea77d Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
The latter function is more readable, faster and doesn't raise exceptions.
2016-11-16 10:17:58 +02:00
..
2016-08-13 17:21:54 -07:00
2016-08-16 23:37:33 -07:00
2016-08-15 22:05:06 -07:00
2016-10-28 12:14:34 +03:00
2016-09-06 19:03:40 -07:00
2016-10-05 23:32:09 -07:00
2015-04-13 22:00:30 +02:00
2015-06-27 15:45:56 -05:00
2015-06-27 15:45:56 -05:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.