summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
...
* [3.6] Remove duplicate NEWS entry due to cherry-picking (GH-10013)Ned Deily2018-10-201-3/+0
* Merge tag 'v3.6.7' into 3.6Ned Deily2018-10-202-0/+20
|\
| * 3.6.7finalv3.6.7Ned Deily2018-10-203-3/+20
| * bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)Miss Islington (bot)2018-10-201-0/+3
* | bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH...Miss Islington (bot)2018-10-201-0/+2
* | bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...Miss Islington (bot)2018-10-201-0/+2
* | bpo-33594: Add deprecation info in inspect.py module (GH-7036)Miss Islington (bot)2018-10-191-0/+3
* | bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9744)Miss Islington (bot)2018-10-191-0/+2
* | bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9546)Miss Islington (bot)2018-10-191-0/+3
* | bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059) (GH-...Miss Islington (bot)2018-10-191-0/+2
* | bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH...Miss Islington (bot)2018-10-191-0/+2
* | bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)Miss Islington (bot)2018-10-191-0/+2
* | bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)Miss Islington (bot)2018-10-181-0/+3
* | [3.6] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) (GH-9941)Miss Islington (bot)2018-10-181-0/+4
* | [3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) (GH-9937)Stéphane Wirtel2018-10-171-0/+1
* | [3.6] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (G...Stéphane Wirtel2018-10-171-0/+2
* | bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)Miss Islington (bot)2018-10-161-0/+3
* | bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G...Miss Islington (bot)2018-10-161-0/+2
* | bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)Miss Islington (bot)2018-10-151-0/+2
* | bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9...Miss Islington (bot)2018-10-141-0/+3
* | [3.6] bpo-34941: Fix searching Element subclasses. (GH-9766) (GH-9868)Serhiy Storchaka2018-10-141-0/+3
* | Merge tag 'v3.6.7rc2' into 3.6Ned Deily2018-10-1314-20/+137
|\ \ | |/
| * 3.6.7rc2v3.6.7rc2Ned Deily2018-10-1315-23/+137
| * bpo-34370: Revert to using released Tk 8.6.8 with macOS installersNed Deily2018-10-131-0/+3
* | bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)Miss Islington (bot)2018-10-131-0/+2
* | bpo-34900: Make TestCase.debug() work with subtests (GH-9707)Miss Islington (bot)2018-10-121-0/+2
|/
* [3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods...Miss Islington (bot)2018-10-111-0/+3
* [3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-...Serhiy Storchaka2018-10-111-0/+1
* [3.6] bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) (GH-...twisteroid ambassador2018-10-101-0/+2
* [3.6] bpo-34906: Doc: Fix typos (2) (GH-9735)Stéphane Wirtel2018-10-1016-26/+26
* bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...Miss Islington (bot)2018-10-091-0/+1
* bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)Miss Islington (bot)2018-10-081-0/+2
* bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)Miss Islington (bot)2018-10-061-0/+2
* [3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (G...Miss Islington (bot)2018-10-061-0/+1
* bpo-34871: inspect: Don't pollute sys.modules (GH-9696) (GH-9702)Miss Islington (bot)2018-10-041-0/+2
* [3.6] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (G...Elvis Pranskevichus2018-10-031-0/+1
* bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683)Miss Islington (bot)2018-10-031-0/+2
* bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)...Miss Islington (bot)2018-10-021-0/+1
* bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (G...Miss Islington (bot)2018-09-271-0/+1
* Merge tag 'v3.6.7rc1' into 3.6Ned Deily2018-09-26112-210/+1112
|\
| * 3.6.7rc1v3.6.7rc1Ned Deily2018-09-26113-213/+1112
| * bpo-34370: Update Tk 8.6 used with macOS installersNed Deily2018-09-261-0/+3
* | [3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) (GH...Miss Islington (bot)2018-09-261-0/+1
|/
* bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)Miss Islington (bot)2018-09-251-0/+3
* bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)Miss Islington (bot)2018-09-251-0/+1
* [3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512)Christian Heimes2018-09-241-0/+3
* bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)Miss Islington (bot)2018-09-231-0/+1
* [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)Christian Heimes2018-09-231-0/+3
* bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9398)Miss Islington (bot)2018-09-221-0/+3
* [3.6] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9489)Miss Islington (bot)2018-09-221-2/+2