-
Notifications
You must be signed in to change notification settings - Fork 131
Comparing changes
Open a pull request
base repository: JoshData/python-email-validator
base: df5dbf9
head repository: JoshData/python-email-validator
compare: 2bd672f
- 16 commits
- 7 files changed
- 4 contributors
Commits on Nov 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ad53fb4 - Browse repository at this point
Copy the full SHA ad53fb4View commit details
Commits on Nov 15, 2020
-
Add possibility to cache dns lookups (#58)
Add optional argument dns_resolver to validate_email. If provided it will be used instead of the default resolver. The provided resolver can have a configured cache and custom timeout. Co-authored-by: Joshua Tauberer <jt@occams.info>
Configuration menu - View commit details
-
Copy full SHA for 1431de0 - Browse repository at this point
Copy the full SHA 1431de0View commit details
Commits on Jun 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 701ad54 - Browse repository at this point
Copy the full SHA 701ad54View commit details
Commits on Sep 1, 2021
-
Add idna>=2.8 to test_requirements.txt so that exception messages mat…
…ch expected test results, fixes #60
Configuration menu - View commit details
-
Copy full SHA for 1682bda - Browse repository at this point
Copy the full SHA 1682bdaView commit details
Commits on Sep 22, 2021
-
Fix bug in ValidatedEmail method __eq__() (#66)
Check parameter `other` is an instance of ValidatedEmail before checking all its members are equal to self's members.
Configuration menu - View commit details
-
Copy full SHA for fbcf145 - Browse repository at this point
Copy the full SHA fbcf145View commit details
Commits on Nov 17, 2021
-
Raise EmailUndeliverableError for special use domain names and their …
…subdomains, except @test when a new test_environment argument is passed Some of the domain names used in tests had to be revised because they went from valid to invalid, or the exception message changed.
Configuration menu - View commit details
-
Copy full SHA for 6c53ad6 - Browse repository at this point
Copy the full SHA 6c53ad6View commit details
Commits on Jan 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be65b53 - Browse repository at this point
Copy the full SHA be65b53View commit details
Commits on Apr 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b08d0d3 - Browse repository at this point
Copy the full SHA b08d0d3View commit details -
Check and fail domains with null MX records
mock.patch("dns.resolver.LRUCache.get") breaks the DNS check in a way that didn't fail the deliverability check before, but it does now, so the mock is replaced with something else.Configuration menu - View commit details
-
Copy full SHA for 84a2413 - Browse repository at this point
Copy the full SHA 84a2413View commit details -
Improve safety of exception text by not repeating an unsafe input cha…
…racter in the message and add a new test for various unsafe characters
Configuration menu - View commit details
-
Copy full SHA for 9f21959 - Browse repository at this point
Copy the full SHA 9f21959View commit details -
Prevent an unhandled exception encoding to UTF-8 if the input has a s…
…urrogate code point
Configuration menu - View commit details
-
Copy full SHA for df852f7 - Browse repository at this point
Copy the full SHA df852f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b255f9e - Browse repository at this point
Copy the full SHA b255f9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f2936a - Browse repository at this point
Copy the full SHA 8f2936aView commit details
Commits on Apr 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4d4fa72 - Browse repository at this point
Copy the full SHA 4d4fa72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f4cf00 - Browse repository at this point
Copy the full SHA 8f4cf00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bd672f - Browse repository at this point
Copy the full SHA 2bd672fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff df5dbf9...2bd672f