summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* [3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion ...Pablo Galindo Salgado2021-11-251-0/+3
* bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)Miss Islington (bot)2021-11-241-0/+4
* bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)Miss Islington (bot)2021-11-231-0/+1
* [3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsist...Brett Cannon2021-11-221-0/+2
* bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=...Miss Islington (bot)2021-11-221-0/+2
* Added kw_only parameter to make_dataclasses. (GH-29679)Miss Islington (bot)2021-11-201-0/+1
* [3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-...Łukasz Langa2021-11-201-0/+2
* [3.10] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606)Miss Islington (bot)2021-11-181-0/+1
* bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621)Miss Islington (bot)2021-11-181-0/+3
* bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-2...Miss Islington (bot)2021-11-181-0/+1
* bpo-45835: Fix race condition in test_queue (GH-29601) (GH-29612)Miss Islington (bot)2021-11-181-0/+1
* [3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is ...Łukasz Langa2021-11-181-0/+1
* bpo-45820: Fix a segfault when the parser fails without reading any input (GH...Miss Islington (bot)2021-11-171-0/+2
* [3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flag...Pablo Galindo Salgado2021-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-42540: reallocation of id_mutex should not force default allocator (GH-29...Miss Islington (bot)2021-11-171-0/+2
* [3.10] bpo-45716: Improve the error message when using True/False/None as key...Pablo Galindo Salgado2021-11-161-0/+2
* ensure deprecation warning from assertDictContainsSubset points at actual tes...Anthony Sottile2021-11-161-0/+2
* bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29568)Miss Islington (bot)2021-11-151-0/+2
* bpo-45738: Fix computation of error location for invalid continuation (GH-29550)Miss Islington (bot)2021-11-141-0/+2
* [bpo-45765] Fix distribution discovery on empty path. (GH-29487) (GH-29510)Miss Islington (bot)2021-11-131-0/+1
* [3.10] bpo-45772: socket.socket should be a class instead of a function (GH-2...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
* [3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526)Brandt Bucher2021-11-111-0/+1
* [3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_A...Irit Katriel2021-11-091-0/+1
* 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-29452)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)Steve Dower2021-11-061-0/+3
* bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH...Miss Islington (bot)2021-11-051-0/+2
* bpo-45678: Add more ``singledispatchmethod`` tests (GH-29412) (GH-29424)Miss Islington (bot)2021-11-051-0/+3
* bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)Steve Dower2021-11-041-0/+2
* bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...Miss Islington (bot)2021-11-041-0/+3
* bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328) (GH-29390)Miss Islington (bot)2021-11-031-0/+2
* [3.10] bpo-45578: add tests for `dis.distb` (GH-29332) (GH-29385)Łukasz Langa2021-11-031-0/+1
* bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...Miss Islington (bot)2021-11-021-0/+1
* [3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353...Miss Islington (bot)2021-11-021-0/+2
* [3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361)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
* bpo-45679: Fix caching of multi-value typing.Literal (GH-29334)Miss Islington (bot)2021-10-311-0/+2
* [3.10] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals ...Łukasz Langa2021-10-291-0/+2
* [3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302)Alex Waygood2021-10-291-0/+2
* bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29296)Miss Islington (bot)2021-10-281-0/+1
* 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
* 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-45566: `test_frozen_pickle` checks all `pickle` protocols (GH-29150)Miss Islington (bot)2021-10-241-0/+1
* bpo-45574: fix warning about `print_escape` being unused (GH-29172) (#29176)Miss Islington (bot)2021-10-231-0/+1
* bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)Miss Islington (bot)2021-10-221-0/+1