summaryrefslogtreecommitdiff
path: root/babel
Commit message (Expand)AuthorAgeFilesLines
* babel: Change version to 2.2.0.dev0Lasse Schuirmann2015-09-251-1/+1
* Release 2.1.12.1.1Lasse Schuirmann2015-09-251-1/+1
* Support 'Language' header field of PO files (#76)Felix Yan2015-09-211-0/+3
* Merge pull request #220 from moreati/2.x-fixedoffsettz-negativeLasse Schuirmann2015-09-101-1/+1
|\
| * Backport: FixedOffsetTimezone: fix display of negative offsetsAlex Willmer2015-09-101-1/+1
* | Log bugfix changes and bump new bugfix versionErick Wilder2015-08-241-1/+1
* | Removed uses of datetime.date class from *.dat files (#174)Jun Omae2015-08-241-0/+4
|/
* Bump version number to 2.02.0Armin Ronacher2015-07-271-1/+1
* Fixed a bunch of broken timezone tests.Armin Ronacher2015-07-271-4/+4
* read/write all PO files in binary modeAlex Morega2014-01-151-6/+6
* correctly handle 'C.UTF-8' localeAlex Morega2014-01-081-1/+1
* fix warning for deprecated array.tostringAlex Morega2014-01-072-2/+7
* change spelling of the encodingAlex Morega2014-01-061-1/+1
* specify localeAlex Morega2014-01-061-2/+2
* parse datetime values with no timezone infoAlex Morega2014-01-061-16/+19
* 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-061-1/+3
* Merge pull request #66 from Sjord/masterAlex Morega2014-01-061-1/+1
|\
| * Correctly parse number pattern with '-' on the endSjoerd Langkemper2013-11-061-1/+1
* | 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
| |/
* | Python3Alexander A. Dyshev2013-08-231-1/+1
|/
* Merge branch '1.x-maintenance'Armin Ronacher2013-07-311-1/+8
|\
| * Fixed a CLDR import error on windows.Armin Ronacher2013-07-311-1/+8
* | Fixed a typoArmin Ronacher2013-07-301-1/+1
* | Added support for territory currency lookups.Armin Ronacher2013-07-301-1/+87
* | Merge branch '1.x-maintenance'Armin Ronacher2013-07-291-1/+1
|\ \ | |/
| * Fixed territory aliases not working properlyArmin Ronacher2013-07-291-1/+1
| * Ready for 1.4Armin Ronacher2013-07-291-1/+1
| * Bump version number to 1.31.3Armin Ronacher2013-07-291-1/+1
| * Fixed a bug on Python 3 when writing to stdoutArmin Ronacher2013-07-291-3/+13
* | Fixed a bug on Python 3 when writing to stdoutArmin Ronacher2013-07-291-3/+13
* | Merge branch '1.x-maintenance'Armin Ronacher2013-07-281-15/+25
|\ \ | |/
| * Fixed #37 (likely subtag resolving)Armin Ronacher2013-07-281-15/+25
* | Merge branch '1.x-maintenance'Armin Ronacher2013-07-271-1/+5
|\ \ | |/
| * If we need a 1.3Armin Ronacher2013-07-271-1/+1
| * Bump version number to 1.21.2Armin Ronacher2013-07-271-1/+1
| * Make tests work without installationArmin Ronacher2013-07-271-1/+5
| * Ready for 1.2 if we need itArmin Ronacher2013-07-271-1/+1
| * Bump version number to 1.11.1Armin Ronacher2013-07-271-1/+1
| * Prepare for 1.1Armin Ronacher2013-07-271-1/+1
* | Ready for 2.0-devArmin Ronacher2013-07-261-1/+1
|/
* Bump version number to 1.0Armin Ronacher2013-07-261-1/+1
* Preparing for releaseArmin Ronacher2013-07-261-8/+1
* Various documentation updatesArmin Ronacher2013-07-261-1/+1
* Added better messages API docsArmin Ronacher2013-07-261-14/+12
* New API docsArmin Ronacher2013-07-251-0/+5
* Added reversal method for parse_locale and use it where appropriate.Armin Ronacher2013-07-251-12/+28