summaryrefslogtreecommitdiff
path: root/Lib/site.py
Commit message (Expand)AuthorAgeFilesLines
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-2/+2
* Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-1/+1
* Closes #16519: Merged fix from 3.3.Vinay Sajip2012-11-231-22/+1
|\
| * Remove sys.platform == 'riscos' checks from some Python and test files. #16501Christian Heimes2012-11-191-3/+1
| * #16135: Removal of OS/2 support (Python code partial cleanup)Jesus Cea2012-10-051-20/+1
* | Issue #16519: Used os.path.abspath, removed unnecessary code for executable_n...Vinay Sajip2012-11-231-5/+3
|/
* Issue 15241: Improved site.py documentation relating to venvs.Vinay Sajip2012-07-031-2/+2
* Closes #15173: Tidied up copyright statements and removed pythonv references.Vinay Sajip2012-06-251-2/+2
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-7/+81
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-1/+2
* site: don't import traceback at startup to speed up Python startupVictor Stinner2012-02-211-1/+1
* Remove redundant imports.Florent Xicluna2011-11-041-2/+1
* Replace open(filename, 'rU') by open(filename, 'r')Victor Stinner2011-05-041-2/+2
* Do not touch sys.path when site is imported and python was started with -S.Éric Araujo2011-03-231-1/+9
* #5258/#10642: print fn, line, traceback and continue when .pth file is brokenR. David Murray2010-12-261-9/+19
* Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if theVictor Stinner2010-10-121-3/+7
* Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()Antoine Pitrou2010-09-011-25/+0
* Reimplement addbuilddir() in C inside getpath.c, so as to execute itAntoine Pitrou2010-08-131-15/+0
* Ensure that test_site actually passes with a framework buildRonald Oussoren2010-08-011-1/+1
* Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge...Benjamin Peterson2010-06-271-2/+2
* Merged revisions 80967 via svnmerge fromRonald Oussoren2010-05-081-6/+11
* PEP 3147Barry Warsaw2010-04-171-4/+8
* Merged revisions 80022 via svnmerge fromBrian Curtin2010-04-121-3/+5
* Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge fromFlorent Xicluna2010-03-281-1/+1
* Merged revisions 78826 via svnmerge fromVictor Stinner2010-03-121-5/+14
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-21/+6
* Merged revisions 74526 via svnmerge fromTarek Ziadé2009-08-201-36/+66
* Merged revisions 70778 via svnmerge fromRonald Oussoren2009-03-301-2/+4
* Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-...Alexandre Vassalotti2008-05-151-1/+1
* Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,...Alexandre Vassalotti2008-05-151-1/+1
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-061-48/+184
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-0/+2
* Remove several mentions of old Python versions that don't apply anymore.Georg Brandl2008-01-051-6/+0
* Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will ...Christian Heimes2007-12-311-1/+6
* Fix issue #1667. The _Printer() class was using sys.stdin.readline()Guido van Rossum2007-12-201-3/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-9/+9
* Patch 1267 by Christian Heimes.Guido van Rossum2007-10-191-18/+0
* Three patches from issue #1047, by Amaury Forgeot d'Arc:Guido van Rossum2007-08-291-3/+3
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-1/+1
* Remove RISCOS supportSkip Montanaro2007-08-161-1/+1
* Hack to avoid a nasty recursion issue when Python is invokedGuido van Rossum2007-08-091-0/+3
* Add an encoding property to TextIOBase instances.Guido van Rossum2007-05-241-3/+3
* Enable new I/O. Disable creation of old files.Guido van Rossum2007-05-241-7/+1
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-2/+4
* Protect abs__file__() from changes to sys.modules while it's running.Guido van Rossum2007-05-181-1/+1
* Get rid of 'file' built-in. Get rid of types.StringType and friends.Guido van Rossum2007-05-081-2/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* If $PYTHONNEWIO is set and nonempty,Guido van Rossum2007-04-171-0/+23
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1