summaryrefslogtreecommitdiffstats
path: root/Doc/dist/dist.tex
Commit message (Collapse)AuthorAgeFilesLines
* clean up markup for --executable descriptionFred Drake2004-08-251-2/+3
|
* Patch #736857, #736859: Add -e option to build_scripts.Martin v. Löwis2004-08-251-1/+3
|
* SF #1005913, Patch to allow building of paper-*/dist.pdf by Jeff EplerNeal Norwitz2004-08-131-27/+27
| | | | There were subsections without sections, so drop a sub.
* Remove MacOS 9 refAndrew M. Kuchling2004-08-071-4/+1
|
* Doc/lib/libfuncs.tex: correct items in itemizeMatthias Klose2004-08-041-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.pyFred Drake2004-08-031-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 Drake2004-08-021-3/+2
|
* start filling in documentation on extending distutilsFred Drake2004-08-021-2/+48
|
* Fix an obvious typo (It *is* a typo, or not?)Thomas Heller2004-06-181-1/+1
|
* Fix typo - the module is named distutils.util.Thomas Heller2004-06-181-1/+1
|
* add a pointer to the Distutils CookbookFred Drake2004-06-141-1/+13
|
* Add support for package data.Fred Drake2004-06-111-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 SVNTim Peters2004-05-311-3/+3
| | | | The disutils sdist command now ignores .svn directories.
* added scripts to the list of files automatically included in theFred Drake2004-03-311-0/+1
| | | | distribution (see SF bug #796042)
* include the right index sourcesFred Drake2004-03-251-2/+2
|
* remove duplicate use of the meta-data labelFred Drake2004-03-251-1/+0
|
* give the document indexesFred Drake2004-03-231-0/+16
|
* - use recommended Python style in examples (no spaces around "=" forFred Drake2004-03-231-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 packageFred Drake2004-03-231-1/+1541
| | | | author's documentation
* convert from a howto to a manualFred Drake2004-03-221-29/+29
|
* - "Mac OS" should always include the spaceFred Drake2004-02-191-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
* - according to Apple's publication style guide, yes, "Mac people" useFred Drake2004-02-191-2/+2
| | | | | | the term Installer (always capitalized, however) - generalize the text about the term "installer" in a fairly reasonable way
* use API documentation style for the descriptions of the additionalFred Drake2004-02-191-40/+39
| | | | | functions made available in the post-installation script run by the Windows installer
* minor markup improvementsFred Drake2004-02-191-9/+9
|
* no reason not to use boilerplate.tex now that it names the PSFFred Drake2004-01-231-0/+2
|
* list the Python Software Foundation on all the documentsFred Drake2004-01-021-1/+4
|
* Patch #821093: Fix various typos.Martin v. Löwis2003-10-191-1/+1
|
* Typo found by Lokasz Pankowski:Thomas Heller2003-10-161-1/+1
| | | | dir_created -> directory_created
* Fix a typo, discovered by Joonas Paalasmaa.Thomas Heller2003-10-081-2/+2
| | | | Backported to 2.3
* Fix a typo found by Eric D. Moyer, closes SF 807813.Thomas Heller2003-09-171-1/+1
| | | | Will backport to 2.3.
* Fix a variety of small markup nits.Fred Drake2003-07-021-5/+5
|
* Document the DISTUTILS_DEBUG variable.Thomas Heller2003-06-301-0/+21
| | | | | | Closes sf #761401. Backport candidate.
* [Bug #713722] Delete dangling references to unwritten sectionsAndrew M. Kuchling2003-05-131-5/+2
|
* Updated information on package metadata to reflect recent additions.Fred Drake2003-04-251-33/+68
| | | | This is a modified form of SF patch #718027 (mostly markup changes).
* - add the "download_url" field to the pre-2.2.3 metadata compatibility noteFred Drake2003-03-311-26/+26
| | | | - fix some markup nits
* Point e-mail address at the SIGAndrew M. Kuchling2003-03-041-1/+1
|
* [Bug #693474, reported by Stuart Bishop]Andrew M. Kuchling2003-02-261-5/+8
| | | | Fix errors in the list of setup() arguments
* SF bug #690377: Dud footnote reference in distutils docsRaymond Hettinger2003-02-211-2/+2
|
* [Patch #658093 ] Documentation support for PEP 301Andrew M. Kuchling2003-01-031-3/+124
| | | | | Add two sections to this manual about package meta-data and about registering packages
* Description of description was really confusing, and added some markup.Thomas Heller2002-12-121-10/+10
|
* Raw documentation for the bdist_wininst postinstallation script.Thomas Heller2002-12-121-0/+78
| | | | | | | | | | People are already using it, so these docs are certainly better than no docs at all. Markup is mostly missing and the layout is probably ugly, but this can be fixed later. Question: there are references to MS docs for the CSIDL_... constants and the IShellLink interface. Are these pointers sufficient, or should the MS docs reworded and repeated here?
* Minor markup nits.Fred Drake2002-11-151-4/+5
|
* Document the available command line flags for bdist_wininst, which areThomas Heller2002-11-151-15/+29
| | | | | | | | | | | | | avaliable in the Python 2.2 branch. I've left out some flags which are more thought for debugging, if someone needs them, he can always look at the output of --help. I'm sure Fred will make some adjustments, so I'll only mark this as a 2.2 bugfix candidate. There are more options available in the current CVS bdist_wininst, I will document them after this is in.
* Correct typo: the option is 'formats' not 'format'.Thomas Heller2002-11-151-1/+1
|
* Various minor rewritesAndrew M. Kuchling2002-05-291-42/+52
|
* [from Oct 2000]Greg Ward2002-05-101-9/+202
| | | | Start fleshing out the "Examples" section.
* [from Oct 2000]Greg Ward2002-05-101-2/+4
| | | | The zipfile module has been in the standard library for some time now.
* [from Oct 2000]Greg Ward2002-05-101-14/+18
| | | | Clarify explanations of header file search directories.
* Updates and rewritingAndrew M. Kuchling2002-05-081-110/+112
|
* Add more explanation of how data_files is used (esp. where the files end upFred Drake2002-03-081-2/+13
| | | | in the installation and how that location is determined).