Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make this distutils doc match the other in using boilerplate.tex | Fred Drake | 2004-01-26 | 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 |
| | |||||
* | Fix a loooong-standing brainfart: I got the site-packages path for | Greg Ward | 2003-08-23 | 1 | -1/+1 |
| | | | | Python 1.5.2 wrong in the section on config files. | ||||
* | Make the "install schema" tables follow the same table style we use | Fred Drake | 2003-07-02 | 1 | -1/+1 |
| | | | | elsewhere (lines between columns). | ||||
* | Fix a variety of small markup nits. | Fred Drake | 2003-07-02 | 1 | -3/+3 |
| | |||||
* | Point e-mail address at the SIG | Andrew M. Kuchling | 2003-03-04 | 1 | -1/+1 |
| | |||||
* | Bug #643631: MacOS 9 details missing from inst.tex | Andrew M. Kuchling | 2002-11-27 | 1 | -18/+7 |
| | | | | Fill in the missing details. (From Jack Jansen) | ||||
* | Mention that .pth files can't be used to override standard modules | Andrew M. Kuchling | 2002-11-25 | 1 | -4/+8 |
| | | | | (suggested by Jack Jansen) | ||||
* | Draft a section on modifying Python's path. I'm not sure where | Andrew M. Kuchling | 2002-11-15 | 1 | -7/+86 |
| | | | | | this section fits best in inst.tex's organization; Fred or someone, feel free to move it. | ||||
* | Old change (probably suggested by Jason Tishler) The GNU/Windows compiler is ↵ | Andrew M. Kuchling | 2002-11-06 | 1 | -10/+9 |
| | | | | now called MinGW | ||||
* | Add a missing % to a Windows-style environment variable expression. | Fred Drake | 2002-10-31 | 1 | -27/+32 |
| | | | | | Minor style guide compliance fix. Several markup fixes. | ||||
* | Fix markup for tilde in URL. | Fred Drake | 2002-10-18 | 1 | -1/+1 |
| | |||||
* | Move really open-ended XXX items into comments | Andrew M. Kuchling | 2002-05-24 | 1 | -9/+7 |
| | | | | Remove 1.5.2 reference: who cares? | ||||
* | Move 'Tips and Tricks' to be the last section | Andrew M. Kuchling | 2002-05-07 | 1 | -227/+227 |
| | |||||
* | Add section on Setup file | Andrew M. Kuchling | 2002-05-07 | 1 | -109/+137 |
| | | | | | Updates for 2.2 Remove references to Makefile.pre.in build method | ||||
* | [Bug #459270] Fix incorrect filename for system-wide config file | Andrew M. Kuchling | 2001-12-06 | 1 | -6/+6 |
| | |||||
* | Fix a URL (closing SF patch #462195). | Fred Drake | 2001-09-25 | 1 | -25/+43 |
| | | | | | | Cleaned up a bunch of XXX comments containing links to additional information, replacing them with proper references. Replaced "MacOS" with "Mac OS", since that's what the style guide says. | ||||
* | Updated infomation about libraries for alternate compilers on Windows. | Fred Drake | 2001-09-11 | 1 | -5/+2 |
| | | | | This closes SF patch #459441. | ||||
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 1 | -6/+6 |
| | |||||
* | Update the description of how to start an interpreter and determine the | Fred Drake | 2001-07-06 | 1 | -5/+6 |
| | | | | installation prefix and exec_prefix for Windows. | ||||
* | 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. |