Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Merge from 3.2 (#9302 fix and other changes) | Éric Araujo | 2011-08-25 | 1 | -28/+33 |
|\ \ | |/ | |||||
| * | Document the "optional" argument of distutils’ Extension class | Éric Araujo | 2011-08-25 | 1 | -0/+5 |
| | | |||||
| * | Fix type information in distutils API reference (#9302). | Éric Araujo | 2011-08-25 | 1 | -28/+28 |
| | | | | | | | | Initial patch by Yue Shuaijie. | ||||
* | | Merge fixes for #12256 and typos from 3.2 | Éric Araujo | 2011-08-19 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix typo in command name | Éric Araujo | 2011-08-19 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.2 | Éric Araujo | 2011-08-19 | 2 | -5/+5 |
|\ \ | |/ | |||||
| * | Remove obsolete term + indicate how to find the program (#1626300). | Éric Araujo | 2011-08-19 | 1 | -2/+2 |
| | | | | | | | | Suggested by Terry J. Reedy. | ||||
* | | Merge doc changes from 3.2 (#8617, #10745). | Éric Araujo | 2011-08-06 | 1 | -54/+132 |
|\ \ | |/ | | | | | | | | | | | | | | | | | In the install and library docs, I changed the text to refer to packaging instead of distutils. I also checked that the documented paths correctly reflect what’s really defined in sysconfig; the main difference with paths defined in distutils.install is that include directories don’t end with the distribution name anymore (i.e. distutils uses include/python3.3/spam, sysconfig include/python3.3), I have no idea why. | ||||
* | | Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 | Éric Araujo | 2011-07-31 | 1 | -8/+17 |
|\ \ | |/ | |||||
| * | Fix regression with distutils MANIFEST handing (#11104, #8688). | Éric Araujo | 2011-07-31 | 1 | -8/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changed behavior of sdist in 3.1 broke packaging for projects that wanted to use a manually-maintained MANIFEST file (instead of having a MANIFEST.in template and letting distutils generate the MANIFEST). The fixes that were committed for #8688 (76643c286b9f by Tarek and d54da9248ed9 by me) did not fix all issues exposed in the bug report, and also added one problem: the MANIFEST file format gained comments, but the read_manifest method was not updated to handle (i.e. ignore) them. This changeset should fix everything; the tests have been expanded and I successfully tested the 2.7 version with Mercurial, which suffered from this regression. I have grouped the versionchanged directives for these bugs in one place and added micro version numbers to help users know the quirks of the exact version they’re using. Initial report, thorough diagnosis and patch by John Dennis, further work on the patch by Stephen Thorne, and a few edits and additions by me. | ||||
* | | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) | Éric Araujo | 2011-07-29 | 2 | -3/+3 |
|\ \ | |/ | |||||
| * | Turn raw URI into real link | Éric Araujo | 2011-07-28 | 1 | -2/+2 |
| | | |||||
* | | Merge English fix. | R David Murray | 2011-07-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Better English. | R David Murray | 2011-07-18 | 1 | -1/+1 |
| | | |||||
* | | Remove duplicate "numbered" options for toctrees. | Georg Brandl | 2011-07-15 | 1 | -1/+0 |
| | | |||||
* | | Merge doc fixes from 3.2 | Éric Araujo | 2011-06-09 | 2 | -8/+17 |
|\ \ | |/ | |||||
| * | Add examples that work on Windows to distutils docs (#1626300) | Éric Araujo | 2011-06-07 | 1 | -2/+8 |
| | | |||||
* | | Packaging doc: Add missing index file, improve main page description. | Éric Araujo | 2011-06-02 | 1 | -6/+4 |
| | | | | | | | | Also promote notices from distutils doc to deprecation boxes. | ||||
* | | Add documentation for the packaging module. | Éric Araujo | 2011-06-01 | 2 | -0/+1018 |
|/ | | | | | This updates the user guide to refer to Packaging instead of Distutils. Some files still require an update. | ||||
* | Fix markup: arguments in a class directive are __init__ arguments, not base ↵ | Éric Araujo | 2011-05-31 | 1 | -3/+3 |
| | | | | classes | ||||
* | Branch merge | Éric Araujo | 2011-05-29 | 2 | -79/+84 |
|\ | |||||
| * | Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 | Éric Araujo | 2011-05-28 | 2 | -79/+83 |
| |\ |/ / | |||||
| * | Re-add missing doc stub for the distutils check command | Éric Araujo | 2011-05-28 | 1 | -0/+14 |
| | | |||||
| * | Minor touch-ups in distutils.cmd.Command doc | Éric Araujo | 2011-05-28 | 1 | -2/+2 |
| | |