summaryrefslogtreecommitdiff
path: root/babel
Commit message (Expand)AuthorAgeFilesLines
* move unit tests outside babel packageAlex Morega2013-07-0631-4275/+0
* Merge branch 'master' into pytestAlex Morega2013-07-0610-152/+367
|\
| * Fixed timezone test breakages and a few other small thingsArmin Ronacher2013-07-061-12/+11
| * Merge branch 'master' of github.com:mitsuhiko/babelArmin Ronacher2013-07-065-106/+123
| |\
| | * Merge pull request #15 from DasIch/compat-cleanupArmin Ronacher2013-07-061-6/+0
| | |\
| | | * Remove compat.anyDaniel Neuhäuser2013-07-051-6/+0
| | * | Merge pull request #14 from mgax/pypyArmin Ronacher2013-07-064-100/+123
| | |\ \
| | | * | One last unclosed file.Alex Morega2013-07-051-1/+2
| | | * | make sure we close the fileAlex Morega2013-07-051-1/+2
| | | * | simplify try-except-close for output fileAlex Morega2013-07-051-38/+39
| | | * | close open files to make pypy happyAlex Morega2013-07-051-19/+38
| | | * | extract expected and actual content for comparisonAlex Morega2013-07-051-55/+56
| * | | | Started work on improving timezone support and made pytz a requirementArmin Ronacher2013-07-062-17/+82
| |/ / /
| * | | Don't expose plural names for currencies on the locale objectArmin Ronacher2013-07-052-15/+1
| * | | Greatly improved timedelta formattingArmin Ronacher2013-07-053-8/+67
| * | | Expanded currency formatting to support full currency namesArmin Ronacher2013-07-052-9/+47
| * | | Territory name and script name addedArmin Ronacher2013-07-051-10/+38
| | |/ | |/|
| * | Apparently zh_CN does not existArmin Ronacher2013-07-051-1/+1
| * | Fixed docstringsArmin Ronacher2013-07-051-1/+4
| * | Added support for get_language_name()Armin Ronacher2013-07-051-0/+20
| |/
* | rename test modulesAlex Morega2013-07-0516-20/+22
|/
* Removed __docformat__ markersArmin Ronacher2013-07-0513-13/+13
* Fixed tests that failed because of whitespace normalizationArmin Ronacher2013-07-054-6/+5
* Removed trailing whitespaceArmin Ronacher2013-07-0518-437/+437
* fix expected values for timezone namesAlex Morega2013-07-051-3/+3
* czech data changed; update the testAlex Morega2013-07-051-3/+3
* more changes in the french dataAlex Morega2013-07-052-6/+6
* remove duplicated testAlex Morega2013-07-051-7/+1
* currency format changed for SpanishAlex Morega2013-07-051-1/+1
* handle 'at' value from en date formatAlex Morega2013-07-053-3/+3
* datetime format changed in cldrAlex Morega2013-07-041-1/+1
* Thaana locale removed from cldr; use BangladeshAlex Morega2013-07-041-4/+4
* sometimes US and DE week numbers differAlex Morega2013-07-041-1/+8
* changes in CLDR dataAlex Morega2013-07-044-9/+9
* ignore `uncommon` parameterAlex Morega2013-07-041-14/+2
* remove global.dat from the repositoryAlex Morega2013-07-041-0/+0
* Made babel work with the latest version of the CLDR (23)Armin Ronacher2013-07-042-32/+60
* Improved downloading and conversion experienceArmin Ronacher2013-07-041-0/+0
* initial cleanupxen2013-07-032-0/+1
* ensure .mo file header contains the same information as the source .po file (...Felix Schwarz2012-08-273-9/+40
* fix 'input_dirs' option for setuptools integration (#232, initial patch by É...Felix Schwarz2012-08-232-2/+25
* fix spellingFelix Schwarz2012-08-221-1/+1
* update Translations.load to use new parameter name ('fp' instead of 'fileobj'...Felix Schwarz2012-08-222-1/+17
* "update" command now supports "--width" option (#284)Felix Schwarz2012-08-201-9/+19
* raise exception if setuptools integration for init catalog uses both 'width' ...Felix Schwarz2012-08-201-0/+3
* "init" command support "--width" option (#284)Felix Schwarz2012-08-202-5/+67
* change constructor for babel.support.Translations to __init__(fp=None, domain...Felix Schwarz2012-08-202-5/+4
* fix tests on Python 2.4, named tuples are not available thereFelix Schwarz2012-08-201-1/+1
* ".load()" (babel.support.Translations) now returns Babel's NullTranslation (b...Felix Schwarz2012-08-201-1/+1
* add babel.support.NullTranslations class similar to gettext.NullTranslations ...Felix Schwarz2012-08-202-91/+150