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.0
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.1
Choose a head ref
  • 16 commits
  • 14 files changed
  • 1 contributor

Commits on Dec 17, 2014

  1. Configuration menu
    Copy the full SHA
    92bda7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b55b7dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e26f1de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dddbbba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76956d2 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/codelucas/newspaper

    Conflicts:
    	README.rst
    codelucas committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    60e7246 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4a88c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af80d65 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a638bdf View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2014

  1. Configuration menu
    Copy the full SHA
    fd4f1ac View commit details
    Browse the repository at this point in the history
  2. [bugfix] decode bytestring returned from lxml's toString before sen…

    …ding it out to outer code
    codelucas committed Dec 27, 2014
    Configuration menu
    Copy the full SHA
    f2d0681 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #101 from codelucas/develop3

    Decode bytestring returned from lxml's `toString` early on before sending it out to outer code
    codelucas committed Dec 27, 2014
    Configuration menu
    Copy the full SHA
    71adcf6 View commit details
    Browse the repository at this point in the history
  4. Handle exception logging using tracebacks, removed custom exception a…

    …lert stdout print statements
    codelucas committed Dec 27, 2014
    Configuration menu
    Copy the full SHA
    f2de978 View commit details
    Browse the repository at this point in the history
  5. Remove encoding tag in HTML before having lxml parse a DOM out

    This was a very annoying bug in the past, which caused DOM parse failures:
    Reference
    #97
    #78
    codelucas committed Dec 27, 2014
    Configuration menu
    Copy the full SHA
    800651c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #102 from codelucas/develop3

    Huge bugfix to aid lxml DOM parsing + remove unhelpful and excess exception messages and added tracebacks to exception logging
    codelucas committed Dec 27, 2014
    Configuration menu
    Copy the full SHA
    7bcb723 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0289aa7 View commit details
    Browse the repository at this point in the history
Loading