<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/unidecode.git/unidecode, branch release-0.04.19</title>
<subtitle>www.tablix.org: ~avian/git/unidecode.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/'/>
<entry>
<title>Fix typos</title>
<updated>2015-12-10T13:25:49+00:00</updated>
<author>
<name>Jakub Wilk</name>
<email>jwilk@jwilk.net</email>
</author>
<published>2015-12-10T10:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=6484dcbf2d651ef8e49ba982c2474044b185c8ae'/>
<id>6484dcbf2d651ef8e49ba982c2474044b185c8ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstrings</title>
<updated>2015-11-17T11:29:04+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2015-11-17T11:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=65c6ab5c7922f521dcb440ff3ba66b38f5da4773'/>
<id>65c6ab5c7922f521dcb440ff3ba66b38f5da4773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename unidecode_fast to unidecode_expect_ascii</title>
<updated>2015-11-17T10:47:25+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2015-11-17T10:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=dcf0f972de878319fd103ba28d3e6795bc34da00'/>
<id>dcf0f972de878319fd103ba28d3e6795bc34da00</id>
<content type='text'>
Also, add unidecode_expect_nonascii. "unidecode" is now an alias for
"unidecode_expect_ascii"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, add unidecode_expect_nonascii. "unidecode" is now an alias for
"unidecode_expect_ascii"
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unidecode_fast function to speedup mostly-ASCII transliterations.</title>
<updated>2015-11-14T16:08:53+00:00</updated>
<author>
<name>dukebody</name>
<email>israel.saeta@dukebody.com</email>
</author>
<published>2015-11-14T16:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=be04113429619571dc3f639bdf6db4f05a1e6fd3'/>
<id>be04113429619571dc3f639bdf6db4f05a1e6fd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a newline if the string comes from commandline</title>
<updated>2015-05-14T10:35:42+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2015-05-14T10:35:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=26e53a3e86245caa05e0d5a150764589892a90ba'/>
<id>26e53a3e86245caa05e0d5a150764589892a90ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't append an extra new-line.</title>
<updated>2015-05-13T19:26:35+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2015-05-13T19:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=48c35d8f309579b202c5ed5557fdc7569a616ea2'/>
<id>48c35d8f309579b202c5ed5557fdc7569a616ea2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -c command line option.</title>
<updated>2015-05-13T16:55:10+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2015-05-13T16:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=b3d1739db749eb89550a9be2a8b1b2462dd022ce'/>
<id>b3d1739db749eb89550a9be2a8b1b2462dd022ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use optparse for Python 2.6 compatibility.</title>
<updated>2015-05-13T16:33:32+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2015-05-13T16:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=701e7709809bf73f76c603ad121671473beb428b'/>
<id>701e7709809bf73f76c603ad121671473beb428b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid reopening sys.stdin on Python 3.</title>
<updated>2015-05-13T16:21:03+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2015-05-13T16:21:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=2d41919dde5822fc39ec44e75e3d1cf30994af65'/>
<id>2d41919dde5822fc39ec44e75e3d1cf30994af65</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 check for isatty()</title>
<updated>2015-05-13T16:17:54+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2015-05-13T16:17:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=8090157dab6284471634a2ca5535b7d0ede03ead'/>
<id>8090157dab6284471634a2ca5535b7d0ede03ead</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
