Files
cpython/Modules
Brett Cannon f299abdafa Issue #23731: Implement PEP 488.
The concept of .pyo files no longer exists. Now .pyc files have an
optional `opt-` tag which specifies if any extra optimizations beyond
the peepholer were applied.
2015-04-13 14:21:02 -04:00
..
2015-04-13 12:11:40 -05:00
2014-02-04 10:12:18 -05:00
2014-10-28 22:24:46 +01:00
2015-03-18 16:05:32 +01:00
2015-04-13 14:21:02 -04:00
2014-07-06 13:04:20 -07:00
2014-07-06 13:04:20 -07:00
2015-04-13 14:21:02 -04:00

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