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-37363: Add audit events to the `http.client` module (GH-21321)
Saiyang Gou
2021-04-23
1
-0/+1
*
bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239)
Saiyang Gou
2021-04-21
1
-0/+2
*
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...
Steve Dower
2021-04-21
1
-0/+3
*
bpo-43362: Fix invalid free and return check in _sha3 module (GH-25463)
Christian Heimes
2021-04-18
1
-0/+2
*
bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391)
Yeting Li
2021-04-07
1
-0/+1
*
Python 3.10.0a7
v3.10.0a7
Pablo Galindo
2021-04-05
3
-14/+0
*
bpo-42988: Remove the pydoc getfile feature (GH-25015)
Victor Stinner
2021-03-29
1
-0/+4
*
bpo-43285 Make ftplib not trust the PASV response. (GH-24838)
Gregory P. Smith
2021-03-15
1
-0/+8
*
bpo-43439: Add audit hooks for gc functions (GH-24794)
Pablo Galindo
2021-03-10
1
-0/+2
*
Python 3.10.0a6
Pablo Galindo
2021-03-01
1
-1/+0
*
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt
2021-02-14
1
-0/+1
*
Python 3.10.0a5
Pablo Galindo
2021-02-02
1
-2/+0
*
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...
Benjamin Peterson
2021-01-18
1
-0/+2
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
1
-1/+0
*
bpo-40791: Make compare_digest more constant-time. (GH-20444)
Devin Jeanpierre
2020-11-21
1
-0/+1
*
Python 3.10.0a2
v3.10.0a2
Pablo Galindo
2020-11-03
2
-5/+0
*
bpo-42103: Improve validation of Plist files. (GH-22882)
Serhiy Storchaka
2020-11-02
1
-0/+2
*
bpo-42051: Reject XML entity declarations in plist files (#22760)
Ronald Oussoren
2020-10-19
1
-0/+3
*
Python 3.10.0a1
v3.10.0a1
Pablo Galindo
2020-10-05
5
-7/+0
*
bpo-39603: Prevent header injection in http methods (GH-18485)
AMIR
2020-07-18
1
-0/+2
*
bpo-43104: Update NEWS to include CVE-2020-15801 reference (GH-21521)
Steve Dower
2020-07-17
1
-1/+1
*
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
Steve Dower
2020-07-15
1
-0/+1
*
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...
Steve Dower
2020-07-06
1
-0/+2
*
bpo-41162: Clear audit hooks later during finalization (GH-21222)
Konge
2020-07-03
1
-0/+1
*
bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21...
Ravi Teja P
2020-06-29
1
-0/+1
*
Consolidate 3.9.0b1 NEWS in the master branch
Łukasz Langa
2020-05-19
1
-2/+0
*
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
Steve Dower
2020-05-12
1
-0/+2
*
Python 3.9.0a6
v3.9.0a6
Łukasz Langa
2020-04-27
3
-7/+0
*
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284)
Victor Stinner
2020-04-02
1
-0/+5
*
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
Steve Dower
2020-03-31
1
-0/+1
*
bpo-39073: validate Address parts to disallow CRLF (#19007)
Ashwin Ramaswami
2020-03-30
1
-0/+1
*
Python 3.9.0a5
v3.9.0a5
Łukasz Langa
2020-03-23
1
-1/+0
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Ashwin Ramaswami
2020-03-14
1
-0/+1
*
Python 3.9.0a4
v3.9.0a4
Łukasz Langa
2020-02-25
3
-3/+0
*
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...
Saiyang Gou
2020-02-13
1
-0/+1
*
bpo-39184: Add audit events to command execution functions in os and pty modu...
Saiyang Gou
2020-02-05
1
-0/+1
*
bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)
Steve Dower
2020-01-29
1
-0/+1
*
Python 3.9.0a2
v3.9.0a2
Łukasz Langa
2019-12-18
3
-8/+0
*
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311)
Kyle Stanley
2019-12-09
1
-0/+6
*
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...
Matthew Rollings
2019-12-02
1
-0/+1
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
bcaller
2019-11-22
1
-0/+1
*
Python 3.9.0a1
v3.9.0a1
Łukasz Langa
2019-11-19
13
-26/+0
*
bpo-38622: Add missing audit events for ctypes module (GH-17158)
Steve Dower
2019-11-18
1
-0/+1
*
bpo-38722: Runpy use io.open_code() (GH-17234)
jsnklln
2019-11-18
1
-0/+2
*
bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
Steve Dower
2019-10-18
1
-0/+1
*
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
[next]