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: 0rpc/zerorpc-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: shiplu/zerorpc-python
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.
  • 15 commits
  • 11 files changed
  • 2 contributors

Commits on Jul 8, 2021

  1. Create ci.yml

    Create continuous integration with Github actions
    shiplu authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    421536d View commit details
    Browse the repository at this point in the history
  2. Delete .travis.yml

    Remove un used travis ci file
    shiplu authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    bf0eee3 View commit details
    Browse the repository at this point in the history
  3. Update ci.yml

    Fix indentation of "with" statement
    shiplu authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    99d17ae View commit details
    Browse the repository at this point in the history
  4. Fix the Flake8 errors

    shiplu committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    0acd788 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9df852f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67a4191 View commit details
    Browse the repository at this point in the history
  7. Add github workflow badge

    shiplu committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    98f5e11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e7aa174 View commit details
    Browse the repository at this point in the history
  9. Update README.rst

    shiplu authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    2a834ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1f4d0c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Upgrade python version

    - Dropped 2.6, 3.4, 3.5 support
    - Introduced 3.6, 3.7, 3.8
    - Use "bionic" on for the travis build
    - Pass 'async' as ** dict item in the test so it's compatible with newer
    versions of python
    - Use pyzmq 16.0.4+ as the old versions cannot be built in python 3.7
    - Support modern repr of BaseException
      BaseException doesn't add trailing comma from version 3.7.0.
      Hence the test case without ',' is added as well.
      See also: https://bugs.python.org/issue30399
    shiplu committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    9d9a6d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3acf67a View commit details
    Browse the repository at this point in the history
  3. Update setup.py

    shiplu committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    1c09a53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    304ed37 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Merge pull request #3 from shiplu/upgrade-python-version

    Upgrade python version
    shiplu authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    b342c84 View commit details
    Browse the repository at this point in the history
Loading