Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
3032ed7c
Kaydet (Commit)
3032ed7c
authored
Tem 06, 2014
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
upgrade to unicode 7.0.0
üst
1f6b1034
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
7 deletions
+9
-7
unicodedata.rst
Doc/library/unicodedata.rst
+4
-4
test_unicodedata.py
Lib/test/test_unicodedata.py
+2
-2
NEWS
Misc/NEWS
+2
-0
unicodedata_db.h
Modules/unicodedata_db.h
+0
-0
unicodename_db.h
Modules/unicodename_db.h
+0
-0
unicodetype_db.h
Objects/unicodetype_db.h
+0
-0
makeunicodedata.py
Tools/unicode/makeunicodedata.py
+1
-1
No files found.
Doc/library/unicodedata.rst
Dosyayı görüntüle @
3032ed7c
...
...
@@ -15,8 +15,8 @@
This module provides access to the Unicode Character Database (UCD) which
defines character properties for all Unicode characters. The data contained in
this database is compiled from the `UCD version
6.3
.0
<http://www.unicode.org/Public/
6.3
.0/ucd>`_.
this database is compiled from the `UCD version
7.0
.0
<http://www.unicode.org/Public/
7.0
.0/ucd>`_.
The module uses the same names and symbols as defined by Unicode
Standard Annex #44, `"Unicode Character Database"
...
...
@@ -166,6 +166,6 @@ Examples:
.. rubric:: Footnotes
.. [#] http://www.unicode.org/Public/
6.3
.0/ucd/NameAliases.txt
.. [#] http://www.unicode.org/Public/
7.0
.0/ucd/NameAliases.txt
.. [#] http://www.unicode.org/Public/
6.3
.0/ucd/NamedSequences.txt
.. [#] http://www.unicode.org/Public/
7.0
.0/ucd/NamedSequences.txt
Lib/test/test_unicodedata.py
Dosyayı görüntüle @
3032ed7c
...
...
@@ -21,7 +21,7 @@ errors = 'surrogatepass'
class
UnicodeMethodsTest
(
unittest
.
TestCase
):
# update this, if the database changes
expectedchecksum
=
'
e74e878de71b6e780ffac271785c3cb58f6251f3
'
expectedchecksum
=
'
618e2c1a22ee79d2235319709f16c50f987ee21f
'
def
test_method_checksum
(
self
):
h
=
hashlib
.
sha1
()
...
...
@@ -80,7 +80,7 @@ class UnicodeDatabaseTest(unittest.TestCase):
class
UnicodeFunctionsTest
(
UnicodeDatabaseTest
):
# update this, if the database changes
expectedchecksum
=
'
f0b74d26776331cc7bdc3a4698f037d73f2cee2b
'
expectedchecksum
=
'
0f44b670846279c608f20e5b6eeb26e6a8ab1f07
'
def
test_function_checksum
(
self
):
data
=
[]
h
=
hashlib
.
sha1
()
...
...
Misc/NEWS
Dosyayı görüntüle @
3032ed7c
...
...
@@ -10,6 +10,8 @@ Release date: TBA
Core and Builtins
-----------------
- Upgrade Unicode database to Unicode 7.0.0.
- Issue #21897: Fix a crash with the f_locals attribute with closure
variables when frame.clear() has been called.
...
...
Modules/unicodedata_db.h
Dosyayı görüntüle @
3032ed7c
This diff is collapsed.
Click to expand it.
Modules/unicodename_db.h
Dosyayı görüntüle @
3032ed7c
This diff is collapsed.
Click to expand it.
Objects/unicodetype_db.h
Dosyayı görüntüle @
3032ed7c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Tools/unicode/makeunicodedata.py
Dosyayı görüntüle @
3032ed7c
...
...
@@ -37,7 +37,7 @@ SCRIPT = sys.argv[0]
VERSION
=
"3.2"
# The Unicode Database
UNIDATA_VERSION
=
"
6.3
.0"
UNIDATA_VERSION
=
"
7.0
.0"
UNICODE_DATA
=
"UnicodeData
%
s.txt"
COMPOSITION_EXCLUSIONS
=
"CompositionExclusions
%
s.txt"
EASTASIAN_WIDTH
=
"EastAsianWidth
%
s.txt"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment