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
903a65d7
Kaydet (Commit)
903a65d7
authored
Kas 09, 2009
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix some imports
üst
92634d6b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
db2pickle.py
Tools/scripts/db2pickle.py
+2
-2
pickle2db.py
Tools/scripts/pickle2db.py
+2
-2
redemo.py
Tools/scripts/redemo.py
+1
-1
No files found.
Tools/scripts/db2pickle.py
Dosyayı görüntüle @
903a65d7
...
@@ -33,12 +33,12 @@ try:
...
@@ -33,12 +33,12 @@ try:
except
ImportError
:
except
ImportError
:
gdbm
=
None
gdbm
=
None
try
:
try
:
import
dbm
as
anydbm
import
dbm
.ndbm
as
anydbm
except
ImportError
:
except
ImportError
:
anydbm
=
None
anydbm
=
None
import
sys
import
sys
try
:
try
:
import
cP
ickle
as
pickle
import
p
ickle
as
pickle
except
ImportError
:
except
ImportError
:
import
pickle
import
pickle
...
...
Tools/scripts/pickle2db.py
Dosyayı görüntüle @
903a65d7
...
@@ -38,12 +38,12 @@ try:
...
@@ -38,12 +38,12 @@ try:
except
ImportError
:
except
ImportError
:
gdbm
=
None
gdbm
=
None
try
:
try
:
import
dbm
as
anydbm
import
dbm
.ndbm
as
anydbm
except
ImportError
:
except
ImportError
:
anydbm
=
None
anydbm
=
None
import
sys
import
sys
try
:
try
:
import
cP
ickle
as
pickle
import
p
ickle
as
pickle
except
ImportError
:
except
ImportError
:
import
pickle
import
pickle
...
...
Tools/scripts/redemo.py
Dosyayı görüntüle @
903a65d7
"""Basic regular expression demostration facility (Perl style syntax)."""
"""Basic regular expression demostration facility (Perl style syntax)."""
from
T
kinter
import
*
from
t
kinter
import
*
import
re
import
re
class
ReDemo
:
class
ReDemo
:
...
...
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