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

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    9c941b9 View commit details
    Browse the repository at this point in the history
  2. add check for empty craw file

    this can happen when cannot download from S3.  An empty file will be created.
    jasonculverhouse committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    99f3559 View commit details
    Browse the repository at this point in the history
  3. more requirements

    jasonculverhouse committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    9d92d0c View commit details
    Browse the repository at this point in the history
  4. More modern venv

    venv is included with python3 (from 3.2)
    makes a more Visual Studio Code compatable venv as it can detect under the project.
    you can still use a different virtualenv but this make the project
    more self contained.
    jasonculverhouse committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    445bf98 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Update Makefile

    jasonculverhouse authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    e58122e View commit details
    Browse the repository at this point in the history
Loading