Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix pyflakes warnings in tests | Victor Stinner | 2015-04-22 | 1 | -2/+0 |
| | | | | | * Remove unused imports * Remove unused variables | ||||
* | Convert files from file format DOS to UNIX | Victor Stinner | 2015-04-21 | 1 | -237/+237 |
| | |||||
* | Added some more test cases to test_mimeparse that I have found here: | Christoph Zwerschke | 2010-08-19 | 1 | -4/+60 |
| | | | | | http://code.google.com/p/mimeparse/source/browse/trunk/testdata.json Also added a link to the project upstream. | ||||
* | Added unittests for util.mimeparse and made the module more robust and ↵ | Christoph Zwerschke | 2010-08-19 | 1 | -0/+181 |
somewhat faster. This also closes tickets #290, #330, #370 and #381. |