]> git.ipfire.org Git - thirdparty/babel.git/shortlog
thirdparty/babel.git
2013-07-26  Armin RonacherAdded new changelog format that matches the other pocoo...
2013-07-26  Armin RonacherAdded installation chapter to the docs
2013-07-26  Armin RonacherMore documentation updates
2013-07-26  Armin RonacherVarious documentation updates
2013-07-26  Armin RonacherAdded missing margin for index logo
2013-07-26  Armin RonacherUpdated documentation style to import the used font
2013-07-26  Armin RonacherSome documentation updates
2013-07-26  Armin RonacherAdded better messages API docs
2013-07-25  Armin RonacherAdded messages docs
2013-07-25  Armin RonacherNew API docs
2013-07-25  Armin RonacherAdded reversal method for parse_locale and use it where...
2013-07-25  Armin RonacherSome codestyle updates in babel.core
2013-07-25  Armin RonacherFixed searchbox in docs
2013-07-25  Armin RonacherSome codestyle updates in babel.messages.pofile
2013-07-25  Armin RonacherSome codestyle updates in babel.messages.plurals
2013-07-25  Armin RonacherSome codestyle updates in babel.messages.mofile
2013-07-25  Armin RonacherSome codestyle updates in babel.messages.jslexer
2013-07-25  Armin RonacherSome codestyle updates in babel.messages.frontend
2013-07-25  Armin RonacherSome codestyle updates in babel.messages.extract
2013-07-25  Armin RonacherSome codestyle updates in babel.messages.checkers
2013-07-25  Armin RonacherSome codestyle updates in babel.messages.catalog
2013-07-25  Armin RonacherSome codestyle updates in babel.util
2013-07-25  Armin RonacherSome codestyle updates in babel.support
2013-07-25  Armin RonacherSome codestyle updates in babel.plural
2013-07-25  Armin RonacherSome codestyle updates in babel.numbers
2013-07-25  Armin RonacherSome codestyle updates in babel.localedata
2013-07-25  Armin RonacherSome codestyle updates in babel.dates
2013-07-25  Armin RonacherSome codestyle updates in babel.core
2013-07-24  Armin RonacherRenamed a parameter (variation -> variant)
2013-07-24  Armin RonacherAdded a block about LOCALTZ
2013-07-24  Armin RonacherFixed a missing call to get_timezone
2013-07-24  Armin RonacherFixed a bug in the subtag resolving
2013-07-24  Armin RonacherAdded basic likely-subtag resolving
2013-07-24  Armin RonacherLicense clarification and cleanup
2013-07-24  Armin RonacherAdded authors file
2013-07-24  Armin RonacherSome more documentation updates
2013-07-24  Armin RonacherFixed a broken reference
2013-07-24  Armin RonacherMore documentation cleanup
2013-07-24  Armin RonacherFixed a broken sphinx directive
2013-07-24  Armin RonacherUpdated and corrected date docs
2013-07-24  Armin RonacherRemoved wiki quick links from the docs because they...
2013-07-24  Armin RonacherFixed a broken reference
2013-07-24  Armin RonacherAdded an early failure for non existing data
2013-07-24  Armin RonacherAdded changelog entry
2013-07-24  Armin RonacherMerge pull request #29 from nickretallack/master
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
next