Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
14e10a19f783d1f896e74d563fe3ef17e7cd8435
/
Lib
/
test
/
test_robotparser.py
f671de4
don't fail tests when www.python.org can't be validated by the system
by Benjamin Peterson
· 11 years ago
c727533
Issue #20939: Use www.example.com instead of www.python.org to avoid test
by Ned Deily
· 11 years ago
2c4810e
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
by Senthil Kumaran
· 12 years ago
2960308
Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and
by Antoine Pitrou
· 14 years ago
c818ed4
Merged revisions 84597-84599 via svnmerge from
by Antoine Pitrou
· 15 years ago
2bd953e
Merged revisions 83238 via svnmerge from
by Georg Brandl
· 15 years ago
a4f79f9
Merged revisions 83209 via svnmerge from
by Senthil Kumaran
· 15 years ago
f37592f
Backport some robotparser test and skip the test if the external resource is not available.
by Florent Xicluna
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
1ef19f0
Close issue 3437 - missing state change when Allow lines are processed.
by Skip Montanaro
· 17 years ago
730c818
Correct attribute name.
by Georg Brandl
· 17 years ago
1a41313
fixes 813986
by Skip Montanaro
· 18 years ago
c2898c5
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
by Collin Winter
· 18 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
863ac44
Whitespace normalization.
by Tim Peters
· 23 years ago
1c63f6e
Correct various errors:
by Martin v. Löwis
· 23 years ago