| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 87497 via svnmerge from | R. David Murray | 2010-12-26 | 1 | -9/+19 |
|
|
* | Merged revisions 85386-85387,85389 via svnmerge from | Victor Stinner | 2010-10-12 | 1 | -3/+7 |
|
|
* | use a set for membership testing | Benjamin Peterson | 2010-06-03 | 1 | -2/+2 |
|
|
* | Issue #8084: ensure that the --user directory | Ronald Oussoren | 2010-05-08 | 1 | -6/+11 |
|
|
* | Fix #8364. Update the setquit docstring and change a built-in to builtin. | Brian Curtin | 2010-04-12 | 1 | -3/+5 |
|
|
* | Issue #8205: Remove the "Modules" directory from sys.path when Python is runn... | Florent Xicluna | 2010-03-22 | 1 | -1/+1 |
|
|
* | ooops, fix error message in execusercustomize() | Victor Stinner | 2010-03-10 | 1 | -1/+1 |
|
|
* | Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt | Victor Stinner | 2010-03-10 | 1 | -0/+12 |
|
|
* | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 1 | -21/+6 |
|
|
* | #6693: New functions in site.py to get user/global site packages paths. | Tarek Ziadé | 2009-08-20 | 1 | -36/+66 |
|
|
* | Fix issue #4865: add /Library/Python/2.7/site-packages to | Ronald Oussoren | 2009-03-30 | 1 | -2/+4 |
|
|
* | Docstring typo | Andrew M. Kuchling | 2008-05-10 | 1 | -1/+1 |
|
|
* | Add --user option to build_ext | Christian Heimes | 2008-05-09 | 1 | -1/+1 |
|
|
* | Implemented PEP 370 | Christian Heimes | 2008-05-06 | 1 | -48/+185 |
|
|
* | Add the correct build dir when building with pydebug. | Georg Brandl | 2008-01-21 | 1 | -0/+2 |
|
|
* | Fix docstring for add_package in site.py. | Georg Brandl | 2007-05-19 | 1 | -2/+4 |
|
|
* | Patch #1677862: Require a space or tab after import in .pth files. | Martin v. Löwis | 2007-03-12 | 1 | -1/+1 |
|
|
* | Patch #1540892: site.py Quitter() class attempts to close sys.stdin | Kurt B. Kaiser | 2006-08-16 | 1 | -0/+6 |
|
|
* | Update the docstring to use a version a little newer than 1999. This was | Neal Norwitz | 2006-08-15 | 1 | -3/+3 |
|
|
* | Fix site module docstring to match the code for Mac OSX, too | Nick Coghlan | 2006-06-12 | 1 | -3/+4 |
|
|
* | Fix site module docstring to match the code | Nick Coghlan | 2006-06-12 | 1 | -2/+2 |
|
|
* | Adjust whitespace. | Neal Norwitz | 2006-04-11 | 1 | -1/+1 |
|
|
* | Updated the warnings, linecache, inspect, traceback, site, and doctest modules | Phillip J. Eby | 2006-04-11 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-03-10 | 1 | -1/+1 |
|
|
* | Patch #1446372: quit and exit can now be called from the interactive | Georg Brandl | 2006-03-09 | 1 | -4/+13 |
|
|
* | Fix bug in addsitedir() to properly handle the lack of a second argument. | Brett Cannon | 2004-07-20 | 1 | -3/+3 |
|
|
* | Change argument list for addsitedir() to not require a second argument and thus | Brett Cannon | 2004-07-09 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-07 | 1 | -1/+1 |
|
|
* | Refactored site.py into functions. Also moved over to using sets. | Brett Cannon | 2004-06-05 | 1 | -203/+236 |
|
|
* | Back out last patch that removed an entry from sys.path if it was not an | Brett Cannon | 2004-03-21 | 1 | -1/+1 |
|
|
* | Remove non-existent paths. | Brett Cannon | 2004-03-20 | 1 | -1/+1 |
|
|
* | Fix how line endings were handled when iterating over a .pth file by stripping | Brett Cannon | 2004-03-20 | 1 | -2/+1 |
|
|
* | We have cp932 support in standard distribution now. And there's now | Hye-Shik Chang | 2004-02-13 | 1 | -4/+3 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
|
|
* | To find the curses extension as a DLL (on OS/2), we need to adjust the | Andrew MacIntyre | 2003-12-02 | 1 | -0/+15 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
* | Repair operator error. | Jeremy Hylton | 2003-07-18 | 1 | -8/+3 |
|
|
* | SF patch 773476: NameError when there are no prefixes. | Jeremy Hylton | 2003-07-18 | 1 | -3/+9 |
|
|
* | In an OSX framework build Python could fail if HOME wasn't set, fixed. | Jack Jansen | 2003-06-03 | 1 | -1/+1 |
|
|
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -1/+1 |
|
|
* | When on MacOSX, and only in a framework build, add | Jack Jansen | 2003-04-16 | 1 | -0/+13 |
|
|
* | Patch #671666: Alias ANSI code page to "mbcs". | Martin v. Löwis | 2003-03-03 | 1 | -0/+16 |
|
|
* | PEP 302 + zipimport: | Just van Rossum | 2002-12-30 | 1 | -9/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-11-09 | 1 | -1/+1 |
|
|
* | Fix a problem in site.py which triggers in case sys.path is empty. | Marc-André Lemburg | 2002-09-19 | 1 | -1/+2 |
|
|
* | Add an XXX comment and a pointer to a full bug report. | Fred Drake | 2002-07-25 | 1 | -0/+2 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -3/+3 |
|
|
* | Removed old Digital Creations copyright/license notices (with | Guido van Rossum | 2002-04-04 | 1 | -1/+1 |
|
|
* | OS/2 EMX port Library and regression test changes: | Andrew MacIntyre | 2002-02-24 | 1 | -1/+3 |
|
|
* | SF #515020, delete global variables which are used only for temporary | Neal Norwitz | 2002-02-11 | 1 | -1/+2 |
|
|