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: codelucas/newspaper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.1
Choose a base ref
...
head repository: codelucas/newspaper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.2
Choose a head ref
  • 14 commits
  • 187 files changed
  • 1 contributor

Commits on Dec 29, 2014

  1. [bugfix] spelling correction

    Conflicts:
    	newspaper/article.py
    codelucas committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    9a45872 View commit details
    Browse the repository at this point in the history
  2. [bugfix] meta/og "top image" extractions should not be filtered by si…

    …ze/dimensions as the server specifies that it's the "top image"
    
    Conflicts:
    	newspaper/article.py
    codelucas committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    fd012da View commit details
    Browse the repository at this point in the history
  3. Don't filter url GET params, it may ID the article

    Also includes unit test updates. Example article: http://www.hr-online.de/website/rubriken/nachrichten/indexhessen34938.jsp?rubrik=36094&key=standard_document_53891717
    
    Conflicts:
    	newspaper/urls.py
    	tests/unit_tests.py
    codelucas committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    c42c904 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2014

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

Commits on Jan 1, 2015

  1. Configuration menu
    Copy the full SHA
    918a83b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1059ae7 View commit details
    Browse the repository at this point in the history
  3. Deprecate parser_class config option

    After integrating UnicodeDammit there is no need to let users customize parsers to BeautifulSoup over lxml, lxml is faster and UnicodeDammit gives us the encoding recognition win from BeautifulSoup
    codelucas committed Jan 1, 2015
    Configuration menu
    Copy the full SHA
    e53134f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4b4e0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f137922 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52e744c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #104 from codelucas/develop3

    Integrate UnicodeDammit, deprecate parser_class, deprecate encodeValue, refactor, scaffolding for more unit tests
    codelucas committed Jan 1, 2015
    Configuration menu
    Copy the full SHA
    74f3493 View commit details
    Browse the repository at this point in the history
  8. Removing derp

    codelucas committed Jan 1, 2015
    Configuration menu
    Copy the full SHA
    c1918fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bcc50ed View commit details
    Browse the repository at this point in the history
  10. Bump version to 0.1.2

    codelucas committed Jan 1, 2015
    Configuration menu
    Copy the full SHA
    3c72358 View commit details
    Browse the repository at this point in the history
Loading