summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* chore: modernize setup (#43)HEADmasterFederico Caselli2021-11-125-63/+49
| | | | | | | | | | | | | | | * 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>
* chore: include flake8 in the default tox envs (#44)Federico Caselli2021-11-012-2/+2
|
* chore: add github actions (#42)Federico Caselli2021-10-275-37/+80
| | | | | | | * Add github actions Fixes: #39 * Fix workflow
* Update classifiers (#32)Hugo2018-10-151-0/+8
| | | | | | * Update classifiers * Update classifiers
* Add license to the setup.py (#35)Gabi Maeztu2018-10-091-0/+1
| | | | | | | | * Add license to the setup.py In order to make automatic checking of license compliance faster, add license to the setup arguments. * missing comma
* Add python_requires to help pip (#34)Hugo2018-09-042-1/+2
|
* Test updates and fixes (#33)Ville Skyttä2018-08-123-2/+17
| | | | | | | | | | * 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.
* v1.6.0 (major very bump due to #26)1.6.0Stefan Wojcik2016-10-161-1/+1
|
* let acceptable types specify their quality (#26)Stefan Wójcik2016-10-162-0/+19
|
* more readable formatting of test dataStefan Wojcik2016-10-161-7/+28
|
* Run PyPy tests with pypy-5.4 on Travis (#30)Ville Skyttä2016-10-112-2/+4
|
* Ignore more dirs in flake8 tests (#31)Ville Skyttä2016-10-111-1/+1
|
* ignore .venv instead of venvStefan Wojcik2016-10-111-1/+1
|
* flake8 tweaks (#27)Ville Skyttä2016-10-104-14/+16
|
* ignore build/ and venv/ dirsStefan Wojcik2016-10-101-0/+2
|
* v1.5.51.5.5Stefan Wojcik2016-10-101-1/+1
|
* v1.5.41.5.4Stefan Wojcik2016-10-101-1/+1
|
* Release as a universal wheel (#28)Adam Chainz2016-10-101-0/+2
|
* Remove __init__.py (#29)Adam Chainz2016-10-101-0/+0
|
* v1.5.31.5.3Stefan Wojcik2016-09-281-1/+1
|
* extra test based on RFC 7231 page 38Stefan Wojcik2016-09-282-1/+8
|
* cleaner code for quality_and_fitness_parsedStefan Wojcik2016-09-282-15/+34
|
* more readable testdata.jsonStefan Wojcik2016-09-281-46/+184
|
* readme tweaksStefan Wojcik2016-09-281-13/+11
|
* setup.py sanity check + pep8 tweaks to mimeparse.pyStefan Wojcik2016-09-282-1/+5
|
* setup.py + README tidying (#22)Adam Chainz2016-09-285-57/+83
| | | | | | * Convert `README.md` to `README.rst` since rst is all that PyPI supports * Tidy up README so all functions are explained with their own headers * Use context managers for opening files in `setup.py` * Don't import the code in `setup.py`, which doesn't work on some platforms before it's installed. Instead use parsing of the file to find the version.
* Document return types (#24)Ville Skyttä2016-08-081-1/+13
|
* Merge pull request #23 from scop/pypy3Stefan Wójcik2016-07-082-1/+5
|\ | | | | Add pypy3 to test matrix
| * Add pypy3 to test matrixVille Skyttä2016-07-072-1/+5
|/
* update download_url (fixes #18)Stefan Wojcik2016-05-221-2/+2
|
* Merge pull request #16 from scop/q1.5.2Stefan Wójcik2016-05-022-2/+8
|\ | | | | q value handling improvements
| * Handle q parameter name case insensitivelyVille Skyttä2016-05-022-1/+3
| | | | | | | | https://tools.ietf.org/html/rfc7231#section-5.3.1
| * Handle non-numeric q value gracefullyVille Skyttä2016-05-022-1/+5
| |
| * Simplify q value validationVille Skyttä2016-05-021-2/+1
| |
| * Add test case for negative q valueVille Skyttä2016-05-021-0/+1
|/
* Merge pull request #19 from scop/use-cgiStefan Wójcik2016-05-012-5/+3
|\ | | | | Use cgi.parse_header for main type parsing
| * Use cgi.parse_header for main type parsingVille Skyttä2016-04-282-5/+3
| | | | | | | | Adds support for quoted string parameter values.
* | Merge pull request #17 from scop/rfclinksStefan Wójcik2016-05-012-6/+8
|\ \ | |/ |/| Update RFC links to point to RFC 7231
| * Update RFC links to point to RFC 7231Ville Skyttä2016-04-282-6/+8
|/
* 1.5.2Stefan Wojcik2016-04-261-1/+1
|
* make sure mimeparse gracefully handles an invalid mime type of the form ↵Stefan Wójcik2016-04-202-3/+5
| | | | "text/extra/part" (#14)
* Spelling fix (#15)Ville Skyttä2016-04-201-1/+1
|
* 1.5.1DB Tsai2016-02-021-1/+1
|
* Merge pull request #13 from wojcikstefan/masterDB Tsai2016-02-011-1/+1
|\ | | | | MimeTypeParseException should inherit from ValueError
| * MimeTypeParseException should inherit from ValueErrorStefan Wojcik2016-02-011-1/+1
|/
* Merge pull request #10 from scop/ignoreDB Tsai2016-02-011-0/+1
|\ | | | | Ignore dist/
| * Ignore dist/Ville Skyttä2016-02-011-0/+1
| |
* | Merge pull request #11 from scop/versionDB Tsai2016-02-012-2/+2
|\ \ | | | | | | Fix mimeparse.__version__, use it in setup.py
| * | Fix mimeparse.__version__, use it in setup.pyVille Skyttä2016-02-012-2/+2
| |/
* | Merge pull request #12 from scop/permsDB Tsai2016-02-012-0/+0
|\ \ | |/ |/| Remove unnecessary executable permissions