summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ResourceWarnings for unclosed files when compiling .mo files.resourcewarningsJason Madden2017-11-121-6/+11
* Handled @mgedmin's original concern about high-precision numbers (in contrast...Stephan Richter2017-05-232-1/+25
* For some reason the MO contained the wrong content.Stephan Richter2017-05-232-0/+0
* Use an available number to use.Stephan Richter2017-05-231-1/+1
* Details for IO/OSErrorsSyZn2017-05-231-2/+2
* Fixed AttributeError bugSyZn2017-05-231-2/+4
* Better error message on syntax errorSyZn2017-05-231-2/+2
* Support the option to format a number with no rounding. Useful for DecimalsCyrus Vafadari2017-01-042-6/+15
* Support for formatting really small numbersAndrey Lebedev2017-01-042-2/+16
* Make interpolate working recursively:Michael Howitz2015-11-051-1/+12
* Add support for PyPy3 and Python3.2Jason Madden2015-06-0415-526/+576
* 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-082-19/+19
* Remove Py3 deprecation warnings and added .gitignore. I cannot port toStephan Richter2013-03-083-11/+11
* Restore zope.i18n.testing.{setUp,PlacelessSetup}.Marius Gedminas2013-02-181-0/+16
* Support for python-3.3 addedAndrey Lebedev2013-02-1520-92/+145
* log DEBUG when loading translations from directoriesGodefroid Chapelle2012-09-031-0/+8
* - Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-1712-43/+40
* Added optional ``domain`` attribute to ``registerTranslations`` directive toGediminas Paulauskas2012-02-102-12/+40
* Some ReST fixesGediminas Paulauskas2012-02-101-2/+7
* Fix incorrect ZPL version in file headersGediminas Paulauskas2011-03-233-3/+3
* Fix #611746: NAME_RE should be identical to the one in zope.talChristian Theune2010-10-261-1/+1
* Include meta.zcml files in our own zcml configuration as needed,Thomas Lotze2010-09-194-2/+28
* Remove CVS-era Id fossils.Tres Seaver2010-06-0330-62/+0
* Conform to repository policy.Tres Seaver2010-05-0532-32/+32
* Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.Tres Seaver2010-04-164-5/+6
* - Use getSiteManager rather than getGlobalSiteManager in ZCML (theseChris McDonough2009-12-141-2/+2
* This is a critical error.Malthe Borch2009-11-131-1/+1
* Fixed the interpackage translation domain merging feature to actually work. W...Hanno Schlichting2009-08-072-12/+34
* Log a warning message before returning; libraries that depend on this method ...Malthe Borch2009-05-121-0/+1
* Fix recursive translations where the translation domain of a sub-message isBrian Sutherland2009-04-142-5/+30
* Fix translation domains translating a message for a different domain. In theBrian Sutherland2009-04-142-12/+12
* Add `configure.zcml` that registers standard negotiator utility and includes ...Dan Korostelev2009-03-171-0/+10
* As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...Baiju Muthukadan2009-03-111-8/+1
* Update CLDR license information.Dan Korostelev2009-02-273-210/+453
* Add support for calendar aliases.Dan Korostelev2009-02-272-3/+16
* Add support for month and day contexts and widths.Dan Korostelev2009-02-243-31/+223
* (no commit message)Dan Korostelev2009-02-2360-0/+9536
* Create a branch for upgrading CLDR data.Dan Korostelev2009-02-23225-5871/+37256
|\
| * Fix typo.Dan Korostelev2009-02-221-1/+1
|/
* Fixed a test failure in the compile mo file support.Hanno Schlichting2008-10-131-0/+10
* Make bin/test run the tests without any extras, bin/test-all runs the testsPhilipp von Weitershausen2008-09-271-34/+32
* defer imports to test methods so that the regular tests will run without thePhilipp von Weitershausen2008-09-271-1/+5
* This file is no longer usedWichert Akkerman2008-09-271-6/+0
* Removed unused importPhilipp von Weitershausen2008-09-271-1/+0
* Found a bunch of tests that seems to have been mistakenly ignored. Lennart Regebro2008-07-162-2/+2
* Bug: When parsing a date, the parsing pattern did not ensure that the lineStephan Richter2008-07-102-1/+6
* Feature: Added new top-level negotiate function, which can be used to negotia...Hanno Schlichting2008-07-066-25/+48
* Feature: Added support for restricting the available languages. We support an...Hanno Schlichting2008-07-064-4/+50