summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always return a string object on Python 2.xTomaz Solc2011-09-223-9/+17
* Increased version to 0.04.7release-0.04.7Tomaz Solc2011-04-042-1/+6
* Fixed Python 3.x version of unit tests.Tomaz Solc2011-04-011-1/+1
* Skip unit tests that expect a "wide" Python build.Tomaz Solc2011-04-013-0/+40
* Corrected git repository path.Tomaz Solc2011-03-311-2/+2
* Clarification of copyright.Tomaz Solc2011-02-161-2/+2
* Increased version to 0.04.6release-0.04.6Tomaz Solc2011-02-163-3/+9
* Adding check_character_names.py tool.Tomaz Solc2011-02-163-0/+46
* Adding latin small letters with middle tilde.Tomaz Solc2011-02-161-12/+12
* Adding latin small letters with palatal hook.Tomaz Solc2011-02-161-14/+14
* Adding combining latin small letters.Tomaz Solc2011-02-161-13/+13
* Fixed CAPITAL N WITH LONG RIGHT LEG and SMALL D WITH CURL.Tomaz Solc2011-02-161-2/+2
* Adding circled latin small letters.Tomaz Solc2011-02-163-27/+43
* Fixed transliteration of turned latin letters.Tomaz Solc2011-02-161-10/+10
* Fixed Dz transliterationTomaz Solc2011-02-161-1/+1
* Added more versions of latin letters and digraphsTomaz Solc2011-02-116-32/+546
* Fixed x000.py based on unicodetest.py: 0xdd converts to Y, not to UJan Killian2011-02-101-1/+1
* Added Czech pangram to unit tests.Tomaz Solc2011-02-102-0/+14
* Increased version to 0.04.5release-0.04.5Tomaz Solc2010-10-152-1/+5
* Remove repeat function call in Python 2.x tests.Thomas Kluyver2010-10-121-2/+2
* Fix up tests for Python 3, and port new tests.Thomas Kluyver2010-10-121-5/+35
* Increased version to 0.04.4release-0.04.4takowlTomaz Solc2010-10-122-1/+8
* Added mathematical symbols in SMPTomaz Solc2010-10-125-1/+1064
* Support for characters beyond BMP and below PUATomaz Solc2010-10-12181-4/+4
* Check if any character in the BMP range makes it throw an exception.Tomaz Solc2010-10-122-0/+12
* Added tests for missing and short tables.Tomaz Solc2010-10-122-1/+25
* Handle tables that have less than 256 entries.Thomas Kluyver2010-10-121-1/+1
* Simplify code, and make a Python 3 version of the tests.Thomas Kluyver2010-10-056-46/+111
* Another unit testTomaz Solc2010-02-261-0/+3
* Bumped version and updated changelog.release-0.04.3Tomaz Solc2010-01-122-1/+6
* corrected spelling of cyrillicRuslan Grokhovetskiy2010-01-121-5/+5
* Added long description, url and license info to setup.pyTomaz Solc2009-08-271-1/+24
* Added ChangeLogrelease-0.04.2Tomaz Solc2009-08-272-0/+9
* Bumped version stringTomaz Solc2009-08-271-1/+1
* Fixed japanese kana replacementsMichel Albert2009-08-271-8/+8
* Added manifest for source distribution tar.gzrelease-0.04.1Tomaz Solc2009-03-012-0/+4
* Added *.pyc to gitignoreTomaz Solc2009-01-211-0/+1
* DocumentationTomaz Solc2009-01-212-0/+93
* One more unit testTomaz Solc2009-01-211-0/+3
* Missing commas in tuples.Tomaz Solc2009-01-21181-46040/+46044
* Added some more unit tests.Tomaz Solc2009-01-211-0/+6
* Added comments showing codepointsTomaz Solc2008-09-05181-188/+46404
* Initial import.Tomaz Solc2008-09-05186-0/+340