| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16519: Used os.path.abspath, removed unnecessary code for executable_n... | Vinay Sajip | 2012-11-23 | 1 | -5/+3 |
|
|
* | Issue 15241: Improved site.py documentation relating to venvs. | Vinay Sajip | 2012-07-03 | 1 | -2/+2 |
|
|
* | Closes #15173: Tidied up copyright statements and removed pythonv references. | Vinay Sajip | 2012-06-24 | 1 | -2/+2 |
|
|
* | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -7/+81 |
|
|
* | Issue #2377: Make importlib the implementation of __import__(). | Brett Cannon | 2012-04-14 | 1 | -1/+2 |
|
|
* | site: don't import traceback at startup to speed up Python startup | Victor Stinner | 2012-02-21 | 1 | -1/+1 |
|
|
* | Remove redundant imports. | Florent Xicluna | 2011-11-04 | 1 | -2/+1 |
|
|
* | Replace open(filename, 'rU') by open(filename, 'r') | Victor Stinner | 2011-05-04 | 1 | -2/+2 |
|
|
* | Do not touch sys.path when site is imported and python was started with -S. | Éric Araujo | 2011-03-23 | 1 | -1/+9 |
|
|
* | #5258/#10642: print fn, line, traceback and continue when .pth file is broken | R. David Murray | 2010-12-26 | 1 | -9/+19 |
|
|
* | Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the | Victor Stinner | 2010-10-12 | 1 | -3/+7 |
|
|
* | Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() | Antoine Pitrou | 2010-09-01 | 1 | -25/+0 |
|
|
* | Reimplement addbuilddir() in C inside getpath.c, so as to execute it | Antoine Pitrou | 2010-08-13 | 1 | -15/+0 |
|
|
* | Ensure that test_site actually passes with a framework build | Ronald Oussoren | 2010-08-01 | 1 | -1/+1 |
|
|
* | Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge... | Benjamin Peterson | 2010-06-27 | 1 | -2/+2 |
|
|
* | Merged revisions 80967 via svnmerge from | Ronald Oussoren | 2010-05-08 | 1 | -6/+11 |
|
|
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -4/+8 |
|
|
* | Merged revisions 80022 via svnmerge from | Brian Curtin | 2010-04-12 | 1 | -3/+5 |
|
|
* | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from | Florent Xicluna | 2010-03-28 | 1 | -1/+1 |
|
|
* | Merged revisions 78826 via svnmerge from | Victor Stinner | 2010-03-12 | 1 | -5/+14 |
|
|
* | Merged revisions 77704,77752 via svnmerge from | Tarek Ziadé | 2010-01-29 | 1 | -21/+6 |
|
|
* | Merged revisions 74526 via svnmerge from | Tarek Ziadé | 2009-08-20 | 1 | -36/+66 |
|
|
* | Merged revisions 70778 via svnmerge from | Ronald Oussoren | 2009-03-30 | 1 | -2/+4 |
|
|
* | Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-... | Alexandre Vassalotti | 2008-05-15 | 1 | -1/+1 |
|
|
* | Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,... | Alexandre Vassalotti | 2008-05-15 | 1 | -1/+1 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 1 | -48/+184 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 1 | -0/+2 |
|
|
* | Remove several mentions of old Python versions that don't apply anymore. | Georg Brandl | 2008-01-05 | 1 | -6/+0 |
|
|
* | Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will ... | Christian Heimes | 2007-12-31 | 1 | -1/+6 |
|
|
* | Fix issue #1667. The _Printer() class was using sys.stdin.readline() | Guido van Rossum | 2007-12-20 | 1 | -3/+1 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -9/+9 |
|
|
* | Patch 1267 by Christian Heimes. | Guido van Rossum | 2007-10-19 | 1 | -18/+0 |
|
|
* | Three patches from issue #1047, by Amaury Forgeot d'Arc: | Guido van Rossum | 2007-08-29 | 1 | -3/+3 |
|
|
* | some RiscOS stuff I missed before (was only looking for "RISCOS") | Skip Montanaro | 2007-08-17 | 1 | -1/+1 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -1/+1 |
|
|
* | Hack to avoid a nasty recursion issue when Python is invoked | Guido van Rossum | 2007-08-09 | 1 | -0/+3 |
|
|
* | Add an encoding property to TextIOBase instances. | Guido van Rossum | 2007-05-24 | 1 | -3/+3 |
|
|
* | Enable new I/O. Disable creation of old files. | Guido van Rossum | 2007-05-24 | 1 | -7/+1 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -2/+4 |
|
|
* | Protect abs__file__() from changes to sys.modules while it's running. | Guido van Rossum | 2007-05-18 | 1 | -1/+1 |
|
|
* | Get rid of 'file' built-in. Get rid of types.StringType and friends. | Guido van Rossum | 2007-05-08 | 1 | -2/+0 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
|
|
* | If $PYTHONNEWIO is set and nonempty, | Guido van Rossum | 2007-04-17 | 1 | -0/+23 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | Anna Ravenscroft identified many occurrences of "file" used to open a file | Alex Martelli | 2006-08-24 | 1 | -1/+1 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -3/+9 |
|
|
* | When sitecustomize.py fails, don't make all of site.py fail, | Guido van Rossum | 2006-08-19 | 1 | -0/+7 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -4/+5 |
|
|