summaryrefslogtreecommitdiff
path: root/paste/util/mimeparse.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix best_match() and desired_matches() on py3Victor Stinner2015-04-211-2/+2
|
* TypoChristoph Zwerschke2010-08-191-1/+1
|
* Added some more test cases to test_mimeparse that I have found here:Christoph Zwerschke2010-08-191-4/+6
| | | | | http://code.google.com/p/mimeparse/source/browse/trunk/testdata.json Also added a link to the project upstream.
* Minor simplification.Christoph Zwerschke2010-08-191-8/+4
|
* Added unittests for util.mimeparse and made the module more robust and ↵Christoph Zwerschke2010-08-191-49/+65
| | | | | | somewhat faster. This also closes tickets #290, #330, #370 and #381.
* add a missing desired_matches function to mimeparse (was removed upstream, ↵Ian Bicking2010-06-231-11/+34
| | | | but still used in paste)
* update mimeparseIan Bicking2010-03-311-97/+39
|
* parse a single *, per #330ianb2009-01-091-1/+4
|
* Remove long-deprecated modules (most moved elsewhere -- actually removing ↵ianb2007-02-011-0/+178
now); move mimeparse to paste.util.mimeparse