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
70f61b93
Kaydet (Commit)
70f61b93
authored
Kas 15, 2018
tarafından
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
Kaydeden (comit)
INADA Naoki
Kas 15, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-35202: Remove unused imports in Lib directory (GH-10450)
üst
25221b32
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
5 deletions
+0
-5
base_events.py
Lib/asyncio/base_events.py
+0
-1
_test_multiprocessing.py
Lib/test/_test_multiprocessing.py
+0
-1
test_contextlib.py
Lib/test/test_contextlib.py
+0
-1
test_regrtest.py
Lib/test/test_regrtest.py
+0
-1
test_uuid.py
Lib/test/test_uuid.py
+0
-1
No files found.
Lib/asyncio/base_events.py
Dosyayı görüntüle @
70f61b93
...
...
@@ -18,7 +18,6 @@ import collections.abc
import
concurrent.futures
import
heapq
import
itertools
import
logging
import
os
import
socket
import
subprocess
...
...
Lib/test/_test_multiprocessing.py
Dosyayı görüntüle @
70f61b93
...
...
@@ -5,7 +5,6 @@
import
unittest
import
unittest.mock
import
queue
as
pyqueue
import
contextlib
import
time
import
io
import
itertools
...
...
Lib/test/test_contextlib.py
Dosyayı görüntüle @
70f61b93
"""Unit tests for contextlib.py, and other context managers."""
import
asyncio
import
io
import
sys
import
tempfile
...
...
Lib/test/test_regrtest.py
Dosyayı görüntüle @
70f61b93
...
...
@@ -15,7 +15,6 @@ import sys
import
sysconfig
import
tempfile
import
textwrap
import
threading
import
unittest
from
test
import
libregrtest
from
test
import
support
...
...
Lib/test/test_uuid.py
Dosyayı görüntüle @
70f61b93
...
...
@@ -3,7 +3,6 @@ from test import support
import
builtins
import
contextlib
import
copy
from
functools
import
partial
import
io
import
os
import
pickle
...
...
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