index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tools
/
unicode
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unicode 9.0.0
Benjamin Peterson
2016-09-14
1
-3
/
+8
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-5
/
+5
*
upgrade to Unicode 8.0.0
Benjamin Peterson
2015-06-27
1
-3
/
+4
*
Issue #16261: Converted some bare except statements to except statements
Serhiy Storchaka
2015-05-20
1
-1
/
+1
*
Closes #17202: Merge with 3.4
Zachary Ware
2015-04-13
1
-7
/
+7
|
\
|
*
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Zachary Ware
2015-04-13
1
-7
/
+7
*
|
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-1
/
+1
|
\
\
|
|
/
|
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-1
/
+1
*
|
Merge: #18176: Change generic UCD PropList link to version specific link.
R David Murray
2014-10-09
1
-1
/
+1
|
\
\
|
|
/
|
*
#18176: Change generic UCD PropList link to version specific link.
R David Murray
2014-10-09
1
-1
/
+1
*
|
Merge: #18176: fix another reference and add it to the makeunicodedata comment.
R David Murray
2014-10-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
R David Murray
2014-10-09
1
-1
/
+1
|
|
\
|
|
*
upgrade to unicode 7.0.0
Benjamin Peterson
2014-07-06
1
-1
/
+1
*
|
|
#18176: fix another reference and add it to the makeunicodedata comment.
R David Murray
2014-10-09
1
-0
/
+1
|
/
/
*
|
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
R David Murray
2014-10-09
1
-0
/
+4
|
/
*
merge with 3.3
Georg Brandl
2014-03-17
3
-13
/
+271
|
\
|
*
#1097797: add the original mapping file
Andrew Kuchling
2013-11-10
1
-0
/
+258
|
*
Fix some PEP8-formatting problems in the generated code
Andrew Kuchling
2013-11-10
1
-9
/
+9
|
*
upgrade unicode db to 6.3.0 (closes #19221)
Benjamin Peterson
2013-10-10
1
-2
/
+2
|
*
#18803: merge with 3.3.
Ezio Melotti
2013-08-26
1
-3
/
+3
|
|
\
|
|
*
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
1
-2
/
+2
|
|
*
Issue #15239: Make mkstringprep.py work again on Python 3.
Serhiy Storchaka
2013-06-09
1
-1
/
+1
|
|
|
\
|
|
|
*
Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
Antoine Pitrou
2012-10-17
1
-1
/
+1
|
|
|
|
\
|
|
|
|
*
upgrade to UCD 6.2
Benjamin Peterson
2012-09-29
1
-1
/
+1
*
|
|
|
|
merge 3.2 (#20695)
Benjamin Peterson
2014-02-19
1
-0
/
+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
#18803: fix more typos. Patch by F?vry Thibault.
Ezio Melotti
2013-08-26
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Issue #15239: Make mkstringprep.py work again on Python 3.
Serhiy Storchaka
2013-06-09
1
-17
/
+23
|
|
/
/
|
/
|
|
*
|
|
Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
Antoine Pitrou
2012-10-17
3
-109
/
+281
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Some cleanup in the Tools directory.
Florent Xicluna
2012-07-07
1
-1
/
+0
|
*
Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.
Antoine Pitrou
2012-06-16
1
-3
/
+6
|
*
update to Unicode 6.1
Benjamin Peterson
2012-02-20
1
-4
/
+5
|
*
delta encoding of upper/lower/title makes a glorious return (#12736)
Benjamin Peterson
2012-01-15
1
-0
/
+7
|
*
add str.casefold() (closes #13752)
Benjamin Peterson
2012-01-14
1
-15
/
+35
|
*
use full unicode mappings for upper/lower/title case (#12736)
Benjamin Peterson
2012-01-11
1
-32
/
+69
|
*
#12753: Add support for Unicode name aliases and named sequences.
Ezio Melotti
2011-10-21
1
-2
/
+100
|
*
#13054: fix usage of sys.maxunicode after PEP-393.
Ezio Melotti
2011-10-04
1
-1
/
+1
|
*
Fix ResourceWarnings in makeunicodedata.py.
Ezio Melotti
2011-09-30
1
-81
/
+88
*
|
Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
Antoine Pitrou
2012-10-17
1
-1
/
+1
|
/
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
5
-60
/
+265
|
\
|
*
Add updated .hgeol file and fix newlines in the 3.2 branch.
Georg Brandl
2011-03-05
1
-7
/
+7
|
*
Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.py
Alexander Belopolsky
2010-11-30
1
-7
/
+10
|
*
Issue #10459: Update CJK character names to Unicode 6.0.
Martin v. Löwis
2010-11-22
1
-2
/
+19
|
*
Upgrade to Unicode 6.0.0.
Martin v. Löwis
2010-10-11
1
-58
/
+77
|
*
#9210: remove --with-wctype-functions configure option.
Amaury Forgeot d'Arc
2010-09-12
1
-4
/
+0
|
*
#5127: Even on narrow unicode builds, the C functions that access the Unicode
Amaury Forgeot d'Arc
2010-08-18
1
-37
/
+4
|
*
Merged revisions 79494,79496 via svnmerge from
Florent Xicluna
2010-03-30
1
-5
/
+24
|
*
Merged revisions 78982,78986 via svnmerge from
Florent Xicluna
2010-03-19
2
-6
/
+3
|
*
Fixed a failure in test_bigmem.
Florent Xicluna
2010-03-19
1
-1
/
+1
|
*
Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, ...
Florent Xicluna
2010-03-19
1
-1
/
+1
|
*
Missing update from previous changeset r79062.
Florent Xicluna
2010-03-18
1
-1
/
+1
[next]