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: andreikop/python-ws-discovery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jn0/python-ws-discovery
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.
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 29, 2016

  1. Provide some Python2 compatibility

    a bit ugly, but works...
    jno authored Nov 29, 2016
    Configuration menu
    Copy the full SHA
    ac09c41 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. provide support for with-as statement

    add __enter__ and __exit__ methods
    jno authored Dec 1, 2016
    Configuration menu
    Copy the full SHA
    bda6c34 View commit details
    Browse the repository at this point in the history
  2. add utility function discover()

    As we often have to browse the net for the devices attached, this func make sense for me.
    jno authored Dec 1, 2016
    Configuration menu
    Copy the full SHA
    01ec331 View commit details
    Browse the repository at this point in the history
  3. add this fork description

    jno authored Dec 1, 2016
    Configuration menu
    Copy the full SHA
    ee5a342 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd2a3e8 View commit details
    Browse the repository at this point in the history
Loading