summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsite.tex
Commit message (Collapse)AuthorAgeFilesLines
* Patch #1677862: Require a space or tab after import in .pth files.Martin v. Löwis2007-03-121-6/+11
|
* The site module documentation also described the Windows behaviour incorrectly.Nick Coghlan2006-06-121-6/+7
|
* bug [ 1190204 ] 3.29 site is confusing re site-packages on WindowsGeorg Brandl2005-08-241-2/+2
|
* Update references specifying "Macintosh" to mean OS X semantics and not Mac OSBrett Cannon2005-02-131-2/+2
| | | | | | 9. Applies patch #1095802. Thanks Jack Jansen.
* Clarify docs on where .pth files can exist.Brett Cannon2004-03-201-1/+2
|
* - we *really* don't care about Python 1.5 alphas any more!Fred Drake2003-12-301-6/+4
| | | | - note the interpreter's -S option
* Minor grammar fix, and clarificationAndrew M. Kuchling2002-12-301-2/+2
|
* SF #515041, Update path for 2.3Neal Norwitz2002-02-191-2/+2
|
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-1/+1
| | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed.
* Document \code{import} in pth files.Martin v. Löwis2001-01-111-1/+1
|
* Fixed a large number of small problems, mostly noted by Detlef LannertFred Drake2000-10-101-1/+1
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Use \shortversion in a number of places.Fred Drake2000-09-141-5/+5
| | | | This partially addresses SourceForge bug #114318.
* Avoid reference to specific versions of Python where possible.Fred Drake2000-09-141-4/+4
| | | | This partially addresses SourceForge bug #114318.
* Fixed typo and font-control problem reported by Detlef LannertFred Drake1999-04-231-2/+2
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Shorten a few section titles.Fred Drake1999-02-201-2/+2
|
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Don't assume that \version expands to the 3-character major.minor number; itFred Drake1998-04-091-2/+4
| | | | is the full release version name ("1.5.1beta1", for instance).
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Some logical markup.Fred Drake1998-03-081-5/+5
|
* Jeff Kunce writes (and he is right):Guido van Rossum1998-02-191-3/+3
| | | | | | | | | | | | | | | | | | Also, I just ran across a [possible] minor glitch in the library documentation for site.py. It says: "For example, suppose sys.prefix and sys.exec_prefix are set to `/usr/local'. The Python 1.5 library is then installed in `/usr/local/lib/python1.5'. Suppose this has a subdirectory `/usr/local/python1.5/site-packages' with three subsubdirectories, `foo', `bar' and `spam'..." I think it should be: "...Suppose this has a subdirectory `/usr/local/lib/python1.5/site-packages' with..." ^^^^
* Use \version to get the current Python version number, where possible. ThisFred Drake1998-02-161-6/+6
| | | | can only be done in the running text, and not in {verbatim} environments.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-7/+7
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Removed obsolete \kwindex{} calls.Fred Drake1998-01-131-15/+13
| | | | | | Added "module search path" to the index. "Unix" ==> "\UNIX{}"
* Fixed index references to modules.Fred Drake1997-12-151-1/+1
|
* Change packages to site-packages (so it's clearly not a package itself).Guido van Rossum1997-09-081-5/+5
|
* Give in to Mike Meyer -- add *both* lib/python1.5/packages andGuido van Rossum1997-09-031-9/+20
| | | | | lib/site-python to the path (if they exist). This is a reasonable compromise.
* Document newly revamped site configuration mechanism.Guido van Rossum1997-08-301-19/+63
| | | | Damn the criticism in c.l.p!
* AMK's megapatch:Guido van Rossum1997-07-171-0/+1
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* New stuff by AMK.Guido van Rossum1997-04-031-0/+29