close
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: adblockplus/python-abp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: heyeddi/python-abp
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.
  • 8 commits
  • 0 files changed
  • 2 contributors

Commits on Nov 27, 2024

  1. feat: Add better support for blocks

    - Filter blocks do not stop on the next comment, but in the next comment that has a variable
    Edmundo Sanchez committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5fa5446 View commit details
    Browse the repository at this point in the history
  2. run black on test fitlers blocks

    Edmundo Sanchez committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3985817 View commit details
    Browse the repository at this point in the history
  3. Add basic flake 8 settings for better dev experience

    Edmundo Sanchez committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9dbde14 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. feat: Add ability to unparse a filter

    Note only parsed lines with type = Filter can be unparsed with this feature
    Edmundo Sanchez committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    c8ae627 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Bass-03/unparse_filters

    Unparse filters
    heyeddi authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    68c0783 View commit details
    Browse the repository at this point in the history
  3. run black to format the whole code base

    Edmundo Sanchez committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    a3fd7e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Merge branch 'master' of github.com:adblockplus/python-abp

    Edmundo Sanchez committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    eeca81d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:adblockplus/python-abp

    Edmundo Sanchez committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    ed20d5b View commit details
    Browse the repository at this point in the history
Loading