summaryrefslogtreecommitdiff
path: root/mimeparse.py
Commit message (Expand)AuthorAgeFilesLines
* Fix mimeparse.__version__, use it in setup.pyVille Skyttä2016-02-011-1/+1
* py3.2 compatStefan Wojcik2016-01-271-1/+1
* raise an exception when the header cannot be parsed + better handling of unit...Stefan Wojcik2016-01-261-0/+8
* pep8 fixesVille Skyttä2016-01-051-1/+1
* Fixed Wrong ordering of candidatesD.B. Tsai2012-08-271-5/+5
* Fixed that parse_media_range overrides quality values of 0D.B. Tsai2012-08-271-3/+2
* Uploaded to PyPI using python-mimeparse as package name.D.B. Tsai2012-08-271-1/+1
* Ported to python3k, and added pypy into the tox test automation.D.B. Tsai2012-08-271-1/+2
* Fixed ``has_key()`` which is deprecated in python3.D.B. Tsai2012-08-271-13/+13
* Added tox for automation project testing, and travis-ci for continuous integr...D.B. Tsai2012-08-271-0/+0
* Clean up comments and formatting to make it PEP8 compatible.Joe Gregorio2012-08-221-66/+99
* Fixes issue 7.Joe Gregorio2012-08-221-1/+1
* Respect order of supported in the event of a tie.Ed Summers2012-08-221-6/+17
* Removed the tests in mimeparse.py since we now have the language independent ...Ade Oshineye2012-08-221-58/+0
* * Add Erlang version of mimeparse.Steve Vinoski2012-08-221-23/+42
* Initial checkinJoe Gregorio2012-08-221-0/+162