<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gettext.git, branch python-brace-format</title>
<subtitle>git.savannah.gnu.org: git/gettext.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/'/>
<entry>
<title>Clarify the comment of Python brace format handling.</title>
<updated>2013-03-01T02:56:08+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-03-01T02:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=6ddbae3f45b8df75015188dba4dffb1223de50a0'/>
<id>6ddbae3f45b8df75015188dba4dffb1223de50a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests for python-brace-format.</title>
<updated>2013-02-28T10:01:47+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-02-28T09:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=d0ea5ee79cea236bbefbcacd8fb35b0e35b04b9c'/>
<id>d0ea5ee79cea236bbefbcacd8fb35b0e35b04b9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document python-brace-format.</title>
<updated>2013-02-28T10:01:47+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-02-28T09:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=948d674ae3bfb1571cbe54c82390c5d9be9eb140'/>
<id>948d674ae3bfb1571cbe54c82390c5d9be9eb140</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for Python braced format strings.</title>
<updated>2013-02-28T10:01:14+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-02-28T09:01:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=a1c0471c08f62a4f0007e93a0e53ded303a7056f'/>
<id>a1c0471c08f62a4f0007e93a0e53ded303a7056f</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>gettextize: substitute PATH_SEPARATOR at configure time</title>
<updated>2013-02-28T07:55:58+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-02-28T07:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=3a526d4c8c25c552b24c2e2f95eed02054fd2d28'/>
<id>3a526d4c8c25c552b24c2e2f95eed02054fd2d28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary step from Admin/release-steps.</title>
<updated>2013-02-28T02:52:40+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-02-28T02:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=a3f53bc1842cfba8926e8fb5bb21f94e5082b002'/>
<id>a3f53bc1842cfba8926e8fb5bb21f94e5082b002</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update after gnulib changed.</title>
<updated>2013-02-25T10:02:40+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-02-25T10:02:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=221dee0ccd9fde7603e71c470e665d8e448a0728'/>
<id>221dee0ccd9fde7603e71c470e665d8e448a0728</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Determine Woe32 C symbol prefix at configure time.</title>
<updated>2013-02-25T09:19:03+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-02-25T09:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=87a885f02321682e9e6bf63346c8796c6666f2d1'/>
<id>87a885f02321682e9e6bf63346c8796c6666f2d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in msgfmt.texi.</title>
<updated>2013-02-15T10:34:25+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-02-15T10:34:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=ac6f7dcf4c8225474b3e851e62428e151e947448'/>
<id>ac6f7dcf4c8225474b3e851e62428e151e947448</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix link in '@opindex' pointing to msgcat.</title>
<updated>2013-02-05T02:34:56+00:00</updated>
<author>
<name>Miguel Angel Arruga Vivas</name>
<email>rosen644835@gmail.com</email>
</author>
<published>2013-02-05T02:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=face6a8ef33dc75bc131ddbe5adbb856d2d33b35'/>
<id>face6a8ef33dc75bc131ddbe5adbb856d2d33b35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
