summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16 from scop/q1.5.2Stefan Wójcik2016-05-022-2/+8
|\
| * Handle q parameter name case insensitivelyVille Skyttä2016-05-022-1/+3
| * 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 parsingVille Skyttä2016-04-282-5/+3
* | Merge pull request #17 from scop/rfclinksStefan Wójcik2016-05-012-6/+8
|\ \ | |/ |/|
| * 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 "text...Stefan Wójcik2016-04-202-3/+5
* 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 ValueErrorStefan Wojcik2016-02-011-1/+1
|/
* Merge pull request #10 from scop/ignoreDB Tsai2016-02-011-0/+1
|\
| * 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.pyVille Skyttä2016-02-012-2/+2
| |/
* | Merge pull request #12 from scop/permsDB Tsai2016-02-012-0/+0
|\ \ | |/ |/|
| * Remove unnecessary executable permissionsVille Skyttä2016-02-012-0/+0
|/
* Release 1.5DB Tsai2016-01-312-51/+1
* Trying to fix buildDB Tsai2016-01-311-1/+1
* Uploaded to pypiDB Tsai2016-01-312-5/+22
* Added CI statusDB Tsai2016-01-312-1/+3
* Merge pull request #9 from wojcikstefan/pep8-tweaksDB Tsai2016-01-274-18/+7
|\
| * tox in the readme + remove py32 from travisStefan Wojcik2016-01-272-8/+3
| * py3.2 compatStefan Wojcik2016-01-271-1/+1
| * remove an unnecessary import + add info about pep8 & pyflakes to the readmeStefan Wojcik2016-01-272-2/+9
| * pep8 tweaks + remove unused test codeStefan Wojcik2016-01-271-14/+1
|/
* Merge pull request #8 from wojcikstefan/raise-parse-exceptionDB Tsai2016-01-263-43/+66
|\
| * raise an exception when the header cannot be parsed + better handling of unit...Stefan Wojcik2016-01-263-43/+66
|/
* Merge pull request #6 from scop/gitignoreDB Tsai2016-01-051-0/+1
|\
| * Ignore *.egg-infoVille Skyttä2016-01-051-0/+1
* | Merge pull request #7 from scop/testsDB Tsai2016-01-054-7/+21
|\ \ | |/ |/|
| * pep8 fixesVille Skyttä2016-01-052-6/+7
| * Test with Python 3.4 and 3.5Ville Skyttä2016-01-052-1/+14
|/
* Merge pull request #5 from foolswood/readme_as_utf8DB Tsai2015-10-261-1/+3
|\
| * Open README as UTF-8David Honour2015-10-261-1/+3
|/
* Fixed Wrong ordering of candidatesD.B. Tsai2012-08-272-5/+6
* Remove the tab in testdata.jsonD.B. Tsai2012-08-271-30/+30
* Fixed that parse_media_range overrides quality values of 0D.B. Tsai2012-08-274-11/+4
* Uploaded to PyPI using python-mimeparse as package name.D.B. Tsai2012-08-277-65/+72
* Ported to python3k, and added pypy into the tox test automation.D.B. Tsai2012-08-274-31/+32
* Fixed ``has_key()`` which is deprecated in python3.D.B. Tsai2012-08-273-25/+29
* Added tox for automation project testing, and travis-ci for continuous integr...D.B. Tsai2012-08-276-0/+45
* Forked python mimeparse for porting to py3k.D.B. Tsai2012-08-271-0/+3
* Clean up comments and formatting to make it PEP8 compatible.Joe Gregorio2012-08-221-66/+99
* Fixes issue 8.Joe Gregorio2012-08-221-0/+22
* Fixes issue 7.Joe Gregorio2012-08-221-1/+1