summaryrefslogtreecommitdiff
path: root/babel/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug introduced by [301].Jonas Borgström2007-08-261-1/+1
* Fixed formatting bug with 12-hour clock patterns.Jonas Borgström2007-08-261-0/+13
* Added `Decimal` support to the scientific notation formatter and some code cl...Jonas Borgström2007-08-111-2/+4
* Added initial support for scientific notation patterns.Jonas Borgström2007-08-111-1/+34
* Finish implementation of day-of-year and day-of-month for now, and fix implem...Christopher Lenz2007-08-071-0/+6
* Implement day-of-week-in-month field in date formatting. Closes #50.Christopher Lenz2007-08-071-0/+15
* More work on #46 (week-of-year/week-of-month).Christopher Lenz2007-08-071-3/+19
* Again, properly implement week-in-year (#46).Christopher Lenz2007-08-071-2/+4
* Back out [251] which contained an accidential commit.Christopher Lenz2007-08-071-4/+2
* Properly implement week-in-year (#46).Christopher Lenz2007-08-071-2/+4
* Upgraded to CLDR 1.5 and improved timezone formatting.Christopher Lenz2007-08-011-5/+23
* Implement day-of-year date format field. Closes #49.Christopher Lenz2007-07-161-0/+15
* Added Decimal support to the number formatter.Jonas Borgström2007-07-161-0/+33
* Implement milliseconds in day (#48).Christopher Lenz2007-07-161-10/+20
* Support for fractional seconds field in date formatting. Closes #47.Christopher Lenz2007-07-151-0/+10
* Dummy/stub implementation for week-in-year and week-in-month date format fiel...Christopher Lenz2007-07-131-0/+10
* Added support for siginificant digits in number patterns.Jonas Borgström2007-07-101-1/+36
* Implement wall-time time-zone display.Christopher Lenz2007-06-181-0/+11
* The order of extraction methods is now preserved (see #10).Christopher Lenz2007-06-081-2/+2
* Move `Translations` and `LazyProxy` to new `babel.support` module, which shou...Christopher Lenz2007-06-082-1/+26
* Fix typo in [58].Christopher Lenz2007-06-081-1/+2
* Rename the `babel.catalog` package to `babel.messages` for consistency with t...Christopher Lenz2007-06-081-2/+2
* Added round-half-even (banker's rounding) support.Jonas Borgström2007-06-071-0/+22
* More work on timezones.Christopher Lenz2007-06-041-0/+15
* * Reduce size of locale data pickles by only storing the data provided by ea...Christopher Lenz2007-06-032-1/+27
* Moved some datetime tests from doctest to unittest, to avoid breaking docutil...Christopher Lenz2007-05-311-1/+27
* Handle escape chars in datetime patterns.Christopher Lenz2007-05-311-1/+0
* Minor date formatting improvements.Christopher Lenz2007-05-311-0/+41
* * Removed pkg_resources/setuptools requirement from various places.Christopher Lenz2007-05-315-5/+5
* Import of initial code base.Christopher Lenz2007-05-295-0/+128