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
d6e7e73f
Kaydet (Commit)
d6e7e73f
authored
Şub 26, 2006
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace normalization.
üst
4b92a825
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
copy.py
Lib/copy.py
+1
-1
syntax_test.py
Misc/Vim/syntax_test.py
+1
-1
vim_syntax.py
Misc/Vim/vim_syntax.py
+1
-1
No files found.
Lib/copy.py
Dosyayı görüntüle @
d6e7e73f
...
...
@@ -102,7 +102,7 @@ def _copy_immutable(x):
for
t
in
(
type
(
None
),
int
,
long
,
float
,
bool
,
str
,
tuple
,
frozenset
,
type
,
xrange
,
types
.
ClassType
,
types
.
BuiltinFunctionType
,
types
.
FunctionType
):
types
.
FunctionType
):
d
[
t
]
=
_copy_immutable
for
name
in
(
"ComplexType"
,
"UnicodeType"
,
"CodeType"
):
t
=
getattr
(
types
,
name
,
None
)
...
...
Misc/Vim/syntax_test.py
Dosyayı görüntüle @
d6e7e73f
...
...
@@ -33,4 +33,4 @@ ur'unicode raw'
()
# Uncoloured
all
GeneratorExit
trailing_whitespace
=
path
trailing_whitespace
=
path
Misc/Vim/vim_syntax.py
Dosyayı görüntüle @
d6e7e73f
...
...
@@ -128,7 +128,7 @@ def fill_stmt(iterable, fill_len):
"""Yield a string that fills at most fill_len characters with strings
returned by 'iterable' and separated by a space"""
# Deal with trailing char to handle ' '.join() calculation
fill_len
+=
1
fill_len
+=
1
overflow
=
None
it
=
iter
(
iterable
)
while
True
:
...
...
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