pullrequests Search Results · repo:html5lib/html5lib-python language:Python is:merged
Filter by
162 results
(92 ms)162 results
inhtml5lib/html5lib-python (press backspace or delete to remove)All GitHub Actions pass.
All AppVeyor runs pass.
Fixes: #570 Fixes: #572 Fixes: #573 Fixes: #576
- #570
- #572
- #573
- #576
Please remove build (3.7, ubuntu-latest, base) as an expected check ...
cclauss
- 1
- Opened on Jan 9, 2024
- #575
This is #272 but rebased on top of current master.
I made cursory benchmarking of this and I see no difference between master and this branch.
| Python | Tests executed | Time with PR | Time on master ...
ambv
- 2
- Opened on Mar 3, 2023
- #567
This PR supersedes #413 as the original one didn t include a test, and also missed min-height and max-height. I would
edit the original PR but the author didn t allow pushes from maintainers.
ambv
- Opened on Mar 3, 2023
- #566
The only environments left on AppVeyor are now 2.7, 3.5, and 3.6. The remaining Python versions are now also tested on
Windows using GitHub Actions.
Additionally, a new group of dependencies called oldest ...
ambv
- Opened on Mar 3, 2023
- #564
While I believe we could just remove command and event-source (as I commented on the issue), it s safer just to leave
them be for now and revisit this for 2.0 .
To not lose track of the fact that those ...
ambv
- Opened on Mar 2, 2023
- #563
We can simply propagate the ValueError raised in treebuilders.getTreeBuilder
fixes #558 fixes #513
theRealProHacker
- 1
- Opened on Feb 20, 2023
- #559
The Python 3.7 CI job has started failing:
self._load_entrypoint_plugins()
File /home/runner/work/html5lib-python/html5lib-python/.tox/py/lib/python3.7/site-packages/flake8/plugins/manager.py , ...
hugovk
- Opened on Oct 11, 2022
- #554
any() accepts a generator. This will cause it to run faster because the any() returns as soon as it finds a True value.
adhintz
- Opened on Apr 7, 2022
- #547