]> git.ipfire.org Git - thirdparty/babel.git/log
thirdparty/babel.git
13 years agoAdded localtime
Armin Ronacher [Sat, 6 Jul 2013 12:38:11 +0000 (14:38 +0200)] 
Added localtime

13 years agoMake get_timezone_name use the current time if not given arguments
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

13 years agoNew tox versions have problems with PYTHONDONTWRITEBYTECODE apparently
Armin Ronacher [Sat, 6 Jul 2013 12:22:07 +0000 (14:22 +0200)] 
New tox versions have problems with PYTHONDONTWRITEBYTECODE apparently

13 years agoFixed missing support for some pluralization parts
Armin Ronacher [Sat, 6 Jul 2013 12:16:18 +0000 (14:16 +0200)] 
Fixed missing support for some pluralization parts

13 years agoAdded changelog entry for timezone functionality
Armin Ronacher [Sat, 6 Jul 2013 11:55:21 +0000 (13:55 +0200)] 
Added changelog entry for timezone functionality

13 years agoUpdated date documentation for the new timezone support
Armin Ronacher [Sat, 6 Jul 2013 11:54:42 +0000 (13:54 +0200)] 
Updated date documentation for the new timezone support

13 years agoMake local time the default for some functions that previously did not have it
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

13 years agoAdded fallback support for local timezones
Armin Ronacher [Sat, 6 Jul 2013 11:45:57 +0000 (13:45 +0200)] 
Added fallback support for local timezones

13 years agoMerge remote-tracking branch 'mgax/pytest'
Armin Ronacher [Sat, 6 Jul 2013 11:41:32 +0000 (13:41 +0200)] 
Merge remote-tracking branch 'mgax/pytest'

13 years agopytz is now a dependency
Armin Ronacher [Sat, 6 Jul 2013 11:41:17 +0000 (13:41 +0200)] 
pytz is now a dependency

13 years agoFixed win32 module for local time
Armin Ronacher [Sat, 6 Jul 2013 11:40:29 +0000 (13:40 +0200)] 
Fixed win32 module for local time

13 years agoStarted support for local times in babel
Armin Ronacher [Sat, 6 Jul 2013 11:36:47 +0000 (13:36 +0200)] 
Started support for local times in babel

13 years agomake test should run tests from tests 13/head
Alex Morega [Sat, 6 Jul 2013 11:34:02 +0000 (13:34 +0200)] 
make test should run tests from tests

13 years agomove unit tests outside babel package
Alex Morega [Sat, 6 Jul 2013 10:16:33 +0000 (12:16 +0200)] 
move unit tests outside babel package

13 years agoAdded some documentation for timezone transition functions
Armin Ronacher [Sat, 6 Jul 2013 10:08:58 +0000 (12:08 +0200)] 
Added some documentation for timezone transition functions

13 years agoMerge branch 'master' into pytest
Alex Morega [Sat, 6 Jul 2013 09:53:36 +0000 (11:53 +0200)] 
Merge branch 'master' into pytest

13 years agoFixed timezone test breakages and a few other small things
Armin Ronacher [Sat, 6 Jul 2013 09:32:01 +0000 (11:32 +0200)] 
Fixed timezone test breakages and a few other small things

13 years agoMerge branch 'master' of github.com:mitsuhiko/babel
Armin Ronacher [Sat, 6 Jul 2013 09:28:05 +0000 (11:28 +0200)] 
Merge branch 'master' of github.com:mitsuhiko/babel

13 years agoMerge pull request #15 from DasIch/compat-cleanup
Armin Ronacher [Sat, 6 Jul 2013 09:27:36 +0000 (02:27 -0700)] 
Merge pull request #15 from DasIch/compat-cleanup

Remove compat.any

13 years agoStarted work on improving timezone support and made pytz a requirement
Armin Ronacher [Sat, 6 Jul 2013 09:27:26 +0000 (11:27 +0200)] 
Started work on improving timezone support and made pytz a requirement

13 years agoMerge pull request #14 from mgax/pypy
Armin Ronacher [Sat, 6 Jul 2013 09:27:24 +0000 (02:27 -0700)] 
Merge pull request #14 from mgax/pypy

Pypy

13 years agoDon't expose plural names for currencies on the locale object
Armin Ronacher [Fri, 5 Jul 2013 18:55:38 +0000 (20:55 +0200)] 
Don't expose plural names for currencies on the locale object

13 years agoGreatly improved timedelta formatting
Armin Ronacher [Fri, 5 Jul 2013 18:53:51 +0000 (20:53 +0200)] 
Greatly improved timedelta formatting

13 years agoExpanded currency formatting to support full currency names
Armin Ronacher [Fri, 5 Jul 2013 18:24:34 +0000 (20:24 +0200)] 
Expanded currency formatting to support full currency names

13 years agoTerritory name and script name added
Armin Ronacher [Fri, 5 Jul 2013 17:21:17 +0000 (19:21 +0200)] 
Territory name and script name added

13 years agoRemove compat.any 15/head
Daniel Neuhäuser [Fri, 5 Jul 2013 15:22:12 +0000 (17:22 +0200)] 
Remove compat.any

We are not compatible with any version that doesn't support it.

13 years agoOne last unclosed file. 14/head
Alex Morega [Fri, 5 Jul 2013 14:18:45 +0000 (16:18 +0200)] 
One last unclosed file.

Hiding it by calling `file` instead of `open`. Clever!

13 years agomake sure we close the file
Alex Morega [Fri, 5 Jul 2013 13:57:25 +0000 (15:57 +0200)] 
make sure we close the file

13 years agosimplify try-except-close for output file
Alex Morega [Fri, 5 Jul 2013 13:53:26 +0000 (15:53 +0200)] 
simplify try-except-close for output file

13 years agoclose open files to make pypy happy
Alex Morega [Fri, 5 Jul 2013 13:40:13 +0000 (15:40 +0200)] 
close open files to make pypy happy

13 years agoextract expected and actual content for comparison
Alex Morega [Fri, 5 Jul 2013 13:35:37 +0000 (15:35 +0200)] 
extract expected and actual content for comparison

13 years agoApparently zh_CN does not exist
Armin Ronacher [Fri, 5 Jul 2013 11:47:50 +0000 (13:47 +0200)] 
Apparently zh_CN does not exist

13 years agoFixed docstrings
Armin Ronacher [Fri, 5 Jul 2013 11:43:12 +0000 (13:43 +0200)] 
Fixed docstrings

13 years agoAdded support for get_language_name()
Armin Ronacher [Fri, 5 Jul 2013 11:37:26 +0000 (13:37 +0200)] 
Added support for get_language_name()

13 years agorun the test suite using py.test
Alex Morega [Fri, 5 Jul 2013 11:05:17 +0000 (13:05 +0200)] 
run the test suite using py.test

13 years agorename test modules
Alex Morega [Fri, 5 Jul 2013 10:53:54 +0000 (12:53 +0200)] 
rename test modules

13 years agoRemoved __docformat__ markers
Armin Ronacher [Fri, 5 Jul 2013 10:57:23 +0000 (12:57 +0200)] 
Removed __docformat__ markers

13 years agoRemove 3.3 from travis for the time being
Armin Ronacher [Fri, 5 Jul 2013 10:52:55 +0000 (12:52 +0200)] 
Remove 3.3 from travis for the time being

13 years agoFixed tests that failed because of whitespace normalization
Armin Ronacher [Fri, 5 Jul 2013 10:50:53 +0000 (12:50 +0200)] 
Fixed tests that failed because of whitespace normalization

13 years agoRemoved trailing whitespace
Armin Ronacher [Fri, 5 Jul 2013 10:12:27 +0000 (12:12 +0200)] 
Removed trailing whitespace

13 years agoMerge pull request #12 from mgax/fix-tests
Armin Ronacher [Fri, 5 Jul 2013 10:08:34 +0000 (03:08 -0700)] 
Merge pull request #12 from mgax/fix-tests

Fix tests

13 years agofix expected values for timezone names 12/head
Alex Morega [Fri, 5 Jul 2013 09:13:34 +0000 (11:13 +0200)] 
fix expected values for timezone names

commonly-used names no longer available

13 years agoczech data changed; update the test
Alex Morega [Fri, 5 Jul 2013 09:10:37 +0000 (11:10 +0200)] 
czech data changed; update the test

13 years agomore changes in the french data
Alex Morega [Fri, 5 Jul 2013 08:16:15 +0000 (10:16 +0200)] 
more changes in the french data

13 years agoremove duplicated test
Alex Morega [Fri, 5 Jul 2013 08:56:55 +0000 (10:56 +0200)] 
remove duplicated test

how did this ever pass? two tests with same setup and different
assertion?!

13 years agoskip alias entries
Alex Morega [Fri, 5 Jul 2013 08:11:49 +0000 (10:11 +0200)] 
skip alias entries

13 years agoremove global.dat when cleaning cldr
Alex Morega [Thu, 4 Jul 2013 22:35:52 +0000 (00:35 +0200)] 
remove global.dat when cleaning cldr

13 years agocurrency format changed for Spanish
Alex Morega [Thu, 4 Jul 2013 22:19:45 +0000 (00:19 +0200)] 
currency format changed for Spanish

13 years agohandle 'at' value from en date format
Alex Morega [Thu, 4 Jul 2013 22:11:28 +0000 (00:11 +0200)] 
handle 'at' value from en date format

13 years agodatetime format changed in cldr
Alex Morega [Thu, 4 Jul 2013 20:08:03 +0000 (22:08 +0200)] 
datetime format changed in cldr

13 years agoThaana locale removed from cldr; use Bangladesh
Alex Morega [Thu, 4 Jul 2013 18:31:20 +0000 (20:31 +0200)] 
Thaana locale removed from cldr; use Bangladesh

13 years agosometimes US and DE week numbers differ
Alex Morega [Thu, 4 Jul 2013 18:08:29 +0000 (20:08 +0200)] 
sometimes US and DE week numbers differ

13 years agochanges in CLDR data
Alex Morega [Thu, 4 Jul 2013 17:26:38 +0000 (19:26 +0200)] 
changes in CLDR data

13 years agoignore `uncommon` parameter
Alex Morega [Thu, 4 Jul 2013 17:22:31 +0000 (19:22 +0200)] 
ignore `uncommon` parameter

The CLDR removed commonlyUsed information about timezone aliases:
http://www.unicode.org/reports/tr35/tr35-29.html#Timezone_Names
(search for "commonlyUsed")

13 years agoremove global.dat from the repository
Alex Morega [Thu, 4 Jul 2013 16:38:41 +0000 (18:38 +0200)] 
remove global.dat from the repository

13 years agoMade babel work with the latest version of the CLDR (23)
Armin Ronacher [Thu, 4 Jul 2013 16:19:51 +0000 (18:19 +0200)] 
Made babel work with the latest version of the CLDR (23)

13 years agoMoved doc to docs
Armin Ronacher [Thu, 4 Jul 2013 13:41:16 +0000 (15:41 +0200)] 
Moved doc to docs

13 years agoFixed import error reporting
Armin Ronacher [Thu, 4 Jul 2013 13:24:29 +0000 (15:24 +0200)] 
Fixed import error reporting

13 years agoMake sure the CLDR folder is there
Armin Ronacher [Thu, 4 Jul 2013 13:09:42 +0000 (15:09 +0200)] 
Make sure the CLDR folder is there

13 years agoImproved downloading and conversion experience
Armin Ronacher [Thu, 4 Jul 2013 13:02:51 +0000 (15:02 +0200)] 
Improved downloading and conversion experience

13 years agoFixed the cldr download and import
Armin Ronacher [Thu, 4 Jul 2013 10:19:54 +0000 (12:19 +0200)] 
Fixed the cldr download and import

13 years agoChanged how tests are invoked by going through a makefile
Armin Ronacher [Thu, 4 Jul 2013 10:13:55 +0000 (12:13 +0200)] 
Changed how tests are invoked by going through a makefile

13 years agoMerge pull request #9 from Turbo87/sphinx
Armin Ronacher [Thu, 4 Jul 2013 10:08:00 +0000 (03:08 -0700)] 
Merge pull request #9 from Turbo87/sphinx

Port Documentation to Sphinx

13 years agoMerge pull request #8 from mgax/run-tests
Armin Ronacher [Thu, 4 Jul 2013 10:06:21 +0000 (03:06 -0700)] 
Merge pull request #8 from mgax/run-tests

Run tests

13 years agodoc: Added "Quick Links" section from original wiki 9/head
Tobias Bieniek [Wed, 3 Jul 2013 17:39:26 +0000 (19:39 +0200)] 
doc: Added "Quick Links" section from original wiki

13 years agodoc: Replace index heading by "User Documentation"
Tobias Bieniek [Wed, 3 Jul 2013 17:32:50 +0000 (19:32 +0200)] 
doc: Replace index heading by "User Documentation"

13 years agodoc: Added API documentation
Tobias Bieniek [Wed, 3 Jul 2013 17:20:56 +0000 (19:20 +0200)] 
doc: Added API documentation

13 years agodoc: Removed duplicate contents:: directive
Tobias Bieniek [Wed, 3 Jul 2013 17:20:43 +0000 (19:20 +0200)] 
doc: Removed duplicate contents:: directive

13 years agodoc: Fixed unicode symbol conversion
Tobias Bieniek [Wed, 3 Jul 2013 16:57:48 +0000 (18:57 +0200)] 
doc: Fixed unicode symbol conversion

13 years agodoc: Added links and about sections to the index sidebar
Tobias Bieniek [Wed, 3 Jul 2013 16:39:09 +0000 (18:39 +0200)] 
doc: Added links and about sections to the index sidebar

13 years agodoc: Removed duplicate contents:: directive
Tobias Bieniek [Wed, 3 Jul 2013 16:36:00 +0000 (18:36 +0200)] 
doc: Removed duplicate contents:: directive

The page contents are already displayed in the sidebar

13 years agodoc: Fixed toctree:: in index document
Tobias Bieniek [Wed, 3 Jul 2013 16:30:32 +0000 (18:30 +0200)] 
doc: Fixed toctree:: in index document

13 years agodoc: Fixed latex configuration
Tobias Bieniek [Wed, 3 Jul 2013 16:28:14 +0000 (18:28 +0200)] 
doc: Fixed latex configuration

13 years agodoc: Added modified flask/jinja2 theme
Tobias Bieniek [Wed, 3 Jul 2013 16:28:02 +0000 (18:28 +0200)] 
doc: Added modified flask/jinja2 theme

13 years agodoc: Moved logos to _static folder
Tobias Bieniek [Wed, 3 Jul 2013 16:14:51 +0000 (18:14 +0200)] 
doc: Moved logos to _static folder

13 years agodoc: Renamed .txt files to .rst
Tobias Bieniek [Wed, 3 Jul 2013 16:09:57 +0000 (18:09 +0200)] 
doc: Renamed .txt files to .rst

This way Github can render them properly too

13 years agodoc: Clean up trailing whitespace
Tobias Bieniek [Wed, 3 Jul 2013 16:00:54 +0000 (18:00 +0200)] 
doc: Clean up trailing whitespace

13 years agodoc: Removed section numbering
Tobias Bieniek [Wed, 3 Jul 2013 16:00:41 +0000 (18:00 +0200)] 
doc: Removed section numbering

Section numbering is pointless if there is only one section per page

13 years agodoc: Added sphinx quickstart files
Tobias Bieniek [Wed, 3 Jul 2013 15:57:54 +0000 (17:57 +0200)] 
doc: Added sphinx quickstart files

13 years agoFixed doc/_build path in .gitignore
Tobias Bieniek [Wed, 3 Jul 2013 15:56:12 +0000 (17:56 +0200)] 
Fixed doc/_build path in .gitignore

13 years agoignore extra temp folder created by tests 8/head
Alex Morega [Wed, 3 Jul 2013 14:30:54 +0000 (16:30 +0200)] 
ignore extra temp folder created by tests

13 years agoscript to download and import cldr
Alex Morega [Wed, 3 Jul 2013 14:28:59 +0000 (16:28 +0200)] 
script to download and import cldr

13 years agotravis configuration
Alex Morega [Wed, 3 Jul 2013 13:19:47 +0000 (15:19 +0200)] 
travis configuration

13 years agotox file
Alex Morega [Wed, 3 Jul 2013 13:12:30 +0000 (15:12 +0200)] 
tox file

13 years agoignore temp files from tests
Alex Morega [Wed, 3 Jul 2013 13:12:22 +0000 (15:12 +0200)] 
ignore temp files from tests

13 years agoinitial cleanup
xen [Wed, 3 Jul 2013 13:14:23 +0000 (16:14 +0300)] 
initial cleanup

13 years agoimprove developer experience when using a hg checkout of babel (#314)
Felix Schwarz [Fri, 12 Oct 2012 20:47:47 +0000 (20:47 +0000)] 
improve developer experience when using a hg checkout of babel (#314)

13 years agoensure .mo file header contains the same information as the source .po file (#199)
Felix Schwarz [Mon, 27 Aug 2012 21:15:27 +0000 (21:15 +0000)] 
ensure .mo file header contains the same information as the source .po file (#199)

13 years agofix 'input_dirs' option for setuptools integration (#232, initial patch by Étienne...
Felix Schwarz [Thu, 23 Aug 2012 09:48:21 +0000 (09:48 +0000)] 
fix 'input_dirs' option for setuptools integration (#232, initial patch by Étienne Bersac)

13 years agofix spelling
Felix Schwarz [Wed, 22 Aug 2012 21:27:45 +0000 (21:27 +0000)] 
fix spelling

13 years agoupdate Translations.load to use new parameter name ('fp' instead of 'fileobj'), regre...
Felix Schwarz [Wed, 22 Aug 2012 20:28:32 +0000 (20:28 +0000)] 
update Translations.load to use new parameter name ('fp' instead of 'fileobj'), regression introduced in r653

13 years ago"update" command now supports "--width" option (#284)
Felix Schwarz [Mon, 20 Aug 2012 20:27:35 +0000 (20:27 +0000)] 
"update" command now supports "--width" option (#284)

13 years agoraise exception if setuptools integration for init catalog uses both 'width' and...
Felix Schwarz [Mon, 20 Aug 2012 20:24:54 +0000 (20:24 +0000)] 
raise exception if setuptools integration for init catalog uses both 'width' and 'no-wrap' parameter

13 years ago"init" command support "--width" option (#284)
Felix Schwarz [Mon, 20 Aug 2012 20:07:27 +0000 (20:07 +0000)] 
"init" command support "--width" option (#284)

13 years agochange constructor for babel.support.Translations to __init__(fp=None, domain=None...
Felix Schwarz [Mon, 20 Aug 2012 19:34:42 +0000 (19:34 +0000)] 
change constructor for babel.support.Translations to __init__(fp=None, domain=None) as its super class gettext.GNUTranslations uses "fp" as well (even if "fileobj" is a better name)

13 years agofix tests on Python 2.4, named tuples are not available there
Felix Schwarz [Mon, 20 Aug 2012 19:31:09 +0000 (19:31 +0000)] 
fix tests on Python 2.4, named tuples are not available there

13 years ago".load()" (babel.support.Translations) now returns Babel's NullTranslation (babel...
Felix Schwarz [Mon, 20 Aug 2012 19:24:03 +0000 (19:24 +0000)] 
".load()" (babel.support.Translations) now returns Babel's NullTranslation (babel.support.NullTranslation) instead of gettext.NullTranslations

13 years agoadd babel.support.NullTranslations class similar to gettext.NullTranslations but...
Felix Schwarz [Mon, 20 Aug 2012 19:21:22 +0000 (19:21 +0000)] 
add babel.support.NullTranslations class similar to gettext.NullTranslations but with all of Babel's new *gettext methods (#277)

13 years agodon't use class-level variable as default value for method parameters in babel.suppor...
Felix Schwarz [Fri, 10 Aug 2012 20:41:22 +0000 (20:41 +0000)] 
don't use class-level variable as default value for method parameters in babel.support.Translations to ease custom inheritance (see #276, initial patch by Christopher A. Stelma)

13 years agoformat_time() and format_datetime() now accept also floats (#242)
Felix Schwarz [Thu, 9 Aug 2012 11:44:40 +0000 (11:44 +0000)] 
format_time() and format_datetime() now accept also floats (#242)