Pydhtmlparser

Latest version: v2.2.3

Safety actively analyzes 621706 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.2.3

-----
- 2020-04-12 Fix by 25 (thx https://github.com/fm4d).

2.2.2

-----
- Attempt to fix strange recursive inheritance problem.

2.2.0

-----
- Rewritten for compatibility with python3.

2.1.0

-------------
- State parser fixed - it can now recover from invalid html like ``<invalid tag=something">``.
- Rewritten to use ``StateEnum`` in parser for better readability.
- Garbage collector is now disabled during _raw_split().
- Fixed 16 - recovery after tags which don't ends with ``>`` (``</code`` for example).
- Closed 17 - implementation of ignoring of ``<`` in usage as `is smaller than` sign.
- Restored support of multiline attributes.
- ``.parseString()`` now doesn't try to parse HTML element parameters.
- Implemented ``first()`` getter.
- License changed to MIT.
- Fixed 18: bug which in some cases caused invalid output.
- Added HTMLElement.__repr__().
- Added test_coverage.sh.
- Added extended test_equality() coverage.
- Formatting improvements.
- Improved constructor handling, which is now much more readable.
- Updated formatting of the setup.py.
- Added more tests.
- Fixed 22; bug in the SpecialDict.
- Fixed some nasty unicode problems.
- Fixed python 2 / 3 problem in docs/__init__.py.
- getVersion() -> get_version().

2.0.10

------
- Added more tests of removeTags().
- run_tests.sh now gets arguments.
- Check for string in removeTags() changed to basestring from str.

2.0.6

-------------
- Fixed behaviour of toString() and tagToString().
- SpecialDict is now derived from OrderedDict.
- Changed and added tests of .params attribute (OrderedDict is now used).
- Fixed bug in _repair_tags().
- Removed _repair_tags() - it wasn't really necessary.
- Fixed nasty bug which *could* cause invalid XML output.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.