summaryrefslogtreecommitdiff
path: root/Lib/site.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28440: No longer add /Library/Python/site-packages, the Apple-suppliedNed Deily2016-12-031-9/+0
* https goodnessBenjamin Peterson2015-02-011-1/+1
* Issue #21572: Change license command to fallback to generic license URL.Ned Deily2014-05-301-1/+1
* - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.hdoko@ubuntu.com2013-04-081-15/+0
* Issue #10881: Fix test_site failures with OS X framework builds.Ned Deily2012-02-061-1/+1
* Merged revisions 87497 via svnmerge fromR. David Murray2010-12-261-9/+19
* Merged revisions 85386-85387,85389 via svnmerge fromVictor Stinner2010-10-121-3/+7
* use a set for membership testingBenjamin Peterson2010-06-031-2/+2
* Issue #8084: ensure that the --user directoryRonald Oussoren2010-05-081-6/+11
* Fix #8364. Update the setquit docstring and change a built-in to builtin.Brian Curtin2010-04-121-3/+5
* Issue #8205: Remove the "Modules" directory from sys.path when Python is runn...Florent Xicluna2010-03-221-1/+1
* ooops, fix error message in execusercustomize()Victor Stinner2010-03-101-1/+1
* Issue #3137: Don't ignore errors at startup, especially a keyboard interruptVictor Stinner2010-03-101-0/+12
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-21/+6
* #6693: New functions in site.py to get user/global site packages paths.Tarek Ziadé2009-08-201-36/+66
* Fix issue #4865: add /Library/Python/2.7/site-packages toRonald Oussoren2009-03-301-2/+4
* Docstring typoAndrew M. Kuchling2008-05-101-1/+1
* Add --user option to build_extChristian Heimes2008-05-091-1/+1
* Implemented PEP 370Christian Heimes2008-05-061-48/+185
* Add the correct build dir when building with pydebug.Georg Brandl2008-01-211-0/+2
* Fix docstring for add_package in site.py.Georg Brandl2007-05-191-2/+4
* Patch #1677862: Require a space or tab after import in .pth files.Martin v. Löwis2007-03-121-1/+1
* 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