Comparing alvistack:f7cab6f...html5lib:fd4f032 · alvistack/html5lib-html5lib-python

Commits on Mar 1, 2023

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history

  6. Configuration menu

    Browse the repository at this point in the history

  7. Configuration menu

    Browse the repository at this point in the history

  8. Configuration menu

    Browse the repository at this point in the history

  9. Configuration menu

    Browse the repository at this point in the history

  10. Configuration menu

    Browse the repository at this point in the history

  11. Configuration menu

    Browse the repository at this point in the history

  12. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu

    Browse the repository at this point in the history

  2. 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.

    ambv authored

    Mar 3, 2023
    Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    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>
    Configuration menu

    Browse the repository at this point in the history