summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.2v3.11.2Pablo Galindo2023-02-0767-122/+676
* [3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.1...Łukasz Langa2023-02-071-0/+2
* [3.11] gh-101266: Revert fix __sizeof__ for subclasses of int (#101638)Mark Dickinson2023-02-071-1/+0
* gh-101562: typing: add tests for inheritance with NotRequired & Required in p...Miss Islington (bot)2023-02-061-0/+1
* gh-101543: Ensure Windows registry path is only used when stdlib can't be fou...Miss Islington (bot)2023-02-061-0/+2
* gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...Miss Islington (bot)2023-02-061-0/+2
* gh-101541: [Enum] create flag psuedo-member without calling original __new__ ...Miss Islington (bot)2023-02-061-0/+1
* gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)Miss Islington (bot)2023-02-051-0/+1
* [3.11] gh-101266: Fix __sizeof__ for subclasses of int (GH-101394) (#101579)Mark Dickinson2023-02-051-0/+1
* gh-101522: Allow overriding Windows dependencies versions and paths using MSB...Steve Dower2023-02-031-0/+2
* gh-101467: Correct py.exe handling of prefix matches and cases when only one ...Miss Islington (bot)2023-02-011-0/+3
* [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