Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: andersk/html5lib-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: html5lib/html5lib-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 9 files changed
  • 4 contributors

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    4a87368 View commit details
    Browse the repository at this point in the history
  2. tests: drop dependency on external mock module for newer python (html…

    …5lib#574)
    
    Fixes html5lib#541
    
    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    eli-schwartz and ambv authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    82c2599 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. 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>
    ambv and gsnedders authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fd4f032 View commit details
    Browse the repository at this point in the history
Loading