summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-2...Victor Stinner2021-11-261-0/+4
* bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29776)Victor Stinner2021-11-261-0/+2
* [3.9] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29783)Christian Heimes2021-11-251-0/+3
* [3.9] bpo-45881: Use CC from env first for cross building (GH-29752) (GH-29754)Christian Heimes2021-11-251-0/+2
* [3.9] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29774)Christian Heimes2021-11-251-0/+4
* [3.9] bpo-45838: Fix incorrect line numbers in Tools/gdb/libpython.py (GH-29628)Sam Gross2021-11-191-0/+1
* [3.9] bpo-45806: Fix recovery from stack overflow for 3.9. Again. (GH-29640)Mark Shannon2021-11-191-0/+5
* [3.9] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) (GH-2...Miss Islington (bot)2021-11-181-0/+1
* bpo-45835: Fix race condition in test_queue (GH-29601)Miss Islington (bot)2021-11-181-0/+1
* bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-29605)Miss Islington (bot)2021-11-181-0/+3
* [3.9] bpo-45820: Fix a segfault when the parser fails without reading any inp...Miss Islington (bot)2021-11-181-0/+2
* bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...Pablo Galindo Salgado2021-11-171-0/+2
* [3.9] bpo-42540: reallocation of id_mutex should not force default allocator ...Sam Gross2021-11-171-0/+2
* bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596) ...Miss Islington (bot)2021-11-171-0/+5
* bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29569)Miss Islington (bot)2021-11-151-0/+2
* Python 3.9.9v3.9.9Łukasz Langa2021-11-159-16/+78
* bpo-45738: Fix computation of error location for invalid continuation charact...Pablo Galindo Salgado2021-11-141-0/+2
* [3.9] [bpo-45765] Fix distribution discovery on empty path. (GH-29487). (GH-2...Jason R. Coombs2021-11-131-0/+1
* [3.9] bpo-45772: socket.socket should be a class instead of a function (GH-23...Miss Islington (bot)2021-11-131-0/+1
* bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH...Miss Islington (bot)2021-11-121-0/+3
* bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)Steve Dower2021-11-091-0/+1
* bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29453)Miss Islington (bot)2021-11-061-0/+2
* bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (...Miss Islington (bot)2021-11-061-0/+3
* bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)Miss Islington (bot)2021-11-061-0/+3
* Python 3.9.8v3.9.8Łukasz Langa2021-11-0575-159/+761
* bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH...Miss Islington (bot)2021-11-051-0/+2
* bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178)Miss Islington (bot)2021-11-041-0/+1
* [3.9] bpo-45678: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug ...Alex Waygood2021-11-041-0/+2
* bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...Miss Islington (bot)2021-11-041-0/+3
* [3.9] bpo-45578: add tests for `dis.distb` (GH-29332) (#29386)Łukasz Langa2021-11-031-0/+1
* [3.9] bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) (GH-29342)Serhiy Storchaka2021-11-031-0/+2
* bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...Miss Islington (bot)2021-11-021-0/+1
* [3.9] bpo-43158: Use configure values for building _uuid extension (GH-29353)...Miss Islington (bot)2021-11-021-0/+2
* bpo-45516: add protocol description to the Traversable documentation (GH-29039)Miss Islington (bot)2021-10-311-0/+2
* [3.9] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals m...Łukasz Langa2021-10-291-0/+2
* bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29295)Miss Islington (bot)2021-10-281-0/+1
* [3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297)Alex Waygood2021-10-281-0/+2
* bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...Miss Islington (bot)2021-10-281-0/+1
* bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)Miss Islington (bot)2021-10-281-0/+3
* [3.9] bpo-39679: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug ...Alex Waygood2021-10-281-0/+3
* bpo-44904: Fix classmethod property bug in doctest module (GH-28838)Miss Islington (bot)2021-10-281-0/+3
* bpo-45438: format of inspect.Signature with generic builtins (GH-29212)Miss Islington (bot)2021-10-271-0/+1
* bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)Miss Islington (bot)2021-10-221-0/+2
* bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-2...Miss Islington (bot)2021-10-221-0/+1
* bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)Miss Islington (bot)2021-10-221-0/+3
* bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29132)Miss Islington (bot)2021-10-211-0/+1
* bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as ...Miss Islington (bot)2021-10-201-0/+5
* bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...Miss Islington (bot)2021-10-201-0/+4
* bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)Miss Islington (bot)2021-10-201-0/+2
* [3.9] bpo-45494: Fix parser crash when reporting errors involving invalid con...Łukasz Langa2021-10-201-0/+2