summaryrefslogtreecommitdiff
path: root/Tools/unicode
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)Zachary Ware2017-06-111-7/+7
* Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-7/+7
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
* Add updated .hgeol file and fix newlines in the 2.7 branch.Georg Brandl2011-03-051-7/+7
* #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to...Florent Xicluna2010-03-301-6/+38
* Issue #8024: Update the Unicode database to 5.2Florent Xicluna2010-03-181-1/+1
* Remove py3k deprecation warnings from these Unicode tools.Florent Xicluna2010-03-153-42/+27
* set svn:eol-style on various filesBenjamin Peterson2010-03-081-61/+61
* #7112: Fix compilation warning in unicodetype_db.hAmaury Forgeot d'Arc2009-10-131-0/+5
* #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,Amaury Forgeot d'Arc2009-10-061-8/+123
* #1616979: Add the cp720 (Arabic DOS) encoding.Amaury Forgeot d'Arc2009-07-132-0/+68
* Issue #1734234: Massively speedup `unicodedata.normalize()` when theAntoine Pitrou2009-04-271-5/+32
* Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic inWalter Dörwald2009-04-251-22/+21
* Issue #3811: The Unicode database was updated to 5.1.Martin v. Löwis2008-09-101-10/+30
* Make more symbols static.Martin v. Löwis2008-06-131-2/+2
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Patch #1359618: Speed-up charmap encoder.Martin v. Löwis2006-06-042-26/+27
* when generating python code prefer to generate valid python codeJack Diederich2006-05-261-3/+3
* Don't add multiple empty lines at the end of the codec. With this aWalter Dörwald2006-03-311-1/+1
* Whitespace for generated code.Walter Dörwald2006-03-271-0/+3
* Patch #1443155: Add the incremental codecs support for CJK codecs.Hye-Shik Chang2006-03-262-1/+69
* Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclassWalter Dörwald2006-03-152-22/+43
* Add changelog entry.Martin v. Löwis2006-03-111-0/+1
* Whitespace normalization.Tim Peters2006-03-101-1/+1
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-091-11/+141
* Whitespace normalization.Tim Peters2005-12-251-3/+3
* Add Makefile which allows easily rebuilding the charmap codecs.Marc-André Lemburg2005-10-251-0/+81
* Add custom mapping files used for generating some of the charmapMarc-André Lemburg2005-10-253-0/+873
* Apply some cosmetic fixes to the output of the script.Marc-André Lemburg2005-10-251-15/+28
* Add two new tools to compare codecs and show differences and toMarc-André Lemburg2005-10-212-0/+94
* Moved gencodec.py to the Tools/unicode/ directory.Marc-André Lemburg2005-10-211-0/+391
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-6/+12
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+0
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-4/+29
* Applying SF patch #949329 on behalf of Raymond Hettinger.Armin Rigo2004-05-191-27/+26
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-181-0/+433
* Add unidata_version. Bump generator version number.Martin v. Löwis2002-11-251-2/+6
* Sort names independent of the Python version. Fix hex constant warning.Martin v. Löwis2002-11-241-7/+11
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-231-3/+90
* Verify that lower-higher case delta are 16-bit.Martin v. Löwis2002-10-181-3/+11
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-181-2/+2
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-7/+7
* Unicode nits: Don't include unicodedatabase.h no more. And make sureFredrik Lundh2001-01-211-2/+2
* compress unicode decomposition tables (this saves another 55k)Fredrik Lundh2001-01-211-41/+76
* forgot to check in the new makeunicodedata.py scriptFredrik Lundh2001-01-211-17/+271
* Added 38,642 missing characters to the Unicode database (first-lastFredrik Lundh2000-11-031-11/+39
* Remove bogus stdout redirection and use of sys.__stdout__; useFred Drake2000-10-261-46/+42
* - don't set the titlecase flag for uppercase letters (sorry, tim)Fredrik Lundh2000-09-251-2/+2
* unicode database compression, step 3:Fredrik Lundh2000-09-251-4/+19
* unicode database compression, step 3:Fredrik Lundh2000-09-251-9/+97