summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [3.5] bpo-30746: Prohibited the '=' character in environment variable names (...Serhiy Storchaka2017-06-251-0/+3
* [3.5] bpo-30645: don't append to an inner loop path in imp.load_package() (GH...Brett Cannon2017-06-232-0/+5
* [3.5] bpo-30730: Prevent environment variables injection in subprocess on Win...Serhiy Storchaka2017-06-231-0/+3
* Add "Misc/NEWS.d" directory tree for "blurb". GH-2330larryhastings2017-06-2211-0/+11
* bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2314)Victor Stinner2017-06-211-0/+9
* [3.5] bpo-29755: Fixed the lgettext() family of functions in the gettext modu...Serhiy Storchaka2017-06-201-0/+3
* bpo-30500: Fix the NEWS entry (#2295)Victor Stinner2017-06-201-1/+1
* bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2290)Victor Stinner2017-06-202-0/+6
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...Steve Dower2017-06-191-0/+3
* bpo-30176: Add missing curses cell attributes constants (#2277)Xiang Zhang2017-06-191-0/+2
* [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...Mariatta2017-06-162-0/+4