summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* GH-96793: Specialize FOR_ITER for generators. (GH-98772)Mark Shannon2022-11-071-0/+3
* gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390)Noam Cohen2022-11-071-0/+3
* bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)Zackery Spytz2022-11-071-0/+2
* gh-91803: Mock - fix error when using autospec methods with seal (#92213)andrei kulakov2022-11-071-0/+3
* GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH99156)Nikita Sobolev2022-11-071-0/+1
* gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)Dong-hee Na2022-11-071-0/+2
* gh-98586: Add What's New entry and update docs (#99056)Wenzel Jakob2022-11-061-1/+1
* gh-98139: enhance namespace package reprAnh71me2022-11-061-0/+2
* GH-98831: Implement super-instruction generation (#99084)Guido van Rossum2022-11-061-1/+9
* gh-99153: set location on SyntaxError for try with both except and except* (G...Irit Katriel2022-11-061-0/+1
* gh-83004: Clean up refleak in _pickle initialisation (#98841)Shantanu2022-11-061-0/+1
* gh-83004: Clean up refleak in _zoneinfo initialisation (#98842)Shantanu2022-11-061-0/+1
* gh-99139: Improve NameError error suggestion for instances (#99140)Pablo Galindo Salgado2022-11-061-0/+5
* gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)Ethan Furman2022-11-061-0/+1
* gh-99134: Update bundled pip to 22.3.1 (gh-99135)Paul Moore2022-11-051-0/+1
* gh-98284: better error message for undefined abstractmethod (#97971)Kaushik Kulkarni2022-11-051-0/+3
* gh-99086: Fix implicit int compiler warning in configure check for PTHREAD_SC...Sam James2022-11-051-0/+1
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-031-0/+5
* gh-98978: Fix Py_SetPythonHome(NULL) (#99066)Victor Stinner2022-11-031-0/+3
* gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)Victor Stinner2022-11-032-0/+7
* gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)Victor Stinner2022-11-032-0/+11
* gh-83004: Clean up refleak in _io initialisation (#98840)Shantanu2022-11-031-0/+1
* gh-98948: Remove obsolete readelf dependency (#98949)serge-sans-paille2022-11-031-0/+1
* GH-96793: Implement PEP 479 in bytecode. (GH-99006)Mark Shannon2022-11-031-0/+2
* gh-98740: Fix validation of conditional expressions in RE (GH-98764)Serhiy Storchaka2022-11-031-0/+3
* GH-98831: "Generate" the interpreter (#98830)Guido van Rossum2022-11-031-0/+1
* gh-98999: Raise `ValueError` in `_pyio` on closed buffers (gh-99009)Nikita Sobolev2022-11-031-0/+2
* gh-97731: Specify the full path to the docs for `make docclean` (GH-98982)Brett Cannon2022-11-021-0/+2
* gh-98415: Fix uuid.getnode() ifconfig implementation (#98423)Chaim Sanders2022-11-021-0/+1
* gh-98790: When DLLs directory is missing on Windows, assume executable_dir co...Steve Dower2022-11-021-0/+2
* gh-99016: Make build scripts compatible with Python 3.8 (GH-99017)Serhiy Storchaka2022-11-021-0/+1
* GH-98686: Quicken everything (GH-98687)Brandt Bucher2022-11-021-0/+2
* gh-98989: configure: add 3.11 to list of Pythons (#98988)Jelle Zijlstra2022-11-021-0/+1
* gh-98903: Test suite fails with exit code 4 if no tests ran (#98904)Victor Stinner2022-11-021-0/+2
* gh-98925: Lower marshal recursion depth for WASI (GH-98938)Brett Cannon2022-11-011-0/+2
* gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)Zachary Ware2022-11-011-0/+2
* gh-98931: Improve error message when the user types 'import x from y' instead...Pablo Galindo Salgado2022-11-011-0/+2
* gh-98852: Fix subscription of type aliases (GH-98920)Serhiy Storchaka2022-11-011-0/+4
* gh-98658: Add __class_getitem__ to array.array (#98661)Jelle Zijlstra2022-11-011-0/+2
* GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)Kumar Aditya2022-11-011-0/+1
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Steve Dower2022-10-311-0/+2
* gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)Eric Snow2022-10-311-0/+9
* gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)David Hewitt2022-10-312-0/+5
* gh-98878: Use builtins from the bound frame when offering a suggestion (#98880)Batuhan Taskaya2022-10-311-0/+2
* gh-98811: use full source location to simplify __future__ imports error check...Irit Katriel2022-10-311-0/+4
* gh-96151: Use a private name for passing builtins to dataclass. This now allo...Shantanu2022-10-311-0/+1
* gh-97966: Update uname docs to clarify the special nature of the platform att...Jason R. Coombs2022-10-301-0/+2
* gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)Nick Coghlan2022-10-302-0/+7
* gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#...Nikita Sobolev2022-10-301-0/+2
* gh-98793: Fix typecheck in `overlapped.c` (#98835)Charlie Zhao2022-10-301-0/+1