summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #257 from python-babel/sils/nextver2.x-maintenanceErick Wilder2015-09-254-4/+13
|\ | | | | Sils/nextver
| * CHANGES: Add 2.2 blocksils/nextverLasse Schuirmann2015-09-251-1/+8
| |
| * babel: Change version to 2.2.0.dev0Lasse Schuirmann2015-09-251-1/+1
| | | | | | | | Everything from now on on this branch is a development version of 2.2.0.
| * setup: Use version from babel packageLasse Schuirmann2015-09-251-1/+3
| | | | | | | | DRY
| * setup.cfg: Update release aliasLasse Schuirmann2015-09-251-1/+1
|/ | | | | We'll want to do a source distribution and a wheel when the release is triggered.
* Release 2.1.12.1.1Lasse Schuirmann2015-09-253-5/+2
|
* Merge pull request #251 from erickwilder/update-changesLasse Schuirmann2015-09-251-2/+15
|\ | | | | 2.1 release preparation
| * Add the latest changes backported from master to the 2.x branchErick Wilder2015-09-241-2/+15
|/
* Merge pull request #237 from python-babel/sils/wheelLasse Schuirmann2015-09-221-0/+3
|\ | | | | [MAINTENANCE BACKPORT] setup.cfg: Use universal wheel
| * setup.cfg: Use universal wheelLasse Schuirmann2015-09-211-0/+3
|/
* Merge pull request #234 from python-babel/sils/backLasse Schuirmann2015-09-211-3/+1
|\ | | | | Remove duplicate `sudo: false` entry.
| * Remove duplicate `sudo: false` entry.Ryan J Ollos2015-09-211-3/+1
|/
* Merge pull request #225 from sils1297/2.x-maintenanceLasse Schuirmann2015-09-213-0/+13
|\ | | | | BACKPORT: Support 'Language' header field of PO files (#76)
| * Merge branch '2.x-maintenance' into 2.x-maintenanceLasse Schuirmann2015-09-214-4/+6
| |\ | |/ |/|
* | Merge pull request #232 from sils1297/sils/readmebackportLasse Schuirmann2015-09-214-4/+6
|\ \ | | | | | | BACKPORT: docs: Change repository adress
| * | docs: Change repository adressLasse Schuirmann2015-09-214-4/+6
|/ / | | | | | | The repository moved.
| * Support 'Language' header field of PO files (#76)Felix Yan2015-09-213-0/+13
|/ | | | | | GNU gettext has support for the 'Language' field in header entry since version 0.18 (May 2010). This commit adds support for the field and addresses #76.
* Merge pull request #220 from moreati/2.x-fixedoffsettz-negativeLasse Schuirmann2015-09-102-1/+13
|\ | | | | FixedOffsetTimezone: fix display of negative offsets
| * Backport: FixedOffsetTimezone: fix display of negative offsetsAlex Willmer2015-09-102-1/+13
| |
* | Merge pull request #193 from erickwilder/issue174/2.x-backportErick Wilder2015-09-096-6/+39
|\ \ | |/ |/| Backporting #174 bugfix to 2.x version
| * Log bugfix changes and bump new bugfix versionErick Wilder2015-08-243-2/+7
| | | | | | | | Added @jun66j5 bug fix log entry to the CHANGES file
| * Removed uses of datetime.date class from *.dat files (#174)Jun Omae2015-08-243-4/+32
|/ | | | | | | To avoid incompatible *.dat files between Python 2 and 3. Added unit tests for that *.dat files have only babel classes Author: Jun Omae <jun66j5@gmail.com>
* Merge pull request #197 from erickwilder/backport/2.x-ci-settingsErick Wilder2015-08-1410-8/+172
|\ | | | | Backport CI settings to 2.x
| * CI: Add windows buildsLasse Schuirmann2015-08-062-0/+92
| | | | | | | | | | | | | | | | Remove Python 3.4 related settings Python 3.4 support will be officially added at the 3.0 release Add 2.x-maintenance branch in the appveyor list Author: Lasse Schuirmann <lasse.schuirmann@gmail.com>
| * Add rultor configurationLasse Schuirmann2015-08-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows merging via github comments. The comment `@rultor merge` will execute the script (which currently doesn't do anything) and if it succeeds will perform the merge. I plan to use rultor later for: * Automatic deployment to PyPI (development releases directly from master, we do this already in coala, see https://github.com/coala-analyzer/coala/blob/master/.rultor.yml) * Automatic releasing with deployment to PyPI. * Veryfy that all CI services pass before merging (see https://github.com/yegor256/rultor/issues/869) With this any manual pushes to master are disallowed, all pushes to master have to be validated by continuous integration and reviewed by a non-committer.
| * travis: Cache cldrLasse Schuirmann2015-08-061-1/+3
| | | | | | | | | | This should speed linux builds up a bit. Caching is not supported for mac builds though.
| * CI: Add mac buildsErick Wilder2015-08-065-6/+63
| | | | | | | | | | | | Conflicts: .travis.yml - Just the relevant and supported versions in the 2.x branch was kept. Official py3.4 support will come at the 3.x release
| * Makefile: Use platform independent pytest invocationLasse Schuirmann2015-08-061-2/+2
| |
| * gitignore: Add temporary editor filesLasse Schuirmann2015-08-061-0/+3
| | | | | | | | | | | | .idea stores settings for PyCharm, ~ files are temporary files e.g. used by gedit. .swp is used by vim. We don't want any of those to be accidentally committed in the repo.
| * travis: Submit coverage to codecovLasse Schuirmann2015-08-062-2/+10
|/ | | | | Conflicts: .travis.yml
* 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
| | | | | | | | as pointed out in #52
| * correctly handle 'C.UTF-8' localeAlex Morega2014-01-082-1/+5
| | | | | | | | fixes #57
| * fix warning for deprecated array.tostringAlex Morega2014-01-073-3/+8
| | | | | | | | fixes #75
| * change spelling of the encodingAlex Morega2014-01-061-1/+1
| | | | | | | | Apparently jython doesn't understand "utf_8". Fixes #46.
| * specify localeAlex Morega2014-01-061-2/+2
| | | | | | | | | | otherwise, running tests in another locale fails fixes #45, thanks @Arfrever!
| * 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
| | | | | | | | | | | | fixes #56
| | * 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
| | | | | | | | fixes #69
| * Merge pull request #66 from Sjord/masterAlex Morega2014-01-062-1/+9
| |\ | | | | | | Correctly parse number pattern with '-' on the end
| | * Correctly parse number pattern with '-' on the endSjoerd Langkemper2013-11-062-1/+9
| | | | | | | | | | | | | | | | | | | | | For the nl_NL locale, negative numbers would be formatted just like positive numbers by format_currency. By changing NUMBER_TOKEN to no longer have a minus sign in it, the minus sign on the end of the negative pattern for nl_NL is correctly parsed.
| * | Merge pull request #48 from yoloseem/patch-1Alex Morega2014-01-061-3/+3
| |\ \ | | | | | | | | Fixed typos on cli errors.
| | * | 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
| | | |