summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...Dong-hee Na2023-01-311-0/+2
* [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() result ...Gregory P. Smith2023-01-261-0/+2
* [3.11] gh-101326: Fix regression when passing None to FutureIter.throw (GH-10...Shantanu2023-01-251-0/+1
* gh-101135: Add backwards compatibility to Windows launcher for older 32-bit v...Miss Islington (bot)2023-01-241-0/+3
* gh-100795: Don't call freeaddrinfo on failure. (GH-101252)Miss Islington (bot)2023-01-231-0/+3
* gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (GH-1...Miss Islington (bot)2023-01-231-0/+2
* [3.11] gh-101037: Fix potential memory underallocation for zeros of int subty...Miss Islington (bot)2023-01-211-0/+2
* gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...Miss Islington (bot)2023-01-211-0/+2
* gh-100750: pass encoding kwarg in lib/platform.py (GH-100751)Miss Islington (bot)2023-01-211-0/+1
* [3.11] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positi...Gregory P. Smith2023-01-201-0/+4
* gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)Miss Islington (bot)2023-01-171-0/+1
* [3.11] gh-101046: Fix a potential memory leak in the parser when raising Memo...Pablo Galindo Salgado2023-01-161-0/+2
* gh-100320: Fix path calculations on Windows when python.exe is moved outside ...Steve Dower2023-01-161-0/+3
* [3.11] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101008)Nikita Sobolev2023-01-151-0/+2
* [3.11] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows)...Miss Islington (bot)2023-01-131-0/+1
* gh-100247: Fix py.exe launcher not using entire shebang command for finding c...Miss Islington (bot)2023-01-131-0/+2
* gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdr...Steve Dower2023-01-121-0/+5
* [3.11] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100937)Kumar Aditya2023-01-111-0/+1
* [3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()...Serhiy Storchaka2023-01-101-0/+2
* gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)Miss Islington (bot)2023-01-101-0/+1
* gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901)Miss Islington (bot)2023-01-101-0/+1
* GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...Miss Islington (bot)2023-01-091-0/+2
* GH-100805: Support numpy.array() in random.choice(). (GH-100830)Miss Islington (bot)2023-01-081-0/+2
* gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap me...Miss Islington (bot)2023-01-081-0/+1
* [3.11] gh-100776: Fix misleading default value in help(input) (GH-100788) (#1...Shantanu2023-01-081-0/+1
* [3.11] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-1...Carl Meyer2023-01-061-0/+1
* gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740)Miss Islington (bot)2023-01-041-0/+1
* GH-86508: skip binding to local addresses of different family in `asyncio.ope...Miss Islington (bot)2023-01-041-0/+1
* [3.11] gh-89419: gdb: fix bug causing AttributeError in py-locals when no fra...Eli Schwartz2023-01-041-0/+1
* [3.11] gh-100637: Fix int and bool __sizeof__ calculation to include the 1 el...Miss Islington (bot)2023-01-031-0/+1
* gh-95882: fix regression in the traceback of exceptions propagated from insid...Miss Islington (bot)2023-01-032-0/+2
* gh-100649: Update native_thread_id after fork (gh-100650)Miss Islington (bot)2023-01-011-0/+1
* gh-95778: add doc missing in some places (GH-100627)Miss Islington (bot)2022-12-301-0/+9
* gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-...Miss Islington (bot)2022-12-301-0/+2
* gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (GH-99434)Miss Islington (bot)2022-12-301-0/+1
* [3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-1003...Kumar Aditya2022-12-281-0/+1
* [3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#...colorfulappl2022-12-281-0/+7
* [3.11] gh-100287: Fix unittest.mock.seal with AsyncMock (GH-100496) (#100506)Shantanu2022-12-241-0/+1
* gh-100472: Fix docs claim that compileall parameters could be bytes (GH-100473)Miss Islington (bot)2022-12-241-0/+1
* [3.11] gh-100474: Fix handling of dirs named index.html in http.server (GH-10...Miss Islington (bot)2022-12-241-0/+2
* [3.11] gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100486)Gregory P. Smith2022-12-241-0/+1
* [3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation...Bill Fisher2022-12-241-0/+2
* bpo-40447: accept all path-like objects in compileall.compile_file (GH-19883)Miss Islington (bot)2022-12-231-0/+2
* [3.11] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (G...Miss Islington (bot)2022-12-231-0/+3
* gh-78878: Fix crash when creating an instance of `_ctypes.CField` (GH-14837)Miss Islington (bot)2022-12-211-0/+1
* gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)Miss Islington (bot)2022-12-211-0/+1
* GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (GH-1...Miss Islington (bot)2022-12-211-0/+1
* [3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...colorfulappl2022-12-211-0/+2
* [3.11] gh-85267: Improvements to inspect.signature __text_signature__ handlin...Shantanu2022-12-211-0/+6
* [3.11] gh-99576: Fix cookiejar file that was not truncated for some classes (...Miss Islington (bot)2022-12-201-0/+2