Thanks to visit codestin.com
Credit goes to github.com

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: jaysonsantos/python-binary-memcached
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.31.2
Choose a base ref
...
head repository: jaysonsantos/python-binary-memcached
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 11 files changed
  • 5 contributors

Commits on Oct 13, 2021

  1. docs: Fix a few typos

    There are small typos in:
    - docs/_static/searchtools.js
    - docs/_static/websupport.js
    
    Fixes:
    - Should read `utilities` rather than `utilties`.
    - Should read `occurrence` rather than `occurance`.
    timgates42 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    19d78f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. chore: Add publish step

    jaysonsantos committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ec52fe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f650430 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #252 from jaysonsantos/add-publish-step

    chore: Add publish step
    jaysonsantos authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ab1b460 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. remove obsolete requirement

    a-detiste committed May 13, 2024
    Configuration menu
    Copy the full SHA
    cd2f372 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Use an unofficial setup-python action that still works with 2.7

    Signed-off-by: Anders Kaseorg <[email protected]>
    andersk committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    801f344 View commit details
    Browse the repository at this point in the history
  2. Avoid urllib.parse.splitport DeprecationWarning

    “DeprecationWarning: urllib.parse.splitport() is deprecated as of 3.8,
    use urllib.parse.urlparse() instead”
    
    Signed-off-by: Anders Kaseorg <[email protected]>
    andersk committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3d44035 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #257 from andersk/splitport

    Avoid `urllib.parse.splitport` DeprecationWarning
    jaysonsantos authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    be0a7d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bca4424 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    600ec1b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #255 from a-detiste/master

    remove obsolete requirement
    jaysonsantos authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b2165f0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #244 from timgates42/bugfix_typos

    docs: Fix a few typos
    jaysonsantos authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    dd38fed View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Merge pull request #258 from keisku/support-ipv6

    fix: Support IPv6
    keisku authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    efeb037 View commit details
    Browse the repository at this point in the history
  2. Remove python2 runner (#259)

    * Remove python2 runner
    
    * Lint fixes
    jaysonsantos authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    538a75a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cdc678 View commit details
    Browse the repository at this point in the history
Loading