]> git.ipfire.org Git - thirdparty/babel.git/shortlog
thirdparty/babel.git
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  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()
2012-08-03  Felix Schwarzfix format_decimal() with small Decimal values (#214...
2012-07-31  Felix Schwarzuse decorators (as we require Python 2.4+ anyway)
2012-07-30  Felix Schwarzadd changelog entry for r631 (#282)
2012-07-30  Felix Schwarzfix format_date() with a datetime parameter (#282)
2012-07-28  Felix Schwarzfix formatting of fraction in format_decimal() if the...
2012-07-24  Felix Schwarzremove ElementTree import from babel.compat as this...
2012-07-24  Felix Schwarzadd "--no-wrap" option for init/update commands (#289)
2012-07-23  Felix Schwarzchange frontend tests so that they can be run stand...
2011-11-15  Jeroen Ruigrok... Remove unused import.
2011-11-15  Jeroen Ruigrok... Fix missing terminator.
2011-09-28  Felix Schwarzremove Python 2.3 conditional in test suite generation
2011-09-26  Felix SchwarzSupport for context-aware methods during message extrac...
2011-09-26  Felix Schwarzremove/simplify useless code lines
2011-09-26  Felix Schwarzadd a compat module to shield the code from changes...
2011-09-26  Felix Schwarzuse helper methods in frontend tests to concentrate...
2011-09-26  Felix Schwarzrefactor Catalog.__cmp__ method
2011-09-25  Felix Schwarzadd more comparison methods to babel.messages.Catalog...
2011-09-25  Felix Schwarzfix spelling in comments
2011-09-25  Felix Schwarzremove unused imports from setup.py
2011-09-07  Felix Schwarzrename several du*gettext methods() to ud*gettext for...
2011-09-03  Felix Schwarzfix docstring for babel.messages.extract() so it mentio...
2011-08-31  Felix SchwarzAllow disabling cache behaviour in LazyProxy (fixes...
2011-08-30  Felix SchwarzOnly use bankers round algorithm as a tie breaker if...
2011-08-30  Felix Schwarzremove Python 2.3 compat code for Decimal
2011-04-25  Philip Jenveykeywords only support space separated values, not comma...
2011-04-22  Jeroen Ruigrok... Add mention of javascript builtin extractor.
2011-04-21  Jeroen Ruigrok... Add JavaScript example.
2011-03-20  Felix Schwarzsmall test refactoring/cleanup
2011-03-20  Felix Schwarzadd 0.9.6 release date in Changelog for trunk
2011-03-20  Felix Schwarzuse cPickle instead of pickle for better performance...
2011-03-19  Felix Schwarztest refactoring: clear global babel logger handlers...
2011-03-19  Felix Schwarzbabel.messages.pofile should only apply encoding when...
2011-03-19  Felix Schwarzrename babel.localedata.list() to ease Python 3 transit...
2011-03-19  Felix SchwarzCatalog class should not do decoding of input strings...
2011-03-19  Felix Schwarzcatalog.add() now returns the message instance (closes...
2011-03-16  Felix Schwarzfix a couple of frontend tests so they actually test...
2011-03-11  Felix Schwarzadd actual unit tests for #227 and add missing changelo...
2011-03-11  Felix Schwarzadd missing changelog entries in 0.9.6 section of trunk...
2011-03-11  Felix Schwarzadd changelog entry for #200
2011-03-11  Felix Schwarzcatch exception if environment contains an invalid...
2011-03-05  Felix Schwarzremove unnecessary import
2011-03-05  Felix Schwarzcleanup: remove unused imports
2011-03-05  Jeroen Ruigrok... Update the copyright line.
2011-03-05  Jeroen Ruigrok... Bump the copyright.
2011-03-05  Jeroen Ruigrok... Copy is imported, but never used. Get rid of it.
2011-03-05  Jeroen Ruigrok... Get rid of the utility code for itemgetter(), we now...
2011-03-05  Jeroen Ruigrok... Get rid of the utility set here as well.
2011-03-05  Jeroen Ruigrok... Cleanup round #1: get rid of the frozenset/set utility...
2011-03-05  Felix Schwarzshorten the __init__() method of !CommandLineInterface...
2011-03-05  Jeroen Ruigrok... Get rid of some unused imports.
2011-03-05  Felix Schwarzprevent !CommandLineInterface.run from accumulating...
2011-03-05  Jeroen Ruigrok... Just use the rsplit() since we do not need to support...
2011-03-05  Felix Schwarzfix expected output from !FormatTimedeltaTestCase in...
2011-03-05  Jeroen Ruigrok... Change occurence of 'metainfo' to 'metazone_info'....
2011-03-05  Felix Schwarzfixed spelling in docstring
2011-03-05  Jeroen Ruigrok... Import of tzinfo is not necessary.
next