summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Back to development: 5.1HEADmasterMichael Howitz2023-03-272-1/+7
|
* Preparing release 5.05.0Michael Howitz2023-03-272-2/+2
|
* Clean up.Michael Howitz2023-03-271-2/+3
|
* Config with pure python template (#55)Michael Howitz2023-01-1645-616/+667
| | | | * Drop support for Python 2.7, 3.5, 3.6. * Add support for Python 3.11.
* Fix badge.Michael Howitz2022-03-181-2/+2
|
* Back to development: 4.9.1Michael Howitz2022-03-182-1/+7
|
* Preparing release 4.9.0Michael Howitz2022-03-182-2/+2
|
* Add support for Python 3.10. (#53)Michael Howitz2021-12-095-13/+12
|
* Add change log entry for #17.Michael Howitz2021-12-091-0/+3
|
* Merge pull request #17 from yijiuzheng/locale_data_fixJill Zheng2021-12-093-8/+56
| | | Fixed date/time format in zh.xml, sv.xml and es_US.xml
* Merge pull request #52 from zopefoundation/fix-Zope-994-2Jens W. Klein2021-12-083-3/+13
|\ | | | | Fix problems with zope_i18n_compile_mo_files early assignment
| * Fix problems with zope_i18n_compile_mo_files early assignmentfix-Zope-994-2Jens W. Klein2021-12-083-3/+13
|/
* Back to development: 4.8.1Michael Howitz2021-09-072-1/+7
|
* Preparing release 4.8.04.8.0Michael Howitz2021-09-072-2/+2
|
* Merge pull request #50 from zopefoundation/maurits/character-sets-autopep8Maurits van Rees2021-09-0612-2/+126
|\ | | | | Support character sets.
| * Bumped version for feature release.Maurits van Rees2021-09-062-2/+2
| | | | | | | | [ci skip]
| * Support character sets.maurits/character-sets-autopep8Maurits van Rees2021-09-0311-0/+124
| | | | | | | | | | sr@Latn and sr@Cyrl will be added to language sr. See https://github.com/collective/plone.app.locales/issues/326
* | Merge pull request #49 from zopefoundation/config-with-pure-python-autopep8Michael Howitz2021-09-0646-520/+524
|\ \ | |/ | | Config with pure python
| * Fixed more linting errors.config-with-pure-python-autopep8Maurits van Rees2021-09-034-13/+20
| |
| * Apply suggestions from code review Maurits van Rees2021-09-031-2/+2
| | | | | | | | | | I mixed up Python 2 and 3 in the try/except comment. Co-authored-by: Michael Howitz <mh@gocept.com>
| * Add changelog entry.Maurits van Rees2021-09-031-1/+2
| |
| * Add Python 3.8 and 3.9 to classifiers.Maurits van Rees2021-09-031-0/+2
| |
| * Set minimum coverage at 99 percent.Maurits van Rees2021-09-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had 100% test coverage previously, but this dropped to around 99.11 percent when using the new default in tox.ini: ``` [coverage:run] branch = True ``` With branch=False, the coverage would be back at 100 percent, but I don't see a way to configure this in meta.toml, and it may be better to see the actual coverage. We should add more tests to cover the untested branches. For now, we lower our expectations.
| * Removed 'name = main' code from tests.Maurits van Rees2021-09-036-24/+0
| | | | | | | | This is not called during the tests, and this results in less coverage.
| * Include sphinx doctests.Maurits van Rees2021-09-033-3/+10
| |
| * Add meta.toml rules for manifest and check-manifest.Maurits van Rees2021-09-034-2/+44
| |
| * Add _compat module to define text_type on Py 2 and 3.Maurits van Rees2021-09-037-11/+17
| | | | | | | | The old way worked, but gave a linting error because unicode is not defined.
| * Manually fix other lint errors.Maurits van Rees2021-09-038-20/+31
| |
| * autopep8 in full aggressive mode.Maurits van Rees2021-09-031-1/+1
| |
| * More aggressive autopep8.Maurits van Rees2021-09-037-60/+70
| | | | | | | | With `--ignore W690,E711,E721 --aggressive`
| * autopep8Maurits van Rees2021-09-0329-110/+120
| |
| * Configuring for pure-pythonMaurits van Rees2021-09-0210-302/+234
|/
* Merge pull request #44 from zopefoundation/all-repos_autofix_all-repos-sedJens Vagelpohl2020-10-281-2/+2
|\ | | | | Update badge URL for Travis
| * Update badge URL for Travisall-repos_autofix_all-repos-sedJürgen Gmach2020-10-281-2/+2
|/ | | | Committed via https://github.com/asottile/all-repos
* Fix GH issue URLMarius Gedminas2019-11-211-1/+1
|
* Fix issue linkMarius Gedminas2019-07-101-1/+1
|
* Back to development: 4.7.1Marius Gedminas2019-07-102-1/+7
|
* Preparing release 4.7.04.7.0Marius Gedminas2019-07-102-2/+2
|
* Merge pull request #42 from zopefoundation/fix-interfaceMarius Gedminas2019-07-102-3/+6
|\ | | | | Fix the signature of IMessageCatalog.getPluralMessage()
| * Fix the signature of IMessageCatalog.getPluralMessage()Marius Gedminas2019-07-102-3/+6
|/ | | | | | Also make sure we don't include literal U+0000 and U+FFFD characters in the docstring of INumberFormat on Python 3 were \u is a real escape sequence in non-u-prefixed tripple-quoted strings.
* Merge pull request #43 from zopefoundation/drop-py34Marius Gedminas2019-07-106-18/+27
|\ | | | | Drop Python 3.4 support
| * Back to 100% test coverage to make coveralls happyMarius Gedminas2019-07-101-0/+5
| |
| * Make 'tox -e coverage' report paths in src/Marius Gedminas2019-07-102-2/+10
| |
| * Drop Python 3.4 supportMarius Gedminas2019-07-104-17/+13
|/
* Fix link.Michael Howitz2019-05-171-2/+2
| | | [skip ci]
* Back to development: 4.6.3Adam Groszer2019-02-192-1/+7
|
* Preparing release 4.6.24.6.2Adam Groszer2019-02-192-2/+2
|
* Merge pull request #39 from zopefoundation/adamg-fix-sepAdam Groszer2019-02-193-112/+268
|\ | | | | Fix `NumberFormat` to respect the thousand grouping given by the pattern
| * Fix `NumberFormat` to respect the thousand grouping given by the pattern.adamg-fix-sepAdam Groszer2019-02-193-112/+268
|/ | | | fixes #38
* Back to development: 4.6.2Jason Madden2018-10-242-1/+7
|