]>
git.ipfire.org Git - thirdparty/babel.git/log
Nick Retallack [Mon, 22 Jul 2013 21:05:06 +0000 (14:05 -0700)]
Don't throw away a catalog's obsolete messages when you update it
Armin Ronacher [Sat, 13 Jul 2013 17:57:31 +0000 (18:57 +0100)]
Merge branch 'master' of github.com:mitsuhiko/babel
Armin Ronacher [Sat, 13 Jul 2013 17:54:41 +0000 (18:54 +0100)]
Improved timezone name support
Alex Morega [Sun, 7 Jul 2013 21:59:08 +0000 (23:59 +0200)]
bump cldr to 23.1
Alex Morega [Sun, 7 Jul 2013 21:41:23 +0000 (23:41 +0200)]
exception when checksum does not match
Armin Ronacher [Sun, 7 Jul 2013 21:38:08 +0000 (23:38 +0200)]
Merge branch 'master' of github.com:mitsuhiko/babel
Armin Ronacher [Sun, 7 Jul 2013 21:37:59 +0000 (23:37 +0200)]
Added a setup.py command for building and importing the cldr
Alex Morega [Sun, 7 Jul 2013 21:15:47 +0000 (23:15 +0200)]
unichr on python 3
Alex Morega [Sun, 7 Jul 2013 20:35:36 +0000 (22:35 +0200)]
log.warn is deprecated, using log.warning
Armin Ronacher [Sun, 7 Jul 2013 21:22:30 +0000 (23:22 +0200)]
Merge branch 'master' of github.com:mitsuhiko/babel
Armin Ronacher [Sun, 7 Jul 2013 21:21:51 +0000 (23:21 +0200)]
Updated install readme
Alex Morega [Sun, 7 Jul 2013 21:08:15 +0000 (14:08 -0700)]
Merge pull request #23 from ThomasWaldmann/master
minor changes / setup.py / docs
Alex Morega [Sun, 7 Jul 2013 20:01:14 +0000 (22:01 +0200)]
always sort message flags, py33 hash randomization
Thomas Waldmann [Sun, 7 Jul 2013 19:52:25 +0000 (21:52 +0200)]
updated changelog, setup.py (classifiers), requirements for installation
Armin Ronacher [Sun, 7 Jul 2013 18:09:23 +0000 (20:09 +0200)]
Added explicit charset argument to read_po and added changelog entries
Armin Ronacher [Sun, 7 Jul 2013 17:56:37 +0000 (19:56 +0200)]
Make sure to use cElementTree on 2.x
Alex Morega [Sun, 7 Jul 2013 11:12:11 +0000 (13:12 +0200)]
fix cldr download script for py3
Alex Morega [Sun, 7 Jul 2013 11:02:49 +0000 (13:02 +0200)]
hey travis, run on py33!
Alex Morega [Sun, 7 Jul 2013 10:59:47 +0000 (12:59 +0200)]
make sure rules are always sorted
Alex Morega [Sun, 7 Jul 2013 09:59:13 +0000 (11:59 +0200)]
replace unicode with text_type
Alex Morega [Sun, 7 Jul 2013 09:58:04 +0000 (11:58 +0200)]
fix tests for babel.messages.checkers
Alex Morega [Sun, 7 Jul 2013 09:47:48 +0000 (11:47 +0200)]
fix babel.support for py3 strings/bytes
Alex Morega [Sun, 7 Jul 2013 09:44:59 +0000 (11:44 +0200)]
l*gettext always returns bytes, even on py3
Alex Morega [Sun, 7 Jul 2013 09:04:51 +0000 (11:04 +0200)]
the python stdlib has no *pgettext
Alex Morega [Sun, 7 Jul 2013 08:57:12 +0000 (10:57 +0200)]
open po files in binary mode
Alex Morega [Sun, 7 Jul 2013 08:34:47 +0000 (10:34 +0200)]
fix parser for python 3
Alex Morega [Sun, 7 Jul 2013 07:42:42 +0000 (09:42 +0200)]
fix js lexer
Alex Morega [Sun, 7 Jul 2013 08:30:12 +0000 (10:30 +0200)]
fix tests
Armin Ronacher [Sat, 6 Jul 2013 20:18:47 +0000 (22:18 +0200)]
More gettext fixes
Armin Ronacher [Sat, 6 Jul 2013 19:52:51 +0000 (21:52 +0200)]
Fixed a bug caused by new filter()
Alex Morega [Sat, 6 Jul 2013 17:30:11 +0000 (19:30 +0200)]
fix some string/bytes issues in catalog
Alex Morega [Sat, 6 Jul 2013 16:05:13 +0000 (18:05 +0200)]
py3 division returns floats; cast back to int
Alex Morega [Sat, 6 Jul 2013 15:47:29 +0000 (17:47 +0200)]
rewrite regression test
Alex Morega [Sat, 6 Jul 2013 15:34:49 +0000 (17:34 +0200)]
in py3 we use straight email.message_from_string
Alex Morega [Sat, 6 Jul 2013 15:32:19 +0000 (17:32 +0200)]
move _parse_header to module level
Alex Morega [Sat, 6 Jul 2013 17:08:54 +0000 (19:08 +0200)]
make sure zone aliases are unicode
Armin Ronacher [Sat, 6 Jul 2013 16:20:06 +0000 (18:20 +0200)]
Fixed a regression in the pluralization support
Armin Ronacher [Sat, 6 Jul 2013 16:16:36 +0000 (18:16 +0200)]
Merge branch 'pr/20'
Armin Ronacher [Sat, 6 Jul 2013 16:06:24 +0000 (09:06 -0700)]
Merge pull request #21 from DasIch/python3-2
More small Python3 fixes
Daniel Neuhäuser [Sat, 6 Jul 2013 15:20:02 +0000 (17:20 +0200)]
Use sorted() in possible view instead of .sort()
Alex Morega [Sat, 6 Jul 2013 15:18:48 +0000 (17:18 +0200)]
fix doctests, the return value is unicode
Alex Morega [Sat, 6 Jul 2013 15:16:58 +0000 (17:16 +0200)]
run the right test suite by default
Daniel Neuhäuser [Sat, 6 Jul 2013 15:17:06 +0000 (17:17 +0200)]
Turn PYTHON_MAGIC_COMMENT_re into byte string
Armin Ronacher [Sat, 6 Jul 2013 15:03:42 +0000 (17:03 +0200)]
More work on making Python 3.3 pass tests
Armin Ronacher [Sat, 6 Jul 2013 14:57:29 +0000 (16:57 +0200)]
Resolved a bunch of syntax errors
Armin Ronacher [Sat, 6 Jul 2013 14:49:29 +0000 (16:49 +0200)]
Some small fixes from #19
Armin Ronacher [Sat, 6 Jul 2013 14:39:44 +0000 (16:39 +0200)]
More work on making tests work on Python 3
Armin Ronacher [Sat, 6 Jul 2013 14:23:44 +0000 (16:23 +0200)]
Merge branch 'pr/18'
Armin Ronacher [Sat, 6 Jul 2013 14:23:20 +0000 (16:23 +0200)]
Some small test cleanups
Armin Ronacher [Sat, 6 Jul 2013 14:21:12 +0000 (16:21 +0200)]
Made another pass on the Python 3 support
Armin Ronacher [Sat, 6 Jul 2013 14:12:55 +0000 (16:12 +0200)]
First pass on python 3 support
Armin Ronacher [Sat, 6 Jul 2013 13:49:50 +0000 (15:49 +0200)]
Started work on cleanups for Python 3
Alex Morega [Sat, 6 Jul 2013 13:37:47 +0000 (15:37 +0200)]
test_support also uses os_environ fixture
Alex Morega [Sat, 6 Jul 2013 13:34:09 +0000 (15:34 +0200)]
move os_environ fixture to conftest.py
Alex Morega [Sat, 6 Jul 2013 13:31:24 +0000 (15:31 +0200)]
convert unittests to funcs; use os_environ fixture
Alex Morega [Sat, 6 Jul 2013 13:23:04 +0000 (15:23 +0200)]
test isolation for changes to os.environ
Armin Ronacher [Sat, 6 Jul 2013 13:16:17 +0000 (15:16 +0200)]
Add more clean commands and remove pycache from git
Alex Morega [Sat, 6 Jul 2013 13:15:11 +0000 (15:15 +0200)]
run doctests on python 2
Fixes #10.
Alex Morega [Sat, 6 Jul 2013 13:03:29 +0000 (15:03 +0200)]
test for range pluralization
https://gist.github.com/mitsuhiko/
5939731
Armin Ronacher [Sat, 6 Jul 2013 13:00:23 +0000 (15:00 +0200)]
Nicer workaround for empty folder
Armin Ronacher [Sat, 6 Jul 2013 12:58:47 +0000 (05:58 -0700)]
Merge pull request #17 from mgax/doctests-to-unittests
Doctests to unittests
Alex Morega [Sat, 6 Jul 2013 12:32:42 +0000 (14:32 +0200)]
don't run doctests any more
Alex Morega [Sat, 6 Jul 2013 12:31:11 +0000 (14:31 +0200)]
remove test suite factories
Alex Morega [Sat, 6 Jul 2013 12:09:50 +0000 (14:09 +0200)]
no useful doctests in extract, mofile, pofile
Alex Morega [Sat, 6 Jul 2013 12:20:28 +0000 (14:20 +0200)]
copy babel.messages.plural doctests as unit tests
Alex Morega [Sat, 6 Jul 2013 12:17:13 +0000 (14:17 +0200)]
copy babel.messages.frontend doctests as unit tests
Alex Morega [Sat, 6 Jul 2013 12:05:41 +0000 (14:05 +0200)]
copy babel.messages.catalog doctests as unit tests
Alex Morega [Sat, 6 Jul 2013 09:34:59 +0000 (11:34 +0200)]
copy babel.util doctests as unit tests
Alex Morega [Sat, 6 Jul 2013 09:31:42 +0000 (11:31 +0200)]
copy babel.plural doctests as unit tests
Alex Morega [Sat, 6 Jul 2013 09:24:29 +0000 (11:24 +0200)]
copy babel.numbers doctests as unit tests
Alex Morega [Sat, 6 Jul 2013 08:53:51 +0000 (10:53 +0200)]
move function to module level; fix doctest
Alex Morega [Sat, 6 Jul 2013 08:44:27 +0000 (10:44 +0200)]
copy babel.localedata doctests as unit tests
Alex Morega [Sat, 6 Jul 2013 08:37:05 +0000 (10:37 +0200)]
copy babel.dates doctests as unit tests
Alex Morega [Fri, 5 Jul 2013 17:33:47 +0000 (19:33 +0200)]
copy babel.core doctests as unit tests
Alex Morega [Fri, 5 Jul 2013 15:45:43 +0000 (17:45 +0200)]
copy babel.support doctests as unit tests
Armin Ronacher [Sat, 6 Jul 2013 12:40:29 +0000 (14:40 +0200)]
Added a terminal width fallback
Armin Ronacher [Sat, 6 Jul 2013 12:38:11 +0000 (14:38 +0200)]
Added localtime
Armin Ronacher [Sat, 6 Jul 2013 12:26:32 +0000 (14:26 +0200)]
Make get_timezone_name use the current time if not given arguments
Armin Ronacher [Sat, 6 Jul 2013 12:22:07 +0000 (14:22 +0200)]
New tox versions have problems with PYTHONDONTWRITEBYTECODE apparently
Armin Ronacher [Sat, 6 Jul 2013 12:16:18 +0000 (14:16 +0200)]
Fixed missing support for some pluralization parts
Armin Ronacher [Sat, 6 Jul 2013 11:55:21 +0000 (13:55 +0200)]
Added changelog entry for timezone functionality
Armin Ronacher [Sat, 6 Jul 2013 11:54:42 +0000 (13:54 +0200)]
Updated date documentation for the new timezone support
Armin Ronacher [Sat, 6 Jul 2013 11:48:51 +0000 (13:48 +0200)]
Make local time the default for some functions that previously did not have it
Armin Ronacher [Sat, 6 Jul 2013 11:45:57 +0000 (13:45 +0200)]
Added fallback support for local timezones
Armin Ronacher [Sat, 6 Jul 2013 11:41:32 +0000 (13:41 +0200)]
Merge remote-tracking branch 'mgax/pytest'
Armin Ronacher [Sat, 6 Jul 2013 11:41:17 +0000 (13:41 +0200)]
pytz is now a dependency
Armin Ronacher [Sat, 6 Jul 2013 11:40:29 +0000 (13:40 +0200)]
Fixed win32 module for local time
Armin Ronacher [Sat, 6 Jul 2013 11:36:47 +0000 (13:36 +0200)]
Started support for local times in babel
Alex Morega [Sat, 6 Jul 2013 11:34:02 +0000 (13:34 +0200)]
make test should run tests from tests
Alex Morega [Sat, 6 Jul 2013 10:16:33 +0000 (12:16 +0200)]
move unit tests outside babel package
Armin Ronacher [Sat, 6 Jul 2013 10:08:58 +0000 (12:08 +0200)]
Added some documentation for timezone transition functions
Alex Morega [Sat, 6 Jul 2013 09:53:36 +0000 (11:53 +0200)]
Merge branch 'master' into pytest
Armin Ronacher [Sat, 6 Jul 2013 09:32:01 +0000 (11:32 +0200)]
Fixed timezone test breakages and a few other small things
Armin Ronacher [Sat, 6 Jul 2013 09:28:05 +0000 (11:28 +0200)]
Merge branch 'master' of github.com:mitsuhiko/babel
Armin Ronacher [Sat, 6 Jul 2013 09:27:36 +0000 (02:27 -0700)]
Merge pull request #15 from DasIch/compat-cleanup
Remove compat.any
Armin Ronacher [Sat, 6 Jul 2013 09:27:26 +0000 (11:27 +0200)]
Started work on improving timezone support and made pytz a requirement
Armin Ronacher [Sat, 6 Jul 2013 09:27:24 +0000 (02:27 -0700)]
Merge pull request #14 from mgax/pypy
Pypy
Armin Ronacher [Fri, 5 Jul 2013 18:55:38 +0000 (20:55 +0200)]
Don't expose plural names for currencies on the locale object
Armin Ronacher [Fri, 5 Jul 2013 18:53:51 +0000 (20:53 +0200)]
Greatly improved timedelta formatting
Armin Ronacher [Fri, 5 Jul 2013 18:24:34 +0000 (20:24 +0200)]
Expanded currency formatting to support full currency names