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: philipbl/python-persistent-queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: philipbl/python-persistent-queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 26, 2018

  1. WIP: Change queue signature to match Python's

    Previously, persistent queue allowed for multiple items to be pushed
    and pulled from the queue. Now only one item can be pulled or pushed.
    philipbl committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    da3897e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9eb737 View commit details
    Browse the repository at this point in the history
  3. Add new version of Python

    philipbl committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    c5b640f View commit details
    Browse the repository at this point in the history
  4. Fix delete method

    philipbl committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    425a393 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c238e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Remove extra white space

    philipbl committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    986fbc0 View commit details
    Browse the repository at this point in the history
  2. Ignore .pyc files

    philipbl committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    09f60d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0694a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bef948b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c5f930 View commit details
    Browse the repository at this point in the history
  6. Fix lint issue with test

    philipbl committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    af1ff96 View commit details
    Browse the repository at this point in the history
  7. Add support for Python 3.7

    philipbl committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    efbec54 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    philipbl committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    7e76aa3 View commit details
    Browse the repository at this point in the history
  9. Add repr and tests

    philipbl committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    15ff938 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Add close method and tests

    philipbl committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    47d5ecc View commit details
    Browse the repository at this point in the history
  2. Update README

    philipbl committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    45b3f3a View commit details
    Browse the repository at this point in the history
Loading