summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-...Vo Hoang Long2023-02-211-0/+2
* gh-101961 fileinput.hookcompressed should not set the encoding value for the ...Gihwan Kim2023-02-211-0/+2
* gh-102056: Fix a few bugs in error handling of exception printing code (#102078)Irit Katriel2023-02-201-0/+1
* gh-101566: Sync with zipp 3.14. (GH-102018)Jason R. Coombs2023-02-201-0/+4
* gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)Tim Hatch2023-02-201-0/+2
* gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)Steve Dower2023-02-201-0/+1
* gh-97786: Fix compiler warnings in pytime.c (#101826)Mark Dickinson2023-02-201-0/+2
* gh-85417: Clarify behaviour on branch cuts in cmath module (#102046)Mark Dickinson2023-02-191-0/+1
* GH-84783: Make the slice object hashable (GH-101264)Furkan Onder2023-02-191-0/+1
* gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)Jason R. Coombs2023-02-181-0/+4
* bpo-46978: Correct docstrings for in-place builtin operators (#31802)Nicko van Someren2023-02-181-0/+1
* gh-101967: add a missing error check (#101968)Eclips42023-02-181-0/+1
* gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (G...Barney Gale2023-02-171-0/+3
* gh-101360: Fix anchor matching in pathlib.PureWindowsPath.match() (GH-101363)Barney Gale2023-02-171-0/+3
* Docs: fix typos in PyFunction_WatchCallback docs and in 3.12 NEWS (GH-101980)Yeojin Kim2023-02-171-1/+1
* GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518)Kumar Aditya2023-02-161-0/+1
* gh-99942: correct the pkg-config/python-config flags for cygwin/androidEli Schwartz2023-02-161-0/+2
* gh-101952: Fix possible segfault in `BUILD_SET` opcode (#101958)Eclips42023-02-161-0/+1
* gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...Rayyan Ansari2023-02-162-0/+2
* gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)Gregory P. Smith2023-02-161-0/+3
* gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...Eric Snow2023-02-161-0/+5
* gh-99138: Isolate _zoneinfo (#99218)Erlend E. Aasland2023-02-151-0/+1
* gh-101693: In sqlite3, deprecate using named placeholders with parameters sup...Erlend E. Aasland2023-02-151-0/+6
* gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)Irit Katriel2023-02-141-0/+2
* gh-99108: Import SHA2-384/512 from HACL* (#101707)Jonathan Protzenko2023-02-141-0/+4
* gh-101857: Allow xattr detection on musl libc (#101858)Sam James2023-02-141-0/+1
* gh-74895: getaddrinfo no longer raises OverflowError (#2435)Radek Smejkal2023-02-141-0/+5
* gh-101849: Add upgrade codes for old versions of launcher that ended up with ...Steve Dower2023-02-131-0/+1
* GH-87849: Simplify stack effect of SEND and specialize it for generators and ...Mark Shannon2023-02-131-0/+3
* gh-89792: Limit test_tools freeze test build parallelism based on the number ...Gregory P. Smith2023-02-121-3/+4
* gh-85984: Utilize new "winsize" functions from termios in pty tests. (#101831)Soumendra Ganguly2023-02-121-0/+1
* gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (#...Gregory P. Smith2023-02-121-0/+3
* gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)Steve Dower2023-02-101-0/+1
* gh-101517: make bdb avoid looking up in linecache with lineno=None (#101787)Irit Katriel2023-02-101-0/+1
* gh-101759: Update Windows installer to SQLite 3.40.1 (#101762)Erlend E. Aasland2023-02-101-0/+1
* gh-101277: Finalise isolating itertools (GH-101305)Erlend E. Aasland2023-02-101-0/+2
* gh-101759: Update macOS installer to SQLite 3.40.1 (#101761)Erlend E. Aasland2023-02-101-0/+1
* gh-101430: Update tracemalloc to handle presize properly. (gh-101745)Dong-hee Na2023-02-091-0/+2
* gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Gregory P. Smith2023-02-091-0/+4
* GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#G...Mark Shannon2023-02-091-0/+2
* gh-85984: Remove legacy Lib/pty.py code. (#92365)Soumendra Ganguly2023-02-091-0/+4
* gh-101283: Improved fallback logic for subprocess with shell=True on Windows ...Oleg Iarygin2023-02-081-0/+3
* GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (#101697)Kumar Aditya2023-02-081-0/+1
* gh-100221: Fix creating dirs in `make sharedinstall` (GH-100329)Michał Górny2023-02-081-0/+2
* gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)Michael Droettboom2023-02-081-0/+3
* gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...David Hewitt2023-02-081-0/+1
* GH-101578: Normalize the current exception (GH-101607)Mark Shannon2023-02-081-0/+13
* gh-101446: Change `repr` of `collections.OrderedDict` (#101661)Nikita Sobolev2023-02-081-0/+2
* gh-101632: Add the new RETURN_CONST opcode (#101633)penguin_wwy2023-02-071-0/+1
* Merge branch 'main' of https://github.com/python/cpython into mainThomas Wouters2023-02-071-0/+2
|\