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

Commits on Nov 18, 2014

  1. Update setup.py

    Setup.py fails on line 5. Throws "No such file or directory: 'README.rst'." Changed README.rst to README.md.
    vicktor3 committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    5ffb92a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2015

  1. Fix broken crpapi.py

    Fix two problems:
    1. setup.py was trying to load a nonexistant readme file. Changed it to
    point to readme.md.
    2. crpapi.py had a wrong URL for the API, and also wasn't setting
    headers in the urllib2 request. Both these issues prevented API calls
    from working.
    Kirkman committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    a816e5f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Create .gitignore

    michplunkett committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a7695ab View commit details
    Browse the repository at this point in the history
  2. Update README.md

    michplunkett committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    11bcea8 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    michplunkett committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e3e516c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from michplunkett/update_documentation_and_bas…

    …e_github
    
    Update README formatting and add 🐍 Python .gitignore file
    achokey-crp authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0e4ac97 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from nmaynes/patch-1

    Update setup.py
    achokey-crp authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    fd859c4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from PostDispatchInteractive/master

    Fix broken crpapi.py
    achokey-crp authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0f8aad0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Update README.md

    michplunkett committed May 28, 2023
    Configuration menu
    Copy the full SHA
    1e25414 View commit details
    Browse the repository at this point in the history
  2. Update crpapi.py

    michplunkett committed May 28, 2023
    Configuration menu
    Copy the full SHA
    9c54e7a View commit details
    Browse the repository at this point in the history
  3. Update test_crpapi.py

    michplunkett committed May 28, 2023
    Configuration menu
    Copy the full SHA
    0c6d61c View commit details
    Browse the repository at this point in the history
  4. Update crpapi.py

    michplunkett committed May 28, 2023
    Configuration menu
    Copy the full SHA
    7027366 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    michplunkett committed May 28, 2023
    Configuration menu
    Copy the full SHA
    0d5bc76 View commit details
    Browse the repository at this point in the history
  6. Update setup.py

    michplunkett committed May 28, 2023
    Configuration menu
    Copy the full SHA
    a7684dd View commit details
    Browse the repository at this point in the history
  7. Update crpapi.py

    michplunkett committed May 28, 2023
    Configuration menu
    Copy the full SHA
    4e5a89d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge pull request #12 from michplunkett/migrate_to_python_3

    Update from Python 🐍 2 to 3
    achokey-crp authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    47e7769 View commit details
    Browse the repository at this point in the history
  2. Update readme

    achokey-crp committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5a8a7dd View commit details
    Browse the repository at this point in the history
Loading