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
68485f78
Kaydet (Commit)
68485f78
authored
Ock 23, 2018
tarafından
Larry Hastings
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
blurb release and pydoc topics for 3.4.8rc1.
üst
c59731d9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
61 additions
and
15 deletions
+61
-15
topics.py
Lib/pydoc_data/topics.py
+0
-0
3.4.8rc1.rst
Misc/NEWS.d/3.4.8rc1.rst
+61
-0
2017-09-07-19-19-19.bpo-29572.iZ1XKK.rst
...EWS.d/next/Build/2017-09-07-19-19-19.bpo-29572.iZ1XKK.rst
+0
-1
2017-09-05-20-35-21.bpo-31170.QGmJ1t.rst
...S.d/next/Library/2017-09-05-20-35-21.bpo-31170.QGmJ1t.rst
+0
-3
2017-11-18-21-13-52.bpo-32072.nwDV8L.rst
...S.d/next/Library/2017-11-18-21-13-52.bpo-32072.nwDV8L.rst
+0
-6
2017-08-16-17-34-02.bpo-29169.GRXsSt.rst
....d/next/Security/2017-08-16-17-34-02.bpo-29169.GRXsSt.rst
+0
-1
2017-09-05-20-34-44.bpo-30947.iNMmm4.rst
....d/next/Security/2017-09-05-20-34-44.bpo-30947.iNMmm4.rst
+0
-2
2017-12-01-18-51-03.bpo-30657.Fd8kId.rst
....d/next/Security/2017-12-01-18-51-03.bpo-30657.Fd8kId.rst
+0
-2
No files found.
Lib/pydoc_data/topics.py
Dosyayı görüntüle @
68485f78
This diff is collapsed.
Click to expand it.
Misc/NEWS.d/3.4.8rc1.rst
0 → 100644
Dosyayı görüntüle @
68485f78
.. bpo: 30657
.. date: 2017-12-01-18-51-03
.. nonce: Fd8kId
.. release date: 2018-01-23
.. section: Security
Fixed possible integer overflow in PyBytes_DecodeEscape, CVE-2017-1000158.
Original patch by Jay Bosamiya; rebased to Python 3 by Miro Hrončok.
..
.. bpo: 30947
.. date: 2017-09-05-20-34-44
.. nonce: iNMmm4
.. section: Security
Upgrade libexpat embedded copy from version 2.2.1 to 2.2.3 to get security
fixes.
..
.. bpo: 29169
.. date: 2017-08-16-17-34-02
.. nonce: GRXsSt
.. section: Security
Update zlib from 1.2.8 to 1.2.11 to get security fixes.
..
.. bpo: 32072
.. date: 2017-11-18-21-13-52
.. nonce: nwDV8L
.. section: Library
Fixed issues with binary plists:
* Fixed saving bytearrays.
* Identical objects will be saved only once.
* Equal references will be load as identical objects.
* Added support for saving and loading recursive data structures.
..
.. bpo: 31170
.. date: 2017-09-05-20-35-21
.. nonce: QGmJ1t
.. section: Library
expat: Update libexpat from 2.2.3 to 2.2.4. Fix copying of partial
characters for UTF-8 input (libexpat bug 115):
https://github.com/libexpat/libexpat/issues/115
..
.. bpo: 29572
.. date: 2017-09-07-19-19-19
.. nonce: iZ1XKK
.. section: Build
Update Windows build and OS X installers to use OpenSSL 1.0.2k.
Misc/NEWS.d/next/Build/2017-09-07-19-19-19.bpo-29572.iZ1XKK.rst
deleted
100644 → 0
Dosyayı görüntüle @
c59731d9
Update Windows build and OS X installers to use OpenSSL 1.0.2k.
Misc/NEWS.d/next/Library/2017-09-05-20-35-21.bpo-31170.QGmJ1t.rst
deleted
100644 → 0
Dosyayı görüntüle @
c59731d9
expat: Update libexpat from 2.2.3 to 2.2.4. Fix copying of partial
characters for UTF-8 input (libexpat bug 115):
https://github.com/libexpat/libexpat/issues/115
Misc/NEWS.d/next/Library/2017-11-18-21-13-52.bpo-32072.nwDV8L.rst
deleted
100644 → 0
Dosyayı görüntüle @
c59731d9
Fixed issues with binary plists:
* Fixed saving bytearrays.
* Identical objects will be saved only once.
* Equal references will be load as identical objects.
* Added support for saving and loading recursive data structures.
Misc/NEWS.d/next/Security/2017-08-16-17-34-02.bpo-29169.GRXsSt.rst
deleted
100644 → 0
Dosyayı görüntüle @
c59731d9
Update zlib from 1.2.8 to 1.2.11 to get security fixes.
Misc/NEWS.d/next/Security/2017-09-05-20-34-44.bpo-30947.iNMmm4.rst
deleted
100644 → 0
Dosyayı görüntüle @
c59731d9
Upgrade libexpat embedded copy from version 2.2.1 to 2.2.3 to get security
fixes.
Misc/NEWS.d/next/Security/2017-12-01-18-51-03.bpo-30657.Fd8kId.rst
deleted
100644 → 0
Dosyayı görüntüle @
c59731d9
Fixed possible integer overflow in PyBytes_DecodeEscape, CVE-2017-1000158.
Original patch by Jay Bosamiya; rebased to Python 3 by Miro Hrončok.
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