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
bac2d5ba
Unverified
Kaydet (Commit)
bac2d5ba
authored
Mar 28, 2018
tarafından
Serhiy Storchaka
Kaydeden (comit)
GitHub
Mar 28, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix duplicating words words. (GH-6296)
Most of them have been added in 3.7.
üst
aa50bf08
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
13 additions
and
13 deletions
+13
-13
asyncio-protocol.rst
Doc/library/asyncio-protocol.rst
+2
-2
contextvars.rst
Doc/library/contextvars.rst
+1
-1
datetime.rst
Doc/library/datetime.rst
+2
-2
test.rst
Doc/library/test.rst
+1
-1
3.7.rst
Doc/whatsnew/3.7.rst
+1
-1
protocols.py
Lib/asyncio/protocols.py
+1
-1
test_editmenu.py
Lib/idlelib/idle_test/test_editmenu.py
+1
-1
test_text.py
Lib/idlelib/idle_test/test_text.py
+1
-1
2018-01-18-13-09-00.bpo-32585.qpeijr.rst
...S.d/next/Library/2018-01-18-13-09-00.bpo-32585.qpeijr.rst
+1
-1
2018-03-18-17-38-48.bpo-32953.t8WAWN.rst
...S.d/next/Library/2018-03-18-17-38-48.bpo-32953.t8WAWN.rst
+1
-1
_datetimemodule.c
Modules/_datetimemodule.c
+1
-1
No files found.
Doc/library/asyncio-protocol.rst
Dosyayı görüntüle @
bac2d5ba
...
@@ -339,7 +339,7 @@ Protocol classes
...
@@ -339,7 +339,7 @@ Protocol classes
control of the receive buffer.
control of the receive buffer.
.. versionadded:: 3.7
.. versionadded:: 3.7
**Important:** this has been
been
added to asyncio in Python 3.7
**Important:** this has been added to asyncio in Python 3.7
*on a provisional basis*! Treat it as an experimental API that
*on a provisional basis*! Treat it as an experimental API that
might be changed or removed in Python 3.8.
might be changed or removed in Python 3.8.
...
@@ -450,7 +450,7 @@ Streaming protocols with manual receive buffer control
...
@@ -450,7 +450,7 @@ Streaming protocols with manual receive buffer control
------------------------------------------------------
------------------------------------------------------
.. versionadded:: 3.7
.. versionadded:: 3.7
**Important:** :class:`BufferedProtocol` has been
been
added to
**Important:** :class:`BufferedProtocol` has been added to
asyncio in Python 3.7 *on a provisional basis*! Consider it as an
asyncio in Python 3.7 *on a provisional basis*! Consider it as an
experimental API that might be changed or removed in Python 3.8.
experimental API that might be changed or removed in Python 3.8.
...
...
Doc/library/contextvars.rst
Dosyayı görüntüle @
bac2d5ba
...
@@ -253,7 +253,7 @@ client::
...
@@ -253,7 +253,7 @@ client::
addr = writer.transport.get_extra_info('socket').getpeername()
addr = writer.transport.get_extra_info('socket').getpeername()
client_addr_var.set(addr)
client_addr_var.set(addr)
# In any code that we call is
is
now possible to get
# In any code that we call is now possible to get
# client's address by calling 'client_addr_var.get()'.
# client's address by calling 'client_addr_var.get()'.
while True:
while True:
...
...
Doc/library/datetime.rst
Dosyayı görüntüle @
bac2d5ba
...
@@ -2209,8 +2209,8 @@ Notes:
...
@@ -2209,8 +2209,8 @@ Notes:
:meth:`utcoffset` is transformed into a string of the form
:meth:`utcoffset` is transformed into a string of the form
±HHMM[SS[.uuuuuu]], where HH is a 2-digit string giving the number of UTC
±HHMM[SS[.uuuuuu]], where HH is a 2-digit string giving the number of UTC
offset hours, and MM is a 2-digit string giving the number of UTC offset
offset hours, and MM is a 2-digit string giving the number of UTC offset
minutes, SS is a 2-digit string
string
giving the number of UTC offset
minutes, SS is a 2-digit string giving the number of UTC offset
seconds and uuuuuu is a 2-digit string
string
giving the number of UTC
seconds and uuuuuu is a 2-digit string giving the number of UTC
offset microseconds. The uuuuuu part is omitted when the offset is a
offset microseconds. The uuuuuu part is omitted when the offset is a
whole number of minutes and both the uuuuuu and the SS parts are omitted
whole number of minutes and both the uuuuuu and the SS parts are omitted
when the offset is a whole number of minutes. For example, if
when the offset is a whole number of minutes. For example, if
...
...
Doc/library/test.rst
Dosyayı görüntüle @
bac2d5ba
...
@@ -1153,7 +1153,7 @@ The :mod:`test.support` module defines the following functions:
...
@@ -1153,7 +1153,7 @@ The :mod:`test.support` module defines the following functions:
*module*.
*module*.
The *name_of_module* argument can specify (as a string or tuple thereof) what
The *name_of_module* argument can specify (as a string or tuple thereof) what
module(s) an API could be defined in
in
order to be detected as a public
module(s) an API could be defined in order to be detected as a public
API. One case for this is when *module* imports part of its public API from
API. One case for this is when *module* imports part of its public API from
other modules, possibly a C backend (like ``csv`` and its ``_csv``).
other modules, possibly a C backend (like ``csv`` and its ``_csv``).
...
...
Doc/whatsnew/3.7.rst
Dosyayı görüntüle @
bac2d5ba
...
@@ -684,7 +684,7 @@ feature. Instances must be created with :class:`~ssl.SSLContext` methods
...
@@ -684,7 +684,7 @@ feature. Instances must be created with :class:`~ssl.SSLContext` methods
(Contributed by Christian Heimes in :issue:`32951`)
(Contributed by Christian Heimes in :issue:`32951`)
OpenSSL 1.1 APIs for setting the minimum and maximum TLS protocol version are
OpenSSL 1.1 APIs for setting the minimum and maximum TLS protocol version are
available as
as
:attr:`~ssl.SSLContext.minimum_version` and
available as :attr:`~ssl.SSLContext.minimum_version` and
:attr:`~ssl.SSLContext.maximum_version`. Supported protocols are indicated
:attr:`~ssl.SSLContext.maximum_version`. Supported protocols are indicated
by new flags like :data:`~ssl.HAS_TLSv1_1`.
by new flags like :data:`~ssl.HAS_TLSv1_1`.
(Contributed by Christian Heimes in :issue:`32609`.)
(Contributed by Christian Heimes in :issue:`32609`.)
...
...
Lib/asyncio/protocols.py
Dosyayı görüntüle @
bac2d5ba
...
@@ -105,7 +105,7 @@ class Protocol(BaseProtocol):
...
@@ -105,7 +105,7 @@ class Protocol(BaseProtocol):
class
BufferedProtocol
(
BaseProtocol
):
class
BufferedProtocol
(
BaseProtocol
):
"""Interface for stream protocol with manual buffer control.
"""Interface for stream protocol with manual buffer control.
Important: this has been
been
added to asyncio in Python 3.7
Important: this has been added to asyncio in Python 3.7
*on a provisional basis*! Consider it as an experimental API that
*on a provisional basis*! Consider it as an experimental API that
might be changed or removed in Python 3.8.
might be changed or removed in Python 3.8.
...
...
Lib/idlelib/idle_test/test_editmenu.py
Dosyayı görüntüle @
bac2d5ba
'''Test (selected) IDLE Edit menu items.
'''Test (selected) IDLE Edit menu items.
Edit modules have their own test files
files
Edit modules have their own test files
'''
'''
from
test.support
import
requires
from
test.support
import
requires
requires
(
'gui'
)
requires
(
'gui'
)
...
...
Lib/idlelib/idle_test/test_text.py
Dosyayı görüntüle @
bac2d5ba
...
@@ -9,7 +9,7 @@ from _tkinter import TclError
...
@@ -9,7 +9,7 @@ from _tkinter import TclError
class
TextTest
(
object
):
class
TextTest
(
object
):
"Define items common to both sets of tests."
"Define items common to both sets of tests."
hw
=
'hello
\n
world'
# Several tests insert this after
after
initialization.
hw
=
'hello
\n
world'
# Several tests insert this after initialization.
hwn
=
hw
+
'
\n
'
# \n present at initialization, before insert
hwn
=
hw
+
'
\n
'
# \n present at initialization, before insert
# setUpClass defines cls.Text and maybe cls.root.
# setUpClass defines cls.Text and maybe cls.root.
...
...
Misc/NEWS.d/next/Library/2018-01-18-13-09-00.bpo-32585.qpeijr.rst
Dosyayı görüntüle @
bac2d5ba
Add Ttk spinbox widget to
to tkinter.ttk
. Patch by Alan D Moore.
Add Ttk spinbox widget to
:mod:`tkinter.ttk`
. Patch by Alan D Moore.
Misc/NEWS.d/next/Library/2018-03-18-17-38-48.bpo-32953.t8WAWN.rst
Dosyayı görüntüle @
bac2d5ba
If a non-dataclass inherits from a frozen dataclass, allow attributes to be
If a non-dataclass inherits from a frozen dataclass, allow attributes to be
added to the derived class. Only attributes from
from
the frozen dataclass
added to the derived class. Only attributes from the frozen dataclass
cannot be assigned to. Require all dataclasses in a hierarchy to be either
cannot be assigned to. Require all dataclasses in a hierarchy to be either
all frozen or all non-frozen.
all frozen or all non-frozen.
Modules/_datetimemodule.c
Dosyayı görüntüle @
bac2d5ba
...
@@ -5214,7 +5214,7 @@ get_flip_fold_offset(PyObject *dt)
...
@@ -5214,7 +5214,7 @@ get_flip_fold_offset(PyObject *dt)
/* PEP 495 exception: Whenever one or both of the operands in
/* PEP 495 exception: Whenever one or both of the operands in
* inter-zone comparison is such that its utcoffset() depends
* inter-zone comparison is such that its utcoffset() depends
* on the value of its fold
fold
attribute, the result is False.
* on the value of its fold attribute, the result is False.
*
*
* Return 1 if exception applies, 0 if not, and -1 on error.
* Return 1 if exception applies, 0 if not, and -1 on error.
*/
*/
...
...
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