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
274271d1
Kaydet (Commit)
274271d1
authored
Haz 28, 2011
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused imports (closes #12432)
A patch from Vincent Legoll.
üst
e4a51e65
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
6 deletions
+2
-6
binhex.py
Lib/binhex.py
+0
-1
cgitb.py
Lib/cgitb.py
+0
-1
contextlib.py
Lib/contextlib.py
+0
-1
glob.py
Lib/glob.py
+1
-0
inspect.py
Lib/inspect.py
+0
-1
textwrap.py
Lib/textwrap.py
+1
-1
turtle.py
Lib/turtle.py
+0
-1
No files found.
Lib/binhex.py
Dosyayı görüntüle @
274271d1
...
...
@@ -23,7 +23,6 @@ hexbin(inputfilename, outputfilename)
#
import
io
import
os
import
sys
import
struct
import
binascii
...
...
Lib/cgitb.py
Dosyayı görüntüle @
274271d1
...
...
@@ -31,7 +31,6 @@ import tempfile
import
time
import
tokenize
import
traceback
import
types
def
reset
():
"""Return a string that resets the CGI and browser to a known state."""
...
...
Lib/contextlib.py
Dosyayı görüntüle @
274271d1
...
...
@@ -2,7 +2,6 @@
import
sys
from
functools
import
wraps
from
warnings
import
warn
__all__
=
[
"contextmanager"
,
"closing"
,
"ContextDecorator"
]
...
...
Lib/glob.py
Dosyayı görüntüle @
274271d1
"""Filename globbing utility."""
import
sys
import
os
import
re
import
fnmatch
...
...
Lib/inspect.py
Dosyayı görüntüle @
274271d1
...
...
@@ -33,7 +33,6 @@ import sys
import
os
import
types
import
itertools
import
string
import
re
import
imp
import
tokenize
...
...
Lib/textwrap.py
Dosyayı görüntüle @
274271d1
...
...
@@ -7,7 +7,7 @@
__revision__
=
"$Id$"
import
string
,
re
import
re
__all__
=
[
'TextWrapper'
,
'wrap'
,
'fill'
,
'dedent'
]
...
...
Lib/turtle.py
Dosyayı görüntüle @
274271d1
...
...
@@ -108,7 +108,6 @@ import tkinter as TK
import
types
import
math
import
time
import
os
import
inspect
from
os.path
import
isfile
,
split
,
join
...
...
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