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: jackscott/python-bloomfilter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jaybaird/python-bloomfilter
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
  • 12 files changed
  • 5 contributors

Commits on Mar 23, 2014

  1. Implement make_hashes as a generator

    Can eliminate hashes if key is found early. Result is 30% faster.
    nick pisarro
    nick pisarro committed Mar 23, 2014
    Configuration menu
    Copy the full SHA
    8d7c3a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. Fix count logic from previous

    nick pisarro
    nick pisarro committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    eab60a1 View commit details
    Browse the repository at this point in the history
  2. Convert some temporary list expressions to generators

    nick pisarro
    nick pisarro committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    ecc9615 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2014

  1. Configuration menu
    Copy the full SHA
    2f15014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62d2336 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8183bd View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. Merge pull request jaybaird#12 from Bachmann1234/write-bytes

    Add ability to write to StringIO and cStringIO objects
    jaybaird committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    f12e7b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jaybaird#11 from grandinquisitor/master

    Implement make_hashes as a generator
    jaybaird committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    9f968c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c7c91c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6affde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    700c1e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2014

  1. Add python3 support

    Bachmann1234 committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    70e25c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2014

  1. Merge pull request jaybaird#14 from Bachmann1234/python3-no-six

    Add support for Python 3
    jaybaird committed Jun 23, 2014
    Configuration menu
    Copy the full SHA
    30cf351 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2014

  1. Changed setup.py and __init__.py so setup.py install results are in l…

    …ine with examples given in readme
    Søren Holbech
    Søren Holbech committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    89a9ab5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jaybaird#16 from holbech/setup-py-fix

    setup.py change for pip-interoperability
    jaybaird committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    2bbe01a View commit details
    Browse the repository at this point in the history
Loading