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
55be9eab
Kaydet (Commit)
55be9eab
authored
Eyl 10, 2004
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo fix: 'comparisions' is not a word
üst
2cc0c300
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
libdifflib.tex
Doc/lib/libdifflib.tex
+1
-1
libstdtypes.tex
Doc/lib/libstdtypes.tex
+1
-1
difflib.py
Lib/difflib.py
+1
-1
cheatsheet
Misc/cheatsheet
+1
-1
listobject.c
Objects/listobject.c
+1
-1
No files found.
Doc/lib/libdifflib.tex
Dosyayı görüntüle @
55be9eab
...
...
@@ -55,7 +55,7 @@
\begin{classdesc*}
{
HtmlDiff
}
This class can be used to create an HTML table (or a complete HTML file
containing the table) showing a side by side, line by line comparis
i
on
containing the table) showing a side by side, line by line comparison
of text with inter-line and intra-line change highlights. The table can
be generated in either full or contextual difference mode.
...
...
Doc/lib/libstdtypes.tex
Dosyayı görüntüle @
55be9eab
...
...
@@ -1092,7 +1092,7 @@ Notes:
the sorted or reversed list.
\item
[(8)]
The
\method
{
sort()
}
method takes optional arguments for
controlling the comparis
i
ons.
controlling the comparisons.
\var
{
cmp
}
specifies a custom comparison function of two arguments
(list items) which should return a negative, zero or positive number
...
...
Lib/difflib.py
Dosyayı görüntüle @
55be9eab
...
...
@@ -1603,7 +1603,7 @@ class HtmlDiff(object):
"""For producing HTML side by side comparison with change highlights.
This class can be used to create an HTML table (or a complete HTML file
containing the table) showing a side by side, line by line comparis
i
on
containing the table) showing a side by side, line by line comparison
of text with inter-line and intra-line change highlights. The table can
be generated in either full or contextual difference mode.
...
...
Misc/cheatsheet
Dosyayı görüntüle @
55be9eab
...
...
@@ -248,7 +248,7 @@ is not negated object identity (2)
Notes :
Comparison behavior can be overridden for a given class by defining special
method __cmp__.
The above comparis
i
ons return True or False which are of type bool
The above comparisons return True or False which are of type bool
(a subclass of int) and behave exactly as 1 or 0 except for their type and
that they print as True or False instead of 1 or 0.
(1) X < Y < Z < W has expected meaning, unlike C
...
...
Objects/listobject.c
Dosyayı görüntüle @
55be9eab
...
...
@@ -1759,7 +1759,7 @@ merge_compute_minrun(int n)
}
/* Special wrapper to support stable sorting using the decorate-sort-undecorate
pattern. Holds a key which is used for comparis
i
ons and the original record
pattern. Holds a key which is used for comparisons and the original record
which is returned during the undecorate phase. By exposing only the key
during comparisons, the underlying sort stability characteristics are left
unchanged. Also, if a custom comparison function is used, it will only see
...
...
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