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
cdd43280
Kaydet (Commit)
cdd43280
authored
Nis 22, 2006
tarafından
Hye-Shik Chang
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside
anymore.
üst
51a23fe2
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
11 deletions
+0
-11
test_codecencodings_cn.py
Lib/test/test_codecencodings_cn.py
+0
-1
test_codecencodings_hk.py
Lib/test/test_codecencodings_hk.py
+0
-1
test_codecencodings_jp.py
Lib/test/test_codecencodings_jp.py
+0
-1
test_codecencodings_kr.py
Lib/test/test_codecencodings_kr.py
+0
-1
test_codecencodings_tw.py
Lib/test/test_codecencodings_tw.py
+0
-1
test_codecmaps_cn.py
Lib/test/test_codecmaps_cn.py
+0
-1
test_codecmaps_hk.py
Lib/test/test_codecmaps_hk.py
+0
-1
test_codecmaps_jp.py
Lib/test/test_codecmaps_jp.py
+0
-1
test_codecmaps_kr.py
Lib/test/test_codecmaps_kr.py
+0
-1
test_codecmaps_tw.py
Lib/test/test_codecmaps_tw.py
+0
-1
test_multibytecodec.py
Lib/test/test_multibytecodec.py
+0
-1
No files found.
Lib/test/test_codecencodings_cn.py
Dosyayı görüntüle @
cdd43280
...
...
@@ -3,7 +3,6 @@
# test_codecencodings_cn.py
# Codec encoding tests for PRC encodings.
#
# $CJKCodecs: test_codecencodings_cn.py,v 1.2 2004/06/19 06:09:55 perky Exp $
from
test
import
test_support
from
test
import
test_multibytecodec_support
...
...
Lib/test/test_codecencodings_hk.py
Dosyayı görüntüle @
cdd43280
...
...
@@ -3,7 +3,6 @@
# test_codecencodings_hk.py
# Codec encoding tests for HongKong encodings.
#
# $CJKCodecs: test_codecencodings_hk.py,v 1.1 2004/07/10 17:35:20 perky Exp $
from
test
import
test_support
from
test
import
test_multibytecodec_support
...
...
Lib/test/test_codecencodings_jp.py
Dosyayı görüntüle @
cdd43280
...
...
@@ -3,7 +3,6 @@
# test_codecencodings_jp.py
# Codec encoding tests for Japanese encodings.
#
# $CJKCodecs: test_codecencodings_jp.py,v 1.3 2004/06/19 06:09:55 perky Exp $
from
test
import
test_support
from
test
import
test_multibytecodec_support
...
...
Lib/test/test_codecencodings_kr.py
Dosyayı görüntüle @
cdd43280
...
...
@@ -3,7 +3,6 @@
# test_codecencodings_kr.py
# Codec encoding tests for ROK encodings.
#
# $CJKCodecs: test_codecencodings_kr.py,v 1.2 2004/06/19 06:09:55 perky Exp $
from
test
import
test_support
from
test
import
test_multibytecodec_support
...
...
Lib/test/test_codecencodings_tw.py
Dosyayı görüntüle @
cdd43280
...
...
@@ -3,7 +3,6 @@
# test_codecencodings_tw.py
# Codec encoding tests for ROC encodings.
#
# $CJKCodecs: test_codecencodings_tw.py,v 1.2 2004/06/19 06:09:55 perky Exp $
from
test
import
test_support
from
test
import
test_multibytecodec_support
...
...
Lib/test/test_codecmaps_cn.py
Dosyayı görüntüle @
cdd43280
...
...
@@ -3,7 +3,6 @@
# test_codecmaps_cn.py
# Codec mapping tests for PRC encodings
#
# $CJKCodecs: test_codecmaps_cn.py,v 1.3 2004/06/19 06:09:55 perky Exp $
from
test
import
test_support
from
test
import
test_multibytecodec_support
...
...
Lib/test/test_codecmaps_hk.py
Dosyayı görüntüle @
cdd43280
...
...
@@ -3,7 +3,6 @@
# test_codecmaps_hk.py
# Codec mapping tests for HongKong encodings
#
# $CJKCodecs: test_codecmaps_hk.py,v 1.1 2004/07/10 17:35:20 perky Exp $
from
test
import
test_support
from
test
import
test_multibytecodec_support
...
...
Lib/test/test_codecmaps_jp.py
Dosyayı görüntüle @
cdd43280
...
...
@@ -3,7 +3,6 @@
# test_codecmaps_jp.py
# Codec mapping tests for Japanese encodings
#
# $CJKCodecs: test_codecmaps_jp.py,v 1.3 2004/06/19 06:09:55 perky Exp $
from
test
import
test_support
from
test
import
test_multibytecodec_support
...
...
Lib/test/test_codecmaps_kr.py
Dosyayı görüntüle @
cdd43280
...
...
@@ -3,7 +3,6 @@
# test_codecmaps_kr.py
# Codec mapping tests for ROK encodings
#
# $CJKCodecs: test_codecmaps_kr.py,v 1.3 2004/06/19 06:09:55 perky Exp $
from
test
import
test_support
from
test
import
test_multibytecodec_support
...
...
Lib/test/test_codecmaps_tw.py
Dosyayı görüntüle @
cdd43280
...
...
@@ -3,7 +3,6 @@
# test_codecmaps_tw.py
# Codec mapping tests for ROC encodings
#
# $CJKCodecs: test_codecmaps_tw.py,v 1.3 2004/06/19 06:09:55 perky Exp $
from
test
import
test_support
from
test
import
test_multibytecodec_support
...
...
Lib/test/test_multibytecodec.py
Dosyayı görüntüle @
cdd43280
...
...
@@ -3,7 +3,6 @@
# test_multibytecodec.py
# Unit test for multibytecodec itself
#
# $CJKCodecs: test_multibytecodec.py,v 1.8 2004/06/19 06:09:55 perky Exp $
from
test
import
test_support
from
test
import
test_multibytecodec_support
...
...
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