summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Force file deletion at cleaning tasksErick Wilder2015-07-271-2/+2
* Added changelog entry for 3.0Armin Ronacher2015-07-271-0/+7
* Merge branch 'pr/136'Armin Ronacher2015-07-2710-133/+414
|\
| * Merge branch 'cldr-24' into cldr-26benselme2015-01-112-4/+11
| |\
| | * Fixed doctest failing randomlybenselme2015-01-111-3/+3
| | * Fixed 2.6 bug (Decimal cannot convert floats)benselme2015-01-111-1/+8
| * | Fix doctestsbenselme2015-01-112-6/+7
| * | Merge branch 'cldr-25' into cldr-26benselme2015-01-112-5/+5
| |\ \
| | * \ Merge branch 'cldr-24' into cldr-25benselme2015-01-112-5/+5
| | |\ \ | | | |/
| | | * Fixed doctestsbenselme2015-01-112-5/+5
| * | | CLDR-26 support: Minor adjustments to tests. URL, filename and filehash.benselme2015-01-112-10/+10
| |/ /
| * | Don't try and import deprecated BCP-47 timezonesbenselme2015-01-111-7/+8
| * | File name and checksum for CLDR-25benselme2015-01-111-3/+3
| |/
| * Make sure extract_operands is always called when using plural.to_python, add ...benselme2015-01-092-8/+42
| * Fixed import and format_timedelta to handle new time unit patterns in cldr-24.benselme2015-01-094-28/+47
| * Fix to_python when i is not provided to evaluate functionbenselme2015-01-091-2/+2
| * plural.extract_operands function and testsbenselme2015-01-092-7/+55
| * PEP8benselme2015-01-091-7/+5
| * More stuff merged from mitsuhiko's cldr-24 branchbenselme2015-01-082-1/+25
| * More plural._Parser testsbenselme2015-01-081-3/+25
| * Improved _Parser docbenselme2015-01-081-15/+2
| * More extraction in _Parser, more testsbenselme2015-01-082-7/+54
| * Extract PluralRule.skipbenselme2015-01-081-19/+20
| * Extract PluralRule.test and add testsbenselme2015-01-082-5/+23
| * Include Armin Ronacher's work on PluralRule mitsuhiko/babel@774047abenselme2015-01-082-18/+41
| * Extract plural rule tokenization function and add testsbenselme2015-01-082-25/+74
| * Add link to rules spec in PluralRule docbenselme2015-01-081-1/+3
| * Some language aliases, which we do not want now use _ instead of -benselme2015-01-081-1/+1
| * Update CLDR URL for v24, filename and MD5benselme2015-01-081-3/+3
* | This is 3.0-devArmin Ronacher2015-07-272-2/+2
* | Bump version number to 2.02.0Armin Ronacher2015-07-272-2/+2
* | Updated changelogArmin Ronacher2015-07-271-1/+4
* | Fixed a bunch of broken timezone tests.Armin Ronacher2015-07-272-11/+11
|/
* Merge branch 'master' of github.com:mitsuhiko/babelArmin Ronacher2014-04-0717-152/+190
|\
| * read/write all PO files in binary modeAlex Morega2014-01-151-6/+6
| * correctly handle 'C.UTF-8' localeAlex Morega2014-01-082-1/+5
| * fix warning for deprecated array.tostringAlex Morega2014-01-073-3/+8
| * change spelling of the encodingAlex Morega2014-01-061-1/+1
| * specify localeAlex Morega2014-01-061-2/+2
| * re-enable doctestsAlex Morega2014-01-061-1/+1
| * Merge branch 'fix-time-parsing'Alex Morega2014-01-062-54/+48
| |\
| | * parse datetime values with no timezone infoAlex Morega2014-01-062-16/+33
| | * rewrite regexp parsingAlex Morega2014-01-061-2/+3
| | * extract _parse_datetime_header functionAlex Morega2014-01-061-54/+30
| |/
| * use fallback plural if none is defined in CLDRAlex Morega2014-01-062-1/+11
| * Merge pull request #66 from Sjord/masterAlex Morega2014-01-062-1/+9
| |\
| | * Correctly parse number pattern with '-' on the endSjoerd Langkemper2013-11-062-1/+9
| * | Merge pull request #48 from yoloseem/patch-1Alex Morega2014-01-061-3/+3
| |\ \
| | * | Fixed a typo on description for setuptools command option.Hyunjun Kim2013-08-161-1/+1
| | * | Fixed typos on cli errors.Hyunjun Kim2013-08-161-2/+2