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: Python-Markdown/markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.5
Choose a base ref
...
head repository: Python-Markdown/markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5.1
Choose a head ref
  • 5 commits
  • 21 files changed
  • 3 contributors

Commits on Oct 26, 2023

  1. Speedup line_offset property (#1392)

    * Replace dynamic regex with string find operation
    * Add cache of where each line starts so we don't have quadratic behavior identifying line numbers when importing large chunks of html
    eanorige authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    524e4da View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

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

Commits on Oct 30, 2023

  1. Improve type annotations (add more and fix wrong ones)

    The origins of these are three-fold:
    
    * Merging in stubs from https://github.com/python/typeshed/tree/main/stubs/Markdown using "merge-pyi"
       - Note: we can consider these annotations to be the important ones because it's what people have been adding according to their own need
    * Double-checking around places where stubs were already added from the above, particularly conflicts with annotations that got added in this repository already
       + Taking the opportunity to declare a generic "Registry of T" class
    * Running mypy and eliminating the most glaring errors it reported
    oprypin authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    99425b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Update changelog validation (#1388)

    Every edit to the changelog must be validated so that an invalid changelog doesn't block a release.
    waylan authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    76af499 View commit details
    Browse the repository at this point in the history
  2. Bump version to 3.5.1

    waylan committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2932f18 View commit details
    Browse the repository at this point in the history
Loading