Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | - according to Apple's publication style guide, yes, "Mac people" use | Fred Drake | 2004-02-19 | 1 | -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 additional | Fred Drake | 2004-02-19 | 1 | -40/+39 |
| | | | | | functions made available in the post-installation script run by the Windows installer | ||||
* | minor markup improvements | Fred Drake | 2004-02-19 | 1 | -9/+9 |
| | |||||
* | no reason not to use boilerplate.tex now that it names the PSF | Fred Drake | 2004-01-23 | 1 | -0/+2 |
| | |||||
* | list the Python Software Foundation on all the documents | Fred Drake | 2004-01-02 | 1 | -1/+4 |
| | |||||
* | Patch #821093: Fix various typos. | Martin v. Löwis | 2003-10-19 | 1 | -1/+1 |
| | |||||
* | Typo found by Lokasz Pankowski: | Thomas Heller | 2003-10-16 | 1 | -1/+1 |
| | | | | dir_created -> directory_created | ||||
* | Fix a typo, discovered by Joonas Paalasmaa. | Thomas Heller | 2003-10-08 | 1 | -2/+2 |
| | | | | Backported to 2.3 | ||||
* | Typo: sys.prefex -> sys.prefix | Thomas Heller | 2003-09-25 | 1 | -2/+2 |
| | | | | | | Closes SF# 812152 Baskport candidate for release23-main | ||||
* | Fix a typo found by Eric D. Moyer, closes SF 807813. | Thomas Heller | 2003-09-17 | 1 | -1/+1 |
| | | | | Will backport to 2.3. | ||||
* | Fix a variety of small markup nits. | Fred Drake | 2003-07-02 | 1 | -5/+5 |
| | |||||
* | Document the DISTUTILS_DEBUG variable. | Thomas Heller | 2003-06-30 | 1 | -0/+21 |
| | | | | | | Closes sf #761401. Backport candidate. | ||||
* | [Bug #713722] Delete dangling references to unwritten sections | Andrew M. Kuchling | 2003-05-13 | 1 | -5/+2 |
| | |||||
* | Updated information on package metadata to reflect recent additions. | Fred Drake | 2003-04-25 | 1 | -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 note | Fred Drake | 2003-03-31 | 1 | -26/+26 |
| | | | | - fix some markup nits | ||||
* | Point e-mail address at the SIG | Andrew M. Kuchling | 2003-03-04 | 1 | -1/+1 |
| | |||||
* | [Bug #693474, reported by Stuart Bishop] | Andrew M. Kuchling | 2003-02-26 | 1 | -5/+8 |
| | | | | Fix errors in the list of setup() arguments | ||||
* | SF bug #690377: Dud footnote reference in distutils docs | Raymond Hettinger | 2003-02-21 | 1 | -2/+2 |
| | |||||
* | [Patch #658093 ] Documentation support for PEP 301 | Andrew M. Kuchling | 2003-01-03 | 1 | -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 Heller | 2002-12-12 | 1 | -10/+10 |
| | |||||
* | Raw documentation for the bdist_wininst postinstallation script. | Thomas Heller | 2002-12-12 | 1 | -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 Drake | 2002-11-15 | 1 | -4/+5 |
| | |||||
* | Document the available command line flags for bdist_wininst, which are | Thomas Heller | 2002-11-15 | 1 | -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 Heller | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | Various minor rewrites | Andrew M. Kuchling | 2002-05-29 | 1 | -42/+52 |
| | |||||
* | [from Oct 2000] | Greg Ward | 2002-05-10 | 1 | -9/+202 |
| | | | | Start fleshing out the "Examples" section. | ||||
* | [from Oct 2000] | Greg Ward | 2002-05-10 | 1 | -2/+4 |
| | | | | The zipfile module has been in the standard library for some time now. | ||||
* | [from Oct 2000] | Greg Ward | 2002-05-10 | 1 | -14/+18 |
| | | | | Clarify explanations of header file search directories. | ||||
* | Updates and rewriting | Andrew M. Kuchling | 2002-05-08 | 1 | -110/+112 |
| | |||||
* | Add more explanation of how data_files is used (esp. where the files end up | Fred Drake | 2002-03-08 | 1 | -2/+13 |
| | | | | in the installation and how that location is determined). | ||||
* | Fix typo reported by Joonas Paalasmaa: dada-->data | Fred Drake | 2001-08-16 | 1 | -1/+1 |
| | |||||
* | Update some incorrect comments about the bdist commands that exist. | Fred Drake | 2001-08-02 | 1 | -4/+7 |
| | | | | Add an entry for the distutils.sysconfig module docs. | ||||
* | Documentation for the distutils.sysconfig module. | Fred Drake | 2001-08-02 | 1 | -0/+113 |
| | |||||
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 1 | -3/+3 |
| | |||||
* | Comment out section titles for sections that have not been written yet; | Fred Drake | 2001-03-01 | 1 | -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 Drake | 2001-02-19 | 1 | -1/+1 |
| | |||||
* | Checked in with Andrew's blessing, I leave the comments with which | Thomas Heller | 2001-02-19 | 1 | -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{} markup | Andrew M. Kuchling | 2001-02-17 | 1 | -7/+7 |
| | |||||
* | Updates to reflect pending changes to the XML conversion process. | Fred Drake | 2000-11-22 | 1 | -0/+3 |
| | |||||
* | Do not use \verb in the Python documentation -- it makes parsing the LaTeX | Fred Drake | 2000-11-22 | 1 | -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 Drake | 2000-10-26 | 1 | -2/+0 |
| | |||||
* | Lots of small markup adjustments for consistency with the rest of the | Fred Drake | 2000-10-26 | 1 | -24/+25 |
| | | | | documentation. |