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: html5lib/html5lib-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: blag/html5lib-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 28, 2014

  1. Allow Data URI Schemes

    From https://en.wikipedia.org/wiki/Data_URI_scheme, allow the psuedo-protocol 'data'.
    blag committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    aa4c3e2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2014

  1. Allow the data URI scheme, a whitelist for content types, and update …

    …tests to correctly check URIs
    Drew Hubl committed May 22, 2014
    Configuration menu
    Copy the full SHA
    93b8feb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/blag/html5lib-python

    Conflicts:
    	html5lib/sanitizer.py
    Drew Hubl committed May 22, 2014
    Configuration menu
    Copy the full SHA
    3b84dd5 View commit details
    Browse the repository at this point in the history
  3. Guarantee we use an allowed protocol

    Drew Hubl committed May 22, 2014
    Configuration menu
    Copy the full SHA
    39d65b5 View commit details
    Browse the repository at this point in the history
  4. Add ourselves to AUTHORS file

    Drew Hubl committed May 22, 2014
    Configuration menu
    Copy the full SHA
    9479755 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2014

  1. Use six to import urlparse

    Drew Hubl committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    6269d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af24793 View commit details
    Browse the repository at this point in the history
  3. Rename and move content type regex to the top of the file so we only …

    …compile it once
    Drew Hubl committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    6d23249 View commit details
    Browse the repository at this point in the history
  4. Don't check the encoding or the data, and switch charset and encoding…

    … to non-capturing subpatterns
    Drew Hubl committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    03ed9c9 View commit details
    Browse the repository at this point in the history
Loading