Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix best_match() and desired_matches() on py3 | Victor Stinner | 2015-04-21 | 1 | -2/+2 |
| | |||||
* | Typo | Christoph Zwerschke | 2010-08-19 | 1 | -1/+1 |
| | |||||
* | Added some more test cases to test_mimeparse that I have found here: | Christoph Zwerschke | 2010-08-19 | 1 | -4/+6 |
| | | | | | http://code.google.com/p/mimeparse/source/browse/trunk/testdata.json Also added a link to the project upstream. | ||||
* | Minor simplification. | Christoph Zwerschke | 2010-08-19 | 1 | -8/+4 |
| | |||||
* | Added unittests for util.mimeparse and made the module more robust and ↵ | Christoph Zwerschke | 2010-08-19 | 1 | -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 Bicking | 2010-06-23 | 1 | -11/+34 |
| | | | | but still used in paste) | ||||
* | update mimeparse | Ian Bicking | 2010-03-31 | 1 | -97/+39 |
| | |||||
* | parse a single *, per #330 | ianb | 2009-01-09 | 1 | -1/+4 |
| | |||||
* | Remove long-deprecated modules (most moved elsewhere -- actually removing ↵ | ianb | 2007-02-01 | 1 | -0/+178 |
now); move mimeparse to paste.util.mimeparse |