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
90d0cfb2
Kaydet (Commit)
90d0cfb2
authored
6 years ago
tarafından
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
Kaydeden (comit)
Serhiy Storchaka
6 years ago
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-35202: Remove unused imports in tests. (GH-10561)
üst
4edeaeac
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
1 addition
and
18 deletions
+1
-18
test_aifc.py
Lib/test/test_aifc.py
+0
-2
test_selector_events.py
Lib/test/test_asyncio/test_selector_events.py
+0
-1
test_coroutines.py
Lib/test/test_coroutines.py
+0
-1
test_frozen.py
Lib/test/test_frozen.py
+0
-1
test_future.py
Lib/test/test_future.py
+0
-1
test_gdb.py
Lib/test/test_gdb.py
+0
-1
test_locks.py
Lib/test/test_importlib/test_locks.py
+0
-1
test_minidom.py
Lib/test/test_minidom.py
+0
-1
test_netrc.py
Lib/test/test_netrc.py
+0
-1
test_platform.py
Lib/test/test_platform.py
+0
-1
test_resource.py
Lib/test/test_resource.py
+0
-1
test_sax.py
Lib/test/test_sax.py
+0
-1
test_ssl.py
Lib/test/test_ssl.py
+0
-1
test_time.py
Lib/test/test_time.py
+0
-1
test_traceback.py
Lib/test/test_traceback.py
+1
-1
test_urlparse.py
Lib/test/test_urlparse.py
+0
-1
test_utf8_mode.py
Lib/test/test_utf8_mode.py
+0
-1
No files found.
Lib/test/test_aifc.py
Dosyayı görüntüle @
90d0cfb2
...
...
@@ -7,8 +7,6 @@ import io
import
sys
import
struct
import
aifc
import
warnings
class
AifcTest
(
audiotests
.
AudioWriteTests
,
audiotests
.
AudioTestsWithSourceFile
):
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_asyncio/test_selector_events.py
Dosyayı görüntüle @
90d0cfb2
"""Tests for selector_events.py"""
import
errno
import
selectors
import
socket
import
unittest
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_coroutines.py
Dosyayı görüntüle @
90d0cfb2
...
...
@@ -2,7 +2,6 @@ import contextlib
import
copy
import
inspect
import
pickle
import
re
import
sys
import
types
import
unittest
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_frozen.py
Dosyayı görüntüle @
90d0cfb2
...
...
@@ -13,7 +13,6 @@
import
sys
import
unittest
from
test.support
import
captured_stdout
from
importlib
import
util
class
TestFrozen
(
unittest
.
TestCase
):
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_future.py
Dosyayı görüntüle @
90d0cfb2
# Test various flavors of legal and illegal future statements
from
functools
import
partial
import
unittest
from
test
import
support
from
textwrap
import
dedent
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_gdb.py
Dosyayı görüntüle @
90d0cfb2
...
...
@@ -3,7 +3,6 @@
# The code for testing gdb was adapted from similar work in Unladen Swallow's
# Lib/test/test_jit_gdb.py
import
locale
import
os
import
platform
import
re
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_importlib/test_locks.py
Dosyayı görüntüle @
90d0cfb2
...
...
@@ -4,7 +4,6 @@ init = test_util.import_importlib('importlib')
import
sys
import
threading
import
unittest
import
weakref
from
test
import
support
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_minidom.py
Dosyayı görüntüle @
90d0cfb2
...
...
@@ -3,7 +3,6 @@
import
copy
import
pickle
import
io
import
contextlib
from
test.support
import
findfile
import
unittest
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_netrc.py
Dosyayı görüntüle @
90d0cfb2
import
netrc
,
os
,
unittest
,
sys
,
tempfile
,
textwrap
from
unittest
import
mock
from
test
import
support
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_platform.py
Dosyayı görüntüle @
90d0cfb2
from
unittest
import
mock
import
os
import
platform
import
subprocess
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_resource.py
Dosyayı görüntüle @
90d0cfb2
import
contextlib
import
sys
import
os
import
unittest
from
test
import
support
import
time
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_sax.py
Dosyayı görüntüle @
90d0cfb2
...
...
@@ -17,7 +17,6 @@ from xml.sax.handler import feature_namespaces, feature_external_ges
from
xml.sax.xmlreader
import
InputSource
,
AttributesImpl
,
AttributesNSImpl
from
io
import
BytesIO
,
StringIO
import
codecs
import
gc
import
os.path
import
shutil
from
urllib.error
import
URLError
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_ssl.py
Dosyayı görüntüle @
90d0cfb2
...
...
@@ -17,7 +17,6 @@ import traceback
import
asyncore
import
weakref
import
platform
import
functools
import
sysconfig
try
:
import
ctypes
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_time.py
Dosyayı görüntüle @
90d0cfb2
...
...
@@ -9,7 +9,6 @@ import sysconfig
import
time
import
threading
import
unittest
import
warnings
try
:
import
_testcapi
except
ImportError
:
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_traceback.py
Dosyayı görüntüle @
90d0cfb2
...
...
@@ -110,7 +110,7 @@ class TracebackCases(unittest.TestCase):
# Test that tracebacks are correctly printed for encoded source files:
# - correct line number (Issue2384)
# - respect file encoding (Issue3975)
import
tempfile
,
sys
,
subprocess
,
o
s
import
sys
,
subproces
s
# The spawned subprocess has its stdout redirected to a PIPE, and its
# encoding may be different from the current interpreter, on Windows
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_urlparse.py
Dosyayı görüntüle @
90d0cfb2
import
unittest
import
urllib.parse
import
warnings
RFC1808_BASE
=
"http://a/b/c/d;p?q#f"
RFC2396_BASE
=
"http://a/b/c/d;p?q"
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_utf8_mode.py
Dosyayı görüntüle @
90d0cfb2
...
...
@@ -3,7 +3,6 @@ Test the implementation of the PEP 540: the UTF-8 Mode.
"""
import
locale
import
os
import
sys
import
textwrap
import
unittest
...
...
This diff is collapsed.
Click to expand it.
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