<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/unidecode.git/tests/test_unidecode.py, branch unidecode-1.3.1</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>Drop support for Python 2 and 3.4.</title>
<updated>2021-02-05T12:10:59+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2021-02-05T12:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=00bb678f090648bd1eb583d056e31b949198a746'/>
<id>00bb678f090648bd1eb583d056e31b949198a746</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid exception chaining on Python 3.</title>
<updated>2021-01-08T15:26:30+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2021-01-08T15:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=80625ee2a67c9654230bc0617c8911a3d26ea16c'/>
<id>80625ee2a67c9654230bc0617c8911a3d26ea16c</id>
<content type='text'>
This avoids exceptions raised by errors='strict' from displaying as
"During handling of the above exception ..." in the backtrace which
can be confusing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids exceptions raised by errors='strict' from displaying as
"During handling of the above exception ..." in the backtrace which
can be confusing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename argument replace_char -&gt; replace_str</title>
<updated>2020-12-20T11:49:04+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2020-12-20T11:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=c42c39d0f128c7e495b38deed0364da2fba48402'/>
<id>c42c39d0f128c7e495b38deed0364da2fba48402</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add errors parameter to unidecode()</title>
<updated>2020-12-20T10:51:09+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2020-12-20T10:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=4104e5ac951210eb35e57b494f7ebc227edb651a'/>
<id>4104e5ac951210eb35e57b494f7ebc227edb651a</id>
<content type='text'>
This implements the idea in https://github.com/avian2/unidecode/pull/53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implements the idea in https://github.com/avian2/unidecode/pull/53
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace unnecessary _u() compat function with u prefix to string</title>
<updated>2018-12-31T14:23:00+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-12-31T14:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=60edddbd73330f8a037ffe74c6ab98389ed47926'/>
<id>60edddbd73330f8a037ffe74c6ab98389ed47926</id>
<content type='text'>
Both Python 2 &amp; Python 3 support representing Unicode strings with a u
prefix. Can drop the _u() compat shim and let the interpreter handle it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both Python 2 &amp; Python 3 support representing Unicode strings with a u
prefix. Can drop the _u() compat shim and let the interpreter handle it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if all spaces are transliterated to spaces.</title>
<updated>2018-12-30T14:31:04+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2018-12-30T14:31:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=4b6a097f4ada716639aa1727aaaab64a829a873f'/>
<id>4b6a097f4ada716639aa1727aaaab64a829a873f</id>
<content type='text'>
If x.isspace() is True, then unidecode(x).isspace() should be True as well
(unless it is an empty string)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If x.isspace() is True, then unidecode(x).isspace() should be True as well
(unless it is an empty string)
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for EOL Python 2.6 &amp; 3.3</title>
<updated>2018-06-30T13:41:06+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-06-30T13:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=d0719f9167d9f38c7d12aab4e7f06b54e63161e1'/>
<id>d0719f9167d9f38c7d12aab4e7f06b54e63161e1</id>
<content type='text'>
Python 2.6 and 3.3 are end of life. They are no longer receiving bug
fixes, including for security issues. Python 2.6 went EOL on 2013-10-29
and 3.3 on 2017-09-29. For additional details on supported Python
versions, see:

https://devguide.python.org/#status-of-python-branches

Removing support for EOL Pythons will reduce testing and maintenance
resources.

Using pypinfo, here are the download statistics for Unidecode over the
last 30 days, showing minimal 3.3 &amp; 2.6 installs.

$ pypinfo --percent unidecode pyversion

| python_version | percent | download_count |
| -------------- | ------- | -------------- |
| 2.7            |  66.07% |        244,263 |
| 3.6            |  19.69% |         72,777 |
| 3.5            |   8.27% |         30,585 |
| 3.4            |   5.59% |         20,663 |
| 3.7            |   0.29% |          1,062 |
| 2.6            |   0.06% |            210 |
| 3.8            |   0.02% |             72 |
| 3.3            |   0.01% |             44 |
| 3.2            |   0.00% |              6 |
| None           |   0.00% |              2 |
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2.6 and 3.3 are end of life. They are no longer receiving bug
fixes, including for security issues. Python 2.6 went EOL on 2013-10-29
and 3.3 on 2017-09-29. For additional details on supported Python
versions, see:

https://devguide.python.org/#status-of-python-branches

Removing support for EOL Pythons will reduce testing and maintenance
resources.

Using pypinfo, here are the download statistics for Unidecode over the
last 30 days, showing minimal 3.3 &amp; 2.6 installs.

$ pypinfo --percent unidecode pyversion

| python_version | percent | download_count |
| -------------- | ------- | -------------- |
| 2.7            |  66.07% |        244,263 |
| 3.6            |  19.69% |         72,777 |
| 3.5            |   8.27% |         30,585 |
| 3.4            |   5.59% |         20,663 |
| 3.7            |   0.29% |          1,062 |
| 2.6            |   0.06% |            210 |
| 3.8            |   0.02% |             72 |
| 3.3            |   0.01% |             44 |
| 3.2            |   0.00% |              6 |
| None           |   0.00% |              2 |
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix transliteration of enclosed alphanumerics</title>
<updated>2016-05-29T16:11:50+00:00</updated>
<author>
<name>Krzysztof Jurewicz</name>
<email>krzysztof.jurewicz@gmail.com</email>
</author>
<published>2016-05-28T13:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=ffd7f8202864ab21a64419606af11932c4dfa151'/>
<id>ffd7f8202864ab21a64419606af11932c4dfa151</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Check type of returned string in unit test.</title>
<updated>2015-11-17T11:32:06+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2015-11-17T11:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=9b96b8ba6d284b946335b26f24208ad34783f5aa'/>
<id>9b96b8ba6d284b946335b26f24208ad34783f5aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
