| Commit message (Expand) | Author | Age | Files | Lines |
* | 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. P... | Eli Bendersky | 2012-07-24 | 1 | -1/+3 |
|
|
* | Move distutils install doc back into place. | Éric Araujo | 2012-06-24 | 1 | -1086/+0 |
|
|
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -11/+1 |
|
|
* | 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 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | Merge doc changes from 3.2 (#8617, #10745). | Éric Araujo | 2011-08-06 | 1 | -54/+132 |
|\ \
| |/ |
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | Add documentation for the packaging module. | Éric Araujo | 2011-06-01 | 2 | -0/+1018 |
|/ |
|
* | Fix markup: arguments in a class directive are __init__ arguments, not base c... | Éric Araujo | 2011-05-31 | 1 | -3/+3 |
|
|
* | 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 |
|
|
* | | 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 |
|
|
* | | Merge 3.1 | Éric Araujo | 2011-04-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix weird executable name | Éric Araujo | 2011-04-22 | 1 | -1/+1 |
|
|
* | | #11843: Merge with 3.1. | Ezio Melotti | 2011-04-15 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | #11843: remove duplicate line from table in distutil doc. | Ezio Melotti | 2011-04-15 | 1 | -2/+0 |
|
|
| * | Merged revisions 88613 via svnmerge from | Éric Araujo | 2011-02-25 | 1 | -1/+4 |
|
|
| * | Merged revisions 87277 via svnmerge from | Éric Araujo | 2010-12-15 | 1 | -1/+1 |
|
|
| * | Merged revisions 85274 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
| * | Merged revisions 84945 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
| * | Merged revisions 84142 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -3/+3 |
|
|
| * | Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-... | Georg Brandl | 2010-10-06 | 3 | -92/+83 |
|
|
| * | Merged revisions 82629,82632,82724,82757-82758,82760-82763,82798-82799,82801 ... | Georg Brandl | 2010-10-06 | 4 | -10/+9 |
|
|
| * | Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge... | Georg Brandl | 2010-10-06 | 2 | -7/+7 |
|
|