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
f7d72e48
Kaydet (Commit)
f7d72e48
authored
Tem 05, 2019
tarafından
Min ho Kim
Kaydeden (comit)
Brett Cannon
Tem 05, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some typos (GH-14435)
üst
10e5c667
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
3.8.0a1.rst
Misc/NEWS.d/3.8.0a1.rst
+3
-3
3.8.0a3.rst
Misc/NEWS.d/3.8.0a3.rst
+1
-1
3.8.0b1.rst
Misc/NEWS.d/3.8.0b1.rst
+1
-1
_abc.c
Modules/_abc.c
+2
-2
mathmodule.c
Modules/mathmodule.c
+1
-1
No files found.
Misc/NEWS.d/3.8.0a1.rst
Dosyayı görüntüle @
f7d72e48
...
@@ -550,7 +550,7 @@ The *lineno* and *col_offset* attributes of the AST for decorated function
...
@@ -550,7 +550,7 @@ The *lineno* and *col_offset* attributes of the AST for decorated function
and class refer now to the position of the corresponding ``def``, ``async
and class refer now to the position of the corresponding ``def``, ``async
def`` and ``class`` instead of the position of the first decorator. This
def`` and ``class`` instead of the position of the first decorator. This
leads to more correct line reporting in tracing. This is the only case when
leads to more correct line reporting in tracing. This is the only case when
the position of child AST nodes can prece
ed
the position of the parent AST
the position of child AST nodes can prece
de
the position of the parent AST
node.
node.
..
..
...
@@ -2366,7 +2366,7 @@ running external programs like ``cmd /c ver``.
...
@@ -2366,7 +2366,7 @@ running external programs like ``cmd /c ver``.
Previously, calling the strftime() method on a datetime object with a
Previously, calling the strftime() method on a datetime object with a
trailing '%' in the format string would result in an exception. However,
trailing '%' in the format string would result in an exception. However,
this only occured when the datetime C module was being used; the python
this only occur
r
ed when the datetime C module was being used; the python
implementation did not match this behavior. Datetime is now PEP-399
implementation did not match this behavior. Datetime is now PEP-399
compliant, and will not throw an exception on a trailing '%'.
compliant, and will not throw an exception on a trailing '%'.
...
@@ -5278,7 +5278,7 @@ Improved error handling and fixed a reference leak in
...
@@ -5278,7 +5278,7 @@ Improved error handling and fixed a reference leak in
.. nonce: zncfvW
.. nonce: zncfvW
.. section: Library
.. section: Library
Deleting a key from a read-only dbm database raises module specfic error
Deleting a key from a read-only dbm database raises module spec
i
fic error
instead of KeyError.
instead of KeyError.
..
..
...
...
Misc/NEWS.d/3.8.0a3.rst
Dosyayı görüntüle @
f7d72e48
...
@@ -173,7 +173,7 @@ Update Unicode databases to version 12.0.0.
...
@@ -173,7 +173,7 @@ Update Unicode databases to version 12.0.0.
.. nonce: dZemNt
.. nonce: dZemNt
.. section: Core and Builtins
.. section: Core and Builtins
Fix a segfault occuring when sorting a list of heterogeneous values. Patch
Fix a segfault occur
r
ing when sorting a list of heterogeneous values. Patch
contributed by Rémi Lapeyre and Elliot Gorokhovsky.
contributed by Rémi Lapeyre and Elliot Gorokhovsky.
..
..
...
...
Misc/NEWS.d/3.8.0b1.rst
Dosyayı görüntüle @
f7d72e48
...
@@ -1613,7 +1613,7 @@ versions.
...
@@ -1613,7 +1613,7 @@ versions.
.. section: Documentation
.. section: Documentation
Improve documentation of the stdin, stdout, and stderr arguments of of the
Improve documentation of the stdin, stdout, and stderr arguments of of the
``asyncio.subprocess_exec`` function to spec
fic
y which values are supported.
``asyncio.subprocess_exec`` function to spec
if
y which values are supported.
Also mention that decoding as text is not supported.
Also mention that decoding as text is not supported.
Add a few tests to verify that the various values passed to the std*
Add a few tests to verify that the various values passed to the std*
...
...
Modules/_abc.c
Dosyayı görüntüle @
f7d72e48
...
@@ -554,7 +554,7 @@ end:
...
@@ -554,7 +554,7 @@ end:
}
}
// Return -1 when exception occured.
// Return -1 when exception occur
r
ed.
// Return 1 when result is set.
// Return 1 when result is set.
// Return 0 otherwise.
// Return 0 otherwise.
static
int
subclasscheck_check_registry
(
_abc_data
*
impl
,
PyObject
*
subclass
,
static
int
subclasscheck_check_registry
(
_abc_data
*
impl
,
PyObject
*
subclass
,
...
@@ -666,7 +666,7 @@ _abc__abc_subclasscheck_impl(PyObject *module, PyObject *self,
...
@@ -666,7 +666,7 @@ _abc__abc_subclasscheck_impl(PyObject *module, PyObject *self,
/* 5. Check if it's a subclass of a registered class (recursive). */
/* 5. Check if it's a subclass of a registered class (recursive). */
if
(
subclasscheck_check_registry
(
impl
,
subclass
,
&
result
))
{
if
(
subclasscheck_check_registry
(
impl
,
subclass
,
&
result
))
{
// Exception occured or result is set.
// Exception occur
r
ed or result is set.
goto
end
;
goto
end
;
}
}
...
...
Modules/mathmodule.c
Dosyayı görüntüle @
f7d72e48
...
@@ -1552,7 +1552,7 @@ prove that after that line is executed, we have
...
@@ -1552,7 +1552,7 @@ prove that after that line is executed, we have
(a - 1)**2 < (n >> 2*(c - d)) < (a + 1)**2
(a - 1)**2 < (n >> 2*(c - d)) < (a + 1)**2
To faciliate the proof, we make some changes of notation. Write `m` for
To facili
t
ate the proof, we make some changes of notation. Write `m` for
`n >> 2*(c-d)`, and write `b` for the new value of `a`, so
`n >> 2*(c-d)`, and write `b` for the new value of `a`, so
b = (a << d - e - 1) + (n >> 2*c - e - d + 1) // a
b = (a << d - e - 1) + (n >> 2*c - e - d + 1) // a
...
...
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