summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Preparing release 4.6.14.6.1Jason Madden2018-10-242-2/+2
|
* Add issue number (#36) to latest change note.Jason Madden2018-10-241-1/+2
|
* Merge pull request #36 from zopefoundation/fix-default-pluralSylvain Viollon2018-10-243-49/+88
|\ | | | | Fix default plural (again)
| * Update CHANGES.txt.fix-default-pluralSylvain Viollon2018-10-241-1/+2
| |
| * Merge remote-tracking branch 'origin/master' into fix-default-pluralSylvain Viollon2018-10-242-3/+9
| |\ | |/ |/|
* | Back to development: 4.6.1Jason Madden2018-10-222-1/+7
| |
* | Preparing release 4.6.04.6.0Jason Madden2018-10-222-3/+3
| |
* | Merge pull request #35 from zopefoundation/fix-default-pluralSylvain Viollon2018-10-224-12/+90
|\ \ | | | | | | Fix default plural
| | * Fix defaults again.Sylvain Viollon2018-10-242-48/+86
| |/
| * Fix typos in comments.Sylvain Viollon2018-10-221-4/+4
| |
| * Add more tests.Sylvain Viollon2018-10-221-1/+20
| |
| * Use ``msgid_plural`` as ``default_plural`` if not provided in ``translate()``.Sylvain Viollon2018-10-224-9/+68
|/
* Back to development: 4.6Marius Gedminas2018-10-192-1/+7
|
* Preparing release 4.54.5Marius Gedminas2018-10-192-2/+2
|
* Merge pull request #34 from minddistrict/CB-556-FR-translationSylvain Viollon2018-10-1920-37/+396
|\ | | | | Add support for pluralization
| * Added tests for multiple catalogs iteration during pluralization.Souheil CHELFOUH2018-10-183-0/+20
| |
| * Using latest version of zope.i18nmessageid for pluralization. Added tests ↵Souheil CHELFOUH2018-10-185-15/+62
| | | | | | | | for recursive translation.
| * Fixing unicode problem in py2.7Souheil CHELFOUH2018-10-181-6/+6
| |