Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -1/+1 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-07 | 1 | -2/+37 |
| | | | | | | | | | | Added support to set the default encoding of strings at startup time to the values defined by the C locale. The sys.setdefaultencoding() API is deleted after having set up the encoding, so that user code cannot subsequentely change the setting. This effectively means that only site.py may alter the default setting. | ||||
* | Wrong pathname in docstring detected by Fredrik Nehr. | Guido van Rossum | 1998-11-25 | 1 | -1/+1 |
| | |||||
* | Add built-in string variables 'quit' and 'exit' that display a hint on | Guido van Rossum | 1998-08-07 | 1 | -0/+12 |
| | | | | | | how to exit (in a platform dependent way!). We use os.sep to determine which platform we're on, since I expect that this will work better for minority platforms. | ||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -31/+31 |
| | |||||
* | Update the doc string to emphasize non-Unix behavior earlier; | Guido van Rossum | 1998-01-13 | 1 | -7/+5 |
| | | | | sys.prefix is no longer empty on any platform that I know of. | ||||
* | Change packages -> site-packages | Guido van Rossum | 1997-09-08 | 1 | -8/+10 |
| | |||||
* | Different test for Unix -- rely on os.sep instead of sys.platform. | Guido van Rossum | 1997-09-03 | 1 | -3/+3 |
| | |||||
* | Give in to Mike Meyer -- add *both* lib/python1.5/packages and | Guido van Rossum | 1997-09-03 | 1 | -7/+9 |
| | | | | | lib/site-python to the path (if they exist). This is a reasonable compromise. | ||||
* | #Removed debug print that was accidentally left in. | Guido van Rossum | 1997-09-03 | 1 | -2/+0 |
| | |||||
* | New site.py semantics. Searches in | Guido van Rossum | 1997-08-29 | 1 | -28/+103 |
| | | | | | <*prefix>/lib/python<version>/packages for *.pth files containing directories that are appended to sys.path. | ||||
* | site customization hook... | Guido van Rossum | 1996-08-17 | 1 | -0/+47 |