issues Search Results · repo:python-validators/validators language:Python
Filter by
187 results
(80 ms)187 results
inpython-validators/validators (press backspace or delete to remove) validators.url( http://www.example.com?a=b )
True
validators.url( http://www.example.com? a=b )
ValidationError(func=url, args={ reason : bad query field: , value : http://www.example.com? ...
Fieoner
- Opened 10 days ago
- #421
running pytest --doctest-modules shows that the code snippets within the docstrings are wrong.
_______________________ [doctest] validators.uuid.uuid ________________________
014 Return whether or not ...
d-chris
- Opened on Mar 18
- #416
Best explained with a very simple example:
long_name_with_periods = kld8MXQh6YalMqKRbfs895gMjW5T4p2EwToPoCSThPHHbXgmXc.kld8MXQh6YalMqKRbfs895gMjW5T4p2EwToPoCSThPHHbXgmXc.kld8MXQh6YalMqKRbfs895gMjW5T4p2EwToPoCSThPHHbXgmXc.kld8MXQh6YalMqKRbfs895gMjW5T4p2EwToPoCSThPHHbXgmXc.kld8MXQh6YalMqKRbfs895gMjW5T4p2EwToPoCSThPHHbXgmXcab ...
Ddfulton
- Opened on Feb 14
- #413
this is very unexpected behaviour and i would have to test this with is True each time … given that a validator is a
very important part of any defensively written project, this doesn t seem a good way ...
inktrap
- 1
- Opened on Feb 11
- #412
In testing, I ve found that:
validators.email( stephen @example.com ) == True validators.email( step;hen@example.com ) == True
cwisdo
- 2
- Opened on Nov 25, 2024
- #410
Hey, I don t know if this is really an issue, but according to RFC1035 section 2.3.4
(https://www.freesoft.org/CIE/RFC/1035/9.htm) , FQDN cannot be longer than 253 octets. See also:
https://devblogs.microsoft.com/oldnewthing/?p=7873 ...
Osmoskour
- 1
- Opened on Oct 18, 2024
- #407
Description:
The validators.url() function is returning a ValidationError for a URL that is valid on a browser. However, it might not
comply the standards.
The issue in above URL is, it has a immediately ...
thakkerurvish
- 1
- Opened on Oct 14, 2024
- #406
Hi, I noticed that bitcoin testnet addresses (e.g. tb1qlw09ycnp3qgqw9alqgx93ed7cg5kmnyud326ky) does not pass the check.
Is there a plan to add them as well?
Thanks, bert
enhancement
bert2002
- 5
- Opened on Sep 27, 2024
- #404
Hi,
The following URL is not passing validation:
https://www.foo.com/ck/a?! p=4ed30224ac809bc0JmltdHM9MTcyMzQyMDgwMCZpZ3VpZD0zNjRmNjVlOC1lNTZjLTYxOWQtMTI1Ny03MTNlZTQyYTYwMTImaW5zaWQ9NTE0MQ ptn=3 ver=2 ...
matany90
- 7
- Opened on Sep 15, 2024
- #403
When validating URLs with TLD enabled, .onion comes up as not validated. Since .onion URLs (TOR) are kinda unique, I
wonder if we should add it to the TLD list or add a separate flag. I can open a PR for ...
bug
davidt99
- 3
- Opened on Sep 10, 2024
- #401

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.