summaryrefslogtreecommitdiff
path: root/src/zope/i18n/format.py
Commit message (Expand)AuthorAgeFilesLines
* Added plural capabilities to the different translate methods. It echoes the c...Souheil CHELFOUH2018-09-061-2/+6
* Fix parsing times with a timezone. Fix courtesy of @mgedmin.Jason Madden2017-12-181-4/+3
* 100% coverage for format.pyJason Madden2017-12-171-7/+9
* Checkpoint on coverage for formats.py. There's a bug involving timezones and ...Jason Madden2017-12-161-39/+44
* Remove _compat module and _u function in favor of native unicode literals and...drop-33Jason Madden2017-12-161-35/+35
* Handled @mgedmin's original concern about high-precision numbers (in contrast...Stephan Richter2017-05-231-1/+9
* Use an available number to use.Stephan Richter2017-05-231-1/+1
* Support the option to format a number with no rounding. Useful for DecimalsCyrus Vafadari2017-01-041-6/+10
* Support for formatting really small numbersAndrey Lebedev2017-01-041-2/+11
* Add support for PyPy3 and Python3.2Jason Madden2015-06-041-21/+23
* Support for python-3.3 addedAndrey Lebedev2013-02-151-3/+16
* - Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-171-3/+3
* 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-1/+2
* * Fixed another number formatting bug.Stephan Richter2007-07-191-1/+2
* - Bug: There was a bug in the parser that if no decimal place is givenStephan Richter2007-06-281-1/+1
* Provided hook, so that numbers can be parsed into custom types, such as Stephan Richter2007-06-251-0/+4
* Moving code to satellite.Christian Theune2007-05-031-0/+893