This website requires JavaScript.
Explore
Help
Sign In
greg
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
03020cfa97b6c2c80f50fb2d07025aff49c3513c
cpython
/
Lib
/
importlib
History
Serhiy Storchaka
7344285c19
Issue
#28257
: Improved error message when pass a non-iterable as
...
a var-positional argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
2016-10-02 10:33:46 +03:00
..
__init__.py
Issue
#24192
: Fix namespace package imports.
2015-05-15 21:54:59 -06:00
_bootstrap_external.py
Issue
#28257
: Improved error message when pass a non-iterable as
2016-10-02 10:33:46 +03:00
_bootstrap.py
Issue
#28026
: Raise ImportError when exec_module() exists but create_module() is missing.
2016-09-08 11:12:31 -07:00
abc.py
Issue
#26186
: Remove an invalid type check in
2016-02-20 18:35:41 -08:00
machinery.py
…
util.py
Issue
#26186
: Remove the restriction that built-in and extension
2016-06-25 10:58:17 -07:00