Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #1677862: Require a space or tab after import in .pth files. | Martin v. Löwis | 2007-03-12 | 1 | -6/+11 |
| | |||||
* | The site module documentation also described the Windows behaviour incorrectly. | Nick Coghlan | 2006-06-12 | 1 | -6/+7 |
| | |||||
* | bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows | Georg Brandl | 2005-08-24 | 1 | -2/+2 |
| | |||||
* | Update references specifying "Macintosh" to mean OS X semantics and not Mac OS | Brett Cannon | 2005-02-13 | 1 | -2/+2 |
| | | | | | | 9. Applies patch #1095802. Thanks Jack Jansen. | ||||
* | Clarify docs on where .pth files can exist. | Brett Cannon | 2004-03-20 | 1 | -1/+2 |
| | |||||
* | - we *really* don't care about Python 1.5 alphas any more! | Fred Drake | 2003-12-30 | 1 | -6/+4 |
| | | | | - note the interpreter's -S option | ||||
* | Minor grammar fix, and clarification | Andrew M. Kuchling | 2002-12-30 | 1 | -2/+2 |
| | |||||
* | SF #515041, Update path for 2.3 | Neal Norwitz | 2002-02-19 | 1 | -2/+2 |
| | |||||
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -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öwis | 2001-01-11 | 1 | -1/+1 |
| | |||||
* | Fixed a large number of small problems, mostly noted by Detlef Lannert | Fred Drake | 2000-10-10 | 1 | -1/+1 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Use \shortversion in a number of places. | Fred Drake | 2000-09-14 | 1 | -5/+5 |
| | | | | This partially addresses SourceForge bug #114318. | ||||
* | Avoid reference to specific versions of Python where possible. | Fred Drake | 2000-09-14 | 1 | -4/+4 |
| | | | | This partially addresses SourceForge bug #114318. | ||||
* | Fixed typo and font-control problem reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Shorten a few section titles. | Fred Drake | 1999-02-20 | 1 | -2/+2 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Don't assume that \version expands to the 3-character major.minor number; it | Fred Drake | 1998-04-09 | 1 | -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 Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Some logical markup. | Fred Drake | 1998-03-08 | 1 | -5/+5 |
| | |||||
* | Jeff Kunce writes (and he is right): | Guido van Rossum | 1998-02-19 | 1 | -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. This | Fred Drake | 1998-02-16 | 1 | -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 previous | Fred Drake | 1998-02-13 | 1 | -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 Drake | 1998-01-13 | 1 | -15/+13 |
| | | | | | | Added "module search path" to the index. "Unix" ==> "\UNIX{}" | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -1/+1 |
| | |||||
* | Change packages to site-packages (so it's clearly not a package itself). | Guido van Rossum | 1997-09-08 | 1 | -5/+5 |
| | |||||
* | Give in to Mike Meyer -- add *both* lib/python1.5/packages and | Guido van Rossum | 1997-09-03 | 1 | -9/+20 |
| | | | | | lib/site-python to the path (if they exist). This is a reasonable compromise. | ||||
* | Document newly revamped site configuration mechanism. | Guido van Rossum | 1997-08-30 | 1 | -19/+63 |
| | | | | Damn the criticism in c.l.p! | ||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -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 Rossum | 1997-04-03 | 1 | -0/+29 |