summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Blurb release and pydoc-topics for 3.4.10 final.Larry Hastings2019-03-184-10/+32
* [3.4] bpo-35121: prefix dot in domain for proper subdomain validation (GH-102...Xtreak2019-03-161-0/+4
* bpo-35647: Fix path check in cookiejar (#11436) (#12278)Xtreak2019-03-161-0/+3
* bpo-36216: Add check for characters in netloc that normalize to separators (G...Steve Dower2019-03-111-0/+3
* PyDoc and blurb updates for 3.4.10rc1.Larry Hastings2019-03-045-10/+40
* [3.4] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (#1...Cheryl Sabella2019-03-041-0/+1
* bpo-34791: xml package obeys ignore env flags (GH-9544) (#11872)Victor Stinner2019-02-251-0/+3
* bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11868)Victor Stinner2019-02-251-0/+4
* [3.4] bpo-34623: Use XML_SetHashSalt in _elementtree (#9953)stratakis2019-02-251-0/+2
* Add Blurb entry for 3.4.9 final.Larry Hastings2018-08-021-0/+8
* PyDoc and blurb updates for 3.4.9rc1.Larry Hastings2018-07-193-5/+19
* [3.4] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5992)Steve Dower2018-05-141-0/+1
* [3.4] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6035)Ned Deily2018-03-112-0/+5
* Finalize blurb archive for 3.4.8 (no new blurbs).Larry Hastings2018-02-041-0/+8
* blurb release and pydoc topics for 3.4.8rc1.Larry Hastings2018-01-237-15/+61
* [3.4] bpo-32072: Fix issues with binary plists. (GH-4455) (#4658)Serhiy Storchaka2018-01-221-0/+6
* bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-443) (#3445)Victor Stinner2017-12-081-0/+1
* bpo-30657: Fix CVE-2017-1000158 (#4758)Miro HronĨok2017-12-082-0/+4
* [3.4][Security] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3353)Victor Stinner2017-09-242-0/+5
* bpo-29169: Update zlib to 1.2.11 (#3107)Victor Stinner2017-08-161-0/+1
* Blurb release and pydoc topics for 3.4.7 final.Larry Hastings2017-08-092-2/+8
* [3.4] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...Dong-hee Na2017-07-271-0/+2
* blurb release for 3.4.7rc1.Larry Hastings2017-07-2410-30/+99
* Switch to using blurb to manage Misc/NEWS!Larry Hastings2017-07-2437-10637/+32245
* [3.4] bpo-26617: Ensure gc tracking is off when invoking weakref callbacks. (...Serhiy Storchaka2017-07-221-0/+1
* bpo-26657: Fix Windows directory traversal vulnerability with http.server (#782)Victor Stinner2017-07-121-0/+3
* bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2291)Victor Stinner2017-07-122-0/+5
* [3.4] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (#2164) (...Victor Stinner2017-07-122-0/+11
* [3.4] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678)...Serhiy Storchaka2017-07-112-1/+6
* [security][3.4] bpo-30730: Prevent environment variables injection in subproc...Serhiy Storchaka2017-07-111-0/+4
* Add "Misc/NEWS.d" directory tree for "blurb". GH-2331larryhastings2017-06-2211-0/+11
* Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...Victor Stinner2017-03-101-0/+2
* bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#280)Barry Warsaw2017-02-241-0/+6
* Post-release updates for 3.4.6.Larry Hastings2017-01-171-1/+13
* Version bump for Python 3.4.6.v3.4.6Larry Hastings2017-01-161-5/+1
* Post-release fixups for Python 3.4.6rc1.Larry Hastings2017-01-031-0/+12
* Version bump for 3.4.6rc1.v3.4.6rc1Larry Hastings2017-01-021-1/+1
* Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS XSerhiy Storchaka2016-11-121-0/+3
|\
| * Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS XSerhiy Storchaka2016-11-121-0/+3
* | Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-0/+4
|\ \ | |/
| * Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-0/+4
| * Issue #26171: Prevent buffer overflow in get_dataBerker Peksag2016-09-141-0/+3
* | Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...Serhiy Storchaka2016-10-251-0/+3
* | Issue #28248: Update Windows build to use OpenSSL 1.0.2jZachary Ware2016-10-111-0/+5
* | Issue #27759: Fix selectors incorrectly retain invalid file descriptors.Yury Selivanov2016-10-061-0/+3
* | Issue #12885: Revert commits in 3.4 branch which is security-only fixes.Jason R. Coombs2016-09-021-2/+0
* | Issue #12885: Correct issue reference in NEWSJason R. Coombs2016-09-021-1/+1
* | Issue #12285: Update NEWSJason R. Coombs2016-09-021-0/+2
* | merge 3.3 (#27783)Benjamin Peterson2016-08-171-0/+2
|\ \ | |/
| * rearrange methodcaller_new so that the main error case does not cause uniniti...Benjamin Peterson2016-08-171-0/+2