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
2021-05-25Command-line UX overhaul (#8852)ohemorange
2021-05-24Upgrade pylint (#8855)Brad Warren
2021-04-13Define OS options by a dedicated object in Apache configurator (#8778)Adrien Ferrand
2021-04-08Use Python 3 style super (#8777)Brad Warren
2021-04-06Enable mypy strict mode (#8766)test-masterAdrien Ferrand
2021-03-23Added missing from typing imports. (#8724)Mads Jensen
2021-03-10Convert Python 2 type hints to Python 3 types annotations (#8640)Adrien Ferrand
2021-02-09Remove dependency on six (#8650)Brad Warren
2020-11-19Merge pull request #8444 from certbot/ecdsaBrad Warren
2020-11-13Use better asserts. Added notes to style guide. (#8451)Mads Jensen
2020-11-06Remove python_version setting from mypy.ini (#8426)Brad Warren
2020-10-29Add Ubuntu 20.10 test farm tests (#8414)Brad Warren
2020-09-19Use in dict rather than "in dict.keys()". Fix linting warnings about "not in"...Mads Jensen
2020-09-19Removed unnecessary unittest.TestCase.setUp/tearDown calls. (#8264)Mads Jensen
2020-06-04apache: handle statically linked mod_ssl (#8007)alexzorin
2020-05-20Error out earlier in apache installer when mod_ssl is not available (#7984)ohemorange
2020-04-15Do not require mock in Python 3 in apache module (#7896)ohemorange
2020-04-13Minor bugfixes (#7891)Karan Suthar
2020-03-24[Apache v2] Load apacheconfig tree and gate related tests (#7710)m0namon
2020-03-24Disable TLS session tickets in Apache (#7771)ohemorange
2020-03-16Cleanup more pylint issues (#7848)Brad Warren
2020-02-27Merge pull request #7742 from osirisinferi/force-non-restrictive-umaskm0namon
2020-02-22Add testosirisinferi
2020-01-30Merge remote-tracking branch 'origin/master' into ap2_to_masterJoona Hoikkala
2020-01-17Spelling and grammar fixes (#7695)Ville Skyttä
2020-01-06Modifications needed for merging to masterJoona Hoikkala
2020-01-06Merge remote-tracking branch 'origin/master' into ap2_merge_masterJoona Hoikkala
2019-12-09Reorganize imports (#7616)Adrien Ferrand
2019-11-27Refactor tests out of packaged module for apache plugin (#7607)ohemorange