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: falconry/python-mimeparse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.0
Choose a base ref
...
head repository: falconry/python-mimeparse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 12 files changed
  • 8 contributors

Commits on Aug 13, 2018

  1. Test updates and fixes (#33)

    * Add Python 3.6 and 3.7 to test matrix
    
    * Flake8 whitespace fixes
    
    * Use pypy3.5-5.8.0 on Travis
    
    pypy3 in a python 2.7 env is no longer there.
    scop authored and dbtsai committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    30a7cf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Add python_requires to help pip (#34)

    hugovk authored and dbtsai committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    5b253c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Add license to the setup.py (#35)

    * Add license to the setup.py 
    
    In order to make automatic checking of license compliance faster, add license to the setup arguments.
    
    * missing comma
    merqurio authored and dbtsai committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    16c2000 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Update classifiers (#32)

    * Update classifiers
    
    * Update classifiers
    hugovk authored and dbtsai committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    cf605c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. chore: add github actions (#42)

    * Add github actions
    
    Fixes: #39
    
    * Fix workflow
    CaselIT authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    1222900 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

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

Commits on Nov 12, 2021

  1. chore: modernize setup (#43)

    * Add github actions
    
    Fixes: #39
    
    * Fix workflow
    
    * Move setup information to setup.cfg
    
    * Use pep517 to build
    
    * chore: review feedback
    
    Co-authored-by: Vytautas Liuolia <vytautas.liuolia@gmail.com>
    CaselIT and vytas7 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    fa7dd33 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. chore(cgi): include parse_header() from the deprecated cgi module (#46

    )
    
    * Include functions from the deprecated cgi module
    
    * Document source of vendored functions from cgi.py
    
    * Fix linter error
    trendels authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    5427072 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. chore: run pyupgrade --py38-plus, remove mentions of lower python ver…

    …sions (#47)
    
    * chore: Run pyupgrade --py38-plus, remove mentions of lower python versions.
    
    * chore: python support - add 3.11, 3.12, pypy 3.9 and pypy 3.10
    
    * chore: remove unused travis config.
    
    * chore: bring back python 3.7 (no code change)
    
    * readme: remove broken link to travis badge
    
    ---------
    
    Co-authored-by: Raphael Krupinski <10319569-mattesilver@users.noreply.gitlab.com>
    rafalkrupinski and Raphael Krupinski authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    77e46f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. chore: modernize setup even more (leave only pyproject.toml) (#49)

    * chore: modernize setup even more (leave only `pyproject.toml`)
    
    * chore(CI): clean up Actions workflows
    
    * docs: bump info on required Py version
    
    * chore: specify test deps
    vytas7 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    57bf140 View commit details
    Browse the repository at this point in the history
  2. chore: tag rc1

    vytas7 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    de7d4de View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. chore: prepare 2.0 stable (#51)

    * chore: prepare 2.0 stable
    vytas7 authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    3dc9383 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. feat(typing): add type hints (#52)

    * Add type hints.
    
    * chore: fix typo
    
    * Remove old type declaration from dostrs.
    
    * Fix generic types.
    
    * Move the module to a package and add `py.typed` file.
    
    * Make mypy happy.
    
    * PEP 563.
    rafalkrupinski authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ae378e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. chore: open 2.1.0 development

    vytas7 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8813f83 View commit details
    Browse the repository at this point in the history
Loading