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
260ec2c3
Kaydet (Commit)
260ec2c3
authored
Eki 20, 2018
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
3.7.1final
üst
32fe7b01
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
33 additions
and
13 deletions
+33
-13
patchlevel.h
Include/patchlevel.h
+3
-3
topics.py
Lib/pydoc_data/topics.py
+2
-3
3.7.1.rst
Misc/NEWS.d/3.7.1.rst
+6
-0
3.7.1rc2.rst
Misc/NEWS.d/3.7.1rc2.rst
+20
-0
2018-10-13-19-15-23.bpo-34521.YPaiTK.rst
...S.d/next/Library/2018-10-13-19-15-23.bpo-34521.YPaiTK.rst
+0
-3
2018-10-20-00-35-19.bpo-34909.Ew_8DC.rst
...S.d/next/Library/2018-10-20-00-35-19.bpo-34909.Ew_8DC.rst
+0
-2
README.rst
README.rst
+2
-2
No files found.
Include/patchlevel.h
Dosyayı görüntüle @
260ec2c3
...
...
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMMA
#define PY_RELEASE_SERIAL
2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_RELEASE_SERIAL
0
/* Version as a string */
#define PY_VERSION "3.7.1
rc2
"
#define PY_VERSION "3.7.1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
...
...
Lib/pydoc_data/topics.py
Dosyayı görüntüle @
260ec2c3
# -*- coding: utf-8 -*-
# Autogenerated by Sphinx on Sat Oct
13 02:40:00
2018
# Autogenerated by Sphinx on Sat Oct
20 01:59:27
2018
topics
=
{
'assert'
:
'The "assert" statement
\n
'
'**********************
\n
'
'
\n
'
...
...
@@ -5526,8 +5526,7 @@ topics = {'assert': 'The "assert" statement\n'
' 3232235521
\n
'
' >>>
\n
'
' >>> width = 5
\n
'
' >>> for num in range(5,12): #doctest: '
'+NORMALIZE_WHITESPACE
\n
'
' >>> for num in range(5,12):
\n
'
" ... for base in 'dXob':
\n
"
" ... print('{0:{width}{base}}'.format(num, "
"base=base, width=width), end=' ')
\n
"
...
...
Misc/NEWS.d/
next/Library/2018-10-13-11-14-13.bpo-34970.SrJTY7
.rst
→
Misc/NEWS.d/
3.7.1
.rst
Dosyayı görüntüle @
260ec2c3
.. bpo: 34970
.. date: 2018-10-13-11-14-13
.. nonce: SrJTY7
.. release date: 2018-10-20
.. section: Library
Protect tasks weak set manipulation in ``asyncio.all_tasks()``
Misc/NEWS.d/3.7.1rc2.rst
Dosyayı görüntüle @
260ec2c3
...
...
@@ -49,6 +49,15 @@ Fixed integer overflow in the :meth:`~hashlib.shake.digest()` and
..
.. bpo: 34909
.. date: 2018-10-20-00-35-19
.. nonce: Ew_8DC
.. section: Library
Enum: fix grandchildren subclassing when parent mixed with concrete data
types.
..
.. bpo: 34900
.. date: 2018-10-05-05-55-53
.. nonce: 8RNiFu
...
...
@@ -89,6 +98,17 @@ system clock is adjusted.
..
.. bpo: 34521
.. date: 2018-10-13-19-15-23
.. nonce: YPaiTK
.. section: Library
Use :func:`socket.CMSG_SPACE` to calculate ancillary data size instead of
:func:`socket.CMSG_LEN` in :func:`multiprocessing.reduction.recvfds` as
:rfc:`3542` requires the use of the former for portable applications.
..
.. bpo: 34334
.. date: 2018-09-25-08-42-34
.. nonce: rSPBW9
...
...
Misc/NEWS.d/next/Library/2018-10-13-19-15-23.bpo-34521.YPaiTK.rst
deleted
100644 → 0
Dosyayı görüntüle @
32fe7b01
Use :func:`socket.CMSG_SPACE` to calculate ancillary data size instead of
:func:`socket.CMSG_LEN` in :func:`multiprocessing.reduction.recvfds` as
:rfc:`3542` requires the use of the former for portable applications.
Misc/NEWS.d/next/Library/2018-10-20-00-35-19.bpo-34909.Ew_8DC.rst
deleted
100644 → 0
Dosyayı görüntüle @
32fe7b01
Enum: fix grandchildren subclassing when parent mixed with concrete data
types.
README.rst
Dosyayı görüntüle @
260ec2c3
This is Python version 3.7.1
candidate 2
============================
============
This is Python version 3.7.1
============================
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
:alt: CPython build status on Travis CI
...
...
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