COMMITS
/ Lib/test/test_netrc.py March 30, 2026
C
gh-139633: Run netrc file permission check only once per parse (GH-139634)
Cody Maloney committed
June 22, 2025
B
gh-135815: skip `netrc` security checks if `os.getuid` is missing (#135816)
Bénédikt Tran committed
September 4, 2023
S
gh-89392: Remove test_main() in test_netrc (GH-108860)
Serhiy Storchaka committed
September 2, 2023
V
regrtest computes statistics (#108793)
Victor Stinner committed
June 6, 2022
C
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes committed
May 25, 2022
C
gh-90473: Misc test fixes for WASI (GH-93218)
Christian Heimes committed
April 26, 2022
S
gh-91915: Fix test_netrc on non-UTF-8 locale (GH-91918)
Serhiy Storchaka committed
November 17, 2021
E
bpo-28806: Continue work: improve the netrc library (GH-26330)
Emmanuel Arias committed
December 1, 2020
P
bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675)
pxinwr committed
July 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
Hai Shi committed
March 12, 2019
A
bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282)
Anthony Sottile committed
November 16, 2018
S
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) committed
November 25, 2017
B
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
Berker Peksag committed
September 30, 2017
J
bpo-30806 netrc.__repr__() is broken for writing to file (GH-2491)
James Sexton committed
September 18, 2013
R
#14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray committed
June 10, 2011
B
fix regression in netrc comment handling (closes #12009)
Benjamin Peterson committed
December 2, 2010
R
Merged revisions 86925 via svnmerge from
R. David Murray committed
August 13, 2009
G
Merged revisions 73715 via svnmerge from
Georg Brandl committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
October 26, 2007
G
Patch # 1331 by Christian Heimes.
Guido van Rossum committed
August 11, 2003
J
Unconditionally opening the temp file in text mode causes this test to fail
Jason Tishler committed
February 17, 2003
N
Actually run these tests from regrtest.py.
Neal Norwitz committed
August 9, 2002
G
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Guido van Rossum committed
July 23, 2002
B
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw committed
April 16, 2002
T
Whitespace normalization.
Tim Peters committed
March 22, 2002
A
Add a simple test suite for netrc.py, and remove it from test_sundry
Andrew M. Kuchling committed