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
1401018d
Unverified
Kaydet (Commit)
1401018d
authored
6 years ago
tarafından
Raymond Hettinger
Kaydeden (comit)
GitHub
6 years ago
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove wording that could be deemed to be perjorative (GH-9287)
üst
4e824e96
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
_pyio.py
Lib/_pyio.py
+1
-1
README
Modules/_ctypes/libffi_msvc/README
+2
-2
README
Modules/_ctypes/libffi_osx/README
+2
-2
clinic.py
Tools/clinic/clinic.py
+1
-1
No files found.
Lib/_pyio.py
Dosyayı görüntüle @
1401018d
...
...
@@ -2283,7 +2283,7 @@ class TextIOWrapper(TextIOBase):
# current pos.
# Rationale: calling decoder.decode() has a large overhead
# regardless of chunk size; we want the number of such calls to
# be O(1) in most situations (common decoders,
non-crazy
input).
# be O(1) in most situations (common decoders,
sensible
input).
# Actually, it will be exactly 1 for fixed-size codecs (all
# 8-bit codecs, also UTF-16 and UTF-32).
skip_bytes
=
int
(
self
.
_b2cratio
*
chars_to_skip
)
...
...
This diff is collapsed.
Click to expand it.
Modules/_ctypes/libffi_msvc/README
Dosyayı görüntüle @
1401018d
...
...
@@ -372,8 +372,8 @@ single-precision anyway. This causes one test to fail (the `many
arguments' test).
What's With The Cr
azy
Comments?
===============================
What's With The Cr
yptic
Comments?
===============================
==
You might notice a number of cryptic comments in the code, delimited
by /*@ and @*/. These are annotations read by the program LCLint, a
...
...
This diff is collapsed.
Click to expand it.
Modules/_ctypes/libffi_osx/README
Dosyayı görüntüle @
1401018d
...
...
@@ -372,8 +372,8 @@ single-precision anyway. This causes one test to fail (the `many
arguments' test).
What's With The Cr
azy
Comments?
===============================
What's With The Cr
yptic
Comments?
===============================
==
You might notice a number of cryptic comments in the code, delimited
by /*@ and @*/. These are annotations read by the program LCLint, a
...
...
This diff is collapsed.
Click to expand it.
Tools/clinic/clinic.py
Dosyayı görüntüle @
1401018d
...
...
@@ -2787,7 +2787,7 @@ class str_converter(CConverter):
#
# This is the fourth or fifth rewrite of registering all the
#
crazy
string converter format units. Previous approaches hid
# string converter format units. Previous approaches hid
# bugs--generally mismatches between the semantics of the format
# unit and the arguments necessary to represent those semantics
# properly. Hopefully with this approach we'll get it 100% right.
...
...
This diff is collapsed.
Click to expand it.
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