summaryrefslogtreecommitdiff
path: root/Lib/site.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #1540892: site.py Quitter() class attempts to close sys.stdinKurt B. Kaiser2006-08-161-0/+6
* Update the docstring to use a version a little newer than 1999. This wasNeal Norwitz2006-08-151-3/+3
* Fix site module docstring to match the code for Mac OSX, tooNick Coghlan2006-06-121-3/+4
* Fix site module docstring to match the codeNick Coghlan2006-06-121-2/+2
* Adjust whitespace.Neal Norwitz2006-04-111-1/+1
* Updated the warnings, linecache, inspect, traceback, site, and doctest modulesPhillip J. Eby2006-04-111-0/+2
* Whitespace normalization.Tim Peters2006-03-101-1/+1
* Patch #1446372: quit and exit can now be called from the interactiveGeorg Brandl2006-03-091-4/+13
* Fix bug in addsitedir() to properly handle the lack of a second argument.Brett Cannon2004-07-201-3/+3
* Change argument list for addsitedir() to not require a second argument and thusBrett Cannon2004-07-091-1/+1
* Whitespace normalization.Tim Peters2004-07-071-1/+1
* Refactored site.py into functions. Also moved over to using sets.Brett Cannon2004-06-051-203/+236
* Back out last patch that removed an entry from sys.path if it was not anBrett Cannon2004-03-211-1/+1
* Remove non-existent paths.Brett Cannon2004-03-201-1/+1
* Fix how line endings were handled when iterating over a .pth file by strippingBrett Cannon2004-03-201-2/+1
* We have cp932 support in standard distribution now. And there's nowHye-Shik Chang2004-02-131-4/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* To find the curses extension as a DLL (on OS/2), we need to adjust theAndrew MacIntyre2003-12-021-0/+15
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Repair operator error.Jeremy Hylton2003-07-181-8/+3
* SF patch 773476: NameError when there are no prefixes.Jeremy Hylton2003-07-181-3/+9
* 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