Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] text extraction in Selector and SelectorList #127

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    3c471b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Configuration menu
    Copy the full SHA
    8dea4ce View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    da7bb80 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Merge branch 'master' into selector-text

    # Conflicts:
    #	parsel/selector.py
    #	setup.py
    kmike committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    859044c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. selector text unit tests

    shahidkarimi committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    7bae279 View commit details
    Browse the repository at this point in the history
  2. code formtting

    shahidkarimi committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    e4733ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    857ca72 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. removed unwated tests

    shahidkarimi committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    7941093 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Merge pull request #236 from shahidkarimi/selector-text-tests

    Selector text tests
    kmike authored May 20, 2022
    Configuration menu
    Copy the full SHA
    102f2e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    1f917bb View commit details
    Browse the repository at this point in the history
  2. apply black

    kmike committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d87982d View commit details
    Browse the repository at this point in the history
  3. fixed failing test

    The assertion was wrong
    kmike committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    14dadbd View commit details
    Browse the repository at this point in the history
  4. Make new arguments keyword-only

    kmike committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    af0d28a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    1737f83 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    17ae5e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge branch 'master' into selector-text

    # Conflicts:
    #	parsel/selector.py
    #	tests/test_selector.py
    kmike committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    f8f1c66 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Update docs/usage.rst

    Co-authored-by: Adrián Chaves <[email protected]>
    kmike and Gallaecio authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    c6580cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #248 from shahidkarimi/selector-text-doc

    Selector text doc
    kmike authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    419af4b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge branch 'master' into selector-text

    # Conflicts:
    #	parsel/selector.py
    #	tests/test_selector.py
    #	tests/typing/selector.py
    #	tox.ini
    kmike committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b8d0352 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. fixed typing

    kmike committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ee3e734 View commit details
    Browse the repository at this point in the history
  2. fixed a refactoring issue

    kmike committed May 1, 2024
    Configuration menu
    Copy the full SHA
    69456c1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. document O(N^2) gotcha

    kmike committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a492278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b4ae25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccaaa5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4eea4fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27c9919 View commit details
    Browse the repository at this point in the history
  6. fix docs references

    kmike committed May 8, 2024
    Configuration menu
    Copy the full SHA
    852bbef View commit details
    Browse the repository at this point in the history