-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: idiomaticrefactoring/html5lib-python
base: f7cab6f
head repository: html5lib/html5lib-python
compare: fd4f032
- 20 commits
- 40 files changed
- 13 contributors
Commits on Mar 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ecbda6 - Browse repository at this point
Copy the full SHA 3ecbda6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10b7eb8 - Browse repository at this point
Copy the full SHA 10b7eb8View commit details -
Remove Travis CI in favour of GitHub Actions (html5lib#545)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Configuration menu - View commit details
-
Copy full SHA for d1dfa20 - Browse repository at this point
Copy the full SHA d1dfa20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6815a54 - Browse repository at this point
Copy the full SHA 6815a54View commit details -
remove redundant list comprehension (html5lib#547)
any() accepts a generator. This will cause it to run faster because the any() returns as soon as it finds a True value.
Configuration menu - View commit details
-
Copy full SHA for 5decf47 - Browse repository at this point
Copy the full SHA 5decf47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cd57cb - Browse repository at this point
Copy the full SHA 1cd57cbView commit details -
README: Replace broken mailing list link with archive (html5lib#543)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Configuration menu - View commit details
-
Copy full SHA for 2f64f3b - Browse repository at this point
Copy the full SHA 2f64f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9f5bf - Browse repository at this point
Copy the full SHA 4f9f5bfView commit details -
Use for:else: where it makes sense (html5lib#539)
Co-authored-by: zzj <29055749+zjzh@users.noreply.github.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Configuration menu - View commit details
-
Copy full SHA for 1b39377 - Browse repository at this point
Copy the full SHA 1b39377View commit details -
Restore ability to provide a tree builder name as string (html5lib#559)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Configuration menu - View commit details
-
Copy full SHA for c64a111 - Browse repository at this point
Copy the full SHA c64a111View commit details -
Sanitizer: Allow <summary> (html5lib#423)
Add tests that the sanitizer allows <details open> and <summary> and update the implementation to allow <summary>. Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Configuration menu - View commit details
-
Copy full SHA for ff7fa37 - Browse repository at this point
Copy the full SHA ff7fa37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c30ac3 - Browse repository at this point
Copy the full SHA 5c30ac3View commit details
Commits on Mar 2, 2023
-
Support the <wbr> element (html5lib#395)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Configuration menu - View commit details
-
Copy full SHA for 6ca0244 - Browse repository at this point
Copy the full SHA 6ca0244View commit details -
Sort void elements alphabetically, document ones that don't match cur…
…rent standard (html5lib#563)
Configuration menu - View commit details
-
Copy full SHA for 82047b0 - Browse repository at this point
Copy the full SHA 82047b0View commit details
Commits on Mar 3, 2023
-
Add support for <ol reversed>, related attributes (html5lib#396)
* Mark <ol reversed> as a boolean attribute so it serializes properly in HTML. * Allow <ol reversed> in the sanitizer. Closes html5lib#321. * Allow <ol start> in the sanitizer. * <ol type> was already allowed, but probably accidentally (type is an attribute allowed for other tags). I added a test to prevent it from regressing in case we add per-element attribute sanitization in the future. https://html.spec.whatwg.org/multipage/grouping-content.html#attr-ol-reversed Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Configuration menu - View commit details
-
Copy full SHA for 01b7dea - Browse repository at this point
Copy the full SHA 01b7deaView commit details -
Test more on GitHub Actions (html5lib#564)
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" is now tested as well to ensure compatibility with the oldest pinned versions in requirements.txt and setup.py. AppVeyor is used for 3.5 and 3.6 because those versions aren't available on GitHub Actions at all. Python 2.7 crashes on Windows with a pip cache failure so it only runs on GHA with the "oldest" dependencies on Ubuntu. The other Python version running "oldest" dependencies is 3.7, also only running on Ubuntu.
Configuration menu - View commit details
-
Copy full SHA for f0bb2a6 - Browse repository at this point
Copy the full SHA f0bb2a6View commit details -
Allow min-height, max-height, min-width, max-width in the sanitizer (h…
…tml5lib#566) Co-authored-by: Vladimir Kuvandjiev <vladimir.kuvandjiev@endava.com> Co-authored-by: Vladimir Kuvandjiev <kuvandjiev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3e500bb - Browse repository at this point
Copy the full SHA 3e500bbView commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a87368 - Browse repository at this point
Copy the full SHA 4a87368View commit details -
tests: drop dependency on external mock module for newer python (html…
…5lib#574) Fixes html5lib#541 Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Configuration menu - View commit details
-
Copy full SHA for 82c2599 - Browse repository at this point
Copy the full SHA 82c2599View commit details
Commits on Feb 21, 2024
-
Constant phases (html5lib#567)
* Get rid of getPhases This added a fair bit of complexity, and notable made the Phase classes dynamically generated. However, by doing this, we no longer include "process the token using the rules for" phases in the debug log. Co-authored-by: Sam Sneddon <me@gsnedders.com>
Configuration menu - View commit details
-
Copy full SHA for fd4f032 - Browse repository at this point
Copy the full SHA fd4f032View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff f7cab6f...fd4f032