summaryrefslogtreecommitdiff
path: root/src/zope/i18n/tests/test_zcml.py
Commit message (Expand)AuthorAgeFilesLines
* autopep8Maurits van Rees2021-09-031-0/+1
* Remove _compat module and _u function in favor of native unicode literals and...drop-33Jason Madden2017-12-161-30/+20
* Add support for PyPy3 and Python3.2Jason Madden2015-06-041-10/+11
* Remove more deprecation warnings.Stephan Richter2013-03-081-13/+13
* Remove Py3 deprecation warnings and added .gitignore. I cannot port toStephan Richter2013-03-081-7/+7
* Support for python-3.3 addedAndrey Lebedev2013-02-151-0/+5
* Added optional ``domain`` attribute to ``registerTranslations`` directive toGediminas Paulauskas2012-02-101-0/+18
* Include meta.zcml files in our own zcml configuration as needed,Thomas Lotze2010-09-191-1/+5
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* Fixed the interpackage translation domain merging feature to actually work. W...Hanno Schlichting2009-08-071-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
* Removed unused importPhilipp von Weitershausen2008-09-271-1/+0
* Feature: Added new top-level negotiate function, which can be used to negotia...Hanno Schlichting2008-07-061-5/+6
* Feature: Added support for restricting the available languages. We support an...Hanno Schlichting2008-07-061-4/+25
* Feature: Added optional automatic compilation of mo files from po files. You ...Hanno Schlichting2008-04-261-6/+41
* Feature: Re-use existing translation domains when registering new ones. This ...Hanno Schlichting2008-04-261-0/+33
* Moving code to satellite.Christian Theune2007-05-031-0/+58