]> git.ipfire.org Git - thirdparty/babel.git/shortlog
thirdparty/babel.git
2013-07-06  Alex Moregamake test should run tests from tests 13/head
2013-07-06  Alex Moregamove unit tests outside babel package
2013-07-06  Alex MoregaMerge branch 'master' into pytest
2013-07-06  Armin RonacherFixed timezone test breakages and a few other small...
2013-07-06  Armin RonacherMerge branch 'master' of github.com:mitsuhiko/babel
2013-07-06  Armin RonacherMerge pull request #15 from DasIch/compat-cleanup
2013-07-06  Armin RonacherStarted work on improving timezone support and made...
2013-07-06  Armin RonacherMerge pull request #14 from mgax/pypy
2013-07-05  Armin RonacherDon't expose plural names for currencies on the locale...
2013-07-05  Armin RonacherGreatly improved timedelta formatting
2013-07-05  Armin RonacherExpanded currency formatting to support full currency...
2013-07-05  Armin RonacherTerritory name and script name added
2013-07-05  Daniel NeuhäuserRemove compat.any 15/head
2013-07-05  Alex MoregaOne last unclosed file. 14/head
2013-07-05  Alex Moregamake sure we close the file
2013-07-05  Alex Moregasimplify try-except-close for output file
2013-07-05  Alex Moregaclose open files to make pypy happy
2013-07-05  Alex Moregaextract expected and actual content for comparison
2013-07-05  Armin RonacherApparently zh_CN does not exist
2013-07-05  Armin RonacherFixed docstrings
2013-07-05  Armin RonacherAdded support for get_language_name()
2013-07-05  Alex Moregarun the test suite using py.test
2013-07-05  Alex Moregarename test modules
2013-07-05  Armin RonacherRemoved __docformat__ markers
2013-07-05  Armin RonacherRemove 3.3 from travis for the time being
2013-07-05  Armin RonacherFixed tests that failed because of whitespace normalization
2013-07-05  Armin RonacherRemoved trailing whitespace
2013-07-05  Armin RonacherMerge pull request #12 from mgax/fix-tests
2013-07-05  Alex Moregafix expected values for timezone names 12/head
2013-07-05  Alex Moregaczech data changed; update the test
2013-07-05  Alex Moregamore changes in the french data
2013-07-05  Alex Moregaremove duplicated test
2013-07-05  Alex Moregaskip alias entries
2013-07-04  Alex Moregaremove global.dat when cleaning cldr
2013-07-04  Alex Moregacurrency format changed for Spanish
2013-07-04  Alex Moregahandle 'at' value from en date format
2013-07-04  Alex Moregadatetime format changed in cldr
2013-07-04  Alex MoregaThaana locale removed from cldr; use Bangladesh
2013-07-04  Alex Moregasometimes US and DE week numbers differ
2013-07-04  Alex Moregachanges in CLDR data
2013-07-04  Alex Moregaignore `uncommon` parameter
2013-07-04  Alex Moregaremove global.dat from the repository
2013-07-04  Armin RonacherMade babel work with the latest version of the CLDR...
2013-07-04  Armin RonacherMoved doc to docs
2013-07-04  Armin RonacherFixed import error reporting
2013-07-04  Armin RonacherMake sure the CLDR folder is there
2013-07-04  Armin RonacherImproved downloading and conversion experience
2013-07-04  Armin RonacherFixed the cldr download and import
2013-07-04  Armin RonacherChanged how tests are invoked by going through a makefile
2013-07-04  Armin RonacherMerge pull request #9 from Turbo87/sphinx
2013-07-04  Armin RonacherMerge pull request #8 from mgax/run-tests
2013-07-03  Tobias Bieniekdoc: Added "Quick Links" section from original wiki 9/head
2013-07-03  Tobias Bieniekdoc: Replace index heading by "User Documentation"
2013-07-03  Tobias Bieniekdoc: Added API documentation
2013-07-03  Tobias Bieniekdoc: Removed duplicate contents:: directive
2013-07-03  Tobias Bieniekdoc: Fixed unicode symbol conversion
2013-07-03  Tobias Bieniekdoc: Added links and about sections to the index sidebar
2013-07-03  Tobias Bieniekdoc: Removed duplicate contents:: directive
2013-07-03  Tobias Bieniekdoc: Fixed toctree:: in index document
2013-07-03  Tobias Bieniekdoc: Fixed latex configuration
2013-07-03  Tobias Bieniekdoc: Added modified flask/jinja2 theme
2013-07-03  Tobias Bieniekdoc: Moved logos to _static folder
2013-07-03  Tobias Bieniekdoc: Renamed .txt files to .rst
2013-07-03  Tobias Bieniekdoc: Clean up trailing whitespace
2013-07-03  Tobias Bieniekdoc: Removed section numbering
2013-07-03  Tobias Bieniekdoc: Added sphinx quickstart files
2013-07-03  Tobias BieniekFixed doc/_build path in .gitignore
2013-07-03  Alex Moregaignore extra temp folder created by tests 8/head
2013-07-03  Alex Moregascript to download and import cldr
2013-07-03  Alex Moregatravis configuration
2013-07-03  Alex Moregatox file
2013-07-03  Alex Moregaignore temp files from tests
2013-07-03  xeninitial cleanup
2012-10-12  Felix Schwarzimprove developer experience when using a hg checkout...
2012-08-27  Felix Schwarzensure .mo file header contains the same information...
2012-08-23  Felix Schwarzfix 'input_dirs' option for setuptools integration...
2012-08-22  Felix Schwarzfix spelling
2012-08-22  Felix Schwarzupdate Translations.load to use new parameter name...
2012-08-20  Felix Schwarz"update" command now supports "--width" option (#284)
2012-08-20  Felix Schwarzraise exception if setuptools integration for init...
2012-08-20  Felix Schwarz"init" command support "--width" option (#284)
2012-08-20  Felix Schwarzchange constructor for babel.support.Translations to...
2012-08-20  Felix Schwarzfix tests on Python 2.4, named tuples are not available...
2012-08-20  Felix Schwarz".load()" (babel.support.Translations) now returns...
2012-08-20  Felix Schwarzadd babel.support.NullTranslations class similar to...
2012-08-10  Felix Schwarzdon't use class-level variable as default value for...
2012-08-09  Felix Schwarzformat_time() and format_datetime() now accept also...
2012-08-09  Felix Schwarzresort to hard-coded message extractors/checkers if...
2012-08-09  Felix Schwarzfix Locale.default to return Locales with correct terri...
2012-08-09  Felix Schwarzchange Locale comparison: Locales are now considered...
2012-08-09  Felix Schwarzchange repr output for babel.Locale so all attributes...
2012-08-08  Felix Schwarzno warnings when running setup.py without installed...
2012-08-08  Felix Schwarzdisable doctests for babel.numbers in Python 2.4 due...
2012-08-06  Felix Schwarzparse_decimal() now returns Decimals not floats, API...
2012-08-06  Felix Schwarzfix doctests on Python 2.4: In 2.4 re.sub(..., ......
2012-08-04  Felix Schwarzhandle irregular multi-line msgstr (no "" as first...
2012-08-04  Felix Schwarzfix indentation in split_number
2012-08-04  Felix Schwarzrestore Python 2.4 compatibility (broken in r634)
2012-08-03  Felix Schwarzfix handling of messages containing '\\n' (#171)
2012-08-03  Felix Schwarzsmall code cleanup in write_po()
next