Thu, 23 Aug 2012 09:48:21 +0000 |
fschwarz |
fix 'input_dirs' option for setuptools integration (#232, initial patch by ?tienne Bersac)
trunk
|
Mon, 20 Aug 2012 20:27:35 +0000 |
fschwarz |
"update" command now supports "--width" option (#284)
trunk
|
Mon, 20 Aug 2012 20:07:27 +0000 |
fschwarz |
"init" command support "--width" option (#284)
trunk
|
Mon, 20 Aug 2012 19:21:22 +0000 |
fschwarz |
add babel.support.NullTranslations class similar to gettext.NullTranslations but with all of Babel's new *gettext methods (#277)
trunk
|
Thu, 09 Aug 2012 11:44:40 +0000 |
fschwarz |
format_time() and format_datetime() now accept also floats (#242)
trunk
|
Thu, 09 Aug 2012 11:20:25 +0000 |
fschwarz |
resort to hard-coded message extractors/checkers if pkg_resources is installed but no egg-info was found (#230)
trunk
|
Thu, 09 Aug 2012 07:36:36 +0000 |
fschwarz |
change Locale comparison: Locales are now considered equal if all of their attributes (language, territory, script, variant) are equal. Before __eq__ used the simple string representation which hides errors in Locale instantiation (see #279 and #311 for more information).
trunk
|
Wed, 08 Aug 2012 12:36:03 +0000 |
fschwarz |
no warnings when running setup.py without installed setuptools (#262)
trunk
|
Mon, 06 Aug 2012 20:19:20 +0000 |
fschwarz |
parse_decimal() now returns Decimals not floats, API change (#178)
trunk
|
Sat, 04 Aug 2012 23:10:41 +0000 |
fschwarz |
handle irregular multi-line msgstr (no "" as first line) gracefully (#171)
trunk
|
Fri, 03 Aug 2012 22:41:49 +0000 |
fschwarz |
fix handling of messages containing '\\n' (#171)
trunk
|
Fri, 03 Aug 2012 08:36:21 +0000 |
fschwarz |
fix format_decimal() with small Decimal values (#214, patch from George Lund)
trunk
|
Mon, 30 Jul 2012 21:54:03 +0000 |
fschwarz |
add changelog entry for r631 (#282)
trunk
|
Sat, 28 Jul 2012 22:26:02 +0000 |
fschwarz |
fix formatting of fraction in format_decimal() if the input value is a float with more than 7 significant digits (#183)
trunk
|
Tue, 24 Jul 2012 07:33:43 +0000 |
fschwarz |
add "--no-wrap" option for init/update commands (#289)
trunk
|
Mon, 26 Sep 2011 20:01:01 +0000 |
fschwarz |
Support for context-aware methods during message extraction (fixes #229, patch by David Rios)
trunk
|
Wed, 31 Aug 2011 12:38:06 +0000 |
fschwarz |
Allow disabling cache behaviour in LazyProxy (fixes #208, initial patch Pedro Algarvio)
trunk
|
Tue, 30 Aug 2011 21:06:49 +0000 |
fschwarz |
merge r611 from trunk
stable-0.9.x
|
Tue, 30 Aug 2011 20:53:33 +0000 |
fschwarz |
Only use bankers round algorithm as a tie breaker if there are two nearest numbers, round as usual if there is only one nearest number (#267, patch by Martin)
trunk
|
Sun, 20 Mar 2011 06:26:33 +0000 |
fschwarz |
add 0.9.6 release date in Changelog for trunk
trunk
|
Sun, 20 Mar 2011 06:01:11 +0000 |
fschwarz |
use cPickle instead of pickle for better performance (fixes #225)
trunk
|
Thu, 17 Mar 2011 14:00:27 +0000 |
fschwarz |
add release date for 0.9.6 in changelog
stable-0.9.x 0.9.6
|
Fri, 11 Mar 2011 16:49:45 +0000 |
fschwarz |
merge r591 from trunk
stable-0.9.x
|
Fri, 11 Mar 2011 16:48:36 +0000 |
fschwarz |
add actual unit tests for #227 and add missing changelog entry
trunk
|
Fri, 11 Mar 2011 16:43:24 +0000 |
fschwarz |
add changelog entry for #200
stable-0.9.x
|
Fri, 11 Mar 2011 16:42:37 +0000 |
fschwarz |
add missing changelog entries in 0.9.6 section of trunk changelog
trunk
|
Fri, 11 Mar 2011 16:40:21 +0000 |
fschwarz |
add changelog entry for #200
trunk
|
Fri, 04 Mar 2011 22:34:14 +0000 |
fschwarz |
Fix bad check in format_time (closes #257), reported with patch and tests by jomae
stable-0.9.x
|
Fri, 04 Mar 2011 16:19:46 +0000 |
fschwarz |
merge r478 from trunk: Fix the import script to skip alt or draft items in the numbers/symbols subtree of a locale (ticket #217)
stable-0.9.x
|
Fri, 04 Mar 2011 14:16:15 +0000 |
fschwarz |
Fix Python 2.3 compatibility for 0.9 branch (closes #233)
stable-0.9.x
|
Fri, 04 Mar 2011 13:14:03 +0000 |
fschwarz |
Python 2.3 compatibility: backporting r456 and r457 to 0.9 branch (see #233)
stable-0.9.x
|
Tue, 22 Feb 2011 16:04:56 +0000 |
jruigrok |
Back out r553 for now.
stable-0.9.x
|
Tue, 22 Feb 2011 16:01:21 +0000 |
jruigrok |
Back out r549 for now.
trunk
|
Tue, 22 Feb 2011 15:39:46 +0000 |
jruigrok |
Merged revisions 554 via svnmerge from
stable-0.9.x
|
Tue, 22 Feb 2011 15:16:13 +0000 |
jruigrok |
Small speed improvement for format_date() by getting rid of duplicate parse_pattern.
trunk
|
Tue, 22 Feb 2011 14:43:08 +0000 |
jruigrok |
Merged revisions 549 via svnmerge from
stable-0.9.x
|
Tue, 22 Feb 2011 14:30:22 +0000 |
jruigrok |
Prevent multiple handlers being attached to the same logger.
trunk
|
Mon, 19 Apr 2010 09:48:56 +0000 |
jruigrok |
Update ChangeLog.
trunk
|
Mon, 19 Apr 2010 09:33:53 +0000 |
jruigrok |
Add 0.9.6 entries.
trunk
|
Sun, 11 Apr 2010 09:28:11 +0000 |
jruigrok |
Merged revisions 540 via svnmerge from
stable-0.9.x
|
Sun, 11 Apr 2010 09:27:20 +0000 |
jruigrok |
Fix Serbian plural forms (ticket #213).
trunk
|
Sun, 11 Apr 2010 09:10:49 +0000 |
jruigrok |
Merged revisions 458 via svnmerge from
stable-0.9.x
|
Sun, 11 Apr 2010 09:01:02 +0000 |
jruigrok |
Merged revisions 482 via svnmerge from
stable-0.9.x
|
Sun, 11 Apr 2010 08:55:33 +0000 |
jruigrok |
Merged revisions 474 via svnmerge from
stable-0.9.x
|
Sun, 11 Apr 2010 08:53:54 +0000 |
jruigrok |
Merged revisions 471 via svnmerge from
stable-0.9.x
|
Sun, 11 Apr 2010 08:48:25 +0000 |
jruigrok |
Merged revisions 469,529 via svnmerge from
stable-0.9.x
|
Sun, 11 Apr 2010 08:40:17 +0000 |
jruigrok |
Merged revisions 465 via svnmerge from
stable-0.9.x
|
Sun, 11 Apr 2010 08:32:32 +0000 |
jruigrok |
Merged revisions 464 via svnmerge from
stable-0.9.x
|
Sun, 11 Apr 2010 08:29:00 +0000 |
jruigrok |
Merged revisions 466 via svnmerge from
stable-0.9.x
|
Sun, 11 Apr 2010 08:20:56 +0000 |
jruigrok |
Merged revisions 460-461 via svnmerge from
stable-0.9.x
|
Sun, 11 Apr 2010 08:15:12 +0000 |
jruigrok |
Merged revisions 459 via svnmerge from
stable-0.9.x
|
Sun, 11 Apr 2010 08:10:45 +0000 |
jruigrok |
Merged revisions 518-519 via svnmerge from
stable-0.9.x
|
Thu, 08 Apr 2010 09:17:34 +0000 |
jruigrok |
Document the Python 2.7 ElementTree fix.
trunk
|
Thu, 08 Apr 2010 07:53:01 +0000 |
jruigrok |
Merged revisions 493-494 via svnmerge from
stable-0.9.x
|
Thu, 08 Apr 2010 07:50:27 +0000 |
jruigrok |
Add entry for 0.9.6.
stable-0.9.x
|
Tue, 06 Apr 2010 10:29:43 +0000 |
jruigrok |
Add the 0.9.5 release notes.
trunk
|
Tue, 06 Apr 2010 09:17:31 +0000 |
jruigrok |
Add the date for the release.
stable-0.9.x
|
Tue, 06 Apr 2010 09:05:06 +0000 |
jruigrok |
Merged revisions 467 via svnmerge from
stable-0.9.x
|
Wed, 24 Feb 2010 13:01:47 +0000 |
jruigrok |
Document the square bracket and CLDR 1.7 work.
trunk
|
Wed, 24 Feb 2010 12:59:35 +0000 |
jruigrok |
Backport r483. This fixes messages containing square brackets from failing
stable-0.9.x
|
Mon, 16 Mar 2009 17:49:48 +0000 |
jruigrok |
Fix Catalog._set_mime_headers' handing of negative offsets.
trunk
|
Wed, 08 Oct 2008 22:42:55 +0000 |
pjenvey |
fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decode
trunk
|
Mon, 25 Aug 2008 11:52:58 +0000 |
cmlenz |
Ported [448] and [449] to 0.9.x branch.
stable-0.9.x 0.9.4
|
Mon, 25 Aug 2008 11:32:56 +0000 |
cmlenz |
Fix type in ChangeLog.
trunk
|
Mon, 25 Aug 2008 11:24:28 +0000 |
cmlenz |
Add message domain support to the `Translations` class. Closes #137.
trunk
|
Mon, 25 Aug 2008 10:08:22 +0000 |
cmlenz |
Ported [442:446/trunk] to 0.9.x branch.
stable-0.9.x
|
Mon, 25 Aug 2008 10:06:40 +0000 |
cmlenz |
Added [444] and [445] to ChangeLog.
trunk
|
Wed, 06 Aug 2008 10:20:49 +0000 |
cmlenz |
Strip locale modifiers when parsing (#136), and treat 'C' and 'POSIX' as aliases for 'en_US_POSIX'.
trunk
|
Fri, 18 Jul 2008 13:10:46 +0000 |
cmlenz |
Ported [438] and [439] back to 0.9.x branch.
stable-0.9.x
|
Fri, 18 Jul 2008 13:09:21 +0000 |
cmlenz |
Fix for memory leak reported in #128. Thanks to Manlio Perillo for reporting the problem.
trunk
|
Tue, 15 Jul 2008 16:48:02 +0000 |
cmlenz |
Ported [436] to 0.9.x branch.
stable-0.9.x
|
Tue, 15 Jul 2008 16:34:18 +0000 |
cmlenz |
Fixed quarters in date formatting.
trunk
|
Tue, 15 Jul 2008 16:02:17 +0000 |
cmlenz |
The `format_timedelta` function now returns, for example, ?1 day? instead of ?0 days? if the granularity is `day` and the delta is less than a day but greater than zero.
trunk
|
Wed, 09 Jul 2008 16:38:20 +0000 |
cmlenz |
Ported [417] to 0.9.x branch.
stable-0.9.x
|
Wed, 09 Jul 2008 16:36:54 +0000 |
cmlenz |
Fix dates in ChangeLog.
trunk
|
Tue, 08 Jul 2008 21:01:28 +0000 |
cmlenz |
Ported [407:415/trunk] back to 0.9.x branch.
stable-0.9.x
|
Mon, 07 Jul 2008 14:49:16 +0000 |
cmlenz |
Implement support for aliases in the CLDR data. Closes #68. Also, update to CLDR 1.6, and a much improved `dump_data` script.
trunk
|
Tue, 01 Jul 2008 09:17:34 +0000 |
aronacher |
Added changelog entry for new `get_plural` function.
trunk
|
Mon, 16 Jun 2008 16:07:52 +0000 |
cmlenz |
Ported [385] to 0.9.x branch.
stable-0.9.x
|
Mon, 16 Jun 2008 16:05:35 +0000 |
cmlenz |
Fixes for timezone calculations in time formatting (#83).
trunk
|
Mon, 16 Jun 2008 12:48:43 +0000 |
cmlenz |
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
stable-0.9.x
|
Mon, 16 Jun 2008 12:24:04 +0000 |
cmlenz |
Update to CLDR 1.5.1, which split out the metazone mappings into a separate supplemental file.
trunk
|
Thu, 12 Jun 2008 16:26:52 +0000 |
aronacher |
Added !JavaScript extractor
trunk
|
Thu, 12 Jun 2008 16:24:25 +0000 |
aronacher |
Stripping of comment tags is optional now. If enabled it will strip the tags from all lines of a comment now.
trunk
|
Mon, 18 Feb 2008 18:09:30 +0000 |
pjenvey |
fix invalid message extraction methods causing:
trunk
|
Mon, 04 Feb 2008 10:57:53 +0000 |
cmlenz |
Ported [353:354] to 0.9.x stable branch.
stable-0.9.x 0.9.2
|
Mon, 04 Feb 2008 10:06:49 +0000 |
cmlenz |
Prepare ChangeLog for [milestone:0.9.2] release.
trunk
|
Fri, 01 Feb 2008 15:41:31 +0000 |
cmlenz |
Ported [335:338], [345], and [351] to 0.9.x stable branch.
stable-0.9.x
|
Fri, 01 Feb 2008 15:30:49 +0000 |
cmlenz |
Fix for #60.
trunk
|
Fri, 01 Feb 2008 15:25:20 +0000 |
cmlenz |
Ported [349] to 0.9.x branch.
stable-0.9.x
|
Fri, 01 Feb 2008 15:23:13 +0000 |
cmlenz |
Fix for #79 (location lines wrapping at hyphens).
trunk
|
Fri, 01 Feb 2008 14:56:02 +0000 |
cmlenz |
Ported [346] and [347] to 0.9.x branch.
stable-0.9.x
|
Fri, 01 Feb 2008 14:46:32 +0000 |
cmlenz |
Merging catalogs would sometimes mix translations from different runs.
trunk
|
Fri, 01 Feb 2008 13:38:09 +0000 |
cmlenz |
Fix catalog updating with fuzzy matches. Closes #82.
trunk
|
Fri, 28 Sep 2007 23:48:33 +0000 |
pjenvey |
Merged revisions 325 via svnmerge from
stable-0.9.x
|
Fri, 28 Sep 2007 23:47:35 +0000 |
pjenvey |
mention the ticket, #66, in the last changelog
trunk
|
Fri, 28 Sep 2007 05:25:20 +0000 |
pjenvey |
Merged revisions 321-323 via svnmerge from
stable-0.9.x
|
Fri, 28 Sep 2007 05:18:27 +0000 |
pjenvey |
woops, misplaced changelog
trunk
|
Fri, 28 Sep 2007 05:16:25 +0000 |
pjenvey |
fix catalogs' charset values not being recognized
trunk
|
Fri, 07 Sep 2007 10:12:35 +0000 |
cmlenz |
Updated ChangeLog for [milestone:0.9.1].
trunk
|
Wed, 05 Sep 2007 16:32:51 +0000 |
cmlenz |
Write PO files in binary mode. Closes #61.
trunk
|
Tue, 04 Sep 2007 15:09:54 +0000 |
cmlenz |
Fix for updating catalog messages that changed from gettext to ngettext or vice versa.
trunk
|
Mon, 20 Aug 2007 09:04:35 +0000 |
cmlenz |
Updated ChangeLog for [milestone:0.9].
trunk
|
Wed, 01 Aug 2007 12:32:20 +0000 |
cmlenz |
Upgraded to CLDR 1.5 and improved timezone formatting.
trunk
|
Fri, 20 Jul 2007 12:52:40 +0000 |
cmlenz |
Applied patch by Ramiro Morales for more extensive detection of Python string formatting specifiers. Closes #57.
trunk
|
Wed, 18 Jul 2007 00:29:04 +0000 |
pjenvey |
o extract_python fixes:
trunk
|
Mon, 16 Jul 2007 16:57:49 +0000 |
cmlenz |
Added infrastructure for adding catalog checkers, and implement a checker that validations Python format parameters in translations, closing #19.
trunk
|
Mon, 16 Jul 2007 16:55:08 +0000 |
cmlenz |
Updated ChangeLog.
trunk
|
Fri, 13 Jul 2007 15:59:42 +0000 |
cmlenz |
Added ChangeLog entries for [216:217].
trunk
|
Mon, 02 Jul 2007 09:26:08 +0000 |
cmlenz |
Merged revisions [192] and [195] via svnmerge from [source:/trunk].
stable-0.8.x
|
Mon, 02 Jul 2007 09:23:16 +0000 |
cmlenz |
Move change for #34 to 0.8.1 release in ChangeLog.
trunk
|
Fri, 29 Jun 2007 14:50:20 +0000 |
cmlenz |
Rename command-line script to avoid conflict with the OpenBabel project. Closes #34.
trunk
|
Fri, 29 Jun 2007 08:23:10 +0000 |
cmlenz |
Add renaming of `init_catalog` to ChangeLog.
trunk
|
Thu, 28 Jun 2007 16:37:30 +0000 |
cmlenz |
Ported [188] to 0.8.x branch.
stable-0.8.x
|
Thu, 28 Jun 2007 16:34:40 +0000 |
cmlenz |
Add a command-line option that prints out all available locales. Closes #24.
trunk
|
Thu, 28 Jun 2007 11:51:26 +0000 |
cmlenz |
Ported [185:186] to 0.8.x branch.
stable-0.8.x
|
Thu, 28 Jun 2007 11:50:30 +0000 |
cmlenz |
ChangeLog entry for [185].
trunk
|
Thu, 28 Jun 2007 10:28:25 +0000 |
cmlenz |
The frontends now provide ways to update existing translations catalogs from a template. Closes #22.
trunk
|
Wed, 27 Jun 2007 22:49:31 +0000 |
pjenvey |
merged r182 from trunk
stable-0.8.x
|
Wed, 27 Jun 2007 22:43:26 +0000 |
pjenvey |
added 'N_' (gettext noop) to the extractor's default keywords
trunk
|