| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support for Python braced format strings. | Daiki Ueno | 2013-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | While this looks similar to Perl's format strings, it is only valid when the string is the target of 'format' method, like this: _("foo {bar} baz").format(bar="bar") Since the current xgettext Python parser scans tokens from left to right, we transform the sequence into: .format(_("foo {bar} baz")).format(bar="bar") and then scan the sequence again, so the flag context introduced by 'format' have an effect on the inner context. | ||||
| * | Untabify. | Bruno Haible | 2009-12-12 | 1 | -6/+6 |
| | | |||||
| * | Switch the license of the programs from GPLv2 to GPLv3. | Bruno Haible | 2009-06-23 | 1 | -5/+4 |
| | | |||||
| * | Make the x-*.h files real specification headers. | Bruno Haible | 2009-06-23 | 1 | -1/+17 |
| | | |||||
| * | Update FSF postal address. | Bruno Haible | 2009-06-23 | 1 | -1/+1 |
| | | |||||
| * | Recognize format strings depending on their position. | Bruno Haible | 2009-06-23 | 1 | -1/+5 |
| | | |||||
| * | Perl needs two formatstring parsers, not just one. | Bruno Haible | 2009-06-23 | 1 | -2/+2 |
| | | |||||
| * | Move src/x-python.h to gettext-tools/src/x-python.h. | Bruno Haible | 2009-06-23 | 1 | -0/+32 |
