summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing times with a timezone. Fix courtesy of @mgedmin.Jason Madden2017-12-182-11/+6
* Simplify logging message now that we don't test access to the .mo file.Jason Madden2017-12-181-2/+2
* Clean up bad line in doctest and leave a comment about what we would like to ...Jason Madden2017-12-182-2/+1
* More tests for parsing the language environment.Jason Madden2017-12-181-7/+18
* Remove return value for compile_mo_file and test log messages instead. Also a...Jason Madden2017-12-182-14/+17
* require python-gettext in install_requiresJason Madden2017-12-183-63/+52
* 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-172-7/+60
* 100% coverage for testing.pyJason Madden2017-12-172-19/+41
* 100% coverage for config.py, and document the environment variables used in S...Jason Madden2017-12-172-6/+38
* 100% coverage for i18n/__init__.pyJason Madden2017-12-171-12/+67
* 100% coverage for locale/__init__.pyJason Madden2017-12-171-8/+45
* Make [Simple]TranslationDomain and GettextMessageCatalog properly implement t...Jason Madden2017-12-175-8/+12
* 100% coverage for translationdomain.pyJason Madden2017-12-173-24/+36
* 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-173-29/+30
* 100% coverage for compile.pyJason Madden2017-12-162-40/+115
* Checkpoint on coverage for formats.py. There's a bug involving timezones and ...Jason Madden2017-12-162-45/+100
* 100% coverage for simpletranslationdomain.pyJason Madden2017-12-162-7/+3
* 100% coverage for gettextmessagecatalog.pyJason Madden2017-12-161-7/+5
* 100% coverage for provider.pyJason Madden2017-12-162-8/+15
* 100% coverage for test_locales.Jason Madden2017-12-161-21/+9
* 100% coverage for inheritance.pyJason Madden2017-12-161-7/+15
* 100% coverage for test_formats.pyJason Madden2017-12-161-94/+125
* 100% coverage for xmlfactory.pyJason Madden2017-12-161-1/+37
* Remove _EMPTY and _BLANK and remove some superflous parens per review.Jason Madden2017-12-162-40/+37
* Remove _compat module and _u function in favor of native unicode literals and...drop-33Jason Madden2017-12-1621-713/+613
* 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