Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 2 | -3924/+0 |
| | |||||
* | Bug #1046945: document SWIG options of distutils. | Georg Brandl | 2007-05-12 | 1 | -3/+19 |
| | |||||
* | Explicit class names. | Georg Brandl | 2007-04-01 | 1 | -3/+3 |
| | |||||
* | Markup fix. | Georg Brandl | 2007-03-25 | 1 | -4/+4 |
| | |||||
* | SF #1635217, Fix unbalanced paren | Neal Norwitz | 2007-01-19 | 1 | -1/+1 |
| | |||||
* | Mention the bdist_msi module. Will backport to 2.5. | Martin v. Löwis | 2006-10-15 | 1 | -0/+5 |
| | |||||
* | SF bug #1539336, distutils example code missing | Neal Norwitz | 2006-08-13 | 1 | -0/+2 |
| | |||||
* | lots of markup nits, most commonly Unix/unix --> \UNIX | Fred Drake | 2006-07-30 | 1 | -5/+5 |
| | |||||
* | Introduce DISTUTILS_USE_SDK as a flag to determine whether the | Martin v. Löwis | 2006-07-10 | 1 | -3/+14 |
| | | | | SDK environment should be used. Fixes #1508010. | ||||
* | [Bug #1470026] Include link to list of classifiers | Andrew M. Kuchling | 2006-06-05 | 1 | -1/+1 |
| | |||||
* | Remove use of Trove name, which isn't very helpful to users | Andrew M. Kuchling | 2006-06-05 | 1 | -2/+2 |
| | |||||
* | markup fix | George Yoshida | 2006-04-27 | 1 | -4/+4 |
| | |||||
* | Add missing word | Andrew M. Kuchling | 2006-04-13 | 1 | -1/+1 |
| | |||||
* | Mark the upload command as new in 2.5, per Neal Norwitz's request. | Phillip J. Eby | 2006-03-30 | 1 | -0/+2 |
| | |||||
* | Implementation for patch request #1457316: support --identity option | Phillip J. Eby | 2006-03-30 | 1 | -2/+15 |
| | | | | for setup.py "upload" command. | ||||
* | Add an import line to a code fragment. | Brett Cannon | 2005-11-02 | 1 | -1/+2 |
| | | | | Closes bug #1346395. | ||||
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -3/+0 |
| | | | | properties now. | ||||
* | SF #1275796, fix distutils typo "sortcut" -> "shortcut" | Neal Norwitz | 2005-08-30 | 1 | -1/+1 |
| | |||||
* | patch [ 1274630 ] documentation fixes | Georg Brandl | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -4/+4 |
| | |||||
* | Bug #1209560: spurious blank page in dist.pdf | Georg Brandl | 2005-06-18 | 1 | -0/+3 |
| | |||||
* | [Bug #1170422] Use correct option name | Andrew M. Kuchling | 2005-06-07 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Walter Dörwald | 2005-03-23 | 1 | -1/+1 |
| | |||||
* | - fix markup bugs | Fred Drake | 2005-03-22 | 1 | -5/+14 |
| | | | | | - more consistent markup - elaborate a couple of points | ||||
* | Add the upload command. Make all dist commands register their | Martin v. Löwis | 2005-03-21 | 1 | -0/+35 |
| | | | | outputs with the distribution object. | ||||
* | PEP 314 implementation (client side): | Fred Drake | 2005-03-20 | 1 | -0/+76 |
| | | | | added support for the provides, requires, and obsoletes metadata fields | ||||
* | correct several markup errors caught by the GNU info conversion | Fred Drake | 2005-03-10 | 1 | -22/+25 |
| | | | | (ported from release24-maint branch revision 1.86.2.3) | ||||
* | Update references specifying "Macintosh" to mean OS X semantics and not Mac OS | Brett Cannon | 2005-02-13 | 1 | -6/+6 |
| | | | | | | 9. Applies patch #1095802. Thanks Jack Jansen. | ||||
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -3/+3 |
| | |||||
* | clean up markup for --executable description | Fred Drake | 2004-08-25 | 1 | -2/+3 |
| | |||||
* | Patch #736857, #736859: Add -e option to build_scripts. | Martin v. Löwis | 2004-08-25 | 1 | -1/+3 |
| | |||||
* | SF #1005913, Patch to allow building of paper-*/dist.pdf by Jeff Epler | Neal Norwitz | 2004-08-13 | 1 | -27/+27 |
| | | | | There were subsections without sections, so drop a sub. | ||||
* | Remove MacOS 9 ref | Andrew M. Kuchling | 2004-08-07 | 1 | -4/+1 |
| | |||||
* | Doc/lib/libfuncs.tex: correct items in itemize | Matthias Klose | 2004-08-04 | 1 | -2/+2 |
| | | | | Doc/dist/dist.tex: avoid uncommenting the verbose environment (by the py2texi tool) | ||||
* | This allows additional commands to be provided for existing setup.py | Fred Drake | 2004-08-03 | 1 | -0/+31 |
| | | | | | | | | | | | | | | | | | scripts without modifying either the distutils installation or the setup.py scripts of packages with which the new commands will be used. Specifically, an option is added to distutils that allows additional packages to be searched for command implementations in addition to distutils.command. The additional packages can be specified on the command line or via the installation or personal configuration files already loaded by distutils. For discussion, see the thread starting with: http://mail.python.org/pipermail/distutils-sig/2004-August/004112.html This closes SF patch #102241. | ||||
* | fix a little lie ;-( | Fred Drake | 2004-08-02 | 1 | -3/+2 |
| | |||||
* | start filling in documentation on extending distutils | Fred Drake | 2004-08-02 | 1 | -2/+48 |
| | |||||
* | Fix an obvious typo (It *is* a typo, or not?) | Thomas Heller | 2004-06-18 | 1 | -1/+1 |
| | |||||
* | Fix typo - the module is named distutils.util. | Thomas Heller | 2004-06-18 | 1 | -1/+1 |
| | |||||
* | add a pointer to the Distutils Cookbook | Fred Drake | 2004-06-14 | 1 | -1/+13 |
| | |||||
* | Add support for package data. | Fred Drake | 2004-06-11 | 1 | -0/+49 |
| | | | | | | | This is basically the support for package data from Phillip Eby's setuptools package. I've changed it only to fit it into the core implementation rather than to live in subclasses, and added documentation. | ||||
* | SF patch 959726: sdist versus SVN | Tim Peters | 2004-05-31 | 1 | -3/+3 |
| | | | | The disutils sdist command now ignores .svn directories. | ||||
* | added scripts to the list of files automatically included in the | Fred Drake | 2004-03-31 | 1 | -0/+1 |
| | | | | distribution (see SF bug #796042) | ||||
* | include the right index sources | Fred Drake | 2004-03-25 | 1 | -2/+2 |
| | |||||
* | remove duplicate use of the meta-data label | Fred Drake | 2004-03-25 | 1 | -1/+0 |
| | |||||
* | give the document indexes | Fred Drake | 2004-03-23 | 1 | -0/+16 |
| | |||||
* | - use recommended Python style in examples (no spaces around "=" for | Fred Drake | 2004-03-23 | 1 | -59/+83 |
| | | | | | | | | keyword args) - format multi-line calls to distutils.core.setup() consistently, and in line with general practice (one keyword arg per line, comma/newline after the last - fix a few typos | ||||
* | merge Anthony Baxter's distutils API reference into the package | Fred Drake | 2004-03-23 | 1 | -1/+1541 |
| | | | | author's documentation | ||||
* | convert from a howto to a manual | Fred Drake | 2004-03-22 | 1 | -29/+29 |
| | |||||
* | - "Mac OS" should always include the space | Fred Drake | 2004-02-19 | 1 | -23/+33 |
| | | | | | | | - comment out documentation for a non-existant feature (--spec-file) that the comments indicate isn't clearly needed - lots of minor markup adjustments to get a more consistent presentation |