Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | | * | | | | Merge 3.2 | Éric Araujo | 2011-08-19 | 2 | -5/+5 | |
| | | | | | | | |\ \ \ \ | ||||||
| | | | | | | | * \ \ \ \ | Merge doc changes from 3.2 (#8617, #10745). | Éric Araujo | 2011-08-06 | 2 | -1/+1097 | |
| | | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | |\ \ \ \ \ | | | | | | | | | |/ / / / / | | | | | | | | |/| | | | | | ||||||
| | | | | | | | | * | | | | | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) | Éric Araujo | 2011-07-29 | 2 | -1/+1019 | |
| | | | | | | | | |\ \ \ \ \ | ||||||
| | | | | | | | | | * \ \ \ \ | Merge English fix. | 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 | |
| | | | | | | | | | |\ \ \ \ \ \ | ||||||
| | | | | | | | | | * | | | | | | | 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. | |||||
* | | | | | | | | | | | | | | | | | 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 #16874 (forward-port from 2.7): fix some documentation formatting. | Chris Jerdonek | 2013-01-10 | 1 | -6/+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. | |||||
* | | | | | | | | | | | | | Update the description of which package versions PyPI displays (issue #16400). | Chris Jerdonek | 2012-11-14 | 1 | -3/+3 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | 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-02 | 1 | -1/+5 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | 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. | |||||
* | | | | | | | | | | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Fix distutils byte-compilation to comply with PEP 3147 (#11254). | Éric Araujo | 2011-10-08 | 1 | -3/+8 | |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Jeff Ramnani. Tested with -B, -O and -OO. | |||||
* | | | | | | | | Document the "optional" argument of distutils’ Extension class | Éric Araujo | 2011-08-26 | 1 | -0/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | Fix type information in distutils API reference (#9302). | Éric Araujo | 2011-08-26 | 1 | -28/+28 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Initial patch by Yue Shuaijie. | |||||
* | | | | | | | Fix typo in command name | Éric Araujo | 2011-08-19 | 1 | -1/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Remove obsolete term + indicate how to find the program (#1626300). | Éric Araujo | 2011-08-19 | 1 | -2/+2 | |
|/ / / / / | | | | | | | | | | | | | | | | Suggested by Terry J. Reedy. | |||||
* | | | | | 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. | |||||
* | | | | Turn raw URI into real link | Éric Araujo | 2011-07-28 | 1 | -2/+2 | |
| |_|/ |/| | | ||||||
* | | | Better English. | R David Murray | 2011-07-18 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Add examples that work on Windows to distutils docs (#1626300) | Éric Araujo | 2011-06-08 | 1 | -2/+8 | |
|/ | ||||||
* | 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 | 1 | -0/+1 | |
|\ | ||||||
* \ | Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 | Éric Araujo | 2011-05-29 | 2 | -79/+83 | |
|\ \ | |/ |/| | ||||||
| * | Re-add missing doc stub for the distutils check command | Éric Araujo | 2011-05-29 | 1 | -0/+14 | |
| | | ||||||
| * | Minor touch-ups in distutils.cmd.Command doc | Éric Araujo | 2011-05-29 | 1 | -2/+2 | |
| | | ||||||
* | | merge 11164 | Martin v. Löwis | 2011-05-09 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Stop trying to use _xmlplus in the xml module. Closes #11164. | Martin v. Löwis | 2011-05-09 | 1 | -1/+1 | |
| | | | | | | | | Patch by Arfrever Frehtes Taifersar Arahesis. | |||||
* | | Merge 3.1 | Éric Araujo | 2011-04-24 | 7 | -100/+109 | |
|\ \ | |/ |/| | ||||||
| * | #11843: Merge with 3.1. | Ezio Melotti | 2011-04-15 | 1 | -2/+0 | |
| |\ | ||||||
| * | | Merged revisions 88613 via svnmerge from | Éric Araujo | 2011-02-25 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88613 | eric.araujo | 2011-02-25 22:40:34 +0100 (ven., 25 févr. 2011) | 2 lines Add missing read() in distutils doc. ........ | |||||
| * | | Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky. | Éric Araujo | 2010-12-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix sphinx role markups. | Senthil Kumaran | 2010-10-15 | 2 | -10/+11 | |
| | | | ||||||
| * | | Fix errors found by "make suspicious". | Georg Brandl | 2010-10-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -3/+3 | |
| | | | ||||||
| * | | Fix typo | Éric Araujo | 2010-08-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Manually merge r83995: Fix version{added,changed} and spacing in NEWS | Éric Araujo | 2010-08-14 | 1 | -2/+2 | |
| | | | ||||||
| * | | Use a marker in generated MANIFEST files, don't touch files without it. ↵ | Éric Araujo | 2010-08-14 | 1 | -5/+8 | |
| | | | | | | | | | | | | Fixes #8688. | |||||
| * | | #7973: Fix distutils options spelling. | Georg Brandl | 2010-08-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | After distutils doc reversal, change back **bold todo** items to XXX comments. | Georg Brandl | 2010-07-31 | 5 | -15/+13 | |
| | | | ||||||
| * | | reverted distutils doc to its 3.1 state | Tarek Ziadé | 2010-07-31 | 8 | -203/+244 | |
| | | | ||||||
| * | | Remove XXX from text. | Georg Brandl | 2010-07-14 | 1 | -6/+8 | |
| | | |