summaryrefslogtreecommitdiffstats
path: root/Lib/site.py
Commit message (Expand)AuthorAgeFilesLines
* -- fixed the comment, tooFredrik Lundh2000-07-151-3/+3
* -- note to self: wait until 'cvs commit' has finished beforeFredrik Lundh2000-07-151-3/+2
* -- changed default encoding to "ascii". you can still changeFredrik Lundh2000-07-151-17/+13
* -- removed get_default compatibility kludgeFredrik Lundh2000-07-101-1/+1
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-071-2/+37
* Wrong pathname in docstring detected by Fredrik Nehr.Guido van Rossum1998-11-251-1/+1
* Add built-in string variables 'quit' and 'exit' that display a hint onGuido van Rossum1998-08-071-0/+12
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-31/+31
* Update the doc string to emphasize non-Unix behavior earlier;Guido van Rossum1998-01-131-7/+5
* Change packages -> site-packagesGuido van Rossum1997-09-081-8/+10
* Different test for Unix -- rely on os.sep instead of sys.platform.Guido van Rossum1997-09-031-3/+3
* Give in to Mike Meyer -- add *both* lib/python1.5/packages andGuido van Rossum1997-09-031-7/+9
* #Removed debug print that was accidentally left in.Guido van Rossum1997-09-031-2/+0
* New site.py semantics. Searches inGuido van Rossum1997-08-291-28/+103
* site customization hook...Guido van Rossum1996-08-171-0/+47