index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
NEWS.d
/
next
/
Security
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
Dong-hee Na
2019-09-27
1
-0/+3
*
closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346)
Benjamin Peterson
2019-09-26
1
-0/+2
*
bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)
Ashwin Ramaswami
2019-08-31
1
-0/+1
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
bpo-34155: Dont parse domains containing @ (GH-13079)
jpic
2019-07-17
1
-0/+1
*
bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...
Abhilash Raj
2019-07-17
1
-0/+2
*
bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)
Christian Heimes
2019-07-02
1
-0/+4
*
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Steve Dower
2019-07-01
1
-0/+2
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
1
-0/+5
*
bpo-37364: Use io.open_code() to read .pth files (GH-14299)
Steve Dower
2019-06-21
1
-0/+1
*
bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)
Steve Dower
2019-06-17
1
-0/+1
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
3
-6/+0
*
bpo-35907: Fix typo in the NEWS entry (GH-13559)
Victor Stinner
2019-05-24
1
-1/+1
*
bpo-35907: Clarify the NEWS entry (GH-13523)
Victor Stinner
2019-05-24
1
-2/+3
*
bpo-33164: update blake2 implementation (GH-6286)
David Carlier
2019-05-23
1
-0/+1
*
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474)
Victor Stinner
2019-05-22
1
-0/+2
*
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)
Krzysztof Wojcik
2019-05-14
1
-0/+2
*
Python 3.8.0a4
v3.8.0a4
Łukasz Langa
2019-05-06
3
-7/+0
*
bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)
Gregory P. Smith
2019-05-01
1
-1/+1
*
bpo-30458: Disallow control chars in http URLs. (GH-12755)
Gregory P. Smith
2019-05-01
1
-0/+1
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Steve Dower
2019-04-30
1
-0/+1
*
bpo-35755: Remove current directory from posixpath.defpath (GH-11586)
Victor Stinner
2019-04-17
1
-0/+5
*
v3.8.0a3
v3.8.0a3
Łukasz Langa
2019-03-25
2
-7/+0
*
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)
Xtreak
2019-03-10
1
-0/+4
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-07
1
-0/+3
*
[blurb] v3.8.0a1
Łukasz Langa
2019-02-03
12
-29/+0
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569)
Christian Heimes
2019-01-15
1
-0/+3
*
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)
Christian Heimes
2018-09-24
1
-0/+3
*
bpo-17239: Disable external entities in SAX parser (GH-9217)
Christian Heimes
2018-09-23
1
-0/+3
*
bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482)
Christian Heimes
2018-09-22
1
-2/+2
*
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Christian Heimes
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.1.0i for Windows builds. (GH-8775)
Steve Dower
2018-08-15
1
-0/+1
*
bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
Serhiy Storchaka
2018-07-31
1
-0/+3
*
bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229)
Christian Heimes
2018-03-25
1
-0/+3
*
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
Steve Dower
2018-03-05
1
-0/+1
*
bpo-32981: Fix catastrophic backtracking vulns (#5955)
Jamie Davis
2018-03-04
1
-0/+4
*
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)
Christian Heimes
2018-02-24
1
-0/+1
*
Update PyDoc topics and NEWS blurbs for 3.7.0a1
Ned Deily
2017-09-19
7
-30/+0
*
bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878)
Devin Jeanpierre
2017-09-06
1
-0/+1
*
bpo-29781: Fix SSLObject.version before handshake (#3364)
Christian Heimes
2017-09-06
1
-0/+2
*
Link to blurb on PyPI in the NEWS.d READMEs. (#3323)
Gregory P. Smith
2017-09-05
1
-1/+3
*
Blurbify master branch. (#3298)
larryhastings
2017-09-04
4
-0/+25
*
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)
Victor Stinner
2017-08-18
1
-0/+2
*
Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316)
larryhastings
2017-06-22
1
-0/+1