summaryrefslogtreecommitdiffstats
path: root/Lib/site.py
Commit message (Expand)AuthorAgeFilesLines
* In an OSX framework build Python could fail if HOME wasn't set, fixed.Jack Jansen2003-06-031-1/+1
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-1/+1
* When on MacOSX, and only in a framework build, addJack Jansen2003-04-161-0/+13
* Patch #671666: Alias ANSI code page to "mbcs".Martin v. Löwis2003-03-031-0/+16
* PEP 302 + zipimport:Just van Rossum2002-12-301-9/+4
* Whitespace normalization.Tim Peters2002-11-091-1/+1
* Fix a problem in site.py which triggers in case sys.path is empty.Marc-André Lemburg2002-09-191-1/+2
* Add an XXX comment and a pointer to a full bug report.Fred Drake2002-07-251-0/+2
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-3/+3
* Removed old Digital Creations copyright/license notices (withGuido van Rossum2002-04-041-1/+1
* OS/2 EMX port Library and regression test changes:Andrew MacIntyre2002-02-241-1/+3
* SF #515020, delete global variables which are used only for temporaryNeal Norwitz2002-02-111-1/+2
* Don't use Latex \code{...} in docstrings.Guido van Rossum2001-12-171-1/+1
* Get rid of the stupid backslash in front of the column zero openBarry Warsaw2001-12-171-1/+1
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-6/+1
* Correct the URL for the license (only used when the LICENSE[.txt] fileGuido van Rossum2001-10-021-1/+1
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-1/+2
* Rewrote Jack's latest change so it does what it intended to do...Just van Rossum2001-08-151-4/+8
* Don't remove non-directories from sys.path on the mac: filesJack Jansen2001-08-151-2/+3
* Make the add*() helper functions more robust for use after intializationFred Drake2001-07-201-6/+33
* Copying this 2.1.1 bugfix to the trunk:Guido van Rossum2001-07-201-1/+0
* Actually remove directories from sys.path if they do not exist; the intentFred Drake2001-07-121-0/+4
* PEP 250: Add lib/site-packages to sys.path on Windows; also sys.prefixTim Peters2001-07-121-3/+1
* Avoid using os.path.normcase() on sys.path elements; doing so causes pathsFred Drake2001-07-021-19/+22
* Add new built-in 'help' which invokes pydoc.help (with a twist).Guido van Rossum2001-06-121-0/+14
* Two minor changes for better Jython compatibility. Finn Bock says:Barry Warsaw2001-03-231-3/+3
* RISCOS changes by dschwertberger.Guido van Rossum2001-03-021-1/+7
* A hack to augment sys.path with the build/lib.<platform> directoryGuido van Rossum2001-01-191-0/+9
* Patch #103134: Support import lines in pth files.Martin v. Löwis2001-01-111-1/+4
* The ".pth" code knew about the layout of Python trees on unix andJack Jansen2000-12-121-0/+2
* Fix `credits' to credit the Jython developers when running under thatBarry Warsaw2000-12-061-3/+9
* Fix a few problems with the _Printer class and the license variable.Guido van Rossum2000-10-031-23/+41
* Convert all entries on sys.path to absolute paths, and also update theFred Drake2000-09-281-8/+31
* sys.setdefaultencoding() should only be called in case the standardMarc-André Lemburg2000-09-181-2/+3
* Add new builtin commands "copyright", "license", "credits" whichGuido van Rossum2000-09-051-1/+52
* -- 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