Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. | Fred Drake | 2001-04-13 | 1 | -1/+1 |
| | |||||
* | Fix a few minor markup nits. | Fred Drake | 2001-03-03 | 1 | -13/+13 |
| | |||||
* | Rene Liebscher <R.Liebscher@gmx.de>: | Fred Drake | 2001-03-03 | 1 | -2/+112 |
| | | | | | | Added information on using non-Microsoft compilers on Windows. [Minor edits for markup consistency. --FLD] | ||||
* | Comment out section titles for sections that have not been written yet; | Fred Drake | 2001-03-01 | 1 | -9/+59 |
| | | | | | | | | | | there is no need to clutter a reader's life with those useless things. 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 typo | Andrew M. Kuchling | 2001-02-17 | 1 | -2/+2 |
| | | | | Makefile.pre.in was added in 1.4 | ||||
* | Remove evil "sec:" prefix from some \label markups; this is bad for | Fred Drake | 2001-01-24 | 1 | -2/+2 |
| | | | | filenames on Windows (& Mac?) platforms. | ||||
* | 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 | -46/+47 |
| | | | | documentation. | ||||
* | Minor tweaks to catch up with the current code in a few spots. | Greg Ward | 2000-10-22 | 1 | -16/+147 |
| | | | | Wrote the "Distutils Configuration Files" section. | ||||
* | Added skeletal "Building Extensions: Tips and Tricks" section. This | Greg Ward | 2000-09-30 | 1 | -0/+25 |
| | | | | is where all the FAQs about extension-building will be answered. | ||||
* | Remove a ?? in the description of Mac OS support. | Greg Ward | 2000-09-26 | 1 | -1/+1 |
| | |||||
* | Fix install directories on Mac OS (now that the "install" command | Greg Ward | 2000-09-13 | 1 | -13/+4 |
| | | | | does the right thing). | ||||
* | Changed/added a bunch of section labels so HTML files will be named nicely. | Greg Ward | 2000-09-13 | 1 | -6/+10 |
| | |||||
* | Improve Windows and Mac OS-specific instructions for running the | Greg Ward | 2000-09-12 | 1 | -10/+27 |
| | | | | setup script. Also added a comment about how it *should* work on Mac OS. | ||||
* | Minor tweaks to get rid of some '\XXX' remarks. | Greg Ward | 2000-09-11 | 1 | -11/+12 |
| | |||||
* | Added abstract. | Greg Ward | 2000-08-31 | 1 | -2/+9 |
| | |||||
* | Update Python version numbers from 1.6 to 2.0 where appropriate. | Fred Drake | 2000-06-30 | 1 | -11/+12 |
| | | | | | Make some references between the distutils documents hyperlinks using the \citetitle markup. | ||||
* | Fixed a grab-bag of typos spotted by Detlef Lannert. | Greg Ward | 2000-06-24 | 1 | -7/+7 |
| | |||||
* | Added concrete example of when separate build and install might be | Greg Ward | 2000-05-30 | 1 | -1/+5 |
| | | | | useful (suggested by Moshe Zadka). | ||||
* | Stripped leading 'sec:' from all section labels -- generates bad filenames, | Greg Ward | 2000-04-28 | 1 | -21/+21 |
| | | | | bad link URLs in HTML, etc. | ||||
* | Reverted '\var' in the "standard installation location" table to '\filevar'. | Greg Ward | 2000-04-19 | 1 | -49/+51 |
| | | | | Reformatted wide paragraphs. | ||||
* | Changed '\tilde' and '\bslash' to the standard '\textasciitilde' and | Greg Ward | 2000-04-19 | 1 | -9/+9 |
| | | | | '\textbackslash'. | ||||
* | Changed '\option' to '\longprogramopt' wherever it referred to a command-line | Greg Ward | 2000-04-19 | 1 | -22/+22 |
| | | | | option. | ||||
* | Added note about usual default prefix under Linux (thanks to Peter Funk | Greg Ward | 2000-04-12 | 1 | -4/+9 |
| | | | | for the idea). | ||||
* | Changed the table of per-platform default installation locations to be | Greg Ward | 2000-04-12 | 1 | -21/+32 |
| | | | | more consistent with the rest of the Python docs. | ||||
* | Spewed a bunch more verbiage. | Greg Ward | 2000-04-11 | 1 | -87/+179 |
| | | | | Lots of scattered wording changes. | ||||
* | Wrote the introduction (including several subsections). | Greg Ward | 2000-04-09 | 1 | -16/+177 |
| | | | | Started writing the "Standard Build and Install" section. | ||||
* | Extracted a bunch of Distutils-specific commands and macros to distutils.sty | Greg Ward | 2000-04-09 | 1 | -13/+1 |
| | | | | (also needed by inst.tex). | ||||
* | Fix small errors in description of Mac, Windows installation schemes. | Greg Ward | 2000-03-22 | 1 | -4/+4 |
| | | | | Added comment about "--help" (no value) not working. | ||||
* | Third attempt at documenting an installation scheme; this one feels like | Greg Ward | 2000-03-18 | 1 | -192/+301 |
| | | | | | | it could work--reasonably short and straightforward to document, but flexible enough that it will be able to handle more than just modules and extensions in the future. | ||||
* | [from 2000-02-25] Second attempt at describing an installation scheme; this is | Greg Ward | 2000-03-10 | 1 | -365/+141 |
| | | | | | the simplified scheme that Guido proposed. Also already-obsolete, and saved only for posterity. | ||||
* | [from 2000-02-23] Description of the baroque and already-obsolete | Greg Ward | 2000-03-10 | 1 | -0/+534 |
installation scheme that Fred Drake and I cooked up. Only saved for posterity. |