Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26014: Guide 2.7 users to the new packaging documentation: | Ned Deily | 2016-06-06 | 1 | -3/+8 |
| | | | | | | | | | | | - the top-level 2.7 docs page now links to the newer doc pages (installing and distribution) rather than the legacy ones - the legacy install and distutils pages are now labeled as "legacy" - the library/distutils page is updated to match the 3.x version - "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun) | ||||
* | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 2 | -3/+3 |
| | |||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
| | |||||
* | Issue #26638: Fix links to some CLI options | Martin Panter | 2016-04-16 | 2 | -5/+5 |
| | | | | | Disable inappropriate links to Python interpreter options. Also make CLI section label in timeit less ambiguous. | ||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
| | | | | to SilentGhost for the patch. | ||||
* | merge heads | Benjamin Peterson | 2015-11-04 | 1 | -1/+1 |
|\ | |||||
| * | Issue #25523: Backported a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
| | | |||||
* | | link to modern PUG url | Benjamin Peterson | 2015-11-04 | 1 | -4/+3 |
|/ | |||||
* | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | fix name of argument in docstring and the docs (closes #25076) | Benjamin Peterson | 2015-09-13 | 1 | -1/+1 |
| | | | | Patch by TAKASE Arihiro. | ||||
* | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -1/+1 |
| | | | | Patch by Karan Goel. | ||||
* | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Fixing broken links in doc, part 1: faq/ | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 3 | -4/+4 |
| | |||||
* | #17325: Improve distutils PyPI documentation. | R David Murray | 2014-10-12 | 1 | -56/+90 |
| | | | | Patch by Chris Jerdonek. | ||||
* | Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. | Georg Brandl | 2014-09-20 | 6 | -56/+56 |
| | |||||
* | Issue #21726: Remove unnecessary and contextually wrong line. | Terry Jan Reedy | 2014-06-13 | 1 | -3/+0 |
| | |||||
* | Clarify distutils’ clean command (ref #6142) | Éric Araujo | 2014-03-13 | 2 | -1/+7 |
| | |||||
* | Make distutils error messages more helpful (#11599). | Éric Araujo | 2014-03-13 | 1 | -3/+6 |
| | | | | | | | | | | When running external programs such as a C compiler and getting an error code, distutils only prints the program name. With this change, one can get the full command line by setting the DISTUTILS_DEBUG environment variable. This should have no compatibility issues, unless there are tools that depend on the exact format of distutils debug messages. | ||||
* | Avoid “error: None” messages from distutils (#4931). | Éric Araujo | 2014-03-12 | 1 | -9/+0 |
| | | | | Thanks to Amaury Forgeot d’Arc and Philip J. Eby. | ||||
* | 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. | ||||
* | #19196: Improved cross-references in distutils documentation. | Serhiy Storchaka | 2013-10-09 | 2 | -15/+18 |
| | |||||
* | Fix missing period. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | |||||
* | Backport rev. 3ae74b361f53 to 2.7 branch. | Georg Brandl | 2013-03-28 | 1 | -0/+8 |
|\ | |||||
| * | 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 | ||||
| * | | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) | Éric Araujo | 2012-02-05 | 1 | -25/+11 |
| |\ \ | | |/ | |||||
| | * | Hide or remove user-visible XXX notes from distutils doc (#13716). | Éric Araujo | 2012-01-15 | 1 | -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 Melotti | 2011-10-19 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
| | | | |||||
| * | | Replace a mention of EnvironmentError in the distutils docs. | Antoine Pitrou | 2011-10-12 | 1 | -6/+5 |
| | | | |||||
| * | | Merge fixes for #10526, #10359, #11254, #9100 and the bug without number | Éric Araujo | 2011-10-08 | 1 | -3/+8 |
| |\ \ | | |/ | |||||
| | * | Fix distutils byte-compilation to comply with PEP 3147 (#11254). | Éric Araujo | 2011-10-07 | 1 | -3/+8 |
| | | | | | | | | | | | | Patch by Jeff Ramnani. Tested with -B, -O and -OO. | ||||
| * | | Synchronize packaging docs with distutils’ (includes fix for #9302) | Éric Araujo | 2011-08-25 | 1 | -1/+1 |
| | | |