Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/2.1
/
Lib
/
site.py
tag
88a6a6e3723ed39f893617e188fc135d538d9e30
tagger
Ned Deily <nad@python.org>
Mon Jun 19 00:05:36 2017
object
5f55933b3a78b7f3557ac81a2411a1b50bffab33
Final head of the former 2.1 branch
2e03ba8
Fix showstopper SF bug #442983: use of site.addsitedir() was broken
by Guido van Rossum
· 24 years ago
13928be
Avoid using os.path.normcase() on sys.path elements; doing so causes paths
by Fred Drake
· 24 years ago
62d2488
Two minor changes for better Jython compatibility. Finn Bock says:
by Barry Warsaw
· 24 years ago
d74fb6b
RISCOS changes by dschwertberger.
by Guido van Rossum
· 24 years ago
48eb9cd
A hack to augment sys.path with the build/lib.<platform> directory
by Guido van Rossum
· 25 years ago
bb0a4b7
Patch #103134: Support import lines in pth files.
by Martin v. Löwis
· 25 years ago
d49056c
The ".pth" code knew about the layout of Python trees on unix and
by Jack Jansen
· 25 years ago
23f26ce
Fix `credits' to credit the Jython developers when running under that
by Barry Warsaw
· 25 years ago
f19a7ac
Fix a few problems with the _Printer class and the license variable.
by Guido van Rossum
· 25 years ago
38cb9f1
Convert all entries on sys.path to absolute paths, and also update the
by Fred Drake
· 25 years ago
09cad08
sys.setdefaultencoding() should only be called in case the standard
by Marc-André Lemburg
· 25 years ago
d125239
Add new builtin commands "copyright", "license", "credits" which
by Guido van Rossum
· 25 years ago
3fded4b
-- fixed the comment, too
by Fredrik Lundh
· 25 years ago
efd7b00
-- note to self: wait until 'cvs commit' has finished before
by Fredrik Lundh
· 25 years ago
47ac126
-- changed default encoding to "ascii". you can still change
by Fredrik Lundh
· 25 years ago
663809e
-- removed get_default compatibility kludge
by Fredrik Lundh
· 25 years ago
a05e293
typos fixed by Rob Hooft
by Jeremy Hylton
· 25 years ago
990bbe9
Marc-Andre Lemburg <mal@lemburg.com>:
by Marc-André Lemburg
· 25 years ago
e720176
Wrong pathname in docstring detected by Fredrik Nehr.
by Guido van Rossum
· 27 years ago
d89fa0c
Add built-in string variables 'quit' and 'exit' that display a hint on
by Guido van Rossum
· 27 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
0d8fcb2
Update the doc string to emphasize non-Unix behavior earlier;
by Guido van Rossum
· 28 years ago
62b297b
Change packages -> site-packages
by Guido van Rossum
· 28 years ago
dc5d07d
Different test for Unix -- rely on os.sep instead of sys.platform.
by Guido van Rossum
· 28 years ago
ad87d3e
Give in to Mike Meyer -- add *both* lib/python1.5/packages and
by Guido van Rossum
· 28 years ago
fc6efff
#Removed debug print that was accidentally left in.
by Guido van Rossum
· 28 years ago
f30bec7
New site.py semantics. Searches in
by Guido van Rossum
· 28 years ago
e57c96e
site customization hook...
by Guido van Rossum
· 29 years ago