0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 14, 2025 — Jun 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made code more tidy, according to PEP8 More... over 2 years ago
Adding support for IP network, IPv4 network and IPv6 network types More... almost 5 years ago
Changing IP validation to use the ipaddress library More... almost 5 years ago
Adding support for IP, IPv4 and IPv6 types More... almost 5 years ago
Update github bug issue template More... over 5 years ago
Update release-notes, index.rst and upgrade-instructions for 1.8.0 release More... over 5 years ago
Update license year range to 2021 More... over 5 years ago
Add items to .gitignore More... over 5 years ago
No need to run pytest twice when running in travis-ci. Through coverage is enough More... over 5 years ago
Bump version to 1.8.0 that will be next release More... over 5 years ago
Add simple test for is_url type. Fixed deprecation warning for wrong escape sequence by making regex a raw-string instead. Fixes #166 More... over 5 years ago
Update supported python versions to include python 3.8 and 3.9. Fixed travis and tox tests to use correct versions More... over 5 years ago
Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent More... over 5 years ago
no more py 27 unicode More... over 5 years ago
Removed python support for version below 3.6 More... over 5 years ago
fixed imp module More... over 5 years ago
bug fix #169 and add test More... about 6 years ago
bug fix #167 and add test More... about 6 years ago
Fix missing comma in `install_requires` More... about 6 years ago
Supporting required regex keys interpreted as non string. More... about 6 years ago
Supporting PosixPath pytest tmp_path fixture. More... about 6 years ago
Validating that regexes start and end with parentheses. More... about 6 years ago
rule.py: fix missing comma More... over 6 years ago
Add new issues templates and pullrequest template that can be used on Github to increase the quality of the submited issues More... over 6 years ago
Add testfile.py to .gitignore More... over 6 years ago
Core now accepts schema_file_obj and data_file_obj objects that will be attempted to .read() on. Most commonly StringIO objects should be used and supported for this feature. More... over 6 years ago
Fixed a regression from 1.6.1 where using ruamel.yaml safe_load would cause normal python objects like python/str objects to not be read properly from the yaml files. This fixes it by adding back all the normal python objects that is normally loaded during yaml loading. More... over 6 years ago
Add two files to .gitignore More... over 6 years ago
Update min version of python-dateutil to 2.8.0 More... over 6 years ago
Update min version of ruamel.yaml to 0.16.0 More... over 6 years ago