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: pallets/markupsafe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: pallets/markupsafe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.1
Choose a head ref
  • 9 commits
  • 13 files changed
  • 2 contributors

Commits on Nov 5, 2018

  1. build tags on travis

    davidism committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    4f0aae7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. upgrade travis to xenial

    davidism committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    0b52aee View commit details
    Browse the repository at this point in the history
  2. Add NULL check after native call to __html__ method

    If the method raises an exception, PyObject_CallObject() returns NULL,
    but the code didn't check for that, which led to a segfault.
    
    Fixes #108
    mthuurne authored and davidism committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    eb9c1d4 View commit details
    Browse the repository at this point in the history
  3. add changelog for GH-109

    davidism committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    d1b3c5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    989d29a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12fa6db View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. update license data

    davidism committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    79ee6ce View commit details
    Browse the repository at this point in the history
  2. update pre-commit

    davidism committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    aaf63b4 View commit details
    Browse the repository at this point in the history
  3. release 1.1.1

    davidism committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    22c946d View commit details
    Browse the repository at this point in the history
Loading