GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Misc
/
NEWS.d
/
next
/
Security
Commit message (
Expand
)
Author
Age
Files
Lines
*
3.6.13
v3.6.13
Ned Deily
2021-02-15
5
-9
/
+0
*
[3.6] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24532)
Senthil Kumaran
2021-02-15
1
-0
/
+1
*
[3.6] closes bpo-42938: Replace snprintf with Python unicode formatting in ct...
Benjamin Peterson
2021-01-18
1
-0
/
+2
*
bpo-40791: Make compare_digest more constant-time. (GH-23438) (GH-23767)
Miss Islington (bot)
2020-12-14
1
-0
/
+1
*
[3.6] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23118)
Serhiy Storchaka
2020-11-10
1
-0
/
+2
*
bpo-42051: Reject XML entity declarations in plist files (GH-22760) (GH-22801...
Miss Skeleton (bot)
2020-10-20
1
-0
/
+3
*
3.6.12
v3.6.12
Ned Deily
2020-08-15
3
-5
/
+0
*
bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21539)
Miss Islington (bot)
2020-07-19
1
-0
/
+2
*
[3.6] bpo-29778: Ensure python3.dll is loaded from correct locations when Pyt...
Steve Dower
2020-07-06
1
-0
/
+2
*
[3.6] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface ...
Tapas Kundu
2020-06-30
1
-0
/
+1
*
3.6.11rc1
v3.6.11rc1
Ned Deily
2020-06-17
4
-8
/
+0
*
bpo-39073: validate Address parts to disallow CRLF (GH-19007) (#19224)
Miss Islington (bot)
2020-05-27
1
-0
/
+1
*
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19304)
Victor Stinner
2020-04-02
1
-0
/
+5
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)...
Miss Islington (bot)
2020-03-14
1
-0
/
+1
*
[3.6] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (G...
Steve Dower
2020-01-30
1
-0
/
+1
*
3.6.10rc1
v3.6.10rc1
Ned Deily
2019-12-11
7
-16
/
+0
*
[3.6] bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR ...
Kyle Stanley
2019-12-11
1
-0
/
+6
*
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...
Miss Islington (bot)
2019-12-02
1
-0
/
+1
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (#17343)
Miss Islington (bot)
2019-11-22
1
-0
/
+1
*
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441)
Victor Stinner
2019-09-28
1
-0
/
+3
*
[3.6] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16410)
Benjamin Peterson
2019-09-25
1
-0
/
+2
*
[3.6] bpo-37461: Fix typo (inifite -> infinite) (#15432)
GeeTransit
2019-08-24
1
-1
/
+1
*
bpo-34155: Dont parse domains containing @ (GH-13079) (GH-14826)
Miss Islington (bot)
2019-08-09
1
-0
/
+1
*
bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...
Miss Islington (bot)
2019-08-01
1
-0
/
+2
*
3.6.9rc1
v3.6.9rc1
Ned Deily
2019-06-18
7
-18
/
+0
*
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-1...
Victor Stinner
2019-06-17
1
-0
/
+2
*
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13513)
Victor Stinner
2019-05-28
1
-0
/
+3
*
bpo-30458: Disallow control chars in http URLs. (GH-12755) (GH-13155)
Miro Hrončok
2019-05-08
1
-0
/
+1
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Miss Islington (bot)
2019-05-02
1
-0
/
+1
*
[3.6] bpo-36216: Add check for characters in netloc that normalize to separat...
Steve Dower
2019-03-12
1
-0
/
+3
*
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (G...
Miss Islington (bot)
2019-03-09
1
-0
/
+4
*
bpo-35746: Credit Colin Read and Nicolas Edet (GH-11865)
Victor Stinner
2019-02-16
1
-1
/
+2
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (GH-11573)
Miss Islington (bot)
2019-01-15
1
-0
/
+3
*
3.6.8rc1
v3.6.8rc1
Ned Deily
2018-12-11
2
-7
/
+0
*
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)...
Victor Stinner
2018-11-23
1
-0
/
+4
*
bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9546)
Miss Islington (bot)
2018-10-20
1
-0
/
+3
*
3.6.7rc1
v3.6.7rc1
Ned Deily
2018-09-26
5
-10
/
+0
*
[3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512)
Christian Heimes
2018-09-24
1
-0
/
+3
*
[3.6] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9489)
Miss Islington (bot)
2018-09-21
1
-2
/
+2
*
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Miss Islington (bot)
2018-09-18
1
-0
/
+2
*
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
Steve Dower
2018-09-17
1
-0
/
+1
*
bpo-34405: Updated to OpenSSL 1.0.2p for Windows builds. (GH-8776)
Steve Dower
2018-08-15
1
-0
/
+1
*
[3.6] bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) (...
Serhiy Storchaka
2018-07-31
1
-0
/
+3
*
3.6.5rc1
v3.6.5rc1
Ned Deily
2018-03-13
2
-5
/
+0
*
[3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990)
Steve Dower
2018-03-05
1
-0
/
+1
*
[3.6] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)
Benjamin Peterson
2018-03-03
1
-0
/
+4
*
Update pydoc topics and NEWS blurbs for 3.6.3rc1
Ned Deily
2017-09-18
2
-4
/
+0
*
[3.6] bpo-29781: Fix SSLObject.version before handshake (GH-3364) (#3381)
Christian Heimes
2017-09-06
1
-0
/
+2
*
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143)
Victor Stinner
2017-08-19
1
-0
/
+2
*
Add "Misc/NEWS.d" directory tree for "blurb". GH-2329
larryhastings
2017-06-22
1
-0
/
+1