summaryrefslogtreecommitdiff
path: root/Doc/dist
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Typo: sys.prefex -> sys.prefixThomas Heller2003-09-251-2/+2
| | | | | | Closes SF# 812152 Baskport candidate for release23-main
* 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).
* Fix typo reported by Joonas Paalasmaa: dada-->dataFred Drake2001-08-161-1/+1
|
* Update some incorrect comments about the bdist commands that exist.Fred Drake2001-08-021-4/+7
| | | | Add an entry for the distutils.sysconfig module docs.
* Documentation for the distutils.sysconfig module.Fred Drake2001-08-021-0/+113
|
* Minor changes to match the style guide.Fred Drake2001-07-141-3/+3
|
* Comment out section titles for sections that have not been written yet;Fred Drake2001-03-011-65/+141
| | | | | | | | | | | | there is no need to clutter a reader's life with those useless things. Make the snippets of Python code conform to the standard style. Suppress the "Contents" page for HTML; it is not needed for small documents in the online environment since LaTeX2HTML generates lots of tables of links anyway. Various markup consistency nits.
* Fix markup so this document will format.Fred Drake2001-02-191-1/+1
|
* Checked in with Andrew's blessing, I leave the comments with whichThomas Heller2001-02-191-26/+106
| | | | | | | | | | | | | | | this was posted to distutils-sig in. Here is what I've hacked together over some spare time at the weekend. I would appreciate feedback, as I've told before I'm neither a great author, nor native english speaker, nor anything else. Mostly I've completed (and written) docs for bdist_wininst (where I'm an experert for), also I've started some stuff for the data_files and scripts option. Should I continue in this way? Would others like to jump in?
* Fix two typos, and add some omitted \option{} markupAndrew M. Kuchling2001-02-171-7/+7
|
* Updates to reflect pending changes to the XML conversion process.Fred Drake2000-11-221-0/+3
|
* Do not use \verb in the Python documentation -- it makes parsing the LaTeXFred Drake2000-11-221-3/+3
| | | | | sources more difficult and other tools do not always work well with it. Since we have better markup for this case, just fix it.
* Do not require packages that are not needed.Fred Drake2000-10-261-2/+0
|
* Lots of small markup adjustments for consistency with the rest of theFred Drake2000-10-261-24/+25
| | | | documentation.
* Typo fix -- it's 'ext_modules', not 'extensions'.Greg Ward2000-09-121-3/+3
|
* Greatly enhanced the section on creating built distributions; inGreg Ward2000-09-071-26/+169
| | | | | particular wrote up creating RPMs in detail. Other scattered improvements.
* General overhaul of the "Creating a Source Distribution" section --Greg Ward2000-09-061-51/+80
| | | | better explanation of manifest files, in particular.
* Fleshed out the section on the setup config file, setup.cfg.Greg Ward2000-09-041-26/+139
| | | | | Added a few clarifying footnotes and cross-references. Various minor tweaks.
* Added abstract.Greg Ward2000-08-311-0/+10
|
* Get rid of "sec:" prefix that slipped into a couple of \label's.Greg Ward2000-08-311-4/+4
|
* Wrote the "Describing extension modules" section.Greg Ward2000-08-061-4/+193
|
* A bundle of wording improvements, corrections, clarifications, updates,Greg Ward2000-08-051-68/+77
| | | | and so forth.
* Update Python version numbers from 1.6 to 2.0 where appropriate.Fred Drake2000-06-301-6/+7
| | | | | Make some references between the distutils documents hyperlinks using the \citetitle markup.
* Minor wording tweaks.Greg Ward2000-06-251-5/+6
| | | | | | Kludged the extra-wide table that summarizes the manifest template language (works with LaTeX, but is an *evil* kludge and could well break LaTeX2HTML or similar...).
* Some clarifications to the 'A simple example' section.Greg Ward2000-06-241-6/+8
|
* Fixed a grab-bag of typos spotted by Detlef Lannert.Greg Ward2000-06-241-10/+9
|
* Guido's rewording of my definition of "root package", with an addition by me.Greg Ward2000-05-261-6/+8
|