summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "gh-85567: Register a cleanup function to close files for FileType obj...Victor Stinner2022-04-211-3/+0
* gh-91632: Fix generic_alias_iterator to be finalized at exit. (GH-91727)Dong-hee Na2022-04-201-0/+1
* gh-91731: Build Python with -std=c11 (#91733)Victor Stinner2022-04-201-0/+2
* gh-91734: Fix ossaudio support on Solaris (GH-91735)Jakub KulĂ­k2022-04-201-0/+1
* gh-91020: Add `PyBytes_Type.tp_alloc` for subclass (GH-91686)Inada Naoki2022-04-201-0/+2
* bpo-46075: Store localhost cookies in CookieJar (#30108)Nick2022-04-191-0/+1
* gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)Dennis Sweeney2022-04-191-0/+1
* bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622)Ma Lin2022-04-191-0/+1
* gh-91616: re module, fix .fullmatch() mismatch when using Atomic Grouping or ...Ma Lin2022-04-191-0/+2
* gh-91231: Add shutdown_timeout to multiprocessing BaseManager (#32112)Victor Stinner2022-04-191-0/+3
* gh-90997: bpo-46841: Disassembly of quickened code (GH-32099)penguin_wwy2022-04-191-0/+1
* bpo-40421: Cleanup PyFrame C API (GH-32417)Victor Stinner2022-04-191-1/+1
* gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings (#31...Oleg Iarygin2022-04-191-0/+2
* gh-91526: io: Remove device encoding support from TextIOWrapper (GH-91529)Inada Naoki2022-04-191-0/+3
* gh-74166: Add option to get all errors from socket.create_connection (GH-91586)Irit Katriel2022-04-181-0/+1
* gh-91670: Removes `SO` config variable in `sysconfig.py` (#91671)Bryan Weber2022-04-181-0/+1
* gh-91102: Use Argument Clinic for EncodingMap (#31725)Oleg Iarygin2022-04-181-0/+1
* Add some information about where pynche has moved to (#91650)Barry Warsaw2022-04-181-1/+1
* gh-91576: Speed up iteration of strings (#91574)Kumar Aditya2022-04-181-0/+1
* bpo-47256: Increasing the depth of backtracking in RE (GH-32411)Ma Lin2022-04-181-0/+2
* gh-91575: Update case-insensitive matching in re to the latest Unicode versio...Serhiy Storchaka2022-04-181-0/+2
* bpo-46053: Fix OSS audio support on NetBSD (GH-30065)Thomas Klausner2022-04-182-0/+2
* gh-91265: Make old ctypes.macholib tests runned by `python -m test` (gh-32094)Oleg Iarygin2022-04-181-0/+3
* Remove ill-formed an unneeded news entry (GH-91657)Raymond Hettinger2022-04-181-1/+0
* bpo-21150: Add quick link/summary table to the top of argparse documentation ...Susan Su2022-04-181-0/+1
* gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)Oleg Iarygin2022-04-182-0/+14
* gh-85567: Register a cleanup function to close files for FileType objects in ...achhina2022-04-181-0/+3
* Remove the ancient Pynche color editor (#91554)Barry Warsaw2022-04-171-0/+1
* gh-91217: deprecate ossaudiodev (GH-91641)Brett Cannon2022-04-171-0/+1
* gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)Dennis Sweeney2022-04-171-0/+1
* gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (...Jason R. Coombs2022-04-171-0/+2
* gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)Dennis Sweeney2022-04-161-0/+1
* gh-91462: Make lltrace output human-readable. (GH-91463)Dennis Sweeney2022-04-161-0/+1
* gh-91217: deprecate nis (GH-91606)Brett Cannon2022-04-161-0/+1
* gh-89770: Implement PEP-678 - Exception notes (GH-31317)Irit Katriel2022-04-161-0/+1
* gh-91607: Fix several test_concurrent_futures tests to actually test what the...Gregory P. Smith2022-04-161-0/+1
* gh-86178: Add wsgiref.types (GH-32335)Sebastian Rittau2022-04-161-0/+2
* bpo-40676: Use Argument Clinic for csv (where possible) (GH-20200)Shantanu2022-04-161-0/+3
* gh-89263: Add typing.get_overloads (GH-31716)Jelle Zijlstra2022-04-161-0/+2
* gh-91595: fix the comparison of character and integer by using ord() (#91596)Yu Liu2022-04-161-0/+1
* gh-82849: revise intro to os.path.rst (GH-32232)Jack DeVries2022-04-161-0/+3
* gh-69093: Add context manager support to sqlite3.Blob (GH-91562)Erlend Egeberg Aasland2022-04-161-0/+2
* gh-91487: Optimize asyncio UDP speed (GH-91488)msoxzw2022-04-151-0/+1
* gh-91217: deprecate nntplib (GH-91543)Brett Cannon2022-04-151-0/+1
* gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)Irit Katriel2022-04-151-0/+1
* gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)Irit Katriel2022-04-151-0/+5
* gh-91404: Use computed gotos and reduce indirection in re (#91495)Brandt Bucher2022-04-151-0/+3
* gh-79156: Add start_tls() method to streams API (#91453)Oleg Iarygin2022-04-151-0/+3
* gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)Erlend Egeberg Aasland2022-04-151-0/+3
* gh-91217: deprecate msilib (GH-91515)Brett Cannon2022-04-141-0/+1