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-06-11 21:58:45 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c419caffe896e98f6efaab41e70dc29a51f63fae
cpython
/
Doc
/
distutils
T
History
Zachary Ware
253deed862
Add missing parenthesis. Found by cocoatomo on docs@.
2014-03-20 09:46:09 -05:00
..
apiref.rst
Add missing parenthesis. Found by cocoatomo on docs@.
2014-03-20 09:46:09 -05:00
builtdist.rst
Issue
#19544
and Issue
#1180
: Restore global option to ignore ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes.
2013-11-10 18:11:00 -05:00
commandref.rst
…
configfile.rst
Merge in all documentation changes since branching 3.4.0rc1.
2014-03-15 21:13:56 -07:00
examples.rst
Issue 19544 and Issue
#7457
: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2.
2013-11-10 18:15:03 -05:00
extending.rst
…
index.rst
Merge in all documentation changes since branching 3.4.0rc1.
2014-03-15 21:13:56 -07:00
introduction.rst
…
packageindex.rst
…
setupscript.rst
Merge in all documentation changes since branching 3.4.0rc1.
2014-03-15 21:13:56 -07:00
sourcedist.rst
Issue
#19544
and Issue
#6516
: Restore support for --user and --group parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue
#6516
.
2013-11-15 13:01:52 -05:00
uploading.rst
…