COMMITS
/ Lib/test/test_site.py December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
October 16, 2025
S
gh-140170: Fix test_site with -s flag (GH-140179)
Stan Ulbrych committed
August 19, 2025
S
gh-120037: Disable user site packages when a ._pth file is used (GH-137428)
Steve Dower committed
August 15, 2025
G
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
April 28, 2025
J
gh-132952: Speed up startup by importing _io instead of io (#132957)
Jelle Zijlstra committed
March 16, 2025
B
July 11, 2024
S
gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)
Sam Gross committed
June 18, 2024
V
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner committed
January 16, 2024
S
gh-113659: Skip hidden .pth files (GH-113660)
Serhiy Storchaka committed
January 7, 2024
Z
gh-73965: New environment variable PYTHON_HISTORY (#13208)
Zackery Spytz committed
January 3, 2024
I
gh-113628: Fix test_site test with long stdlib paths (#113640)
Itamar Oren committed
October 18, 2023
C
gh-108747: Add unit tests for site.{usercustomize,sitecustomize} hooks (#109470)
Charles Machalow committed
September 10, 2023
V
gh-109237: Fix test_site for non-ASCII working directory (#109238)
Victor Stinner committed
September 3, 2023
S
Reorder some test's decorators (GH-108804)
Serhiy Storchaka committed
June 24, 2022
S
gh-94205: Ensures all required DLLs are copied on Windows for underpth tests (GH-94206)
Steve Dower committed
June 17, 2022
I
GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized (GH-93917)
Irit Katriel committed
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
April 2, 2022
S
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka committed
February 6, 2022
V
bpo-46659: Update the test on the mbcs codec alias (GH-31168)
Victor Stinner committed
January 25, 2022
C
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes committed
December 11, 2021
S
bpo-46049: Fixes ._pth support on non-Windows (GH-30051)
Steve Dower committed
S
bpo-46048: Fix parsing of single character lines in getpath readlines() (GH-30048)
Steve Dower committed
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
September 17, 2021
E
bpo-45020: Freeze os, site, and codecs. (gh-28398)
Eric Snow committed
May 20, 2021
N
bpo-36160: Fix test_site so that it can run independently of other tests (GH-12131)
native-api committed
April 7, 2021
December 20, 2020
P
October 14, 2020
N
bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
Ned Deily committed
October 5, 2020
V
bpo-41939: Fix test_site.test_license_exists_at_url() (#22559)
Victor Stinner committed
September 19, 2020
August 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
Hai Shi committed
August 4, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
Hai Shi committed
July 15, 2020
S
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
Steve Dower committed
June 20, 2020
S
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka committed
June 12, 2020
N
bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)
native-api committed
April 29, 2020
S
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
Serhiy Storchaka committed
March 18, 2020
V
bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)
Victor Stinner committed
March 10, 2020
V
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner committed
May 5, 2019
I
simplify StartupImportTests (GH-13096)
Inada Naoki committed
March 5, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
Serhiy Storchaka committed
March 3, 2019
N
fixed duplicated method name of test_getuserbase() (GH-12140)
native-api committed
December 17, 2018
S
bpo-33306: Improve SyntaxError messages for unbalanced parentheses. (GH-6516)
Serhiy Storchaka committed
December 5, 2018
V
bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919)
Victor Stinner committed
October 1, 2018
I
bpo-30167: Add test for module.__cached__ is None (GH-7617)
INADA Naoki committed
September 20, 2018
S
bpo-34011: Fixes missing venv files and other tests (GH-9458)
Steve Dower committed
September 18, 2018
S
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths. (#7695)
Serhiy Storchaka committed
February 4, 2018
S
Use assertTrue() instead of deprecated assert_(). (#5526)
Serhiy Storchaka committed
January 30, 2018
N
bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445)
Ned Deily committed
December 14, 2017