summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
Commit message (Expand)AuthorAgeFilesLines
* gh-124160: Pass main_tstate to update_global_state_for_extension() (#124164)luk13372024-09-191-0/+2
* bpo-41843: Reenable use of sendfile in shutil module on Solaris (GH-23893)Jakub Kulík2024-09-191-0/+2
* Support the "pager" binary in _pyrepl (#122878)Stefano Rivera2024-09-191-0/+1
* gh-123934: Fix `MagicMock` not to reset magic method return values (#124038)sobolevn2024-09-191-0/+2
* gh-124212: Fix undefined variable in error message in venv (GH-124211)Jacek2024-09-181-0/+1
* gh-116022: Improve `repr()` of AST nodes (#117046)Tomas R2024-09-181-0/+1
* gh-122145: Handle an empty AST body when reporting tracebacks (#122161)Bénédikt Tran2024-09-181-0/+3
* gh-119771: Set errno on overflows in _Py_c_pow() (#120256)Sergey B Kirpichev2024-09-181-0/+2
* gh-124190: Ignore files directories check warning tooling (#124193)Nate Ohlson2024-09-181-0/+1
* gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...neonene2024-09-181-0/+2
* gh-122765: make prompt in activate.csh robust against unbalanced quotes and n...Jacek2024-09-171-0/+1
* gh-123836: workaround fmod(x, y) bug on Windows (#124171)Sergey B Kirpichev2024-09-171-0/+3
* gh-110190: Fix ctypes structs with array on SPARC (GH-118233)Jakub Kulík2024-09-171-0/+2
* GH-123945: Update regex for parsing negative numbers that contain underscores...Savannah Ostrowski2024-09-171-0/+1
* gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil` (#124078)Peter Bierma2024-09-161-0/+2
* gh-124064: Make warning emitting compiler options opt-in (#124070)Nate Ohlson2024-09-161-0/+1
* Revert "gh-112301: Enable warning emitting options and ignore warnings in CI ...Hugo van Kemenade2024-09-131-1/+0
* gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`...Wenzel Jakob2024-09-131-0/+4
* closes gh-124016: update Unicode to 16.0.0 (#124017)Benjamin Peterson2024-09-131-0/+1
* gh-124022: Fix bug where class docstring is removed in interactive mode (#124...Irit Katriel2024-09-131-0/+1
* gh-112301: Enable warning emitting options and ignore warnings in CI (#123020)Nate Ohlson2024-09-131-0/+1
* gh-123909: PyType_From*: Disallow metaclasses with custom tp_new (GH-123947)Petr Viktorin2024-09-131-0/+3
* gh-123614: Add save function to turtle.py (#123617)Yngve Mardal Moe2024-09-131-0/+2
* gh-123976: Refresh docs around custom providers. (#123977)Jason R. Coombs2024-09-131-0/+1
* gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (#124028)Miro Hrončok2024-09-131-0/+2
* gh-123085: Fix issue in inferred caller when resources package has no source ...Jason R. Coombs2024-09-121-0/+3
* gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#12...Sam Gross2024-09-121-0/+4
* gh-123968: Fix lower bound for `python -m random --float` (#123971)Anders Kaseorg2024-09-121-0/+1
* gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (#123941)sobolevn2024-09-121-0/+2
* gh-121735: Fix module-adjacent references in zip files (#123037)Jason R. Coombs2024-09-121-0/+3
* Update Sphinx Lint and fix unnecessary parentheses in `:func:`s (#123960)Hugo van Kemenade2024-09-111-1/+1
* gh-123958: apply docstring removal optimization in ast_opt instead of codegen...Irit Katriel2024-09-111-0/+1
* gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-1...Serhiy Storchaka2024-09-111-0/+4
* gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different d...adang13452024-09-101-0/+1
* gh-122239: Add actual count in unbalanced unpacking error message when possib...Tushar Sadhwani2024-09-101-0/+3
* gh-123892: Add "_wmi" to sys.stdlib_module_names (#123893)Victor Stinner2024-09-101-0/+1
* gh-122213: Add notes for pickle serialization errors (GH-122214)Serhiy Storchaka2024-09-091-0/+2
* gh-84808: socket.connect_ex: Handle negative errno (GH-122304)Jérôme Duval2024-09-091-0/+3
* gh-122311: Improve and unify pickle errors (GH-122771)Serhiy Storchaka2024-09-091-0/+5
* gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-...Seth Michael Larson2024-09-071-0/+3
* gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795)Łukasz Langa2024-09-061-0/+2
* gh-119310: Fix encoding when reading old history file (#121779)aorcajo2024-09-061-0/+3
* gh-123657: Fix crash and refleak in `decimal.getcontext()` (GH-123703)neonene2024-09-061-0/+2
* gh-119034, REPL: Change page up/down keys to search in history (#123607)Victor Stinner2024-09-061-0/+2
* gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded builds (...Peter Bierma2024-09-051-0/+1
* gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)nkinnan2024-09-051-0/+1
* GH-123545: Remove duplicate Py_DECREF when handling _PyOptimizer_Optimize err...Savannah Ostrowski2024-09-051-0/+1
* gh-123240: Raise input audit events in the new REPL (#123274)sobolevn2024-09-051-0/+1
* gh-123418: Update macOS installer to use OpenSSL 3.0.15 (#123684)Zachary Ware2024-09-051-0/+1
* gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)Petr Viktorin2024-09-051-0/+4