summaryrefslogtreecommitdiff
path: root/src/zope/i18n/tests/test_formats.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Make [Simple]TranslationDomain and GettextMessageCatalog properly implement t...Jason Madden2017-12-171-3/+3
* 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-161-39/+29
* Handled @mgedmin's original concern about high-precision numbers (in contrast...Stephan Richter2017-05-231-0/+16
* 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-041-19/+21
* Fix test failure due to renamed Australian timezoneMarius Gedminas2014-09-031-4/+3
* Fix incorrect usage of pytzMarius Gedminas2014-05-191-9/+9
* Remove Py3 deprecation warnings and added .gitignore. I cannot port toStephan Richter2013-03-081-3/+3
* Support for python-3.3 addedAndrey Lebedev2013-02-151-26/+26
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* Bug: When parsing a date, the parsing pattern did not ensure that the lineStephan Richter2008-07-101-0/+4
* * Fixed another number formatting bug.Stephan Richter2007-07-191-24/+40
* - Bug: There was a bug in the parser that if no decimal place is givenStephan Richter2007-06-281-0/+8
* Provided hook, so that numbers can be parsed into custom types, such as Stephan Richter2007-06-251-0/+9
* Moving code to satellite.Christian Theune2007-05-031-0/+1151