index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_site.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-108747: Add unit tests for site.{usercustomize,sitecustomize} hooks (#109470)
Charles Machalow
2023-10-18
1
-0/+38
*
gh-109237: Fix test_site for non-ASCII working directory (#109238)
Victor Stinner
2023-09-10
1
-2/+2
*
Reorder some test's decorators (GH-108804)
Serhiy Storchaka
2023-09-03
1
-2/+2
*
gh-94205: Ensures all required DLLs are copied on Windows for underpth tests ...
Steve Dower
2022-06-24
1
-0/+2
*
GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized (GH-93917)
Irit Katriel
2022-06-17
1
-2/+2
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
1
-2/+1
*
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka
2022-04-02
1
-1/+1
*
bpo-46659: Update the test on the mbcs codec alias (GH-31168)
Victor Stinner
2022-02-06
1
-10/+0
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
1
-0/+9
*
bpo-46049: Fixes ._pth support on non-Windows (GH-30051)
Steve Dower
2021-12-11
1
-22/+34
*
bpo-46048: Fix parsing of single character lines in getpath readlines() (GH-3...
Steve Dower
2021-12-11
1
-0/+20
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
1
-9/+13
*
bpo-45020: Freeze os, site, and codecs. (gh-28398)
Eric Snow
2021-09-17
1
-3/+3
*
bpo-36160: Fix test_site so that it can run independently of other tests (GH-...
native-api
2021-05-20
1
-2/+4
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
1
-49/+1
*
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
pxinwr
2020-12-20
1
-0/+5
*
bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
Ned Deily
2020-10-14
1
-2/+0
*
bpo-41939: Fix test_site.test_license_exists_at_url() (#22559)
Victor Stinner
2020-10-05
1
-0/+2
*
bpo-33689: Blank lines in .pth file cause a duplicate sys.path entry (GH-20679)
idomic
2020-09-19
1
-1/+6
*
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
Hai Shi
2020-08-06
1
-1/+2
*
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
Hai Shi
2020-08-04
1
-2/+2
*
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
Steve Dower
2020-07-15
1
-2/+34
*
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka
2020-06-20
1
-1/+1
*
bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)
native-api
2020-06-12
1
-0/+9
*
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
Serhiy Storchaka
2020-04-29
1
-1/+2
*
bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)
Victor Stinner
2020-03-18
1
-4/+23
*
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner
2020-03-10
1
-2/+9
*
simplify StartupImportTests (GH-13096)
Inada Naoki
2019-05-05
1
-7/+7
*
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
Serhiy Storchaka
2019-03-05
1
-4/+3
*
fixed duplicated method name of test_getuserbase() (GH-12140)
native-api
2019-03-03
1
-1/+3
*
bpo-33306: Improve SyntaxError messages for unbalanced parentheses. (GH-6516)
Serhiy Storchaka
2018-12-17
1
-2/+2
*
bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919)
Victor Stinner
2018-12-05
1
-0/+37
*
bpo-30167: Add test for module.__cached__ is None (GH-7617)
INADA Naoki
2018-10-01
1
-0/+11
*
bpo-34011: Fixes missing venv files and other tests (GH-9458)
Steve Dower
2018-09-20
1
-35/+43
*
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...
Serhiy Storchaka
2018-09-18
1
-7/+5
*
Use assertTrue() instead of deprecated assert_(). (#5526)
Serhiy Storchaka
2018-02-04
1
-1/+1
*
bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445)
Ned Deily
2018-01-30
1
-14/+2
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1/+1
*
bpo-29585: fix test fail on macOS Framework build (GH-2928)
INADA Naoki
2017-07-28
1
-1/+5
*
bpo-28095: Re-enable temporarily disabled part of test_startup_imports on mac...
Ned Deily
2017-07-28
1
-3/+1
*
bpo-29585: optimize site.py startup time (GH-136)
INADA Naoki
2017-06-28
1
-0/+7
*
Improves test_underpth_nosite_file to reveal why it fails. (#1763)
Steve Dower
2017-05-23
1
-6/+10
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
1
-3/+6
*
bpo-29763: Clean up _pth tests (GH-954)
Zachary Ware
2017-05-14
1
-46/+31
*
bpo-30108: Restore sys.path in test_site (#1197)
Victor Stinner
2017-04-20
1
-8/+21
*
Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942)
Zachary Ware
2017-04-01
1
-34/+45
*
bpo-29763: Use unittest cleanup in test_site (GH-841)
Zachary Ware
2017-04-01
1
-45/+34
*
bpo-29763: Use support.unlink instead of os.unlink (GH-624)
Zachary Ware
2017-03-12
1
-4/+4
*
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Steve Dower
2017-02-04
1
-13/+27
*
Makes test_underpth* tests more robust by copying the executable.
Steve Dower
2016-10-29
1
-25/+48
[next]