| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #16 from scop/q1.5.2 | Stefan Wójcik | 2016-05-02 | 2 | -2/+8 |
| |\ | | | | | q value handling improvements | ||||
| | * | Handle q parameter name case insensitively | Ville Skyttä | 2016-05-02 | 2 | -1/+3 |
| | | | | | | | | | https://tools.ietf.org/html/rfc7231#section-5.3.1 | ||||
| | * | Handle non-numeric q value gracefully | Ville Skyttä | 2016-05-02 | 2 | -1/+5 |
| | | | |||||
| | * | Simplify q value validation | Ville Skyttä | 2016-05-02 | 1 | -2/+1 |
| | | | |||||
| | * | Add test case for negative q value | Ville Skyttä | 2016-05-02 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #19 from scop/use-cgi | Stefan Wójcik | 2016-05-01 | 2 | -5/+3 |
| |\ | | | | | Use cgi.parse_header for main type parsing | ||||
| | * | Use cgi.parse_header for main type parsing | Ville Skyttä | 2016-04-28 | 2 | -5/+3 |
| | | | | | | | | | Adds support for quoted string parameter values. | ||||
| * | | Merge pull request #17 from scop/rfclinks | Stefan Wójcik | 2016-05-01 | 2 | -6/+8 |
| |\ \ | |/ |/| | Update RFC links to point to RFC 7231 | ||||
| | * | Update RFC links to point to RFC 7231 | Ville Skyttä | 2016-04-28 | 2 | -6/+8 |
| |/ | |||||
| * | 1.5.2 | Stefan Wojcik | 2016-04-26 | 1 | -1/+1 |
| | | |||||
| * | make sure mimeparse gracefully handles an invalid mime type of the form ↵ | Stefan Wójcik | 2016-04-20 | 2 | -3/+5 |
| | | | | | "text/extra/part" (#14) | ||||
| * | Spelling fix (#15) | Ville Skyttä | 2016-04-20 | 1 | -1/+1 |
| | | |||||
| * | 1.5.1 | DB Tsai | 2016-02-02 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #13 from wojcikstefan/master | DB Tsai | 2016-02-01 | 1 | -1/+1 |
| |\ | | | | | MimeTypeParseException should inherit from ValueError | ||||
| | * | MimeTypeParseException should inherit from ValueError | Stefan Wojcik | 2016-02-01 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #10 from scop/ignore | DB Tsai | 2016-02-01 | 1 | -0/+1 |
| |\ | | | | | Ignore dist/ | ||||
| | * | Ignore dist/ | Ville Skyttä | 2016-02-01 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #11 from scop/version | DB Tsai | 2016-02-01 | 2 | -2/+2 |
| |\ \ | | | | | | | Fix mimeparse.__version__, use it in setup.py | ||||
| | * | | Fix mimeparse.__version__, use it in setup.py | Ville Skyttä | 2016-02-01 | 2 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #12 from scop/perms | DB Tsai | 2016-02-01 | 2 | -0/+0 |
| |\ \ | |/ |/| | Remove unnecessary executable permissions | ||||
| | * | Remove unnecessary executable permissions | Ville Skyttä | 2016-02-01 | 2 | -0/+0 |
| |/ | |||||
| * | Release 1.5 | DB Tsai | 2016-01-31 | 2 | -51/+1 |
| | | |||||
| * | Trying to fix build | DB Tsai | 2016-01-31 | 1 | -1/+1 |
| | | |||||
| * | Uploaded to pypi | DB Tsai | 2016-01-31 | 2 | -5/+22 |
| | | |||||
| * | Added CI status | DB Tsai | 2016-01-31 | 2 | -1/+3 |
| | | |||||
| * | Merge pull request #9 from wojcikstefan/pep8-tweaks | DB Tsai | 2016-01-27 | 4 | -18/+7 |
| |\ | | | | | pep8 tweaks + remove unused test code | ||||
| | * | tox in the readme + remove py32 from travis | Stefan Wojcik | 2016-01-27 | 2 | -8/+3 |
| | | | |||||
| | * | py3.2 compat | Stefan Wojcik | 2016-01-27 | 1 | -1/+1 |
| | | | |||||
| | * | remove an unnecessary import + add info about pep8 & pyflakes to the readme | Stefan Wojcik | 2016-01-27 | 2 | -2/+9 |
| | | | |||||
| | * | pep8 tweaks + remove unused test code | Stefan Wojcik | 2016-01-27 | 1 | -14/+1 |
| |/ | |||||
| * | Merge pull request #8 from wojcikstefan/raise-parse-exception | DB Tsai | 2016-01-26 | 3 | -43/+66 |
| |\ | | | | | Raise an exception when the header cannot be parsed | ||||
| | * | raise an exception when the header cannot be parsed + better handling of ↵ | Stefan Wojcik | 2016-01-26 | 3 | -43/+66 |
| |/ | | | | unit tests | ||||
| * | Merge pull request #6 from scop/gitignore | DB Tsai | 2016-01-05 | 1 | -0/+1 |
| |\ | | | | | Ignore *.egg-info | ||||
| | * | Ignore *.egg-info | Ville Skyttä | 2016-01-05 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #7 from scop/tests | DB Tsai | 2016-01-05 | 4 | -7/+21 |
| |\ \ | |/ |/| | Test with Python 3.4 and 3.5, pep8 fixes | ||||
| | * | pep8 fixes | Ville Skyttä | 2016-01-05 | 2 | -6/+7 |
| | | | |||||
| | * | Test with Python 3.4 and 3.5 | Ville Skyttä | 2016-01-05 | 2 | -1/+14 |
| |/ | |||||
| * | Merge pull request #5 from foolswood/readme_as_utf8 | DB Tsai | 2015-10-26 | 1 | -1/+3 |
| |\ | | | | | Open README as UTF-8 | ||||
| | * | Open README as UTF-8 | David Honour | 2015-10-26 | 1 | -1/+3 |
| |/ | |||||
| * | Fixed Wrong ordering of candidates | D.B. Tsai | 2012-08-27 | 2 | -5/+6 |
| | | | | | | | | | | See https://github.com/dbtsai/python-mimeparse/issues/3 mimeparse.best_match(["image/jpeg", "text/plain"], "text/*;q=0.3, text/html;q=0.7, text/html;level=1, text/html;level=2;q=0.4, */*;q=0.5") Expected: 'image/jpeg' Instead: 'text/plain' | ||||
| * | Remove the tab in testdata.json | D.B. Tsai | 2012-08-27 | 1 | -30/+30 |
| | | |||||
| * | Fixed that parse_media_range overrides quality values of 0 | D.B. Tsai | 2012-08-27 | 4 | -11/+4 |
| | | | | | https://github.com/dbtsai/python-mimeparse/issues/1 | ||||
| * | Uploaded to PyPI using python-mimeparse as package name. | D.B. Tsai | 2012-08-27 | 7 | -65/+72 |
| | | |||||
| * | Ported to python3k, and added pypy into the tox test automation. | D.B. Tsai | 2012-08-27 | 4 | -31/+32 |
| | | |||||
| * | Fixed ``has_key()`` which is deprecated in python3. | D.B. Tsai | 2012-08-27 | 3 | -25/+29 |
| | | | | | Also cleaned up several PEP8 warnings. | ||||
| * | Added tox for automation project testing, and travis-ci for continuous ↵ | D.B. Tsai | 2012-08-27 | 6 | -0/+45 |
| | | | | | integration | ||||
| * | Forked python mimeparse for porting to py3k. | D.B. Tsai | 2012-08-27 | 1 | -0/+3 |
| | | | | | | | This repository forked from http://code.google.com/p/mimeparse/ only has python version of mimeparse in my repository. For those who want other language versions, please go to original project site. | ||||
| * | Clean up comments and formatting to make it PEP8 compatible. | Joe Gregorio | 2012-08-22 | 1 | -66/+99 |
| | | |||||
| * | Fixes issue 8. | Joe Gregorio | 2012-08-22 | 1 | -0/+22 |
| | | |||||
| * | Fixes issue 7. | Joe Gregorio | 2012-08-22 | 1 | -1/+1 |
| | | |||||
