Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 2 | -8/+9 |
| | | | | | | The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied. | ||||
* | Issue #23682: Delete Python 2.2 mention from distutils documentation. | Berker Peksag | 2015-03-17 | 1 | -14/+0 |
|\ | | | | | | | Patch by Thomas Kluyver. | ||||
| * | Issue #23682: Delete Python 2.2 mention from distutils documentation. | Berker Peksag | 2015-03-17 | 1 | -14/+0 |
| | | | | | | | | Patch by Thomas Kluyver. | ||||
* | | merge 3.4 (#23221) | Benjamin Peterson | 2015-01-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -1/+1 |
| | | | | | | | | Patch by Karan Goel. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | distutils example: fix invalid rst in description string | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
| | | |||||
| * | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -5/+5 |
| | | |||||
* | | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -5/+5 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixing broken links in doc, part 1: faq/ | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Georg Brandl | 2014-10-29 | 3 | -4/+4 |
|\ \ | |/ | |||||
| * | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 3 | -4/+4 |
| | | |||||
* | | Merge: #17325: Improve distutils PyPI documentation. | R David Murray | 2014-10-12 | 1 | -56/+90 |
|\ \ | |/ | |||||
| * | #17325: Improve distutils PyPI documentation. | R David Murray | 2014-10-12 | 1 | -56/+90 |
| | | | | | | | | Patch by Chris Jerdonek. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-09-20 | 6 | -57/+57 |
|\ \ | |/ | |||||
| * | Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. | Georg Brandl | 2014-09-20 | 6 | -57/+57 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-13 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | Issue #21726: Remove unnecessary and contextually wrong line. | Terry Jan Reedy | 2014-06-13 | 1 | -3/+0 |
| | | |||||
* | | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 2 | -3/+3 |
|/ | |||||
* | Remove superfluous open parenthesis. Noticed by cocoatomo on docs@. | Zachary Ware | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | Add missing parenthesis. Found by cocoatomo on docs@. | Zachary Ware | 2014-03-20 | 1 | -1/+1 |
| | |||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 4 | -27/+16 |
| | |||||
* | Issue #19407: merge PPUG notes from 3.3 | Nick Coghlan | 2013-12-10 | 1 | -0/+10 |
|\ | |||||
| * | Issue #19407: add Python Packaging User Guide notes | Nick Coghlan | 2013-12-10 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | The stdlib docs for package distribution and building extensions are rather dated, and that isn't expected to change for 2.7 and 3.3. The Python Packaging User Guide isn't complete either, but it's already a much better road map for new users than the existing stdlib docs. | ||||
* | | Issue #19544 and Issue #1180: Restore global option to ignore ↵ | Andrew Kuchling | 2013-11-10 | 1 | -1/+2 |
| | | | | | | | | ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes. | ||||
* | | Issue #19544 and Issue #6516: Restore support for --user and --group ↵ | Andrew Kuchling | 2013-11-15 | 1 | -5/+13 |
|/ | | | | 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. | ||||
* | Issue 19544 and Issue #7457: Restore the read_pkg_file method to ↵ | Jason R. Coombs | 2013-11-10 | 1 | -0/+42 |
| | | | | distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. | ||||
* | #19196: Improved cross-references in distutils documentation. | Serhiy Storchaka | 2013-10-09 | 2 | -14/+17 |
| | |||||
* | Fix missing period. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | |||||
* | Closes #4159: add LaTeX tabular column specifications to tables that ↵ | Georg Brandl | 2013-03-28 | 1 | -0/+8 |
| | | | | otherwise are cut off or have overlapping text. | ||||
* | Issue #16406: Combine the doc pages for uploading and registering to PyPI. | Chris Jerdonek | 2013-02-27 | 4 | -84/+120 |
|\ | |||||
| * | Issue #16406: Combine the doc pages for uploading and registering to PyPI. | Chris Jerdonek | 2013-02-27 | 4 | -84/+120 |
| | | |||||
* | | Issue #16403: Document how distutils uses the maintainer field in PKG-INFO | Petri Lehtinen | 2013-02-23 | 2 | -2/+6 |
|\ \ | |/ | |||||
| * | Issue #16403: Document how distutils uses the maintainer field in PKG-INFO | Petri Lehtinen | 2013-02-23 | 2 | -2/+6 |
| | | |||||
* | | Issue #16874 (merge from 3.2): fix some documentation formatting. | Chris Jerdonek | 2013-01-11 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Issue #16874 (forward-port from 2.7): fix some documentation formatting. | Chris Jerdonek | 2013-01-11 | 1 | -6/+6 |
| | | |||||
* | | Merge fixes for #13614, #13512 and #7719 from 3.2 | Éric Araujo | 2012-12-09 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Ignore .nfs* files in distutils (#7719). | Éric Araujo | 2012-12-08 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | These files are created by some NFS clients a file is edited and removed concurrently (see added link in doc for more info). If such a file is removed between distutils calls listdir and copy, it will get confused. Other special files are ignored in sdist (namely VCS directories), but this has to be filtered out earlier. | ||||
* | | Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400). | Chris Jerdonek | 2012-11-14 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Update the description of which package versions PyPI displays (issue #16400). | Chris Jerdonek | 2012-11-14 | 1 | -3/+3 |
| | | |||||
* | | Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. | Chris Jerdonek | 2012-10-28 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Remove unneeded "Release" and "Date" markers from doc index pages. | Chris Jerdonek | 2012-10-28 | 1 | -2/+0 |
| | | |||||
| * | Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py | Eli Bendersky | 2012-08-01 | 1 | -1/+5 |
| | | |||||
* | | Issue #15231: rephrase the last paragraph slightly | Eli Bendersky | 2012-07-31 | 1 | -2/+4 |
| | | |||||
* | | Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py. ↵ | Eli Bendersky | 2012-07-24 | 1 | -1/+3 |
| | | | | | | | | Patch by Chris Jerdonek | ||||
* | | Move distutils install doc back into place. | Éric Araujo | 2012-06-24 | 1 | -1086/+0 |
| | | | | | | | | | | (This was not done in the previous commit because Mercurial would have shown it as a modified file instead of a moved file.) | ||||
* | | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -11/+1 |
| | | | | | | | | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html |