<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/unidecode.git/tests/test_unidecode.py, branch unidecode-1.1.2</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>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>
<entry>
<title>Test all variants of the unidecode function.</title>
<updated>2015-11-17T10:49:03+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2015-11-17T10:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=2475a93bb454354a692b55e7923de2f9efe7f3b4'/>
<id>2475a93bb454354a692b55e7923de2f9efe7f3b4</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>skip test_unicode_text_converter on narrow builds</title>
<updated>2015-05-14T13:46:46+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2015-05-14T13:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=1b8c39212feaf558d10870504df62f9b8cdc8e9a'/>
<id>1b8c39212feaf558d10870504df62f9b8cdc8e9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
