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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set version to 1.1.1, update ChangeLog
unidecode-1.1.1
Tomaz Solc
2019-06-21
2
-1
/
+4
*
Also test command-line utility return code.
Tomaz Solc
2019-06-16
1
-5
/
+9
*
Fix unit test on PyPy 7.1.1
Tomaz Solc
2019-06-16
1
-2
/
+6
*
Set version to 1.1.0
unidecode-1.1.0
Tomaz Solc
2019-06-14
1
-1
/
+1
*
Update ChangeLog
Tomaz Solc
2019-06-14
1
-0
/
+6
*
Add another FAQ.
Tomaz Solc
2019-05-31
1
-0
/
+8
*
Add more latin variants in U+1F1xx page.
Tomaz Solc
2019-01-19
1
-81
/
+81
*
Merge remote-tracking branch 'jdufresne/main'
Tomaz Solc
2019-01-19
1
-0
/
+3
|
\
|
*
Add __main__.py file so the CLI can be executed as a module
Jon Dufresne
2018-12-31
1
-0
/
+3
*
|
Merge remote-tracking branch 'jdufresne/tools-py3'
Tomaz Solc
2019-01-19
1
-23
/
+25
|
\
\
|
*
|
Port tools/check_character_names.py to Python 3
Jon Dufresne
2018-12-31
1
-23
/
+25
|
|
/
*
|
Merge remote-tracking branch 'jdufresne/https'
Tomaz Solc
2019-01-19
1
-1
/
+1
|
\
\
|
*
|
Use https:// URL for unicode.org
Jon Dufresne
2018-12-31
1
-1
/
+1
|
|
/
*
|
Merge branch 'readme-rst'
Tomaz Solc
2019-01-19
1
-26
/
+27
|
\
\
|
*
|
Update copyright year.
Tomaz Solc
2019-01-19
1
-1
/
+1
|
*
|
Add link for PEP 261.
Tomaz Solc
2019-01-19
1
-2
/
+2
|
*
|
"2.4+" -> "2.4 or later"
Tomaz Solc
2019-01-19
1
-1
/
+1
|
*
|
Merge branch 'master' into readme-rst
Tomaz Solc
2019-01-19
7
-70
/
+58
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge remote-tracking branch 'jdufresne/b-literal'
Tomaz Solc
2019-01-19
1
-1
/
+1
|
\
\
\
|
*
|
|
Replace string literal + encode with bytes literal
Jon Dufresne
2018-12-31
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'jdufresne/argparse'
Tomaz Solc
2019-01-19
1
-12
/
+13
|
\
\
\
|
*
|
|
Replace use of deprecated optparse with argparse
Jon Dufresne
2018-12-31
1
-12
/
+13
|
|
/
/
*
|
|
Merge remote-tracking branch 'jdufresne/pyreq'
Tomaz Solc
2019-01-19
2
-2
/
+3
|
\
\
\
|
*
|
|
Pass python_requires argument to setuptools
Jon Dufresne
2018-12-31
2
-2
/
+3
|
|
/
/
*
|
|
Merge remote-tracking branch 'jdufresne/u-prefix'
Tomaz Solc
2019-01-19
2
-50
/
+34
|
\
\
\
|
*
|
|
Replace unnecessary _u() compat function with u prefix to string
Jon Dufresne
2018-12-31
2
-50
/
+34
|
|
/
/
*
|
|
Add trove classifier for Python 3.7 support
Jon Dufresne
2019-01-05
1
-0
/
+1
*
|
|
Merge remote-tracking branch 'jdufresne/unused'
Tomaz Solc
2019-01-04
1
-1
/
+0
|
\
\
\
|
*
|
|
Remove unused import from unidecode/util.py
Jon Dufresne
2018-12-31
1
-1
/
+0
|
|
/
/
*
|
|
Merge remote-tracking branch 'jdufresne/warnings'
Tomaz Solc
2019-01-04
1
-1
/
+2
|
\
\
\
|
*
|
|
Use a context manager to always close the file after opening
Jon Dufresne
2018-12-31
1
-1
/
+2
|
|
/
/
*
|
|
Merge remote-tracking branch 'jdufresne/travis'
Tomaz Solc
2019-01-04
2
-4
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update test matrix
Jon Dufresne
2018-12-31
2
-4
/
+5
|
|
*
Style improvements to README.rst
Jon Dufresne
2018-12-31
1
-23
/
+24
|
|
/
|
/
|
*
|
Check if all spaces are transliterated to spaces.
Tomaz Solc
2018-12-30
1
-0
/
+9
|
/
*
Set version to 1.0.23
unidecode-1.0.23
Tomaz Solc
2018-11-19
1
-1
/
+1
*
Update ChangeLog
Tomaz Solc
2018-11-19
1
-0
/
+9
*
Some more README improvements.
Tomaz Solc
2018-11-18
1
-3
/
+4
*
Add a FAQ section to the README.
Tomaz Solc
2018-11-18
1
-1
/
+41
*
Add Python 3.7 target to .travis.yml
Tomaz Solc
2018-07-19
1
-0
/
+1
*
Merge remote-tracking branch 'jdufresne/py26'
Tomaz Solc
2018-07-19
3
-16
/
+0
|
\
|
*
Drop support for EOL Python 2.6 & 3.3
Jon Dufresne
2018-06-30
3
-16
/
+0
*
|
Greatly simplify tox configuration
Jon Dufresne
2018-06-30
1
-14
/
+1
|
/
*
Fix "SQUARE V OVER M" and "SQUARE A OVER M".
Tomaz Solc
2018-06-19
1
-2
/
+2
*
Use uA instead of microampere, etc.
Tomaz Solc
2018-06-19
1
-8
/
+8
*
Adds decoding for phonetic bloc 1D00—1D7F
olau
2018-04-03
1
-86
/
+86
*
Improve Hebrew conversion
Alon Bar-Lev
2018-03-10
1
-15
/
+15
*
Fix syntax error in an example
Jakub Wilk
2018-02-19
1
-1
/
+1
*
Fix line break in README.
unidecode-1.0.22
Tomaz Solc
2018-01-05
1
-1
/
+3
*
Update copyright year.
Tomaz Solc
2018-01-05
1
-1
/
+1
[next]