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: r1chardj0n3s/parse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.19.0
Choose a base ref
...
head repository: r1chardj0n3s/parse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.19.1
Choose a head ref
  • 15 commits
  • 9 files changed
  • 5 contributors

Commits on Mar 22, 2021

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

Commits on Jun 4, 2021

  1. Just ignore venv dir

    r1chardj0n3s committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    9a4a555 View commit details
    Browse the repository at this point in the history
  2. Fix handling of unused alignment (#132)

    * This reverts a change introduced in 55467d2 (1.17) in order to resolve #112, but which broke more verbose use cases.
    The proper solution to #112 should have been to instructing the user to use the '{:^S},{^:S}' pattern instead, because in some cases format() is not really reversible so you ought to be more verbose in your format.
    
    This resolves #118.
    
    * Added a specific test case for the example in #118
    
    Co-authored-by: Tomer Harpaz <[email protected]>
    tomerha and tomerha authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    421c199 View commit details
    Browse the repository at this point in the history
  3. Update test.yml

    Remove version 3.4 since it's no longer supported
    r1chardj0n3s authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    b7feb75 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. modern packaging

    wimglenn committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f14add0 View commit details
    Browse the repository at this point in the history
  2. remove EOL pythons from CI

    wimglenn committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    547c2b1 View commit details
    Browse the repository at this point in the history
  3. specify pypy-3.9 explicitly

    wimglenn committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a5ac566 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. remove module docstring since it's duplicated in README.rst, and the …

    …idea of keeping them in sync by using the setup.py execution will not work with a declarative build system
    wimglenn committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    523fc43 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #151 from wimglenn/packaging

    modern packaging
    wimglenn authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    d290e1c View commit details
    Browse the repository at this point in the history
  3. universal wheel

    wimglenn committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    7c7e606 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #155 from r1chardj0n3s/universal

    universal wheel
    wimglenn authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    27af10c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. tag/release for 1.19.1

    wimglenn committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    2add6af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce36cad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #157 from r1chardj0n3s/1.19.1

    tag/release for 1.19.1
    wimglenn authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e4ae910 View commit details
    Browse the repository at this point in the history
  4. update changelog for 1.19.1

    wimglenn committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7277652 View commit details
    Browse the repository at this point in the history
Loading