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
8e7586bd
Kaydet (Commit)
8e7586bd
authored
Mar 11, 2013
tarafından
Terry Jan Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #17047: remove doubled words added in 3.4,
as reported by Serhiy Storchaka and Matthew Barnett.
üst
8b53559a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
ssl.rst
Doc/library/ssl.rst
+1
-1
pyport.h
Include/pyport.h
+1
-1
argparse.py
Lib/argparse.py
+1
-1
HISTORY
Misc/HISTORY
+3
-3
No files found.
Doc/library/ssl.rst
Dosyayı görüntüle @
8e7586bd
...
@@ -824,7 +824,7 @@ to speed up repeated connections from the same clients.
...
@@ -824,7 +824,7 @@ to speed up repeated connections from the same clients.
will not contain return meaningful values nor can they be called safely.
will not contain return meaningful values nor can they be called safely.
The *server_name_callback* function must return ``None`` to allow the
The *server_name_callback* function must return ``None`` to allow the
the
TLS negotiation to continue. If a TLS failure is required, a constant
TLS negotiation to continue. If a TLS failure is required, a constant
:const:`ALERT_DESCRIPTION_* <ALERT_DESCRIPTION_INTERNAL_ERROR>` can be
:const:`ALERT_DESCRIPTION_* <ALERT_DESCRIPTION_INTERNAL_ERROR>` can be
returned. Other return values will result in a TLS fatal error with
returned. Other return values will result in a TLS fatal error with
:const:`ALERT_DESCRIPTION_INTERNAL_ERROR`.
:const:`ALERT_DESCRIPTION_INTERNAL_ERROR`.
...
...
Include/pyport.h
Dosyayı görüntüle @
8e7586bd
...
@@ -881,7 +881,7 @@ extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
...
@@ -881,7 +881,7 @@ extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
/*
/*
* Convenient macros to deal with endianness of the platform. WORDS_BIGENDIAN is
* Convenient macros to deal with endianness of the platform. WORDS_BIGENDIAN is
* detected by configure and defined in pyconfig.h. The code in pyconfig.h
* detected by configure and defined in pyconfig.h. The code in pyconfig.h
* also
also
takes care of Apple's universal builds.
* also takes care of Apple's universal builds.
*/
*/
#ifdef WORDS_BIGENDIAN
#ifdef WORDS_BIGENDIAN
...
...
Lib/argparse.py
Dosyayı görüntüle @
8e7586bd
...
@@ -1141,7 +1141,7 @@ class FileType(object):
...
@@ -1141,7 +1141,7 @@ class FileType(object):
- bufsize -- The file's desired buffer size. Accepts the same values as
- bufsize -- The file's desired buffer size. Accepts the same values as
the builtin open() function.
the builtin open() function.
- encoding -- The file's encoding. Accepts the same values as the
- encoding -- The file's encoding. Accepts the same values as the
the
builtin open() function.
builtin open() function.
- errors -- A string indicating how encoding and decoding errors are to
- errors -- A string indicating how encoding and decoding errors are to
be handled. Accepts the same value as the builtin open() function.
be handled. Accepts the same value as the builtin open() function.
"""
"""
...
...
Misc/HISTORY
Dosyayı görüntüle @
8e7586bd
...
@@ -778,7 +778,7 @@ Library
...
@@ -778,7 +778,7 @@ Library
- Issue #14626: Large refactoring of functions / parameters in the os module.
- Issue #14626: Large refactoring of functions / parameters in the os module.
Many functions now support "dir_fd" and "follow_symlinks" parameters;
Many functions now support "dir_fd" and "follow_symlinks" parameters;
some also support accepting an open file descriptor in place of
of
a path
some also support accepting an open file descriptor in place of a path
string. Added os.support_* collections as LBYL helpers. Removed many
string. Added os.support_* collections as LBYL helpers. Removed many
functions only previously seen in 3.3 alpha releases (often starting with
functions only previously seen in 3.3 alpha releases (often starting with
"f" or "l", or ending with "at"). Originally suggested by Serhiy Storchaka;
"f" or "l", or ending with "at"). Originally suggested by Serhiy Storchaka;
...
@@ -1412,7 +1412,7 @@ Library
...
@@ -1412,7 +1412,7 @@ Library
- Issue #14399: zipfile now recognizes that the archive has been modified even
- Issue #14399: zipfile now recognizes that the archive has been modified even
if only the comment is changed. In addition, the TypeError that results from
if only the comment is changed. In addition, the TypeError that results from
trying to set a non-binary value as a comment is now
now
raised at the time
trying to set a non-binary value as a comment is now raised at the time
the comment is set rather than at the time the zipfile is written.
the comment is set rather than at the time the zipfile is written.
- trace.CoverageResults.is_ignored_filename() now ignores any name that starts
- trace.CoverageResults.is_ignored_filename() now ignores any name that starts
...
@@ -3052,7 +3052,7 @@ Library
...
@@ -3052,7 +3052,7 @@ Library
check or set the MACOSX_DEPLOYMENT_TARGET environment variable for the
check or set the MACOSX_DEPLOYMENT_TARGET environment variable for the
interpreter process. This could cause failures in non-Distutils subprocesses
interpreter process. This could cause failures in non-Distutils subprocesses
and was unreliable since tests or user programs could modify the interpreter
and was unreliable since tests or user programs could modify the interpreter
environment after Distutils set it. Instead, have Distutils set the
the
environment after Distutils set it. Instead, have Distutils set the
deployment target only in the environment of each build subprocess. It is
deployment target only in the environment of each build subprocess. It is
still possible to globally override the default by setting
still possible to globally override the default by setting
MACOSX_DEPLOYMENT_TARGET before launching the interpreter; its value must be
MACOSX_DEPLOYMENT_TARGET before launching the interpreter; its value must be
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