summaryrefslogtreecommitdiffstats
path: root/Doc/library/site.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19897: Use python as executable instead of python3.Berker Peksag2014-06-261-2/+2
|
* Closes #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy2014-04-291-1/+5
|
* #11643: fix rst markup error in site.rst.Ezio Melotti2012-09-171-1/+1
|
* Add documentation for PEP 370 features in distutils (#10745).Éric Araujo2011-08-191-2/+4
| | | | | | | | | | | | | | | | | | | | | Apart from adding a section to describe the user scheme, this changeset also does some much needed cleanup: - fixed inverted reST targets - fixed some paths - avoided duplicating the same options listing five or six times - added missing entries for C headers locations - added documentation for --install-lib - fixed a few misuses of the option role (see #9312), but not all (not worth the time, but will do it in packaging docs) - fixed some markup The paths fixes were done with an eye on the source code in the install command, so they really describe what’s actually done. The situation on Mac OS X is rather messy: the fix for #8084 touched site and sysconfig, but distutils does not use these files anymore since the Great Revert. I suspect we have a mismatched stdlib at the moment, and the fix is not even clear (see discussion on #8084).
* Improve documentation for PEP 370 support in site module (#8617).Éric Araujo2011-08-191-39/+85
| | | | | | | | | | | | | | | | | | | | | | | | site.USER_BASE and site.USER_SITE are now fully documented. PEP 370 is outdated with respects to the Mac framework situation, but the code in sysconfig and the example in the 3.2 What’s New document helped me find the right values to document for Mac OS X. The command-line interface of the site module is also described in the module docs. The purpose of the usercustomize module is explained in the site docs, with a gentle introduction in the tutorial (right after the section that talks about PYTHONSTARTUP; a comment mentions it should be moved from the tutorial to another file, but that will be another bug). Various markup and wording improvements were made along the way in the site module docs. Duplicate and incomplete declarations of environment variables have also been removed (the original bug report was actually about these entries :). The site module docs are still a bit messy; I’ll see about improving them for #11553. All these sections are copiously interlinked and findable from the doc indexes.
* Backport source links from 3.x.Éric Araujo2011-08-191-1/+3
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Fix warnings from "make check".Georg Brandl2010-03-121-2/+2
|
* comment out ugly xxxBenjamin Peterson2009-09-261-2/+2
|
* #6693: New functions in site.py to get user/global site packages paths.Tarek Ziadé2009-08-201-0/+26
|
* #3510: future-proof textAndrew M. Kuchling2008-09-271-3/+4
|
* #3495: use current version.Georg Brandl2008-08-031-2/+2
|
* Implemented PEP 370Christian Heimes2008-05-061-0/+48
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+87