summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346) (#16434)Victor Stinner2019-10-091-0/+2
* [3.5] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...Jason R. Coombs2019-10-081-0/+4
* Blurb release and pydoc-topics for 3.5.8rc1.Larry Hastings2019-09-099-11/+80
* [3.5] bpo-37461: Fix infinite loop in parsing of specially crafted email head...Abhilash Raj2019-09-071-0/+2
* bpo-36576: Skip test_ssl and test_asyncio tests failing with OpenSSL 1.1.1 (#...Victor Stinner2019-09-071-0/+1
* [3.5] bpo-34155: Dont parse domains containing @ (GH-13079) (#15317)Abhilash Raj2019-09-071-0/+1
* bpo-30458: Disallow control chars in http URLs. (GH-12755) (#13207)Miro Hrončok2019-07-141-0/+1
* bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...Steve Dower2019-07-141-0/+1
* bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474) (GH-...Victor Stinner2019-07-141-0/+3
* Fix compatibility with ISO C89 needed by "gnu89" standard of GCC 4.8: use C89...Anthony Sottile2019-07-131-0/+1
* [3.5] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (#13200)Gregory P. Smith2019-07-131-0/+1
* Blurb release and pydoc-topics for 3.5.7 final.Larry Hastings2019-03-174-10/+32
* [3.5] bpo-35121: prefix dot in domain for proper subdomain validation (GH-102...Xtreak2019-03-171-0/+4
* bpo-35647: Fix path check in cookiejar (#11436) (#12277)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.5.7rc1.Larry Hastings2019-03-046-11/+49
* [3.5] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (#1...Cheryl Sabella2019-03-041-0/+1
* [3.5] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (#10994)Alex Viscreanu2019-03-011-0/+1
* bpo-34791: xml package obeys ignore env flags (GH-9544) (#11871)Victor Stinner2019-02-261-0/+3
* bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11867)Victor Stinner2019-02-261-0/+4
* [3.5] bpo-34623: Use XML_SetHashSalt in _elementtree (#9933)stratakis2019-02-251-0/+2
* Add Blurb entry for 3.5.6 final.Larry Hastings2018-08-021-0/+8
* PyDoc topics refresh & blurb release for 3.5.6rc1.Larry Hastings2018-07-204-7/+29
* bpo-33216: Clarify the documentation for CALL_FUNCTION_* (#8338)larryhastings2018-07-191-0/+2
* [3.5] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5991)Steve Dower2018-05-141-0/+1
* [3.5] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6034)Ned Deily2018-03-112-0/+5
* Finalize blurb archive for 3.5.5 (no new blurbs).Larry Hastings2018-02-041-0/+8
* blurb release and pydoc topics for 3.5.5rc1.Larry Hastings2018-01-237-28/+74
* [3.5] bpo-32072: Fix issues with binary plists. (GH-4455) (#4656)Serhiy Storchaka2018-01-231-0/+6
* [3.5] bpo-32551: Consistently configure sys.path[0] (#5197)Nick Coghlan2018-01-231-0/+13
* bpo-30657: Fix CVE-2017-1000158 (#4664)Miro Hrončok2017-12-082-0/+4
* bpo-31095: fix potential crash during GC (GH-2974) (#3196)INADA Naoki2017-09-261-0/+2
* [3.5][Security] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3354)Victor Stinner2017-09-252-0/+5
* Blurb release and pydoc topics for 3.5.4 final.Larry Hastings2017-08-072-2/+8
* [3.5] [security] bpo-30119: fix ftplib.FTP.putline() to throw an error for a ...Dong-hee Na2017-07-261-0/+2
* Blurb release for 3.5.4rc1.Larry Hastings2017-07-24112-253/+1135
* Update 3.5 to use blurb!Larry Hastings2017-07-24131-9670/+28656
* [3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677)Serhiy Storchaka2017-07-231-0/+3
* [3.5] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin ...Berker Peksag2017-07-211-0/+2
* bpo-30822: regrtest: remove tzdata (#2782)Victor Stinner2017-07-201-4/+1
* bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781)Victor Stinner2017-07-201-0/+5
* bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2749)Xiang Zhang2017-07-181-0/+1
* [3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-...Serhiy Storchaka2017-07-111-0/+3
* bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2644)Victor Stinner2017-07-101-0/+3
* [3.5] bpo-29854: Fix segfault in call_readline() (GH-728)Nir Soffer2017-07-091-0/+2
* bpo-30532: Fix whitespace folding in certain cases (#2592)Joel Hillacre2017-07-062-0/+2
* [3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (G...Serhiy Storchaka2017-07-042-0/+2
* [3.5] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493...Antoine Pitrou2017-06-301-0/+6
* bpo-30383: Add NEWS entry for backported regrtest (#2438)Victor Stinner2017-06-271-0/+14
* [3.5] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to ...Antoine Pitrou2017-06-261-0/+2