summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix the signature of IMessageCatalog.getPluralMessage()Marius Gedminas2019-07-101-0/+3
| | | | | | 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.
* Drop Python 3.4 supportMarius Gedminas2019-07-101-2/+2
|
* Back to development: 4.6.3Adam Groszer2019-02-191-0/+6
|
* Preparing release 4.6.24.6.2Adam Groszer2019-02-191-1/+1
|
* Fix `NumberFormat` to respect the thousand grouping given by the pattern.adamg-fix-sepAdam Groszer2019-02-191-1/+2
| | | | fixes #38
* Back to development: 4.6.2Jason Madden2018-10-241-0/+6
|
* Preparing release 4.6.14.6.1Jason Madden2018-10-241-1/+1
|
* Add issue number (#36) to latest change note.Jason Madden2018-10-241-1/+2
|
* Update CHANGES.txt.fix-default-pluralSylvain Viollon2018-10-241-1/+2
|
* Back to development: 4.6.1Jason Madden2018-10-221-0/+6
|
* Preparing release 4.6.04.6.0Jason Madden2018-10-221-2/+2
|
* Use ``msgid_plural`` as ``default_plural`` if not provided in ``translate()``.Sylvain Viollon2018-10-221-1/+2
|
* Back to development: 4.6Marius Gedminas2018-10-191-0/+6
|
* Preparing release 4.54.5Marius Gedminas2018-10-191-1/+1
|
* Merge remote-tracking branch 'zope/master' into CB-556-FR-translationSylvain Viollon2018-10-171-2/+8
|\
| * Back to development: 4.5Michael Howitz2018-10-051-0/+6
| |
| * Preparing release 4.44.4Michael Howitz2018-10-051-2/+2
| |
| * Add support for Python 3.7 (#33)Jeremy Kolbe2018-10-051-1/+1
| |
* | Update CHANGES.txt.Sylvain Viollon2018-10-171-1/+3
|/
* Back to development: 4.3.2Jason Madden2017-12-191-0/+6
|
* Preparing release 4.3.14.3.1Jason Madden2017-12-191-1/+1
|
* Do not extend CleanUp. Fixes #30. Fixes #31.Jason Madden2017-12-191-1/+4
|
* Back to development: 4.3.1Jason Madden2017-12-181-0/+6
|
* Preparing release 4.3.04.3.0Jason Madden2017-12-181-1/+1
|
* Make InheritingDictionary override values.Jason Madden2017-12-181-2/+6
|
* Fix parsing times with a timezone. Fix courtesy of @mgedmin.Jason Madden2017-12-181-0/+3
|
* 100% coverage for format.pyJason Madden2017-12-171-0/+2
| | | | There's one #pragma: no cover for a formatting state I didn't go to the trouble of walking through the complicated logic to try to figure out how to produce.
* 100% coverage for locale/__init__.pyJason Madden2017-12-171-0/+3
| | | | | | | | | And fix LocaleCalendar.getFirstWeekDayName (previously untested). It raised a KeyError when the ``week`` dictionary contained the documented ``firstDay`` key as an integer. It was expecting it to be a name. It is a name in the .xml data files, but the other uses of 'week' in the source code (format.py and test_formats.py) do use an integer.
* Make [Simple]TranslationDomain and GettextMessageCatalog properly implement ↵Jason Madden2017-12-171-0/+5
| | | | their interfaces on Python 2 when given native strings for 'domain' and 'language'---these are supposed to be text. Test this.
* 100% coverage for translationdomain.pyJason Madden2017-12-171-0/+4
| | | | Make TranslationDomain not extend SimpleTranslationDomain. The two had no relationship because TranslationDomain didn't initialize the super (so they didn't share attributes) and it overrode every method. Inheriting from SimpleTranslationDomain would mask any failures to properly implement a changed interface.
* Remove _compat module and _u function in favor of native unicode literals ↵drop-33Jason Madden2017-12-161-26/+29
| | | | | | | | | | | | | | | | and project gardening - DRY with dependencies - Enable coveralls.io and add a coverage tox environment - A few tiny changes to increase coverage, but we're not at 100% - Enable testing sphinx docs for all versions - Publish CHANGES.rst on RTD - Modern tox.ini and .travis.yml - Travis was still testing 3.3 and not testing 3.6. - Remove 'level' qualifiers from XML parsing and ZCML test cases. They add about 2s to run the tests, but they're important; see #13. That extra time gets lost in the amount of time it takes to spin tox anyway.
* Fix ResourceWarnings for unclosed files when compiling .mo files.resourcewarningsJason Madden2017-11-121-1/+2
|
* Back to development: 4.2.1Stephan Richter2017-05-231-0/+6
|
* Preparing release 4.2.04.2.0Stephan Richter2017-05-231-1/+1
|
* Support Py3.6 but not 3.3 anymore.Stephan Richter2017-05-231-1/+1
|
* Clean up Changelog and setup.py.Stephan Richter2017-05-231-2/+2
|
* Preparing release 4.2.0.sbx1Stephan Richter2017-05-231-1/+1
|
* Get ready to re-release with better versioning scheme.Stephan Richter2017-05-231-2/+2
|
* Get ready for an internal release. Yikes.Stephan Richter2017-05-231-20/+5
|
* Corrected typoSyZn2017-05-231-1/+1
|
* Update CHANGES.rstSyZn2017-05-231-0/+3
|
* Back to development: 4.2.0.post4Stephan Richter2017-05-171-0/+6
|
* Preparing release 4.2.0.post3Stephan Richter2017-05-171-2/+2
|
* Give it another shot.Stephan Richter2017-05-171-4/+3
|
* Back to development: 4.2.0.sbx3Stephan Richter2017-05-171-0/+6
|
* Preparing release 4.2.0.sbx2Stephan Richter2017-05-171-1/+1
|
* New release.Stephan Richter2017-05-171-2/+1
|
* Back to development: 4.2.0.sbx2Stephan Richter2017-05-171-0/+6
|
* Preparing release 4.2.0.sbx1Stephan Richter2017-05-171-1/+1
|
* Get ready to re-release with better versioning scheme.Stephan Richter2017-05-171-2/+2
|