| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Config with pure python template (#11) | Michael Howitz | 2023-01-10 | 3 | -4/+2 |
| | | | | | | * Drop support for Python 2.7, 3.5, 3.6. * Add support for Python 3.11. | ||||
| * | Lint the code. | Michael Howitz | 2022-09-07 | 5 | -9/+14 |
| | | |||||
| * | Isort imports. | Michael Howitz | 2022-09-07 | 2 | -2/+6 |
| | | |||||
| * | Fix tests on Python 3.8 | Colin Watson | 2019-12-18 | 1 | -1/+2 |
| | | | | | | | | | | | Marius Gedminas worked out that the fix for https://bugs.python.org/issue4963 in Python 3.8 (also backported to 3.7) meant that `mimetypes.init` now modifies `mimetypes.types_map` in place. Work around this by remembering the length of `types_map` at the start of each test. Fixes #7. | ||||
| * | Enable Sphinx for RTDdocs | Jason Madden | 2017-08-08 | 3 | -13/+71 |
| | | | | | Also fix usage of zope.contenttype as a main module. | ||||
| * | Add Python 3.6, drop Python 3.3.py36 | Jason Madden | 2017-08-03 | 5 | -26/+19 |
| | | | | | | | | | | | | - Badges - Add coverage environment and coveralls - 100% coverage - Some simplifications to help that, including using print_function for simpler parity on Py2/Py3, and not rewriting the _token_match function at runtime (presumably this was to delay compiling a regex at import time, but other regexes are already being compiled now at import time, so the hit is minor) | ||||
| * | Require 100% coverage. | Tres Seaver | 2015-02-23 | 3 | -7/+11 |
| | | |||||
| * | Let's agree that files of unknown contents are bytes, not strings. | Albertas Agejevas | 2013-02-20 | 2 | -25/+25 |
| | | |||||
| * | - Added some tests for better coverage. | Stephan Richter | 2013-02-11 | 3 | -9/+37 |
| | | | | | | | - Added `tox.ini` and manifest. - Added support for Python 3.3 and PyPy 1.9. | ||||
| * | Properly restore the HTML snippet detection, by looking at the entire string ↵ | Hanno Schlichting | 2011-07-27 | 2 | -6/+8 |
| | | | | | and not just its start. | ||||
| * | Restore detection of HTML snippets from 3.4 series. | Hanno Schlichting | 2011-07-26 | 2 | -3/+9 |
| | | |||||
| * | Added new mime types for web fonts, cache manifest and new media formats. | Hanno Schlichting | 2011-03-18 | 1 | -0/+11 |
| | | |||||
| * | Typo. | Tres Seaver | 2011-02-11 | 1 | -1/+1 |
| | | |||||
| * | LP #717289: added 'video/x-m4v' mimetype for the '.m4v' extension. | Tres Seaver | 2011-02-11 | 1 | -1/+2 |
| | | |||||
| * | Don't import module-under-test at global scope. | Tres Seaver | 2010-09-12 | 1 | -61/+65 |
| | | |||||
| * | Remove CVS-era Id fossils. | Tres Seaver | 2010-06-03 | 2 | -7/+0 |
| | | |||||
| * | Comply with repository policy. | Tres Seaver | 2010-04-06 | 4 | -4/+4 |
| | | |||||
| * | LP #242321: fix IndexError raised when testing strings consisting solely of ↵ | Tres Seaver | 2010-03-24 | 2 | -16/+20 |
| | | | | | leading whitespace. | ||||
| * | Updated mime.types for .js to 'application/javascript'. | Aaron Lehmann | 2009-12-29 | 1 | -1/+1 |
| | | |||||
| * | Break long lines; scrub module-scope dependencies, import of module-under-test. | Tres Seaver | 2009-11-25 | 1 | -37/+37 |
| | | |||||
| * | documented moving contenttype parsing from zope.publisher to this package, ↵ | Thomas Lotze | 2009-10-08 | 1 | -20/+20 |
| | | | | | adapted tests | ||||
| * | moved tests for contenttype parsing from zope.publisher to zope.contenttype ↵ | Thomas Lotze | 2009-10-08 | 1 | -0/+199 |
| | | | | | after code has been moved | ||||
| * | moved the implementation of zope.publisher.contenttype to zope.contenttype.parse | Thomas Lotze | 2009-10-08 | 1 | -0/+136 |
| | | |||||
| * | cleanup whitespace | Roger Ineichen | 2009-05-28 | 1 | -3/+0 |
| | | |||||
| * | As 'setuptools' is a dependency 'pkg_resources' will be available always. ↵ | Baiju Muthukadan | 2009-03-11 | 1 | -7/+1 |
| | | | | | Ref: http://mail.zope.org/pipermail/zope-dev/2009-March/035277.html | ||||
| * | Added MS Office 12 types | Adam Groszer | 2009-02-13 | 1 | -0/+17 |
| | | |||||
| * | Added reference docs | Shane Hathaway | 2009-02-03 | 1 | -3/+25 |
| | | |||||
| * | some more checks | Andreas Jung | 2007-09-16 | 2 | -2/+5 |
| | | |||||
| * | Improved text_type(). Based on the patch from | Andreas Jung | 2007-09-16 | 2 | -10/+36 |
| | | | | | http://www.zope.org/Collectors/Zope/2355/ | ||||
| * | Moving code to satellite. | Christian Theune | 2007-05-03 | 6 | -0/+184 |
| | | |||||
| * | Initial commit of zope.contenttype for eggification. | Baiju Muthukadan | 2006-10-30 | 1 | -0/+7 |
