summaryrefslogtreecommitdiff
path: root/Lib/site.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-3/+9
* When sitecustomize.py fails, don't make all of site.py fail,Guido van Rossum2006-08-191-0/+7
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-4/+5
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+2
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-1/+3
* 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