-
Notifications
You must be signed in to change notification settings - Fork 117
Comparing changes
Open a pull request
base repository: JoshData/python-email-validator
base: v1.1.3
head repository: JoshData/python-email-validator
compare: v1.2.1
- 20 commits
- 6 files changed
- 2 contributors
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
Commits on Apr 26, 2022
-
Remove example and example.com/net/org from the special use domains list
By popular demand in #78.
Configuration menu - View commit details
-
Copy full SHA for 9d7d02a - Browse repository at this point
Copy the full SHA 9d7d02aView commit details
Commits on Apr 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 91aa260 - Browse repository at this point
Copy the full SHA 91aa260View commit details
Commits on May 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d64b291 - Browse repository at this point
Copy the full SHA d64b291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8102431 - Browse repository at this point
Copy the full SHA 8102431View commit details -
Update pinned packages in test_requirements.txt
The latest packages don't all work in Python 3.5/3.6, so the latest versions that work with Python 3.6 are pinned (by creating a virtualenv with Python 3.6 and then using pip freeze), Python 3.5 is dropped from Travis, and the README is updated to indicate testing starts with version 3.6.
Configuration menu - View commit details
-
Copy full SHA for dab623f - Browse repository at this point
Copy the full SHA dab623fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e92e395 - Browse repository at this point
Copy the full SHA e92e395View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95deaf8 - Browse repository at this point
Copy the full SHA 95deaf8View 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 v1.1.3...v1.2.1