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
72cd8b9e
Kaydet (Commit)
72cd8b9e
authored
Kas 10, 2013
tarafından
Jason R. Coombs
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge
üst
6bdc4987
a49ccb20
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
.hgignore
.hgignore
+2
-0
cp273.py
Lib/encodings/cp273.py
+0
-0
test_unicode.py
Lib/test/test_unicode.py
+2
-2
NEWS
Misc/NEWS
+4
-1
No files found.
.hgignore
Dosyayı görüntüle @
72cd8b9e
...
...
@@ -87,6 +87,8 @@ PCbuild/Win32-temp-*
PCbuild/x64-temp-*
PCbuild/amd64
PCbuild/ipch
Tools/unicode/build/
Tools/unicode/MAPPINGS/
BuildLog.htm
__pycache__
Modules/_freeze_importlib
...
...
Lib/encodings/cp273.py
0 → 100644
Dosyayı görüntüle @
72cd8b9e
This diff is collapsed.
Click to expand it.
Lib/test/test_unicode.py
Dosyayı görüntüle @
72cd8b9e
...
...
@@ -1831,7 +1831,7 @@ class UnicodeTest(string_tests.CommonTest,
# 0-127
s
=
bytes
(
range
(
128
))
for
encoding
in
(
'cp037'
,
'cp1026'
,
'cp037'
,
'cp1026'
,
'cp273'
,
'cp437'
,
'cp500'
,
'cp720'
,
'cp737'
,
'cp775'
,
'cp850'
,
'cp852'
,
'cp855'
,
'cp858'
,
'cp860'
,
'cp861'
,
'cp862'
,
'cp863'
,
'cp865'
,
'cp866'
,
...
...
@@ -1859,7 +1859,7 @@ class UnicodeTest(string_tests.CommonTest,
# 128-255
s
=
bytes
(
range
(
128
,
256
))
for
encoding
in
(
'cp037'
,
'cp1026'
,
'cp037'
,
'cp1026'
,
'cp273'
,
'cp437'
,
'cp500'
,
'cp720'
,
'cp737'
,
'cp775'
,
'cp850'
,
'cp852'
,
'cp855'
,
'cp858'
,
'cp860'
,
'cp861'
,
'cp862'
,
'cp863'
,
'cp865'
,
'cp866'
,
...
...
Misc/NEWS
Dosyayı görüntüle @
72cd8b9e
...
...
@@ -10,7 +10,7 @@ Projected release date: 2013-11-24
Core and Builtins
-----------------
- Issue #19514: Deduplicate some _Py_IDENTIFIER declarations.
- Issue #19514: Deduplicate some _Py_IDENTIFIER declarations.
Patch by Andrei Dorian Duma.
- Issue #17936: Fix O(n**2) behaviour when adding or removing many subclasses
...
...
@@ -34,6 +34,9 @@ Core and Builtins
Library
-------
- Issue #1097797: Added CP273 encoding, used on IBM mainframes in
Germany and Austria. Mapping provided by Michael Bierenfeld.
- Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
- Issue #19378: Fixed a number of cases in the dis module where the new
...
...
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