summaryrefslogtreecommitdiff
path: root/Doc/distutils
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | * | | | Merge 3.2Éric Araujo2011-08-192-5/+5
| | | | | | | | |\ \ \ \
| | | | | | | | * \ \ \ \ Merge doc changes from 3.2 (#8617, #10745).Éric Araujo2011-08-062-1/+1097
| | | | | | | | |\ \ \ \ \
| | | | | | | | | * \ \ \ \ Merge fixes for #9860, #11104/#8688 and #12331 from 3.2Éric Araujo2011-07-311-8/+17
| | | | | | | | | |\ \ \ \ \ | | | | | | | | | |/ / / / / | | | | | | | | |/| | | | |
| | | | | | | | | * | | | | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)Éric Araujo2011-07-292-1/+1019
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * \ \ \ \ Merge English fix.R David Murray2011-07-181-1/+1
| | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * | | | | | Remove duplicate "numbered" options for toctrees.Georg Brandl2011-07-151-1/+0
| | | | | | | | | | * | | | | | Merge doc fixes from 3.2Éric Araujo2011-06-092-8/+17
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * | | | | | | Packaging doc: Add missing index file, improve main page description.Éric Araujo2011-06-021-6/+4
| | | | | | | | | | * | | | | | | Add documentation for the packaging module.Éric Araujo2011-06-012-0/+1018
* | | | | | | | | | | | | | | | | 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 #16874 (forward-port from 2.7): fix some documentation formatting.Chris Jerdonek2013-01-101-6/+6
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Ignore .nfs* files in distutils (#7719).?ric Araujo2012-12-081-0/+6
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Update the description of which package versions PyPI displays (issue #16400).Chris Jerdonek2012-11-141-3/+3
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | 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-021-1/+5
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Hide or remove user-visible XXX notes from distutils doc (#13716).Éric Araujo2012-01-151-25/+11
|/ / / / / / / / / /
* | | | | | | | | | Remove duplication.Ezio Melotti2011-10-191-1/+1
|/ / / / / / / / /
* | | | | | | | | Fix distutils byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-081-3/+8
|/ / / / / / / /
* | | | | | | | Document the "optional" argument of distutils’ Extension classÉric Araujo2011-08-261-0/+5
* | | | | | | | Fix type information in distutils API reference (#9302).Éric Araujo2011-08-261-28/+28
|/ / / / / / /
* | | | | | | Fix typo in command nameÉric Araujo2011-08-191-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove obsolete term + indicate how to find the program (#1626300).Éric Araujo2011-08-191-2/+2
|/ / / / /
* | | | | Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-311-8/+17
|/ / / /
* | | | Turn raw URI into real linkÉric Araujo2011-07-281-2/+2
| |_|/ |/| |
* | | Better English.R David Murray2011-07-181-1/+1
| |/ |/|
* | Add examples that work on Windows to distutils docs (#1626300)Éric Araujo2011-06-081-2/+8
|/
* Fix markup: arguments in a class directive are __init__ arguments, not base c...Éric Araujo2011-05-311-3/+3
* Branch mergeÉric Araujo2011-05-291-0/+1
|\
* \ Merge doc touch-ups and fixes for #9831 and #9223 from 3.1Éric Araujo2011-05-292-79/+83
|\ \ | |/ |/|
| * Re-add missing doc stub for the distutils check commandÉric Araujo2011-05-291-0/+14
| * Minor touch-ups in distutils.cmd.Command docÉric Araujo2011-05-291-2/+2
* | merge 11164Martin v. Löwis2011-05-091-1/+1
|\ \ | |/
| * Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-091-1/+1
* | Merge 3.1Éric Araujo2011-04-247-100/+109
|\ \ | |/ |/|
| * #11843: Merge with 3.1.Ezio Melotti2011-04-151-2/+0
| |\
| * | Merged revisions 88613 via svnmerge fromÉric Araujo2011-02-251-1/+4
| * | Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky.Éric Araujo2010-12-151-1/+1
| * | Fix sphinx role markups.Senthil Kumaran2010-10-152-10/+11
| * | Fix errors found by "make suspicious".Georg Brandl2010-10-061-1/+1
| * | Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-1/+1
| * | #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
| * | Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-3/+3
| * | Fix typoÉric Araujo2010-08-141-1/+1
| * | Manually merge r83995: Fix version{added,changed} and spacing in NEWSÉric Araujo2010-08-141-2/+2
| * | Use a marker in generated MANIFEST files, don't touch files without it. Fixes...Éric Araujo2010-08-141-5/+8
| * | #7973: Fix distutils options spelling.Georg Brandl2010-08-021-1/+1
| * | After distutils doc reversal, change back **bold todo** items to XXX comments.Georg Brandl2010-07-315-15/+13
| * | reverted distutils doc to its 3.1 stateTarek Ziadé2010-07-318-203/+244
| * | Remove XXX from text.Georg Brandl2010-07-141-6/+8