<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/unidecode.git/unidecode/util.py, branch unidecode-1.3.0</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>More Python 2 compatibility code clean up.</title>
<updated>2021-02-05T13:09:02+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2021-02-05T12:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=4ee4df1c3cc5e3d774c2115140613f057b2e455a'/>
<id>4ee4df1c3cc5e3d774c2115140613f057b2e455a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'jdufresne/b-literal'</title>
<updated>2019-01-19T10:32:31+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2019-01-19T10:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=b82f0d43be712e550e911d3e63cf45152fbf52cc'/>
<id>b82f0d43be712e550e911d3e63cf45152fbf52cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'jdufresne/argparse'</title>
<updated>2019-01-19T10:32:03+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2019-01-19T10:32:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=d31c81503a112e3e0161ae55ba6a33a149cfc892'/>
<id>d31c81503a112e3e0161ae55ba6a33a149cfc892</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace string literal + encode with bytes literal</title>
<updated>2018-12-31T14:49:58+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-12-31T14:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=887891a6e17ceb7f3c4c1cd129b41c1d58f1019a'/>
<id>887891a6e17ceb7f3c4c1cd129b41c1d58f1019a</id>
<content type='text'>
Simpler and more forward compatible. The b prefix syntax is available on
all supported Pythons.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simpler and more forward compatible. The b prefix syntax is available on
all supported Pythons.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace use of deprecated optparse with argparse</title>
<updated>2018-12-31T14:42:58+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-12-31T14:19:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=62a7e521ed35adb48b7afaf2b63a0f16a4a8ebbe'/>
<id>62a7e521ed35adb48b7afaf2b63a0f16a4a8ebbe</id>
<content type='text'>
The Python project considers the optparse module as deprecated. See:

https://docs.python.org/3/library/optparse.html

&gt; Deprecated since version 3.2: The optparse module is deprecated and
&gt; will not be developed further; development will continue with the
&gt; argparse module.

Replace the project's use with the newer argparse. The CLI is fully
equivalent and should not result in any backwards comparability
concerns.

https://docs.python.org/3/library/argparse.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Python project considers the optparse module as deprecated. See:

https://docs.python.org/3/library/optparse.html

&gt; Deprecated since version 3.2: The optparse module is deprecated and
&gt; will not be developed further; development will continue with the
&gt; argparse module.

Replace the project's use with the newer argparse. The CLI is fully
equivalent and should not result in any backwards comparability
concerns.

https://docs.python.org/3/library/argparse.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused import from unidecode/util.py</title>
<updated>2018-12-31T14:01:31+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-12-31T14:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=49241a59058bee94a00c696d7981620854e4ad58'/>
<id>49241a59058bee94a00c696d7981620854e4ad58</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>
</feed>
