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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Blurb release and pydoc topics for 3.5.10.
Larry Hastings
2020-09-05
2
-2/+8
*
bpo-39603: Prevent header injection in http methods (GH-18485) (#21946)
Victor Stinner
2020-09-04
1
-0/+2
*
Blurb release and pydoc topics for 3.5.10rc1.
Larry Hastings
2020-08-19
11
-17/+106
*
[3.5] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface ...
Tapas Kundu
2020-08-04
1
-0/+1
*
[3.5] bpo-29778: Ensure python3.dll is loaded from correct locations when Pyt...
Steve Dower
2020-08-04
1
-0/+2
*
[3.5] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (#21489)
Petr Viktorin
2020-07-16
1
-0/+1
*
bpo-41183: Update test certs and keys (#21258)
Christian Heimes
2020-07-02
1
-0/+1
*
[3.5] closes bpo-38576: Disallow control characters in hostnames in http.clie...
Tapas Kundu
2020-06-20
1
-0/+1
*
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (#19305)
Victor Stinner
2020-06-20
2
-0/+8
*
bpo-39073: validate Address parts to disallow CRLF (#19007) (#20450)
Victor Stinner
2020-06-12
1
-0/+1
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (#17344)
Victor Stinner
2020-04-03
1
-0/+1
*
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...
Ned Deily
2020-03-21
1
-0/+1
*
Blurb release and pydoc topics for 3.5.9 final.
Larry Hastings
2019-11-01
1
-0/+11
*
Blurb release and pydoc topics for 3.5.8 final.
Larry Hastings
2019-10-29
2
-3/+9
*
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441) (#16516)
Victor Stinner
2019-10-29
1
-0/+3
*
Fix docs, blurb release, pydoc-topics for 3.5.8rc2.
Larry Hastings
2019-10-12
3
-6/+20
*
closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346) (#16434)
Victor Stinner
2019-10-09
1
-0/+2
*
[3.5] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...
Jason R. Coombs
2019-10-08
1
-0/+4
*
Blurb release and pydoc-topics for 3.5.8rc1.
Larry Hastings
2019-09-09
9
-11/+80
*
[3.5] bpo-37461: Fix infinite loop in parsing of specially crafted email head...
Abhilash Raj
2019-09-07
1
-0/+2
*
bpo-36576: Skip test_ssl and test_asyncio tests failing with OpenSSL 1.1.1 (#...
Victor Stinner
2019-09-07
1
-0/+1
*
[3.5] bpo-34155: Dont parse domains containing @ (GH-13079) (#15317)
Abhilash Raj
2019-09-07
1
-0/+1
*
bpo-30458: Disallow control chars in http URLs. (GH-12755) (#13207)
Miro Hrončok
2019-07-14
1
-0/+1
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Steve Dower
2019-07-14
1
-0/+1
*
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474) (GH-...
Victor Stinner
2019-07-14
1
-0/+3
*
Fix compatibility with ISO C89 needed by "gnu89" standard of GCC 4.8: use C89...
Anthony Sottile
2019-07-13
1
-0/+1
*
[3.5] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (#13200)
Gregory P. Smith
2019-07-13
1
-0/+1
*
Blurb release and pydoc-topics for 3.5.7 final.
Larry Hastings
2019-03-17
4
-10/+32
*
[3.5] bpo-35121: prefix dot in domain for proper subdomain validation (GH-102...
Xtreak
2019-03-17
1
-0/+4
*
bpo-35647: Fix path check in cookiejar (#11436) (#12277)
Xtreak
2019-03-16
1
-0/+3
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-11
1
-0/+3
*
PyDoc and blurb updates for 3.5.7rc1.
Larry Hastings
2019-03-04
6
-11/+49
*
[3.5] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (#1...
Cheryl Sabella
2019-03-04
1
-0/+1
*
[3.5] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (#10994)
Alex Viscreanu
2019-03-01
1
-0/+1
*
bpo-34791: xml package obeys ignore env flags (GH-9544) (#11871)
Victor Stinner
2019-02-26
1
-0/+3
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11867)
Victor Stinner
2019-02-26
1
-0/+4
*
[3.5] bpo-34623: Use XML_SetHashSalt in _elementtree (#9933)
stratakis
2019-02-25
1
-0/+2
*
Add Blurb entry for 3.5.6 final.
Larry Hastings
2018-08-02
1
-0/+8
*
PyDoc topics refresh & blurb release for 3.5.6rc1.
Larry Hastings
2018-07-20
4
-7/+29
*
bpo-33216: Clarify the documentation for CALL_FUNCTION_* (#8338)
larryhastings
2018-07-19
1
-0/+2
*
[3.5] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5991)
Steve Dower
2018-05-14
1
-0/+1
*
[3.5] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6034)
Ned Deily
2018-03-11
1
-0/+4
*
Finalize blurb archive for 3.5.5 (no new blurbs).
Larry Hastings
2018-02-04
1
-0/+8
*
blurb release and pydoc topics for 3.5.5rc1.
Larry Hastings
2018-01-23
7
-28/+74
*
[3.5] bpo-32072: Fix issues with binary plists. (GH-4455) (#4656)
Serhiy Storchaka
2018-01-23
1
-0/+6
*
[3.5] bpo-32551: Consistently configure sys.path[0] (#5197)
Nick Coghlan
2018-01-23
1
-0/+13
*
bpo-30657: Fix CVE-2017-1000158 (#4664)
Miro Hrončok
2017-12-08
1
-0/+2
*
bpo-31095: fix potential crash during GC (GH-2974) (#3196)
INADA Naoki
2017-09-26
1
-0/+2
*
[3.5][Security] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3354)
Victor Stinner
2017-09-25
2
-0/+5
*
Blurb release and pydoc topics for 3.5.4 final.
Larry Hastings
2017-08-07
2
-2/+8
[next]