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: lxml/lxml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: lxml-4.6.4
Choose a base ref
...
head repository: lxml/lxml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lxml-4.6.5
Choose a head ref
  • 18 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    ae37708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8c0f6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f80123 View commit details
    Browse the repository at this point in the history
  4. Skip manylinux2010 builds since they serve no purpose. manylinux1 and…

    … manylinux_2_24 should be enough.
    scoder committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    03c3f10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    667f4b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b232e19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24a4599 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Cleaner: Prevent "@import" from re-occurring in the CSS after replace…

    …ments, e.g. "@@importimport".
    
    Reported as GHSL-2021-1037
    scoder committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    12fa966 View commit details
    Browse the repository at this point in the history
  2. Cleaner: Remove SVG image data URLs since they can embed script content.

    Reported as GHSL-2021-1038
    scoder committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    f233023 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Install automake and libtool in macOS build to be able to install the…

    … latest non-release libxml2.
    scoder committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    fd0d471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd4bec9 View commit details
    Browse the repository at this point in the history
  3. Exclude a test when using the macOS system libraries because it fails…

    … with libxml2 2.9.4.
    scoder committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    d85c6de View commit details
    Browse the repository at this point in the history
  4. Use the non-depcrecated TextTestResult instead of _TextTestResult (GH…

    …-333)
    
    "_TextTestResult" was removed from Python 3.11.
    "TextTestResult" is available on all supported Python versions.
    hroncok authored and scoder committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    4b220b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54d2985 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Cleaner: cover some more cases where scripts could sneak through in s…

    …pecially crafted style content.
    scoder committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    69a7473 View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    scoder committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    b7ea687 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Prepare release of 4.6.5.

    scoder committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    a3eacbc View commit details
    Browse the repository at this point in the history
  2. Fix a test in Py2.

    scoder committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    a9611ba View commit details
    Browse the repository at this point in the history
Loading