summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.0a4v3.10.0a4Pablo Galindo2021-01-0499-195/+995
* bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222)Mohamed Koubaa2021-01-041-0/+2
* bpo-42692: fix __builtin_available check on older compilers (GH-23873)Joshua Root2021-01-041-0/+1
* bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)Ned Deily2021-01-041-0/+2
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080)Ned Deily2021-01-041-0/+1
* bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674)Erlend Egeberg Aasland2021-01-041-0/+1
* bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)Serhiy Storchaka2021-01-031-0/+1
* bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073)Zackery Spytz2021-01-031-0/+1
* bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)Pablo Galindo2021-01-031-0/+2
* bpo-40631: Disallow single parenthesized star target (GH-24027)Lysandros Nikolaou2021-01-021-0/+2
* bpo-42772: Step argument ignored when stop is None. (GH-24018)Raymond Hettinger2021-01-021-0/+2
* bpo-40077: Convert arraymodule to use heap types and establish module state (...Erlend Egeberg Aasland2021-01-021-0/+1
* handle empty string in variable executable in platform.libc_ver() (#23140)Kurochan2021-01-021-0/+1
* bpo-42756: Configure LMTP Unix-domain socket to use global default timeout wh...Ross2021-01-011-0/+2
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)Dong-hee Na2021-01-011-0/+2
* bpo-37193: Remove thread objects which finished process its request (GH-23127)Jason R. Coombs2020-12-311-0/+2
* bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but pr...Jason R. Coombs2020-12-311-0/+1
* bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23...Jason R. Coombs2020-12-311-0/+6
* bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....Erlend Egeberg Aasland2020-12-311-0/+3
* bpo-39068: Fix race condition in base64 (GH-17627)Brandon Stansbury2020-12-311-0/+2
* bpo-27640: Add --disable-test-modules configure option (GH-23886)pxinwr2020-12-301-0/+3
* bpo-27794: Add `name` attribute to `property` class (GH-23967)Yurii Karabas2020-12-301-0/+3
* bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)Petr Viktorin2020-12-291-0/+2
* bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)Jakub KulĂ­k2020-12-291-0/+2
* bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)Hai Shi2020-12-291-0/+1
* Allow / character in username,password fields in _PROXY envvars. (#23973)Senthil Kumaran2020-12-291-0/+1
* Fix typo in NEWS (GH23958)Zackery Spytz2020-12-291-1/+1
* bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)Serhiy Storchaka2020-12-291-0/+3
* bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942)Ken Jin2020-12-291-0/+2
* bpo-42222: Modernize integer test/conversion in randrange() (#23064)Raymond Hettinger2020-12-281-0/+9
* bpo-16396: fix BPO number in changelog (GH-23951)Shantanu2020-12-261-1/+1
* bpo-40521: Per-interpreter interned strings (GH-20085)Victor Stinner2020-12-261-0/+2
* bpo-42745: Make the type cache per-interpreter (GH-23947)Victor Stinner2020-12-261-0/+1
* bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)Victor Stinner2020-12-251-0/+3
* bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)Desmond Cheong2020-12-251-0/+1
* bpo-42721: Improve using simple dialogs without root window (GH-23897)Serhiy Storchaka2020-12-251-0/+9
* bpo-28964: add line number of node (if available) to ast.literal_eval error m...Irit Katriel2020-12-251-0/+1
* bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)Serhiy Storchaka2020-12-251-0/+1
* bpo-29076: Add fish support to macOS installer (GH-23302)Erlend Egeberg Aasland2020-12-251-0/+1
* bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)Gregory P. Smith2020-12-251-0/+2
* bpo-42727: Fix the NEWS entry .rst (GH-23932)Gregory P. Smith2020-12-251-2/+2
* bpo-42685: Improve placing of simple query windows. (GH-23856)Serhiy Storchaka2020-12-241-0/+4
* [Enum] EnumMeta.__prepare__ now accepts **kwds (#23917)Ethan Furman2020-12-241-0/+2
* closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)Augusto Hack2020-12-241-0/+2
* bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)kj2020-12-241-0/+2
* bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)Raymond Hettinger2020-12-241-0/+1
* bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...Batuhan Taskaya2020-12-231-0/+2
* bpo-25246: Optimize deque.remove() (GH-23898)Raymond Hettinger2020-12-231-0/+1
* bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)Victor Stinner2020-12-231-0/+2
* bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)Raymond Hettinger2020-12-231-0/+2