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
02d893cf
Kaydet (Commit)
02d893cf
authored
Agu 02, 2001
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Patch #444359: Remove unused imports.
üst
d429ab6d
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2 additions
and
9 deletions
+2
-9
ConfigParser.py
Lib/ConfigParser.py
+0
-1
Cookie.py
Lib/Cookie.py
+1
-1
codecs.py
Lib/codecs.py
+1
-1
multifile.py
Lib/multifile.py
+0
-2
pipes.py
Lib/pipes.py
+0
-1
pyclbr.py
Lib/pyclbr.py
+0
-1
sgmllib.py
Lib/sgmllib.py
+0
-1
urllib2.py
Lib/urllib2.py
+0
-1
No files found.
Lib/ConfigParser.py
Dosyayı görüntüle @
02d893cf
...
...
@@ -85,7 +85,6 @@ ConfigParser -- responsible for for parsing a list of
write the configuration state in .ini format
"""
import
sys
import
string
import
re
...
...
Lib/Cookie.py
Dosyayı görüntüle @
02d893cf
...
...
@@ -215,7 +215,7 @@ Finis.
#
# Import our required modules
#
import
string
,
sys
import
string
from
UserDict
import
UserDict
try
:
...
...
Lib/codecs.py
Dosyayı görüntüle @
02d893cf
...
...
@@ -7,7 +7,7 @@ Written by Marc-Andre Lemburg (mal@lemburg.com).
"""
#"
import
struct
,
types
,
__builtin__
import
struct
,
__builtin__
### Registry and builtin stateless codec functions
...
...
Lib/multifile.py
Dosyayı görüntüle @
02d893cf
...
...
@@ -27,8 +27,6 @@ current file part. This may be useful when using MultiFile with a non-
seekable stream object.
"""
import
sys
__all__
=
[
"MultiFile"
,
"Error"
]
class
Error
(
Exception
):
...
...
Lib/pipes.py
Dosyayı görüntüle @
02d893cf
...
...
@@ -59,7 +59,6 @@ For an example, see the function test() at the end of the file.
"""
# '
import
sys
import
re
import
os
...
...
Lib/pyclbr.py
Dosyayı görüntüle @
02d893cf
...
...
@@ -53,7 +53,6 @@ PACKAGE RELATED BUGS
exists coded in Python in the freeze package.)
"""
import
os
import
sys
import
imp
import
re
...
...
Lib/sgmllib.py
Dosyayı görüntüle @
02d893cf
...
...
@@ -10,7 +10,6 @@
import
re
import
string
__all__
=
[
"SGMLParser"
]
...
...
Lib/urllib2.py
Dosyayı görüntüle @
02d893cf
...
...
@@ -88,7 +88,6 @@ f = urllib2.urlopen('http://www.python.org/')
# check digest against correct (i.e. non-apache) implementation
import
socket
import
UserDict
import
httplib
import
re
import
base64
...
...
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