]> git.ipfire.org Git - thirdparty/babel.git/log
thirdparty/babel.git
9 years agoFrontend: Add multi-domain support to compile_catalog command 335/head
Sven Anderson [Wed, 27 Jan 2016 14:35:20 +0000 (15:35 +0100)] 
Frontend: Add multi-domain support to compile_catalog command

Some projects have their translations split up into several text
domains within one package.  This change adds the possibility to
specify a space seperated list of domains in the configuration, like
'setup.py compile_catalog --domain="foo bar"', for instance.

9 years agoMerge pull request #316 from akx/ivals
Aarni Koskela [Sat, 23 Jan 2016 19:49:13 +0000 (21:49 +0200)] 
Merge pull request #316 from akx/ivals

Implement date interval formatting

9 years agodates: Add and use fuzzy skeleton matching 316/head
Aarni Koskela [Mon, 4 Jan 2016 19:51:36 +0000 (21:51 +0200)] 
dates: Add and use fuzzy skeleton matching

Based on:

* http://www.unicode.org/reports/tr35/tr35-dates.html#availableFormats_appendItems
* http://source.icu-project.org/repos/icu/icu4j/trunk/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java
  (method `getBestSkeleton`)

9 years agodates: Add basic format_interval implementation
Aarni Koskela [Mon, 4 Jan 2016 17:35:56 +0000 (19:35 +0200)] 
dates: Add basic format_interval implementation

Refs #276

9 years agodates: Add DateTimeFormat.extract() support function
Aarni Koskela [Mon, 4 Jan 2016 17:34:24 +0000 (19:34 +0200)] 
dates: Add DateTimeFormat.extract() support function

9 years agodates: Memoize parsed DateTimePatterns
Aarni Koskela [Mon, 4 Jan 2016 18:52:36 +0000 (20:52 +0200)] 
dates: Memoize parsed DateTimePatterns

9 years agodates: add split_interval_pattern and untokenize_pattern
Aarni Koskela [Mon, 4 Jan 2016 17:01:52 +0000 (19:01 +0200)] 
dates: add split_interval_pattern and untokenize_pattern

9 years agodates: split tokenize_pattern out of parse_pattern
Aarni Koskela [Mon, 4 Jan 2016 16:47:36 +0000 (18:47 +0200)] 
dates: split tokenize_pattern out of parse_pattern

9 years agodates: DRY out the internal datetime conversion code
Aarni Koskela [Mon, 4 Jan 2016 18:36:39 +0000 (20:36 +0200)] 
dates: DRY out the internal datetime conversion code

9 years agoCLDR: Import interval format data
Aarni Koskela [Sun, 3 Jan 2016 22:25:48 +0000 (00:25 +0200)] 
CLDR: Import interval format data

Refs #276

9 years agoMerge pull request #324 from ENuge/eoin_babel_extract_with_files
Aarni Koskela [Fri, 15 Jan 2016 11:06:42 +0000 (13:06 +0200)] 
Merge pull request #324 from ENuge/eoin_babel_extract_with_files

Support extraction by filename as well as directory

9 years agoextraction: Babel now supports extraction by filename as well as by dir 324/head
Eoin Nugent [Mon, 11 Jan 2016 22:43:58 +0000 (14:43 -0800)] 
extraction: Babel now supports extraction by filename as well as by dir

One can now supply a filename or a directory to be extracted. For
large codebases, this allows the consumer to optimize their
string extraction process by, for instance, only supplying the
files that have actually been changed on the given dev's branch
compared to master.

Relates to https://github.com/python-babel/babel/issues/253 . I
don't want to say "fixes", but makes further optimization
unnecessary for most use cases.

9 years agoMerge pull request #315 from akx/territory-languages
Aarni Koskela [Mon, 11 Jan 2016 09:15:01 +0000 (11:15 +0200)] 
Merge pull request #315 from akx/territory-languages

Territory languages

9 years agoAdd documentation for `babel.languages` 315/head
Aarni Koskela [Fri, 8 Jan 2016 08:46:04 +0000 (10:46 +0200)] 
Add documentation for `babel.languages`

Fixes #319

9 years agoget_global: format key documentation, add warning
Aarni Koskela [Sun, 3 Jan 2016 20:52:09 +0000 (22:52 +0200)] 
get_global: format key documentation, add warning

9 years agocore: documented all valid keys for get_global()
Erik Romijn [Sun, 23 Nov 2014 16:24:59 +0000 (17:24 +0100)] 
core: documented all valid keys for get_global()

9 years agoAdd public API for territory language data
Aarni Koskela [Sun, 3 Jan 2016 20:50:08 +0000 (22:50 +0200)] 
Add public API for territory language data

9 years agoscripts: add territory-language import from CLDR
Erik Romijn [Sat, 22 Nov 2014 15:06:44 +0000 (16:06 +0100)] 
scripts: add territory-language import from CLDR

Available in the global data onder the 'territory_language' key.

9 years agoMerge pull request #320 from akx/update-option
Aarni Koskela [Fri, 8 Jan 2016 13:07:46 +0000 (15:07 +0200)] 
Merge pull request #320 from akx/update-option

Make catalog header updating an option

9 years agoMake catalog header updating an option 320/head
Aarni Koskela [Fri, 8 Jan 2016 08:17:05 +0000 (10:17 +0200)] 
Make catalog header updating an option

The change in e0e7ef168856bb had an unexpected and likely undesired effect
when updating catalogs with, e.g. translator names in the header comment.

It's better to make the updating an option and revert back to the pre-2.2
behavior by default.

Fixes https://github.com/python-babel/babel/issues/318

9 years agoMerge pull request #322 from akx/update-docs
Aarni Koskela [Fri, 8 Jan 2016 11:50:37 +0000 (13:50 +0200)] 
Merge pull request #322 from akx/update-docs

Documentation updates

9 years agodoc: Add CLDR data volatility notes 322/head
Aarni Koskela [Fri, 8 Jan 2016 08:27:58 +0000 (10:27 +0200)] 
doc: Add CLDR data volatility notes

Closes #317

9 years agoUpdate docs metadata
Aarni Koskela [Fri, 8 Jan 2016 08:39:43 +0000 (10:39 +0200)] 
Update docs metadata

9 years agoRefer `format_skeleton` in docs
Aarni Koskela [Fri, 8 Jan 2016 08:39:35 +0000 (10:39 +0200)] 
Refer `format_skeleton` in docs

9 years agoAdd docs for `babel.lists`
Aarni Koskela [Fri, 8 Jan 2016 08:39:08 +0000 (10:39 +0200)] 
Add docs for `babel.lists`

9 years agoFix CHANGES formatting to ReST
Aarni Koskela [Fri, 8 Jan 2016 08:38:48 +0000 (10:38 +0200)] 
Fix CHANGES formatting to ReST

9 years agoMerge pull request #311 from akx/refactor-frontend
Aarni Koskela [Fri, 8 Jan 2016 09:19:19 +0000 (11:19 +0200)] 
Merge pull request #311 from akx/refactor-frontend

Refactor frontend.py (remove duplicate code)

9 years agoAdd test for frontend update_command 311/head
Aarni Koskela [Thu, 31 Dec 2015 00:46:08 +0000 (02:46 +0200)] 
Add test for frontend update_command

9 years agoSlightly tidy up frontend.py
Aarni Koskela [Wed, 30 Dec 2015 20:30:12 +0000 (22:30 +0200)] 
Slightly tidy up frontend.py

9 years agoFrontend: Use Distutils commands also for the CLI
Aarni Koskela [Wed, 30 Dec 2015 19:53:12 +0000 (21:53 +0200)] 
Frontend: Use Distutils commands also for the CLI

9 years agoMerge pull request #265 from mbirtwell/add-date-time-skeletons
Aarni Koskela [Mon, 4 Jan 2016 18:14:35 +0000 (20:14 +0200)] 
Merge pull request #265 from mbirtwell/add-date-time-skeletons

Add support for date-time skeletons

9 years agoAdd support for date-time skeletons 265/head
Michael Birtwell [Mon, 28 Sep 2015 16:44:30 +0000 (17:44 +0100)] 
Add support for date-time skeletons

The skeletons for dates and times are described on
http://cldr.unicode.org/translation/date-time-patterns under
Additional Date-Time Formats. And are useful when you want to some more
control over formatting dates and times but don't want to force all
locales to use the same pattern.

9 years agoMerge pull request #274 from imankulov/fix-encoding-detection
Aarni Koskela [Mon, 4 Jan 2016 11:12:11 +0000 (13:12 +0200)] 
Merge pull request #274 from imankulov/fix-encoding-detection

Fix UnicodeEncodeError on file encoding detection

9 years agoFix UnicodeEncodeError on file encoding detection 274/head
Roman Imankulov [Tue, 13 Oct 2015 11:18:48 +0000 (11:18 +0000)] 
Fix UnicodeEncodeError on file encoding detection

If the first line of a python file is not a valid latin-1 string,
parse_encoding dies with "UnicodeDecodeError". These strings nonetheless can be
valid in some scenarios (for example, Mako extractor uses
babel.messages.extract.extract_python), and it makes more sense to ignore this
exception and return None.

9 years agoMerge pull request #313 from python-babel/sils/changes
Aarni Koskela [Sat, 2 Jan 2016 19:31:42 +0000 (21:31 +0200)] 
Merge pull request #313 from python-babel/sils/changes

Release 2.2

9 years agoSet version to development 313/head
Lasse Schuirmann [Sat, 2 Jan 2016 19:29:04 +0000 (20:29 +0100)] 
Set version to development

9 years agoRelease 2.2 2.2.0
Lasse Schuirmann [Sat, 2 Jan 2016 13:54:14 +0000 (14:54 +0100)] 
Release 2.2

9 years agoMerge pull request #292 from akx/cldr28
Isaac Jurado [Fri, 1 Jan 2016 23:02:27 +0000 (00:02 +0100)] 
Merge pull request #292 from akx/cldr28

Upgrade to CLDR 28

9 years agoMerge pull request #308 from akx/appveyor-codecov
Aarni Koskela [Wed, 30 Dec 2015 15:36:37 +0000 (17:36 +0200)] 
Merge pull request #308 from akx/appveyor-codecov

Post coverage results to Codecov from Appveyor

9 years agoMerge pull request #306 from akx/lukas-b_116
Lasse Schuirmann [Wed, 30 Dec 2015 15:15:11 +0000 (16:15 +0100)] 
Merge pull request #306 from akx/lukas-b_116

Fix typo and add missing semicolon in plural_forms, update test coverage.

9 years agoMerge pull request #307 from akx/dstanek-54
Lasse Schuirmann [Wed, 30 Dec 2015 15:11:29 +0000 (16:11 +0100)] 
Merge pull request #307 from akx/dstanek-54

Update catalog headers from the template

9 years agoMerge pull request #301 from akx/suspect-filter
Lasse Schuirmann [Wed, 30 Dec 2015 15:08:12 +0000 (16:08 +0100)] 
Merge pull request #301 from akx/suspect-filter

Flatten NullTranslations.files into a list

9 years agoPost coverage results to Codecov from Appveyor 308/head
Aarni Koskela [Wed, 30 Dec 2015 15:00:25 +0000 (17:00 +0200)] 
Post coverage results to Codecov from Appveyor

9 years agoAdd a test for header_comment updating. 307/head
Aarni Koskela [Wed, 30 Dec 2015 14:39:48 +0000 (16:39 +0200)] 
Add a test for header_comment updating.

9 years agoUpdates a catalog's header to from the template
David Stanek [Thu, 5 Sep 2013 17:15:57 +0000 (13:15 -0400)] 
Updates a catalog's header to from the template

A language specific catalog's initial header is based on the template
when it is created.  Updates to the template's header were previously
not getting into the catalog during the update_catalog process.

9 years agoBeef up test_plurals.py 306/head
Lukas B [Tue, 4 Nov 2014 23:51:39 +0000 (15:51 -0800)] 
Beef up test_plurals.py

Update test coverage in test_plurals.py

9 years agoFix typo and add semicolon in plural_forms
Lukas B [Tue, 4 Nov 2014 23:49:28 +0000 (15:49 -0800)] 
Fix typo and add semicolon in plural_forms

Fix typo and add semicolon in plural_forms (missing l in 'plural' and semicolon at the end).

It currently produces incorrect plural form string.

9 years agoMerge pull request #303 from akx/thanatos-add-hash-to-locale-class
Lasse Schuirmann [Tue, 29 Dec 2015 16:18:23 +0000 (17:18 +0100)] 
Merge pull request #303 from akx/thanatos-add-hash-to-locale-class

Add hash to locale class

9 years agoImprove Locale equality and hashing tests 303/head
Aarni Koskela [Tue, 29 Dec 2015 15:55:15 +0000 (17:55 +0200)] 
Improve Locale equality and hashing tests

9 years agoAdd __hash__ to Locale.
Roy Wellington â…£ [Tue, 31 Mar 2015 21:44:10 +0000 (14:44 -0700)] 
Add __hash__ to Locale.

9 years agoFlatten NullTranslations.files into a list 301/head
Aarni Koskela [Wed, 23 Dec 2015 21:21:33 +0000 (23:21 +0200)] 
Flatten NullTranslations.files into a list

`filter` is special in Python 3, and latter usages would error out in
strange ways.

Fixes #92 (https://github.com/python-babel/babel/pull/92)
Fixes #162 (https://github.com/python-babel/babel/pull/162)

9 years agoMerge pull request #302 from etanol/fix-builds
Lasse Schuirmann [Tue, 29 Dec 2015 00:40:35 +0000 (01:40 +0100)] 
Merge pull request #302 from etanol/fix-builds

Try to fix the broken builds

9 years agoInstall m3-cdecimal in Travis environments. 302/head
Isaac Jurado [Tue, 29 Dec 2015 00:15:20 +0000 (01:15 +0100)] 
Install m3-cdecimal in Travis environments.

Follow the cdecimal to m3-cdecimal package rename within TravisCI configuration.

9 years agoInstall m3-cdecimal in Tox environments.
Isaac Jurado [Mon, 28 Dec 2015 21:14:05 +0000 (22:14 +0100)] 
Install m3-cdecimal in Tox environments.

Apparently, the cdecimal package has been renamed to m3-cdecimal.  Being unable
to install it breaks the test suite, so this should fix the problem.

9 years agoMerge pull request #297 from akx/py35
Lasse Schuirmann [Wed, 23 Dec 2015 18:49:26 +0000 (19:49 +0100)] 
Merge pull request #297 from akx/py35

Mark Python 3.5 as supported

9 years agoMark Python 3.5 as supported 297/head
Aarni Koskela [Wed, 23 Dec 2015 18:16:18 +0000 (20:16 +0200)] 
Mark Python 3.5 as supported

Fixes #222
Refs #221

9 years agoUpdate to CLDR 28 (with test updates) 292/head
Aarni Koskela [Sun, 20 Dec 2015 19:29:21 +0000 (21:29 +0200)] 
Update to CLDR 28 (with test updates)

* Aside from the usual data changes, the provisional aa locale is no longer,
  so we can't use it for tests. Instead, ii is used (chosen by virtue of ii.xml
  being fairly small, i.e. probably as incomplete as aa).
* ms_Latn_SG is not in use anymore either; use sr_Latn_ME instead.

Closes #226
Closes #290

9 years agoimport_cldr: Add `--dump-json` debug flag
Aarni Koskela [Sun, 20 Dec 2015 20:15:12 +0000 (22:15 +0200)] 
import_cldr: Add `--dump-json` debug flag

These JSON files are easier to inspect by eye to figure out what might be
going wrong.  They are never used by Babel itself.

9 years agoimport_cldr: Add `--force` flag
Aarni Koskela [Sun, 20 Dec 2015 19:45:07 +0000 (21:45 +0200)] 
import_cldr: Add `--force` flag

9 years agoimport_cldr: support currency format lengths
Aarni Koskela [Sun, 20 Dec 2015 19:53:06 +0000 (21:53 +0200)] 
import_cldr: support currency format lengths

Non-default currency format lengths acquire colon-separated suffixes like units already do since 9327e0824a1bbed538e73d42b971988f8214b490

9 years agodownload_import_cldr: unzip into versioned dir
Aarni Koskela [Sun, 20 Dec 2015 21:51:18 +0000 (23:51 +0200)] 
download_import_cldr: unzip into versioned dir

9 years agoMerge pull request #278 from python-babel/sils/coala
Lasse Schuirmann [Mon, 21 Dec 2015 10:20:03 +0000 (11:20 +0100)] 
Merge pull request #278 from python-babel/sils/coala

Sils/coala

9 years agocatalog: Remove unneeded documentation 278/head
Lasse Schuirmann [Mon, 21 Dec 2015 09:50:45 +0000 (10:50 +0100)] 
catalog: Remove unneeded documentation

Those documentation comments aren't adding any new information compared
to the documentation comment of their respective functions and are thus
redundant.

Those comments where introduced first in 7ab115ce with no notice why
they exist.

9 years agocodestyle: Check for unused python code
Lasse Schuirmann [Sun, 20 Dec 2015 16:40:41 +0000 (17:40 +0100)] 
codestyle: Check for unused python code

9 years agoutil.sh: Move out relpath import
Lasse Schuirmann [Sun, 20 Dec 2015 16:50:52 +0000 (17:50 +0100)] 
util.sh: Move out relpath import

This was detected by coala, rightfully, as an unused import.

9 years agoAdd coafile
Lasse Schuirmann [Sat, 31 Oct 2015 22:33:33 +0000 (23:33 +0100)] 
Add coafile

This allows using coala to check this code.

9 years agonumbers: Remove unneeded trailing spaces
Lasse Schuirmann [Sat, 31 Oct 2015 22:32:01 +0000 (23:32 +0100)] 
numbers: Remove unneeded trailing spaces

Done with coala.

9 years agoMerge pull request #294 from akx/test-improvements
Lasse Schuirmann [Mon, 21 Dec 2015 09:47:23 +0000 (10:47 +0100)] 
Merge pull request #294 from akx/test-improvements

Test/CI improvements

9 years agoTest that Lithuanian long-form dates are formatted with the correct genitive form... 294/head
Aarni Koskela [Sun, 20 Dec 2015 21:33:50 +0000 (23:33 +0200)] 
Test that Lithuanian long-form dates are formatted with the correct genitive form of the month

Fixes #288

9 years agoParametrize test_compatible_classes_in_global_and_localedata test
Aarni Koskela [Sun, 20 Dec 2015 19:53:27 +0000 (21:53 +0200)] 
Parametrize test_compatible_classes_in_global_and_localedata test

9 years agoTest/CI: Make doctests run on both Py2 and Py3
Aarni Koskela [Mon, 21 Dec 2015 08:15:07 +0000 (10:15 +0200)] 
Test/CI: Make doctests run on both Py2 and Py3

Fixes #293

9 years agoTest/CI: Add requisite doctest flags; ignore setup.py and venvs
Aarni Koskela [Sun, 20 Dec 2015 22:43:39 +0000 (00:43 +0200)] 
Test/CI: Add requisite doctest flags; ignore setup.py and venvs

This requires a newer version of py.test, so the requirement is pinned in
the CI configuration.

See https://pytest.org/latest/doctest.html
See https://pytest.org/latest/example/pythoncollection.html#customizing-test-collection-to-find-all-py-files

9 years agoMerge pull request #270 from mbirtwell/ordinal_rules
Lasse Schuirmann [Sun, 20 Dec 2015 20:23:00 +0000 (21:23 +0100)] 
Merge pull request #270 from mbirtwell/ordinal_rules

Add an ordinal_form property to Locale

9 years agoMerge pull request #289 from akx/allow-extract-callable dev-2a51c9b95d06
Lasse Schuirmann [Sun, 20 Dec 2015 16:28:19 +0000 (17:28 +0100)] 
Merge pull request #289 from akx/allow-extract-callable

Allow passing a callable to `extract()`

9 years agoMerge pull request #279 from fschulze/files-with-no-lineno
Lasse Schuirmann [Sun, 20 Dec 2015 16:26:30 +0000 (17:26 +0100)] 
Merge pull request #279 from fschulze/files-with-no-lineno

Allow file locations without line numbers.

9 years agoAllow passing a callable to `extract()` 289/head
Aarni Koskela [Sun, 20 Dec 2015 16:16:18 +0000 (18:16 +0200)] 
Allow passing a callable to `extract()`

9 years agoMerge pull request #272 from etanol/fast-rounding
Isaac Jurado [Sat, 21 Nov 2015 09:28:25 +0000 (01:28 -0800)] 
Merge pull request #272 from etanol/fast-rounding

Faster and more flexible implementation.

Skipping coverage alert because the amount of removed lines always lowers the overall coverage percentage, even though the patch is 100% covered.

9 years agoMerge pull request #249 from mbirtwell/fix_zh_plural_selection
Isaac Jurado [Fri, 20 Nov 2015 19:21:04 +0000 (11:21 -0800)] 
Merge pull request #249 from mbirtwell/fix_zh_plural_selection

Fix zh plural selection

9 years agoAllow file locations without line numbers. 279/head
Florian Schulze [Wed, 4 Nov 2015 18:08:10 +0000 (19:08 +0100)] 
Allow file locations without line numbers.

9 years agoAdd an ordinal_form property to Locale 270/head
Michael Birtwell [Wed, 30 Sep 2015 17:57:30 +0000 (18:57 +0100)] 
Add an ordinal_form property to Locale

9 years agoplurals: Fix selection for chinese 249/head
Michael Birtwell [Wed, 21 Oct 2015 21:01:59 +0000 (22:01 +0100)] 
plurals: Fix selection for chinese

Provide only one option in chinese. The 3 previous options where all the
same any how and I've checked with a chinese colleague she thinks that
applies to all variants on the chinese language.

Refactor the get_plural tests a bit so they are split up to test specific
things

9 years agotests: Use the automatically chosen Decimal class 272/head
Isaac Jurado [Sun, 11 Oct 2015 12:26:04 +0000 (14:26 +0200)] 
tests: Use the automatically chosen Decimal class

Now that the babel._compat module can automatically select a faster decimal
implementation if available, be more consistent across the rest of the code when
dealing with Decimal instances.

9 years agonumbers: Use cdecimal by default when available
Isaac Jurado [Sun, 4 Oct 2015 18:49:23 +0000 (20:49 +0200)] 
numbers: Use cdecimal by default when available

The drop-in replacement cdecimal is a CPython extension that implements the same
decimal interface with a much better performance.  Whenever it is installed, we
favour its use.

9 years agotravis: Add new environments that install cdecimal
Isaac Jurado [Sun, 11 Oct 2015 12:20:01 +0000 (14:20 +0200)] 
travis: Add new environments that install cdecimal

For the next change, we will need alternate environments for Python 2.6 and 2.7
where the cdecimal module can be installed and tested.  This commit adds new
environments to Tox and Travis to automate the process.

9 years agotests: Add more testing coverage to format_percent
Isaac Jurado [Wed, 14 Oct 2015 17:49:22 +0000 (19:49 +0200)] 
tests: Add more testing coverage to format_percent

9 years agonumbers: Implement rounding with Decimal
Isaac Jurado [Sun, 4 Oct 2015 18:36:02 +0000 (20:36 +0200)] 
numbers: Implement rounding with Decimal

Drop the old bankersround related code and implement rounding using the decimal
module instead.  This change will enable some other goodies such as: use the
drop-in replacement cdecimal when available, or allow for more rounding
algorithms by exposing one more parameter.

9 years agoMerge pull request #277 from python-babel/sils/callformore
Lasse Schuirmann [Wed, 14 Oct 2015 15:52:41 +0000 (17:52 +0200)] 
Merge pull request #277 from python-babel/sils/callformore

Sils/callformore

9 years agoREADME: Add contribution note 277/head
Lasse Schuirmann [Wed, 14 Oct 2015 11:08:24 +0000 (13:08 +0200)] 
README: Add contribution note

9 years agoREADME: Make it markdown
Lasse Schuirmann [Wed, 14 Oct 2015 10:56:27 +0000 (12:56 +0200)] 
README: Make it markdown

This way GitHub (and many other UIs and editors) will render the
document more nicely.

9 years agoMerge pull request #269 from mbirtwell/format_list
Lasse Schuirmann [Wed, 14 Oct 2015 06:33:01 +0000 (08:33 +0200)] 
Merge pull request #269 from mbirtwell/format_list

Add a format_list function

9 years agoAdd format_list function 269/head
Michael Birtwell [Thu, 1 Oct 2015 13:38:58 +0000 (14:38 +0100)] 
Add format_list function

9 years agoMerge pull request #271 from josephbreihan/master
Lasse Schuirmann [Tue, 6 Oct 2015 16:35:59 +0000 (18:35 +0200)] 
Merge pull request #271 from josephbreihan/master

documentation: Correct timezone in example.

9 years agoMerge pull request #268 from gutsy/master
Lasse Schuirmann [Tue, 6 Oct 2015 09:33:11 +0000 (11:33 +0200)] 
Merge pull request #268 from gutsy/master

Change to using include_package_data

9 years agosetup: change to using include_package_data 268/head
Todd M. Guerra [Wed, 30 Sep 2015 20:11:06 +0000 (16:11 -0400)] 
setup: change to using include_package_data

Instead of manually writing includes to various package data,
we now just set include_package_data to True to make it more efficient.
Reference: http://pythonhosted.org/setuptools/setuptools.html#new-and-changed-setup-keywords

Fixes https://github.com/python-babel/babel/issues/260

9 years agodocumentation: Correct timezone in example. 271/head
Joseph Breihan [Mon, 5 Oct 2015 05:17:32 +0000 (01:17 -0400)] 
documentation: Correct timezone in example.

Update example in Date and Time documentation to reflect metazone
translation.

Fixes https://github.com/python-babel/babel/issues/108

9 years agoAdd list_patterns to Locale
Michael Birtwell [Wed, 30 Sep 2015 18:01:30 +0000 (19:01 +0100)] 
Add list_patterns to Locale

9 years agoMerge pull request #264 from kdeldycke/patch-1
Isaac Jurado [Mon, 28 Sep 2015 17:59:41 +0000 (19:59 +0200)] 
Merge pull request #264 from kdeldycke/patch-1

Typo fix.

9 years agonumbers: Sync docstring with actual examples. 264/head
Kevin Deldycke [Mon, 28 Sep 2015 10:31:26 +0000 (12:31 +0200)] 
numbers: Sync docstring with actual examples.

9 years agoMerge pull request #203 from etanol/currency-format-types
Lasse Schuirmann [Sun, 27 Sep 2015 21:27:16 +0000 (23:27 +0200)] 
Merge pull request #203 from etanol/currency-format-types

Fix the loading of the currency format types

9 years agoUpdate CHANGES and AUTHORS information 203/head
Isaac Jurado [Fri, 28 Aug 2015 18:50:52 +0000 (20:50 +0200)] 
Update CHANGES and AUTHORS information