8000 Comparing jtriley:master...talkiq:master · jtriley/pystun · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: 8000 jtriley/pystun
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: talkiq/pystun3
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.
  • 12 commits
  • 12 files changed
  • 5 contributors

Commits on Jun 12, 2018

  1. Remove global side effects to socket library

    Previously the get_ip_info function used `socket.setdefaulttimeout` to
    set the socket timeout for its query socket. This function sets the
    default socket timeout globally, and thus caused side effects after this
    function was called.
    
    This change removes the previous setdefaulttimeout call in favor of
    setting the timeout directly on the socket itself.
    b1naryth1ef authored and TheKevJames committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    7d49c9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcd5933 View commit details
    Browse the repository at this point in the history
  3. Add surpport for python 3.5.

    aaasuoliweng authored and TheKevJames committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    ee87b8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8b1512 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    656f333 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6ad0c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c63d41f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

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

Commits on May 19, 2021

  1. chore: bump license

    TheKevJames committed May 19, 2021
    Configuration menu
    Copy the full SHA
    7949943 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

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

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    56c05e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fdc6fa View commit details
    Browse the repository at this point in the history
Loading
0