summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
Commit message (Collapse)AuthorAgeFilesLines
* fix name of argument in docstring and the docs (closes #25076)Benjamin Peterson2015-09-131-1/+1
| | | | Patch by TAKASE Arihiro.
* Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple ↵Senthil Kumaran2015-06-152-3/+3
| | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453
* Issue #23682: Delete Python 2.2 mention from distutils documentation.Berker Peksag2015-03-171-14/+0
| | | | Patch by Thomas Kluyver.
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
| | | | Patch by Karan Goel.
* distutils example: fix invalid rst in description stringGeorg Brandl2014-10-301-1/+1
|
* Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-5/+5
|
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-291-1/+1
|
* Fixing broken links in doc, part 1: faq/Georg Brandl2014-10-291-1/+1
|
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-293-4/+4
|
* #17325: Improve distutils PyPI documentation.R David Murray2014-10-121-56/+90
| | | | Patch by Chris Jerdonek.
* Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.Georg Brandl2014-09-206-57/+57
|
* Issue #21726: Remove unnecessary and contextually wrong line.Terry Jan Reedy2014-06-131-3/+0
|
* Remove superfluous open parenthesis. Noticed by cocoatomo on docs@.Zachary Ware2014-03-241-1/+1
|
* Add missing parenthesis. Found by cocoatomo on docs@.Zachary Ware2014-03-201-1/+1
|
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-164-27/+16
|
* Issue #19407: merge PPUG notes from 3.3Nick Coghlan2013-12-101-0/+10
|\
| * Issue #19407: add Python Packaging User Guide notesNick Coghlan2013-12-101-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 Kuchling2013-11-101-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 Kuchling2013-11-151-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. Coombs2013-11-101-0/+42
| | | | distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2.
* #19196: Improved cross-references in distutils documentation.Serhiy Storchaka2013-10-092-14/+17
|
* Fix missing period.Georg Brandl2013-10-061-1/+1
|
* Closes #4159: add LaTeX tabular column specifications to tables that ↵Georg Brandl2013-03-281-0/+8
| | | | otherwise are cut off or have overlapping text.
* Issue #16406: Combine the doc pages for uploading and registering to PyPI.Chris Jerdonek2013-02-274-84/+120
|\
| * Issue #16406: Combine the doc pages for uploading and registering to PyPI.Chris Jerdonek2013-02-274-84/+120
| |
* | Issue #16403: Document how distutils uses the maintainer field in PKG-INFOPetri Lehtinen2013-02-232-2/+6
|\ \ | |/
| * Issue #16403: Document how distutils uses the maintainer field in PKG-INFOPetri Lehtinen2013-02-232-2/+6
| |
* | Issue #16874 (merge from 3.2): fix some documentation formatting.Chris Jerdonek2013-01-111-6/+6
|\ \ | |/
| * Issue #16874 (forward-port from 2.7): fix some documentation formatting.Chris Jerdonek2013-01-111-6/+6
| |
* | Merge fixes for #13614, #13512 and #7719 from 3.2Éric Araujo2012-12-091-0/+6
|\ \ | |/
| * Ignore .nfs* files in distutils (#7719).Éric Araujo2012-12-081-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 Jerdonek2012-11-141-3/+3
|\ \ | |/
| * Update the description of which package versions PyPI displays (issue #16400).Chris Jerdonek2012-11-141-3/+3
| |
* | Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.Chris Jerdonek2012-10-281-2/+0
|\ \ | |/
| * Remove unneeded "Release" and "Date" markers from doc index pages.Chris Jerdonek2012-10-281-2/+0
| |
| * Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.pyEli Bendersky2012-08-011-1/+5
| |
* | Issue #15231: rephrase the last paragraph slightlyEli Bendersky2012-07-311-2/+4
| |
* | Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py. ↵Eli Bendersky2012-07-241-1/+3
| | | | | | | | Patch by Chris Jerdonek
* | Move distutils install doc back into place.Éric Araujo2012-06-241-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 Araujo2012-06-241-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
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-051-25/+11
|\ \ | |/
| * Hide or remove user-visible XXX notes from distutils doc (#13716).Éric Araujo2012-01-151-25/+11
| | | | | | | | | | | | | | Requested by Florent Xicluna with the rationale that they make the docs look unfinished. I’ve also removed a few XXX notes that were not visible in the HTML but could waste contributors’ time by suggesting improvements that are never going to happen for distutils.
* | Merge with 3.2.Ezio Melotti2011-10-191-1/+1
|\ \ | |/
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
| |
* | Replace a mention of EnvironmentError in the distutils docs.Antoine Pitrou2011-10-121-6/+5
| |
* | Merge fixes for #10526, #10359, #11254, #9100 and the bug without numberÉric Araujo2011-10-081-3/+8
|\ \ | |/
| * Fix distutils byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-071-3/+8
| | | | | | | | Patch by Jeff Ramnani. Tested with -B, -O and -OO.
* | Synchronize packaging docs with distutils’ (includes fix for #9302)Éric Araujo2011-08-251-1/+1
| |
* | Merge from 3.2 (#9302 fix and other changes)Éric Araujo2011-08-251-28/+33
|\ \ | |/
| * Document the "optional" argument of distutils’ Extension classÉric Araujo2011-08-251-0/+5
| |