summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* FixedOffsetTimezone: fix display of negative offsetsAlex Willmer2015-09-101-0/+13
* Merge pull request #119 from regisb/regisb/fix-odict-popLasse Schuirmann2015-09-101-2/+13
|\
| * odict: Fix pop methodRĂ©gis Behmo2015-08-281-2/+13
* | Merge pull request #210 from moreati/narrow-timedeltaLasse Schuirmann2015-09-101-0/+16
|\ \
| * | Test invalid format_timedelta() format parametersAlex Willmer2015-09-101-0/+8
| * | Add format_timedelta(format='narrow') supportAlex Willmer2015-09-101-0/+8
| |/
* | Merge pull request #199 from lepistone/allow-utf8-bom-with-magic-commentErick Wilder2015-09-091-0/+17
|\ \
| * | allow utf8 BOM + magic comment, closes #189Leonardo Pistone2015-08-251-0/+17
| |/
* | Merge pull request #188 from jun66j5/issue174/workaroundErick Wilder2015-09-091-0/+26
|\ \ | |/ |/|
| * Added unit tests for that *.dat files have only babel classesJun Omae2015-08-061-0/+26
* | Merge pull request #110 from felixonmars/masterErick Wilder2015-08-052-0/+10
|\ \
| * | Support 'Language' header field of PO files (#76)Felix Yan2015-08-052-0/+10
| |/
* | Merge pull request #180 from etanol/parent-localesLasse Schuirmann2015-08-051-1/+1
|\ \
| * | localedata: Check inheritance exceptions firstIsaac Jurado2015-08-051-1/+1
| |/
* | Add __copy__ and __deepcopy__ to LazyProxy.astaric2015-08-051-0/+27
|/
* Merge branch 'pr/136'Armin Ronacher2015-07-273-23/+177
|\
| * CLDR-26 support: Minor adjustments to tests. URL, filename and filehash.benselme2015-01-111-7/+7
| * Make sure extract_operands is always called when using plural.to_python, add ...benselme2015-01-091-4/+37
| * Fixed import and format_timedelta to handle new time unit patterns in cldr-24.benselme2015-01-092-10/+9
| * plural.extract_operands function and testsbenselme2015-01-091-2/+21
| * PEP8benselme2015-01-091-7/+5
| * More stuff merged from mitsuhiko's cldr-24 branchbenselme2015-01-081-0/+5
| * More plural._Parser testsbenselme2015-01-081-3/+25
| * More extraction in _Parser, more testsbenselme2015-01-081-1/+34
| * Extract PluralRule.test and add testsbenselme2015-01-081-0/+17
| * Include Armin Ronacher's work on PluralRule mitsuhiko/babel@774047abenselme2015-01-081-1/+1
| * Extract plural rule tokenization function and add testsbenselme2015-01-081-0/+28
* | Fixed a bunch of broken timezone tests.Armin Ronacher2015-07-271-7/+7
|/
* correctly handle 'C.UTF-8' localeAlex Morega2014-01-081-0/+4
* parse datetime values with no timezone infoAlex Morega2014-01-061-0/+14
* use fallback plural if none is defined in CLDRAlex Morega2014-01-061-0/+8
* Merge pull request #66 from Sjord/masterAlex Morega2014-01-061-0/+8
|\
| * Correctly parse number pattern with '-' on the endSjoerd Langkemper2013-11-061-0/+8
* | Fixup get_currency_name testJames Page2013-12-061-1/+2
|/
* Added support for territory currency lookups.Armin Ronacher2013-07-301-0/+23
* Fixed territory aliases not working properlyArmin Ronacher2013-07-291-0/+5
* Added another testcase for subtag expansion.Armin Ronacher2013-07-291-0/+5
* Fixed #37 (likely subtag resolving)Armin Ronacher2013-07-281-0/+5
* Renamed a parameter (variation -> variant)Armin Ronacher2013-07-241-6/+6
* Fixed a bug in the subtag resolvingArmin Ronacher2013-07-241-0/+4
* Added basic likely-subtag resolvingArmin Ronacher2013-07-241-0/+6
* Improved timezone name supportArmin Ronacher2013-07-131-0/+14
* unichr on python 3Alex Morega2013-07-071-0/+8
* make sure rules are always sortedAlex Morega2013-07-071-1/+1
* replace unicode with text_typeAlex Morega2013-07-071-6/+6
* fix tests for babel.messages.checkersAlex Morega2013-07-071-15/+15
* fix babel.support for py3 strings/bytesAlex Morega2013-07-071-4/+4
* l*gettext always returns bytes, even on py3Alex Morega2013-07-071-15/+15
* open po files in binary modeAlex Morega2013-07-071-6/+6
* fix parser for python 3Alex Morega2013-07-071-3/+3