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
ed5b3d8b
Kaydet (Commit)
ed5b3d8b
authored
Mar 24, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
give in to tab police
üst
3db0e371
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
4 deletions
+9
-4
cvsfiles.py
Tools/scripts/cvsfiles.py
+0
-0
fixnotice.py
Tools/scripts/fixnotice.py
+0
-0
linktree.py
Tools/scripts/linktree.py
+6
-3
logmerge.py
Tools/scripts/logmerge.py
+0
-0
mailerdaemon.py
Tools/scripts/mailerdaemon.py
+3
-1
No files found.
Tools/scripts/cvsfiles.py
Dosyayı görüntüle @
ed5b3d8b
Tools/scripts/fixnotice.py
Dosyayı görüntüle @
ed5b3d8b
Tools/scripts/linktree.py
Dosyayı görüntüle @
ed5b3d8b
...
@@ -60,15 +60,18 @@ def linknames(old, new, link):
...
@@ -60,15 +60,18 @@ def linknames(old, new, link):
linkname
=
os
.
path
.
join
(
link
,
name
)
linkname
=
os
.
path
.
join
(
link
,
name
)
newname
=
os
.
path
.
join
(
new
,
name
)
newname
=
os
.
path
.
join
(
new
,
name
)
if
debug
>
1
:
print
oldname
,
newname
,
linkname
if
debug
>
1
:
print
oldname
,
newname
,
linkname
if
os
.
path
.
isdir
(
oldname
)
and
not
os
.
path
.
islink
(
oldname
):
if
os
.
path
.
isdir
(
oldname
)
and
\
not
os
.
path
.
islink
(
oldname
):
try
:
try
:
os
.
mkdir
(
newname
,
0777
)
os
.
mkdir
(
newname
,
0777
)
ok
=
1
ok
=
1
except
:
except
:
print
newname
+
': warning: cannot mkdir:'
,
msg
print
newname
+
\
': warning: cannot mkdir:'
,
msg
ok
=
0
ok
=
0
if
ok
:
if
ok
:
linkname
=
os
.
path
.
join
(
os
.
pardir
,
linkname
)
linkname
=
os
.
path
.
join
(
os
.
pardir
,
linkname
)
linknames
(
oldname
,
newname
,
linkname
)
linknames
(
oldname
,
newname
,
linkname
)
else
:
else
:
os
.
symlink
(
linkname
,
newname
)
os
.
symlink
(
linkname
,
newname
)
...
...
Tools/scripts/logmerge.py
Dosyayı görüntüle @
ed5b3d8b
Tools/scripts/mailerdaemon.py
Dosyayı görüntüle @
ed5b3d8b
...
@@ -48,7 +48,9 @@ def emparse_sendmail(fp, sub):
...
@@ -48,7 +48,9 @@ def emparse_sendmail(fp, sub):
((
line
[
0
]
==
'-----'
and
line
[
1
]
==
'Transcript'
)
or
((
line
[
0
]
==
'-----'
and
line
[
1
]
==
'Transcript'
)
or
(
line
[
0
]
==
'---'
and
line
[
1
]
==
'The'
and
(
line
[
0
]
==
'---'
and
line
[
1
]
==
'The'
and
line
[
2
]
==
'transcript'
)
or
line
[
2
]
==
'transcript'
)
or
(
line
[
0
]
==
'While'
and
line
[
1
]
==
'talking'
and
line
[
2
]
==
'to'
)):
(
line
[
0
]
==
'While'
and
line
[
1
]
==
'talking'
and
line
[
2
]
==
'to'
)):
# Yes, found it!
# Yes, found it!
break
break
...
...
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