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: jedie/python-creole
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: jedie/python-creole
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 8 commits
  • 45 files changed
  • 1 contributor

Commits on Jun 2, 2015

  1. +coveralls.io +landscape.io

    jedie committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    06dd7f4 View commit details
    Browse the repository at this point in the history
  2. add coverage config

    jedie committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    bc9ebd5 View commit details
    Browse the repository at this point in the history
  3. +.idea

    jedie committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    8f105a2 View commit details
    Browse the repository at this point in the history
  4. cleanup

    jedie committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    54c4d88 View commit details
    Browse the repository at this point in the history
  5. add coveralls token

    jedie committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    aa309e7 View commit details
    Browse the repository at this point in the history
  6. Squashed commit of the following:

    commit 04b2b00
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 17:58:34 2015 +0200
    
        --verbose not needed
    
    commit 1206d8f
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 17:49:13 2015 +0200
    
        Strange: argparse use stderr in Py2 and stdout in Py3 for --version
    ;)
    
    commit 82140fc
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 17:47:39 2015 +0200
    
        Bugfix: get rid of the u'' with Py2
    
    commit cdbb3ff
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 17:41:03 2015 +0200
    
        fixup! WIP: refactor CLI tests
    
    commit 6d959e3
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 17:29:28 2015 +0200
    
        WIP: refactor CLI tests
    
    commit 4ff6eb4
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 16:39:44 2015 +0200
    
        bixfix travis config?
    
    commit ecc2207
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 16:38:57 2015 +0200
    
        new v1.3.0
    
    commit 16f4244
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 16:38:46 2015 +0200
    
        update README
    
    commit ba59454
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 16:38:40 2015 +0200
    
        +"pip install ." makes the CLI available on Travis?!?
    
    commit 75a782d
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 16:27:08 2015 +0200
    
        run nosetests on travis with doctests
    
    commit d3de2eb
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 15:49:22 2015 +0200
    
        use 'json.dumps()' instead of own repr2()
    
    commit 1ec9d9e
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 14:13:50 2015 +0200
    
        search in sys.path, too.
    
    commit 1a101ec
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 14:07:10 2015 +0200
    
        -"2.6"
    
    commit 514d7b8
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 14:07:00 2015 +0200
    
        more info
    
    commit 30c67fe
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 13:52:44 2015 +0200
    
        sys.exit() if not importable
    
    commit 5bf5c08
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 13:48:46 2015 +0200
    
        run cli tests via subprocess
    
    commit f9eac72
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 13:48:19 2015 +0200
    
        rename test macros, so that nose will not interpret them as a test
    ;)
    
    commit 8e7f236
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 13:47:39 2015 +0200
    
        use "with"
    
    commit a7376c0
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 13:47:29 2015 +0200
    
        use nose and add a simple test, if nose is installed
    
    commit 932aacb
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 13:45:26 2015 +0200
    
        Bugfix: --version
    
    commit d884abc
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 11:00:46 2015 +0200
    
        use @unittest.expectedFailure
    
    commit 75b21bd
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 10:54:09 2015 +0200
    
        WIP: refactor
    
    commit 17041df
    Merge: 4285bbf e82d365
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 10:51:55 2015 +0200
    
        Merge branch 'nose' into refactor
    
    commit 4285bbf
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 10:51:15 2015 +0200
    
        WIP: refactor
    
    commit e82d365
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Tue Jun 2 10:38:24 2015 +0200
    
        WIP: use nose
    jedie committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    0bd2955 View commit details
    Browse the repository at this point in the history
  7. update README

    jedie committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    c13d884 View commit details
    Browse the repository at this point in the history
  8. add "publish"

    jedie committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    0565618 View commit details
    Browse the repository at this point in the history
Loading