This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-12 04:49:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
880254e222
cpython
/
Lib
/
venv
History
Download ZIP
Download TAR.GZ
Vinay Sajip
c07aa9e41f
Issue
#18435
: Replaced simple attribute container class Context with types.SimpleNamespace.
2013-07-12 21:10:19 +01:00
..
scripts
Issue
#18224
: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ...
2013-06-30 22:06:52 +01:00
__init__.py
Issue
#18435
: Replaced simple attribute container class Context with types.SimpleNamespace.
2013-07-12 21:10:19 +01:00
__main__.py