This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-16 09:29:00 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
abaf89b2be32db1deae32cbdf0645a4be65c6297
cpython
/
Lib
/
importlib
T
History
Antoine Pitrou
abaf89b2be
Issue
#11235
: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
2012-01-24 17:45:50 +01:00
..
test
Issue
#11235
: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
2012-01-24 17:45:50 +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
#13588
: Rename decorators in importlib.
2012-01-16 11:46:22 -05: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
…