index
:
delta/python-packages/unidecode.git
master
takowl
www.tablix.org: ~avian/git/unidecode.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_unidecode.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop support for Python 2 and 3.4.
Tomaz Solc
2021-02-05
1
-78
/
+50
*
Avoid exception chaining on Python 3.
Tomaz Solc
2021-01-08
1
-0
/
+9
*
Rename argument replace_char -> replace_str
Tomaz Solc
2020-12-20
1
-2
/
+2
*
Add errors parameter to unidecode()
Tomaz Solc
2020-12-20
1
-1
/
+36
*
Replace unnecessary _u() compat function with u prefix to string
Jon Dufresne
2018-12-31
1
-42
/
+33
*
Check if all spaces are transliterated to spaces.
Tomaz Solc
2018-12-30
1
-0
/
+9
*
Drop support for EOL Python 2.6 & 3.3
Jon Dufresne
2018-06-30
1
-12
/
+0
*
Fix transliteration of enclosed alphanumerics
Krzysztof Jurewicz
2016-05-29
1
-0
/
+7
*
Fix typos
Jakub Wilk
2015-12-10
1
-1
/
+1
*
Check type of returned string in unit test.
Tomaz Solc
2015-11-17
1
-2
/
+8
*
Test all variants of the unidecode function.
Tomaz Solc
2015-11-17
1
-24
/
+22
*
Rename unidecode_fast to unidecode_expect_ascii
Tomaz Solc
2015-11-17
1
-3
/
+3
*
Add unidecode_fast function to speedup mostly-ASCII transliterations.
dukebody
2015-11-14
1
-1
/
+12
*
skip test_unicode_text_converter on narrow builds
Tomaz Solc
2015-05-14
1
-0
/
+1
*
Fix surrogate test for Python 3.4
Tomaz Solc
2015-05-14
1
-1
/
+4
*
One test file for both Python 2.x and 3.x
Tomaz Solc
2015-05-13
1
-0
/
+502