summaryrefslogtreecommitdiff
path: root/src/zope/i18n/tests
Commit message (Expand)AuthorAgeFilesLines
* More aggressive autopep8.Maurits van Rees2021-09-032-24/+27
* autopep8Maurits van Rees2021-09-0311-24/+30
* Back to 100% test coverage to make coveralls happyMarius Gedminas2019-07-101-0/+5
* Fix `NumberFormat` to respect the thousand grouping given by the pattern.adamg-fix-sepAdam Groszer2019-02-191-100/+218
* Fix defaults again.Sylvain Viollon2018-10-241-47/+83
* 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-222-8/+64
* Added tests for multiple catalogs iteration during pluralization.Souheil CHELFOUH2018-10-183-0/+20
* Using latest version of zope.i18nmessageid for pluralization. Added tests for...Souheil CHELFOUH2018-10-183-13/+61
* Fixing unicode problem in py2.7Souheil CHELFOUH2018-10-181-6/+6
* Fixed typo and added file encoding in test.Souheil CHELFOUH2018-10-181-0/+1
* Corrected interpolation marker comments and added tests for plurals using flo...Souheil CHELFOUH2018-10-183-0/+44
* Added comments, added missing methods in interface. Added specific branch for...Souheil CHELFOUH2018-10-182-9/+0
* Added plural capabilities to the different translate methods. It echoes the c...Souheil CHELFOUH2018-09-062-4/+4
* Correted Polish translations and added tests for polish plural.Souheil CHELFOUH2018-09-042-5/+39
* First implementation of plurals. This is a bit rough, still.Souheil CHELFOUH2018-09-047-4/+109
* Fix parsing times with a timezone. Fix courtesy of @mgedmin.Jason Madden2017-12-181-7/+3
* Clean up bad line in doctest and leave a comment about what we would like to ...Jason Madden2017-12-181-0/+1
* Remove return value for compile_mo_file and test log messages instead. Also a...Jason Madden2017-12-181-8/+15
* require python-gettext in install_requiresJason Madden2017-12-181-3/+0
* Fix test on PyPy since it uses a less precise error message for the TypeError.Jason Madden2017-12-171-1/+3
* 100% coverage for format.pyJason Madden2017-12-171-0/+51
* 100% coverage for testing.pyJason Madden2017-12-171-6/+11
* 100% coverage for config.py, and document the environment variables used in S...Jason Madden2017-12-171-2/+8
* Make [Simple]TranslationDomain and GettextMessageCatalog properly implement t...Jason Madden2017-12-172-4/+7
* 100% coverage for translationdomain.pyJason Madden2017-12-172-18/+31
* Remove testiii18naware.py because it didn't have any actual tests and was onl...Jason Madden2017-12-172-53/+24
* Rename testgetmassagecatalog to .rst and publish it.Jason Madden2017-12-171-5/+2
* 100% coverage for compile.pyJason Madden2017-12-161-0/+68
* Checkpoint on coverage for formats.py. There's a bug involving timezones and ...Jason Madden2017-12-161-6/+56
* 100% coverage for test_formats.pyJason Madden2017-12-161-94/+125
* Remove _compat module and _u function in favor of native unicode literals and...drop-33Jason Madden2017-12-167-127/+85
* Handled @mgedmin's original concern about high-precision numbers (in contrast...Stephan Richter2017-05-231-0/+16
* For some reason the MO contained the wrong content.Stephan Richter2017-05-232-0/+0
* Support the option to format a number with no rounding. Useful for DecimalsCyrus Vafadari2017-01-041-0/+5
* Support for formatting really small numbersAndrey Lebedev2017-01-041-0/+5
* Add support for PyPy3 and Python3.2Jason Madden2015-06-043-48/+51
* Fix test failure due to renamed Australian timezoneMarius Gedminas2014-09-031-4/+3
* Fix incorrect usage of pytzMarius Gedminas2014-05-191-9/+9
* Remove more deprecation warnings.Stephan Richter2013-03-081-13/+13
* Remove Py3 deprecation warnings and added .gitignore. I cannot port toStephan Richter2013-03-083-11/+11
* Support for python-3.3 addedAndrey Lebedev2013-02-156-32/+41
* - Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-173-7/+6
* Added optional ``domain`` attribute to ``registerTranslations`` directive toGediminas Paulauskas2012-02-101-0/+18
* Fix incorrect ZPL version in file headersGediminas Paulauskas2011-03-232-2/+2
* Include meta.zcml files in our own zcml configuration as needed,Thomas Lotze2010-09-192-1/+23
* Remove CVS-era Id fossils.Tres Seaver2010-06-0311-22/+0
* Conform to repository policy.Tres Seaver2010-05-0512-12/+12
* Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.Tres Seaver2010-04-162-2/+2