Skip to content

maint: improves url module #245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2023
Merged

Conversation

yozachar
Copy link
Collaborator

  • url is now coupled with hostname module
  • adds documentation
  • shifts from pure regex to a combination validation
  • adds parameters with sane defaults
  • http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com will be taken care of in subsequent fixes

Related Items

Issues

PRs

- `url` is now coupled with `hostname` module
- adds documentation
- shifts from pure regex to a combination validation
- adds parameters with sane defaults
- `http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com`
will be taken care of in subsequent fixes

**Related Items**

*Issues*

- Closes python-validators#27
- Closes python-validators#41
- Closes python-validators#49
- Closes python-validators#55
- Closes python-validators#63
- Closes python-validators#65
- Closes python-validators#69
- Closes python-validators#78
- Closes python-validators#80
- Closes python-validators#84
- Closes python-validators#87
- Closes python-validators#102
- Closes python-validators#105
- Closes python-validators#116
- Closes python-validators#135
- Closes python-validators#155
- Closes python-validators#178
- Closes python-validators#180
- Closes python-validators#187
- Closes python-validators#188
- Closes python-validators#189
- Closes python-validators#202
- Closes python-validators#206
- Closes python-validators#208
- Closes python-validators#213
- Closes python-validators#217
- Closes python-validators#219

*PRs*

- Closes python-validators#79
- Closes python-validators#91
- Closes python-validators#211
- Closes python-validators#214
- Closes python-validators#243
@yozachar yozachar added review PR: Can be reviewed maintenance PR: Alters existing source code labels Mar 17, 2023
@yozachar yozachar self-assigned this Mar 17, 2023
@yozachar yozachar removed the review PR: Can be reviewed label Mar 18, 2023
@yozachar yozachar merged commit 084d085 into python-validators:master Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment