cpython/Lib/importlib
Antoine Pitrou 5136ac0ca2 Issue #13645: pyc files now contain the size of the corresponding source
code, to avoid timestamp collisions (especially on filesystems with a low
timestamp resolution) when checking for freshness of the bytecode.
2012-01-13 18:52:16 +01:00
..
test Issue #13645: pyc files now contain the size of the corresponding source 2012-01-13 18:52:16 +01:00
__init__.py Simplify and remove few dependencies on 'errno', thanks to PEP 3151. 2011-10-28 16:06:23 +02:00
_bootstrap.py Issue #13645: pyc files now contain the size of the corresponding source 2012-01-13 18:52:16 +01:00
abc.py Issue #13645: pyc files now contain the size of the corresponding source 2012-01-13 18:52:16 +01:00
machinery.py
util.py PEP 3147 2010-04-17 00:19:56 +00:00