Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-02repin dependencies (#9454)alexzorin
2022-08-31deprecate more attributes in acme (#9369)alexzorin
2022-08-30Deprecate source address (#9389)Brad Warren
2022-03-01Drop Python 3.6 support (#9216)Brad Warren
2022-01-21Deprecate Python 3.6 support (#9160)Adrien Ferrand
2021-11-09Add Python 3.10 support and tests (#9077)Brad Warren
2021-09-14dns-rfc2136: use certbot's own is_ipaddress func (#9035)alexzorin
2021-08-17Add deprecation warnings for deprecated elements in certbot.display.util (#8989)Adrien Ferrand
2021-08-15Emit deprecation warnings for Zope interfaces (#8970)Adrien Ferrand
2021-07-22Finish pinning system rewrite (#8934)Brad Warren
2021-05-31Update coverage and pytest (#8875)Brad Warren
2021-02-04remove crufty pytest warning (#8638)Brad Warren
2021-01-26Drop Python 2 support (#8591)Adrien Ferrand
2020-12-08Deprecate support for Python 2 (#8491)Adrien Ferrand
2020-05-05Add warning about ignoring our own warnings (#7971)Brad Warren
2020-01-24Fix collections.abc imports for Python 3.9 (#7707)Hugo van Kemenade
2020-01-17Spelling and grammar fixes (#7695)Ville Skyttä
2020-01-17Cleanup disabled warnings list in pytest.ini. (#7690)Brad Warren
2019-11-12Remove TLS-SNI objects in ACME (#7535)Brad Warren
2019-11-06Deprecate config_changes (#7469)Amjad Mashaal
2019-11-01Use distro library for all OS version detection (#7467)Joona Hoikkala
2019-07-03Simplify and deprecate viewing config changes (#7198)Brad Warren
2019-03-27Deprecate all tls-sni related objects in acme module (#6859)Adrien Ferrand
2019-01-31Ignore color_scheme warning from IPython. (#6714)Brad Warren
2019-01-29No numprocesses in pytest.ini part 2 (#6715)Brad Warren
2019-01-18Allow to execute a tox target without pinned dependencies (#6590)Adrien Ferrand
2018-12-01Don't use pytest.ini during the release. (#6550)Brad Warren
2018-11-06ignore our own TLS-SNI-01 warningErica Portnoy
2018-11-06remove pytest.mark, move to specific ignore in pytest.iniErica Portnoy
2018-11-02If ResourceWarning is specified in pytest.ini, tests fail on Python3. We shou...Erica Portnoy
2018-11-02Error on warning, unless it's a ResourceWarningErica Portnoy
2018-10-31Move back to using a warning whitelistErica Portnoy
2018-10-31Only error on DeprecationWarningsErica Portnoy
2018-07-12warnings are errorsBrad Warren
2018-07-12move values to pytest.iniBrad Warren
2018-04-18Revert fix-macos-pytest (#5853)Brad Warren
2018-01-04Fix pytest on macOS in Travis (#5360)Brad Warren