source: babel.svn

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @662   11 years fschwarz merge r661 from trunk into 0.9 maintenance branch
(edit) @661   11 years fschwarz improve developer experience when using a hg checkout of babel (#314)
(edit) @660   11 years fschwarz ensure .mo file header contains the same information as the source .po …
(edit) @659   11 years fschwarz fix 'input_dirs' option for setuptools integration (#232, initial …
(edit) @658   11 years fschwarz fix spelling
(edit) @657   11 years fschwarz update Translations.load to use new parameter name ('fp' instead of …
(edit) @656   11 years fschwarz "update" command now supports "--width" option (#284)
(edit) @655   11 years fschwarz raise exception if setuptools integration for init catalog uses both …
(edit) @654   11 years fschwarz "init" command support "--width" option (#284)
(edit) @653   11 years fschwarz change constructor for babel.support.Translations to init(fp=None, …
(edit) @652   11 years fschwarz fix tests on Python 2.4, named tuples are not available there
(edit) @651   11 years fschwarz ".load()" (babel.support.Translations) now returns Babel's …
(edit) @650   11 years fschwarz add babel.support.NullTranslations? class similar to …
(edit) @649   11 years fschwarz don't use class-level variable as default value for method parameters …
(edit) @648   11 years fschwarz format_time() and format_datetime() now accept also floats (#242)
(edit) @647   11 years fschwarz resort to hard-coded message extractors/checkers if pkg_resources is …
(edit) @646   11 years fschwarz fix Locale.default to return Locales with correct territory information
(edit) @645   11 years fschwarz change Locale comparison: Locales are now considered equal if all of …
(edit) @644   11 years fschwarz change repr output for babel.Locale so all attributes (territory, …
(edit) @643   11 years fschwarz no warnings when running setup.py without installed setuptools (#262)
(edit) @642   11 years fschwarz disable doctests for babel.numbers in Python 2.4 due to changed …
(edit) @641   11 years fschwarz parse_decimal() now returns Decimals not floats, API change (#178)
(edit) @640   11 years fschwarz fix doctests on Python 2.4: In 2.4 re.sub(..., ..., u) will return …
(edit) @639   11 years fschwarz handle irregular multi-line msgstr (no "" as first line) gracefully (#171)
(edit) @638   11 years fschwarz fix indentation in split_number
(edit) @637   11 years fschwarz restore Python 2.4 compatibility (broken in r634)
(edit) @636   11 years fschwarz fix handling of messages containing ' n' (#171)
(edit) @635   11 years fschwarz small code cleanup in write_po()
(edit) @634   11 years fschwarz fix format_decimal() with small Decimal values (#214, patch from …
(edit) @633   11 years fschwarz use decorators (as we require Python 2.4+ anyway)
(edit) @632   11 years fschwarz add changelog entry for r631 (#282)
(edit) @631   11 years fschwarz fix format_date() with a datetime parameter (#282)
(edit) @630   11 years fschwarz fix formatting of fraction in format_decimal() if the input value is a …
(edit) @629   11 years fschwarz remove ElementTree? import from babel.compat as this introduces a new …
(edit) @628   11 years fschwarz add "--no-wrap" option for init/update commands (#289)
(edit) @627   11 years fschwarz change frontend tests so that they can be run stand-alone (using …
(edit) @626   12 years jruigrok Remove unused import.
(edit) @625   12 years jruigrok Fix missing terminator.
(edit) @624   12 years fschwarz remove Python 2.3 conditional in test suite generation
(edit) @623   12 years fschwarz Support for context-aware methods during message extraction (fixes …
(edit) @622   12 years fschwarz remove/simplify useless code lines
(edit) @621   12 years fschwarz add a compat module to shield the code from changes in different …
(edit) @620   12 years fschwarz use helper methods in frontend tests to concentrate assumptions about …
(edit) @619   12 years fschwarz refactor Catalog.cmp method
(edit) @618   12 years fschwarz add more comparison methods to babel.messages.Catalog to ease the …
(edit) @617   12 years fschwarz fix spelling in comments
(edit) @616   12 years fschwarz remove unused imports from setup.py
(edit) @615   12 years fschwarz rename several du*gettext methods() to ud*gettext for more consistent …
(edit) @614   12 years fschwarz fix docstring for babel.messages.extract() so it mentions the correct …
(edit) @613   12 years fschwarz Allow disabling cache behaviour in LazyProxy? (fixes #208, initial …
(edit) @612   12 years fschwarz merge r611 from trunk
(edit) @611   12 years fschwarz Only use bankers round algorithm as a tie breaker if there are two …
(edit) @610   12 years fschwarz remove Python 2.3 compat code for Decimal
(edit) @609   12 years fschwarz babel extractor should not set up Django's i18n stack to prevent …
(edit) @608   12 years pjenvey Merged revisions 607 via svnmerge from …
(edit) @607   12 years pjenvey keywords only support space separated values, not comma separated …
(edit) @606   12 years jruigrok Add mention of javascript builtin extractor.
(edit) @605   12 years jruigrok Add JavaScript? example.
(edit) @604   13 years fschwarz small test refactoring/cleanup
(edit) @603   13 years fschwarz add 0.9.6 release date in Changelog for trunk
(edit) @602   13 years fschwarz use cPickle instead of pickle for better performance (fixes #225) …
(edit) @601   13 years fschwarz test refactoring: clear global babel logger handlers to decrease test …
(edit) @600   13 years fschwarz babel.messages.pofile should only apply encoding when actually writing …
(edit) @599   13 years fschwarz rename babel.localedata.list() to ease Python 3 transition (fixes #250)
(edit) @598   13 years fschwarz Catalog class should not do decoding of input strings (fixes #256)
(edit) @597   13 years fschwarz catalog.add() now returns the message instance (closes #245)
(edit) @596   13 years fschwarz tagging 0.9.6
(edit) @595   13 years fschwarz add release date for 0.9.6 in changelog
(edit) @594   13 years fschwarz merge r593 from trunk
(edit) @593   13 years fschwarz fix a couple of frontend tests so they actually test something (fixes #260)
(edit) @592   13 years fschwarz merge r591 from trunk
(edit) @591   13 years fschwarz add actual unit tests for #227 and add missing changelog entry
(edit) @590   13 years fschwarz add changelog entry for #200
(edit) @589   13 years fschwarz add missing changelog entries in 0.9.6 section of trunk changelog
(edit) @588   13 years fschwarz add changelog entry for #200
(edit) @587   13 years fschwarz merge r586 from trunk
(edit) @586   13 years fschwarz catch exception if environment contains an invalid locale setting …
(edit) @585   13 years fschwarz remove unnecessary import
(edit) @584   13 years fschwarz added some more items to svn:ignore
(edit) @583   13 years fschwarz cleanup: remove unused imports
(edit) @582   13 years jruigrok Update the copyright line.
(edit) @581   13 years jruigrok Bump the copyright.
(edit) @580   13 years jruigrok Copy is imported, but never used. Get rid of it.
(edit) @579   13 years jruigrok Get rid of the utility code for itemgetter(), we now simply import …
(edit) @578   13 years jruigrok Get rid of the utility set here as well.
(edit) @577   13 years jruigrok Cleanup round #1: get rid of the frozenset/set utility code and …
(edit) @576   13 years fschwarz merge r573, r575 from trunk to 0.9 branch
(edit) @575   13 years fschwarz shorten the init() method of CommandLineInterface by extracting …
(edit) @574   13 years jruigrok Get rid of some unused imports.
(edit) @573   13 years fschwarz prevent CommandLineInterface.run from accumulating logging handlers …
(edit) @572   13 years jruigrok Just use the rsplit() since we do not need to support 2.3 in trunk.
(edit) @571   13 years fschwarz fix expected output from FormatTimedeltaTestCase in babel.tests.dates …
(edit) @570   13 years jruigrok Change occurence of 'metainfo' to 'metazone_info'. 'metainfo' was not …
(edit) @569   13 years fschwarz merge r568 from trunk
(edit) @568   13 years fschwarz fixed spelling in docstring
(edit) @567   13 years jruigrok Import of tzinfo is not necessary.
(edit) @566   13 years fschwarz merge r565 to 0.9 branch
(edit) @565   13 years fschwarz mention that pytz is not optional to run the automated tests (closes #249)
(edit) @564   13 years fschwarz add tests from r563 to trunk
(edit) @563   13 years fschwarz Fix bad check in format_time (closes #257), reported with patch and …
Note: See TracRevisionLog for help on using the revision log.