- 07 Haz, 2018 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Also, standardize indentation of generated tables.
-
- 23 Haz, 2017 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Straightforward. While we're at it, though, strip trailing whitespace from generated tables.
-
- 15 Eyl, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Not completely mechanical since support for East Asian Width changes—emoji codepoints became Wide—had to be added to unicodedata.
-
- 27 Haz, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 06 Tem, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 10 Eki, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 29 Eyl, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 21 Şub, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 16 Ock, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 14 Ock, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 Ock, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Also broaden the category of characters that count as lowercase/uppercase.
-
- 11 Eki, 2010 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
makeunicodedata.py: download all data files from unicode.org, switch to extracting Unihan data from zip file. Read linebreakprops and derivednormalizationprops even for old versions, even though they are not used in delta records. test:unicode.py: U+11000 is now assigned, use U+14000 instead.
-
- 12 Eyl, 2010 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
The internal unicode database is now always used. (after 5 years: see http://mail.python.org/pipermail/python-dev/2004-December/050193.html )
-
- 18 Agu, 2010 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Database (Py_UNICODE_TOLOWER, Py_UNICODE_ISDECIMAL, and others) now accept and return characters from the full Unicode range (Py_UCS4). The differences from Python code are few: - unicodedata.numeric(), unicodedata.decimal() and unicodedata.digit() now return the correct value for large code points - repr() may consider more characters as printable.
-
- 30 Mar, 2010 2 kayıt (commit)
-
-
Florent Xicluna yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79494 | florent.xicluna | 2010-03-30 10:24:06 +0200 (mar, 30 mar 2010) | 2 lines #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14. ........ r79496 | florent.xicluna | 2010-03-30 18:29:03 +0200 (mar, 30 mar 2010) | 2 lines Highlight the change of behavior related to r79494. Now VT and FF are linebreaks. ........
-
Florent Xicluna yazdı
#7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14.
-
- 19 Mar, 2010 2 kayıt (commit)
-
-
Florent Xicluna yazdı
Merged revision 79059 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines Issue #8024: Update the Unicode database to 5.2 ........
-
Florent Xicluna yazdı
Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, and gave failures in test_bigmem. Revert 79062, 79065 and 79083.
-
- 18 Mar, 2010 2 kayıt (commit)
-
-
Florent Xicluna yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines Issue #8024: Update the Unicode database to 5.2 ........
-
Florent Xicluna yazdı
-
- 13 Eki, 2009 2 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75396 | amaury.forgeotdarc | 2009-10-13 23:29:34 +0200 (mar., 13 oct. 2009) | 3 lines #7112: Fix compilation warning in unicodetype_db.h makeunicodedata now generates double literals ........
-
Amaury Forgeot d'Arc yazdı
makeunicodedata now generates double literals
-
- 06 Eki, 2009 2 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75272 | amaury.forgeotdarc | 2009-10-06 21:56:32 +0200 (mar., 06 oct. 2009) | 5 lines #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, _PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace. It now also parses the Unihan.txt for numeric values. ........ r75273 | amaury.forgeotdarc | 2009-10-06 22:02:09 +0200 (mar., 06 oct. 2009) | 2 lines Add Anders Chrigstrom to Misc/ACKS for his work on unicodedata. ........
-
Amaury Forgeot d'Arc yazdı
_PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace. It now also parses the Unihan.txt for numeric values.
-
- 25 Nis, 2009 3 kayıt (commit)
-
-
Walter Dörwald yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71894 | walter.doerwald | 2009-04-25 16:03:16 +0200 (Sa, 25 Apr 2009) | 4 lines Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in makeunicodedata.py and regenerated the Unicode database (This fixes u'\u1d79'.lower() == '\x00'). ........
-
Walter Dörwald yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71894 | walter.doerwald | 2009-04-25 16:03:16 +0200 (Sa, 25 Apr 2009) | 4 lines Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in makeunicodedata.py and regenerated the Unicode database (This fixes u'\u1d79'.lower() == '\x00'). ........
-
Walter Dörwald yazdı
makeunicodedata.py and regenerated the Unicode database (This fixes u'\u1d79'.lower() == '\x00').
-
- 26 Mar, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 10 Eyl, 2008 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66362 | martin.v.loewis | 2008-09-10 15:38:12 +0200 (Mi, 10 Sep 2008) | 3 lines Issue #3811: The Unicode database was updated to 5.1. Reviewed by Fredrik Lundh and Marc-Andre Lemburg. ........
-
Martin v. Löwis yazdı
Reviewed by Fredrik Lundh and Marc-Andre Lemburg.
-
- 04 Tem, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 11 Haz, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
The repr() of a string now contains printable Unicode characters unescaped. The new ascii() builtin can be used to get a repr() with only ASCII characters in it. PEP and patch were written by Atsuo Ishimoto.
-
- 04 Haz, 2008 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 14 Agu, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 09 Mar, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 04 Agu, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
unicodedata.east_asian_width(). You can still implement your own simple width() function using it like this: def width(u): w = 0 for c in unicodedata.normalize('NFC', u): cwidth = unicodedata.east_asian_width(c) if cwidth in ('W', 'F'): w += 2 else: w += 1 return w
-
- 02 Haz, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
iswide() for east asian width manipulation. (Inspired by David Goodger, Reviewed by Martin v. Loewis) - Move _PyUnicode_TypeRecord.flags to the end of the struct so that no padding is added for UCS-4 builds. (Suggested by Martin v. Loewis)
-
- 25 Kas, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-