]> git.ipfire.org Git - thirdparty/babel.git/shortlog
thirdparty/babel.git
2013-07-22  Nick RetallackDon't throw away a catalog's obsolete messages when... 29/head
2013-07-13  Armin RonacherMerge branch 'master' of github.com:mitsuhiko/babel
2013-07-13  Armin RonacherImproved timezone name support
2013-07-07  Alex Moregabump cldr to 23.1
2013-07-07  Alex Moregaexception when checksum does not match
2013-07-07  Armin RonacherMerge branch 'master' of github.com:mitsuhiko/babel
2013-07-07  Armin RonacherAdded a setup.py command for building and importing...
2013-07-07  Alex Moregaunichr on python 3
2013-07-07  Alex Moregalog.warn is deprecated, using log.warning
2013-07-07  Armin RonacherMerge branch 'master' of github.com:mitsuhiko/babel
2013-07-07  Armin RonacherUpdated install readme
2013-07-07  Alex MoregaMerge pull request #23 from ThomasWaldmann/master
2013-07-07  Alex Moregaalways sort message flags, py33 hash randomization
2013-07-07  Thomas Waldmannupdated changelog, setup.py (classifiers), requirements... 23/head
2013-07-07  Armin RonacherAdded explicit charset argument to read_po and added...
2013-07-07  Armin RonacherMake sure to use cElementTree on 2.x
2013-07-07  Alex Moregafix cldr download script for py3
2013-07-07  Alex Moregahey travis, run on py33!
2013-07-07  Alex Moregamake sure rules are always sorted
2013-07-07  Alex Moregareplace unicode with text_type
2013-07-07  Alex Moregafix tests for babel.messages.checkers
2013-07-07  Alex Moregafix babel.support for py3 strings/bytes
2013-07-07  Alex Moregal*gettext always returns bytes, even on py3
2013-07-07  Alex Moregathe python stdlib has no *pgettext
2013-07-07  Alex Moregaopen po files in binary mode
2013-07-07  Alex Moregafix parser for python 3
2013-07-07  Alex Moregafix js lexer
2013-07-07  Alex Moregafix tests
2013-07-06  Armin RonacherMore gettext fixes
2013-07-06  Armin RonacherFixed a bug caused by new filter()
2013-07-06  Alex Moregafix some string/bytes issues in catalog
2013-07-06  Alex Moregapy3 division returns floats; cast back to int
2013-07-06  Alex Moregarewrite regression test
2013-07-06  Alex Moregain py3 we use straight email.message_from_string
2013-07-06  Alex Moregamove _parse_header to module level
2013-07-06  Alex Moregamake sure zone aliases are unicode
2013-07-06  Armin RonacherFixed a regression in the pluralization support
2013-07-06  Armin RonacherMerge branch 'pr/20'
2013-07-06  Armin RonacherMerge pull request #21 from DasIch/python3-2
2013-07-06  Daniel NeuhäuserUse sorted() in possible view instead of .sort() 21/head
2013-07-06  Alex Moregafix doctests, the return value is unicode 20/head
2013-07-06  Alex Moregarun the right test suite by default
2013-07-06  Daniel NeuhäuserTurn PYTHON_MAGIC_COMMENT_re into byte string
2013-07-06  Armin RonacherMore work on making Python 3.3 pass tests
2013-07-06  Armin RonacherResolved a bunch of syntax errors
2013-07-06  Armin RonacherSome small fixes from #19
2013-07-06  Armin RonacherMore work on making tests work on Python 3
2013-07-06  Armin RonacherMerge branch 'pr/18'
2013-07-06  Armin RonacherSome small test cleanups
2013-07-06  Armin RonacherMade another pass on the Python 3 support
2013-07-06  Armin RonacherFirst pass on python 3 support
2013-07-06  Armin RonacherStarted work on cleanups for Python 3
2013-07-06  Alex Moregatest_support also uses os_environ fixture 18/head
2013-07-06  Alex Moregamove os_environ fixture to conftest.py
2013-07-06  Alex Moregaconvert unittests to funcs; use os_environ fixture
2013-07-06  Alex Moregatest isolation for changes to os.environ
2013-07-06  Armin RonacherAdd more clean commands and remove pycache from git
2013-07-06  Alex Moregarun doctests on python 2
2013-07-06  Alex Moregatest for range pluralization
2013-07-06  Armin RonacherNicer workaround for empty folder
2013-07-06  Armin RonacherMerge pull request #17 from mgax/doctests-to-unittests
2013-07-06  Alex Moregadon't run doctests any more 17/head
2013-07-06  Alex Moregaremove test suite factories
2013-07-06  Alex Moregano useful doctests in extract, mofile, pofile
2013-07-06  Alex Moregacopy babel.messages.plural doctests as unit tests
2013-07-06  Alex Moregacopy babel.messages.frontend doctests as unit tests
2013-07-06  Alex Moregacopy babel.messages.catalog doctests as unit tests
2013-07-06  Alex Moregacopy babel.util doctests as unit tests
2013-07-06  Alex Moregacopy babel.plural doctests as unit tests
2013-07-06  Alex Moregacopy babel.numbers doctests as unit tests
2013-07-06  Alex Moregamove function to module level; fix doctest
2013-07-06  Alex Moregacopy babel.localedata doctests as unit tests
2013-07-06  Alex Moregacopy babel.dates doctests as unit tests
2013-07-06  Alex Moregacopy babel.core doctests as unit tests
2013-07-06  Alex Moregacopy babel.support doctests as unit tests
2013-07-06  Armin RonacherAdded a terminal width fallback
2013-07-06  Armin RonacherAdded localtime
2013-07-06  Armin RonacherMake get_timezone_name use the current time if not...
2013-07-06  Armin RonacherNew tox versions have problems with PYTHONDONTWRITEBYTE...
2013-07-06  Armin RonacherFixed missing support for some pluralization parts
2013-07-06  Armin RonacherAdded changelog entry for timezone functionality
2013-07-06  Armin RonacherUpdated date documentation for the new timezone support
2013-07-06  Armin RonacherMake local time the default for some functions that...
2013-07-06  Armin RonacherAdded fallback support for local timezones
2013-07-06  Armin RonacherMerge remote-tracking branch 'mgax/pytest'
2013-07-06  Armin Ronacherpytz is now a dependency
2013-07-06  Armin RonacherFixed win32 module for local time
2013-07-06  Armin RonacherStarted support for local times in babel
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  Armin RonacherAdded some documentation for timezone transition functions
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...
next