]> git.ipfire.org Git - thirdparty/babel.git/log
thirdparty/babel.git
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 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

9 years agoRetain the behaviour of format in numbers.format_currency
Craig Loftus [Mon, 17 Aug 2015 09:34:59 +0000 (10:34 +0100)] 
Retain the behaviour of format in numbers.format_currency

Previous commit introduced an API change by changing the behaviour of
the format param, instead this commit adds a format_type param and the
documentation and tests to accompany it.

Note that currency_formats returns a NumberPattern already, so there is
no need to call parse_pattern on the value returned.

9 years agonumbers: Properly load and expose currency format types
Isaac Jurado [Sun, 16 Aug 2015 09:27:03 +0000 (11:27 +0200)] 
numbers: Properly load and expose currency format types

The type of the currency format (e.g. "standard", "accounting") was not
interpreted correctly from the CLDR data.  Now there should not be any currency
format identified by "None".

Fixes https://github.com/mitsuhiko/babel/issues/201

9 years agoMerge pull request #127 from etanol/currency-decimals
Lasse Schuirmann [Sun, 27 Sep 2015 12:55:37 +0000 (14:55 +0200)] 
Merge pull request #127 from etanol/currency-decimals

Use currency fraction information

9 years agoUpdate CHANGES 127/head
Isaac Jurado [Fri, 28 Aug 2015 19:21:01 +0000 (21:21 +0200)] 
Update CHANGES

9 years agonumbers: Use currency decimal digits by default
Isaac Jurado [Mon, 17 Nov 2014 17:24:47 +0000 (18:24 +0100)] 
numbers: Use currency decimal digits by default

When formatting a price, the number of decimals to use should be defined
by the currency.  For example, JPY do not use decimal numbers at all.

However, we still allow the user to override the currency decimal digits
setting with the one from the number format.

Fixes https://github.com/mitsuhiko/babel/issues/139

9 years agonumbers: New parameter to override precision
Isaac Jurado [Mon, 17 Nov 2014 17:42:33 +0000 (18:42 +0100)] 
numbers: New parameter to override precision

The NumberFormat class uses the amount of decimal digits specified by
the given format.  We want to be able to ignore the amount of decimal
digits under some special circumstances.

Care must be taken since the NumberFormat instances seem to be cached.

9 years agoImport currency fraction and rounding information
Isaac Jurado [Mon, 17 Nov 2014 16:51:49 +0000 (17:51 +0100)] 
Import currency fraction and rounding information

Process and save the <fractions> element of the supplemental data, which
indicates how many decimal places should be displayed for each currency.

9 years agoMerge pull request #262 from python-babel/sils/changes
Lasse Schuirmann [Sat, 26 Sep 2015 20:23:12 +0000 (22:23 +0200)] 
Merge pull request #262 from python-babel/sils/changes

CHANGES: Make 2.2 next version

9 years agoCHANGES: Add an older change that was skipped 262/head
Isaac Jurado [Sat, 26 Sep 2015 19:35:06 +0000 (21:35 +0200)] 
CHANGES: Add an older change that was skipped

When merging https://github.com/python-babel/babel/pull/180, the CHANGES file
modification was not performed.

9 years agoCHANGES: Make 2.2 next version
Lasse Schuirmann [Sat, 26 Sep 2015 16:38:42 +0000 (18:38 +0200)] 
CHANGES: Make 2.2 next version

We recently changed branching and this was missing from
43638b27a0a2abf71d636c8c16c1ce0b3c010cc4

9 years agoMerge pull request #246 from python-babel/sils/wheel
Lasse Schuirmann [Sat, 26 Sep 2015 15:55:23 +0000 (17:55 +0200)] 
Merge pull request #246 from python-babel/sils/wheel

Sils/wheel

9 years agoMerge pull request #245 from python-babel/sils/contributing
Lasse Schuirmann [Sat, 26 Sep 2015 07:44:28 +0000 (09:44 +0200)] 
Merge pull request #245 from python-babel/sils/contributing

Add CONTRIBUTING

9 years agoMerge pull request #259 from python-babel/sils/branches
Lasse Schuirmann [Fri, 25 Sep 2015 21:16:07 +0000 (23:16 +0200)] 
Merge pull request #259 from python-babel/sils/branches

9 years agolocaledata: Rename to locale-data 246/head
Lasse Schuirmann [Tue, 22 Sep 2015 21:46:08 +0000 (23:46 +0200)] 
localedata: Rename to locale-data

To fix the ImportError because of the name clash with localedata.py.
locale-data is no valid python identifier and thus a nice indicator that
this directory actually contains data.

9 years agoRevert "Fixed issue #109: `ImportWarning` warned when `import babel`"
Lasse Schuirmann [Tue, 22 Sep 2015 21:36:20 +0000 (23:36 +0200)] 
Revert "Fixed issue #109: `ImportWarning` warned when `import babel`"

This reverts commit 7d387f95f4f41ed646bcb2b4fa39dae4a601b6ce.

Another fix will be applied to get rid of #109 because of
https://github.com/python-babel/babel/issues/240 .

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

9 years agosetup.cfg: Remove date tagging 259/head
Lasse Schuirmann [Fri, 25 Sep 2015 17:16:48 +0000 (19:16 +0200)] 
setup.cfg: Remove date tagging

This would tag every release with the date which is not what we want for
the production releases. We can use dev0 for local releases and generate
a version number including a date for development releases we will
introduce later.

9 years agobabel: Change version to 2.2.0.dev0
Lasse Schuirmann [Fri, 25 Sep 2015 17:15:15 +0000 (19:15 +0200)] 
babel: Change version to 2.2.0.dev0

We will from now on use the maintenance branches only for bugfix only
releases (i.e. micro versions) to avoid all this backporting. Because of
this, what we develop on master will be the 2.2 version.

9 years agosetup: Use version from babel package 258/head
Lasse Schuirmann [Fri, 25 Sep 2015 12:49:09 +0000 (14:49 +0200)] 
setup: Use version from babel package

DRY

9 years agosetup.cfg: Update release alias
Lasse Schuirmann [Fri, 25 Sep 2015 12:48:12 +0000 (14:48 +0200)] 
setup.cfg: Update release alias

We'll want to do a source distribution and a wheel when the release is
triggered.

9 years agoCHANGES: Update changes from last release
Lasse Schuirmann [Fri, 25 Sep 2015 12:54:47 +0000 (14:54 +0200)] 
CHANGES: Update changes from last release

9 years agoMerge pull request #252 from python-babel/sils/rulsimp
Lasse Schuirmann [Thu, 24 Sep 2015 15:06:10 +0000 (17:06 +0200)] 
Merge pull request #252 from python-babel/sils/rulsimp

rultor: Remove test execution

9 years agorultor: Remove test execution 252/head
Lasse Schuirmann [Thu, 24 Sep 2015 14:05:14 +0000 (16:05 +0200)] 
rultor: Remove test execution

Something's wrong here and we do need to debug that first. So in order
for us  being able to do rultor merges, let's just not execute tests for
now.

9 years agoAdd CONTRIBUTING 245/head
Lasse Schuirmann [Tue, 22 Sep 2015 21:21:20 +0000 (23:21 +0200)] 
Add CONTRIBUTING

This finally fixes our review process and gives users a bug template.

9 years agorultor: Run tests on merge 242/head
Lasse Schuirmann [Thu, 6 Aug 2015 06:16:21 +0000 (08:16 +0200)] 
rultor: Run tests on merge

This will revalidate a PR at least naively (i.e. only for one platform
and python version) right before doing the actual merge and thus may
prevent breaking master.

9 years agorultor: Linearize commit history on merge
Lasse Schuirmann [Thu, 6 Aug 2015 06:10:44 +0000 (08:10 +0200)] 
rultor: Linearize commit history on merge

This will make rultor rebase a PR and then fastforwarding the master
branch if a merge action is requested.

9 years agoMerge pull request #238 from python-babel/sils/wheelm
Lasse Schuirmann [Tue, 22 Sep 2015 19:57:18 +0000 (21:57 +0200)] 
Merge pull request #238 from python-babel/sils/wheelm

setup.cfg: Use universal wheel

9 years agoMerge branch 'master' into sils/wheelm 238/head
Lasse Schuirmann [Tue, 22 Sep 2015 19:50:51 +0000 (21:50 +0200)] 
Merge branch 'master' into sils/wheelm

9 years agoMerge pull request #239 from rjollos/issue70.1
Lasse Schuirmann [Mon, 21 Sep 2015 17:51:47 +0000 (19:51 +0200)] 
Merge pull request #239 from rjollos/issue70.1

Enforce Python version in `setup.py`

9 years agosetup.cfg: Use universal wheel
Lasse Schuirmann [Mon, 21 Sep 2015 17:24:10 +0000 (19:24 +0200)] 
setup.cfg: Use universal wheel

9 years agoEnforce Python version in `setup.py` 239/head
Ryan J Ollos [Mon, 21 Sep 2015 17:33:47 +0000 (10:33 -0700)] 
Enforce Python version in `setup.py`

Print error message and exit if Python version requirement not satisfied.

9 years agoMerge pull request #231 from sils1297/sils/readme
Lasse Schuirmann [Mon, 21 Sep 2015 13:00:08 +0000 (15:00 +0200)] 
Merge pull request #231 from sils1297/sils/readme

docs: Change repository adress

9 years agodocs: Change repository adress 231/head
Lasse Schuirmann [Mon, 21 Sep 2015 11:47:09 +0000 (13:47 +0200)] 
docs: Change repository adress

The repository moved.

9 years agoMerge pull request #223 from rjollos/duplicate-travis-entry
Lasse Schuirmann [Thu, 17 Sep 2015 12:18:17 +0000 (14:18 +0200)] 
Merge pull request #223 from rjollos/duplicate-travis-entry

Remove duplicate `sudo: false` entry.

9 years agoRemove duplicate `sudo: false` entry. 223/head
Ryan J Ollos [Thu, 17 Sep 2015 03:51:50 +0000 (20:51 -0700)] 
Remove duplicate `sudo: false` entry.

9 years agoMerge pull request #216 from mitsuhiko/sils/changes
Erick Wilder [Fri, 11 Sep 2015 23:35:57 +0000 (20:35 -0300)] 
Merge pull request #216 from mitsuhiko/sils/changes

CHANGES: Add "narrow" support for format_timedelta

9 years agoMerge pull request #219 from moreati/fixedoffsettz-negative
Lasse Schuirmann [Thu, 10 Sep 2015 19:36:48 +0000 (21:36 +0200)] 
Merge pull request #219 from moreati/fixedoffsettz-negative

FixedOffsetTimezone: fix display of negative offsets

9 years agoFixedOffsetTimezone: fix display of negative offsets 219/head
Alex Willmer [Thu, 10 Sep 2015 19:25:45 +0000 (20:25 +0100)] 
FixedOffsetTimezone: fix display of negative offsets

9 years agoCHANGES: Add "narrow" support for format_timedelta 216/head
Lasse Schuirmann [Thu, 10 Sep 2015 18:54:59 +0000 (20:54 +0200)] 
CHANGES: Add "narrow" support for format_timedelta

This was introduced in
https://github.com/moreati/babel/commit/edc5eb57b2f7c36bb419be4d23396746d233767b
and forgotten to add to CHANGES.

9 years agoMerge pull request #213 from moreati/relpath
Lasse Schuirmann [Thu, 10 Sep 2015 18:49:05 +0000 (20:49 +0200)] 
Merge pull request #213 from moreati/relpath

Remove unneeded relpath() polyfill

9 years agoRemove unneeded relpath() polyfill 213/head
Alex Willmer [Thu, 10 Sep 2015 18:31:16 +0000 (19:31 +0100)] 
Remove unneeded relpath() polyfill

It looks like this dates back all the way to 2007,
and the initial import of the code in commit 00f16f9.

Since Python 2.6 is the minimum supported version, and that has
os.path.relpath this is no longer needed.

9 years agoMerge pull request #119 from regisb/regisb/fix-odict-pop
Lasse Schuirmann [Thu, 10 Sep 2015 13:33:39 +0000 (15:33 +0200)] 
Merge pull request #119 from regisb/regisb/fix-odict-pop

Fix odict's pop method

9 years agoMerge pull request #210 from moreati/narrow-timedelta
Lasse Schuirmann [Thu, 10 Sep 2015 13:10:46 +0000 (15:10 +0200)] 
Merge pull request #210 from moreati/narrow-timedelta

Add format_timedelta(format='narrow') support

9 years agoTest invalid format_timedelta() format parameters 210/head
Alex Willmer [Thu, 10 Sep 2015 12:54:22 +0000 (13:54 +0100)] 
Test invalid format_timedelta() format parameters

9 years agoAdd format_timedelta(format='narrow') support
Alex Willmer [Thu, 10 Sep 2015 00:41:15 +0000 (01:41 +0100)] 
Add format_timedelta(format='narrow') support

9 years agoMerge pull request #199 from lepistone/allow-utf8-bom-with-magic-comment
Erick Wilder [Wed, 9 Sep 2015 22:04:06 +0000 (19:04 -0300)] 
Merge pull request #199 from lepistone/allow-utf8-bom-with-magic-comment

allow utf8 BOM + magic comment, closes #189

9 years agoMerge pull request #200 from artms/odict_performance
Erick Wilder [Wed, 9 Sep 2015 22:03:01 +0000 (19:03 -0300)] 
Merge pull request #200 from artms/odict_performance

Improve odict performance by making key search O(1)

9 years agoMerge pull request #208 from gitter-badger/gitter-badge
Erick Wilder [Wed, 9 Sep 2015 21:59:39 +0000 (18:59 -0300)] 
Merge pull request #208 from gitter-badger/gitter-badge

Add a Gitter chat link to README

9 years agoMerge pull request #188 from jun66j5/issue174/workaround
Erick Wilder [Wed, 9 Sep 2015 21:59:13 +0000 (18:59 -0300)] 
Merge pull request #188 from jun66j5/issue174/workaround

Avoid incompatible *.dat files between Python 2 and 3

9 years agoAdded Gitter link 208/head
The Gitter Badger [Mon, 7 Sep 2015 21:50:44 +0000 (21:50 +0000)] 
Added Gitter link

9 years agoodict: Fix pop method 119/head
Régis Behmo [Wed, 12 Nov 2014 17:09:34 +0000 (18:09 +0100)] 
odict: Fix pop method

The items() and iteritems() methods did not contain correct values after
a call to `pop(i)`.

Fixes https://github.com/mitsuhiko/babel/issues/196

9 years agoAdd change 200/head
Arturas Moskvinas [Wed, 26 Aug 2015 06:11:47 +0000 (09:11 +0300)] 
Add change

9 years agoImprove odict performance by making key search O(1)
Arturas Moskvinas [Fri, 7 Aug 2015 16:17:31 +0000 (19:17 +0300)] 
Improve odict performance by making key search O(1)

9 years agoupdate dead link to the Python Language Reference 199/head
Leonardo Pistone [Tue, 25 Aug 2015 15:34:16 +0000 (17:34 +0200)] 
update dead link to the Python Language Reference

9 years agoallow utf8 BOM + magic comment, closes #189
Leonardo Pistone [Fri, 7 Aug 2015 14:43:41 +0000 (16:43 +0200)] 
allow utf8 BOM + magic comment, closes #189

10 years agoMerge pull request #190 from julen/doc-fixes
Lasse Schuirmann [Wed, 5 Aug 2015 18:12:55 +0000 (20:12 +0200)] 
Merge pull request #190 from julen/doc-fixes

Docs: minor fixes

10 years agoDocs: minor fixes 190/head
Julen Ruiz Aizpuru [Tue, 27 May 2014 08:40:39 +0000 (10:40 +0200)] 
Docs: minor fixes

10 years agoMerge pull request #110 from felixonmars/master
Erick Wilder [Wed, 5 Aug 2015 17:26:02 +0000 (14:26 -0300)] 
Merge pull request #110 from felixonmars/master

Support 'Language' header field of PO files