Skip to content
/ lxml Public
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: 73fa115
Choose a base ref
...
head repository: lxml/lxml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eb5cd98
Choose a head ref
  • 11 commits
  • 13 files changed
  • 1 contributor

Commits on Dec 29, 2023

  1. Fix typo in changelog.

    scoder committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    7ebda90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    576b8e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Intern the HTML tag names in reported SAX start events since they may…

    … not always come from the parser dict.
    
    Specifcally, when reporting tags that were injected by the parser to fix up a broken HTML stream, libxml2 reports names from plain C name constants.
    
    Fixes https://bugs.launchpad.net/lxml/+bug/2044225
    scoder committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    28b416f View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    scoder committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0d30cec View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Add casts to silence C compiler warnings with older libxml2 versions …

    …that don't use 'const' arguments on their error function callbacks.
    
    Partly fixes https://bugs.launchpad.net/lxml/+bug/2045435
    scoder committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    663041a View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    scoder committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    7f07559 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Make Python UCS-4 string parsing work more reliably on macOS.

    Add debug output and tests for PyUnicode parsing.
    scoder committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d83c37d View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    scoder committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    22eff9f View commit details
    Browse the repository at this point in the history
  3. Py2 fixes.

    scoder committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    be24db7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    c1e9e6f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Prepare release of 5.0.1.

    scoder committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    eb5cd98 View commit details
    Browse the repository at this point in the history
Loading