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: CaptainCodeman/html5lib-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 11, 2014

  1. Allow Data URI Schemes

    From https://en.wikipedia.org/wiki/Data_URI_scheme, allow the psuedo-protocol 'data'.
    blag authored and CaptainCodeman committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    b0c3975 View commit details
    Browse the repository at this point in the history
  2. Allow the data URI scheme, a whitelist for content types, and update …

    …tests to correctly check URIs
    Drew Hubl authored and CaptainCodeman committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    a265d2d View commit details
    Browse the repository at this point in the history
  3. Guarantee we use an allowed protocol

    Drew Hubl authored and CaptainCodeman committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    afa01ff View commit details
    Browse the repository at this point in the history
  4. Add ourselves to AUTHORS file

    Drew Hubl authored and CaptainCodeman committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    5210af7 View commit details
    Browse the repository at this point in the history
  5. Use six to import urlparse

    Drew Hubl authored and CaptainCodeman committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    a1abf71 View commit details
    Browse the repository at this point in the history
  6. Rename and move content type regex to the top of the file so we only …

    …compile it once
    Drew Hubl authored and CaptainCodeman committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    ee798c2 View commit details
    Browse the repository at this point in the history
  7. Don't check the encoding or the data, and switch charset and encoding…

    … to non-capturing subpatterns
    Drew Hubl authored and CaptainCodeman committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    81176fc View commit details
    Browse the repository at this point in the history
Loading