summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (...Miss Islington (bot)2022-11-181-0/+2
* gh-98940: Fix Mac/Extras.install.py File filter bug (GH-98943)Miss Islington (bot)2022-11-161-0/+1
* gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...Miss Islington (bot)2022-11-151-0/+2
* gh-99370: Calculate zip path from prefix when in a venv (GH-99371)Miss Islington (bot)2022-11-141-0/+2
* gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)Miss Islington (bot)2022-11-131-0/+2
* gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an...Miss Islington (bot)2022-11-131-0/+2
* [3.11] gh-98707: configure --with-system-libmpdec and --with-system-expat no ...Erlend E. Aasland2022-11-131-0/+4
* bpo-34272: Reorganize C API tests. (GH-8551)Miss Islington (bot)2022-11-121-0/+1
* gh-80448: argparse: Fix IndexError on store_true action (GH-15656)Miss Islington (bot)2022-11-121-0/+1
* [3.11] GH-99298: Don't perform jumps before error handling (GH-99343)Brandt Bucher2022-11-111-0/+2
* [3.11] gh-99277: remove older version of `get_write_buffer_limits` (GH-99280)...Miss Islington (bot)2022-11-101-0/+1
* gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)Miss Islington (bot)2022-11-101-0/+4
* [3.11] GH-99257: Check the owner's type when specializing slots (GH-99324)Miss Islington (bot)2022-11-101-0/+3
* gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)Miss Islington (bot)2022-11-101-0/+1
* GH-99205: Mark new interpreters and threads as non-static (GH-99268)Miss Islington (bot)2022-11-091-0/+2
* gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288)Victor Stinner2022-11-091-0/+3
* gh-99248: [Enum] fix negative number infinite loop (GH-99256)Miss Islington (bot)2022-11-081-0/+1
* gh-99181: fix except* on unhashable exceptions (GH-99192)Miss Islington (bot)2022-11-081-0/+1
* gh-92119: ctypes: Print exception class name instead of its representation (G...Miss Islington (bot)2022-11-081-0/+2
* [3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (#99222)Miss Islington (bot)2022-11-081-0/+6
* gh-94280: Require Python 3.9 or higher to compile CPython on Windows (GH-94281)Miss Islington (bot)2022-11-071-0/+3
* bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)Miss Islington (bot)2022-11-071-0/+2
* [3.11] gh-99153: set location on SyntaxError for try with both except and exc...Irit Katriel2022-11-071-0/+1
* [3.11] GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-99156...Nikita Sobolev2022-11-071-0/+1
* gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)Miss Islington (bot)2022-11-071-0/+2
* gh-83004: Clean up refleak in _pickle initialisation (GH-98841)Miss Islington (bot)2022-11-061-0/+1
* gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842)Miss Islington (bot)2022-11-061-0/+1
* gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)Miss Islington (bot)2022-11-061-0/+1
* gh-83004: Clean up refleak in _io initialisation (GH-98840)Miss Islington (bot)2022-11-061-0/+1
* gh-99134: Update bundled pip to 22.3.1 (gh-99135)Miss Islington (bot)2022-11-051-0/+1
* [3.11] gh-98706: Sync with importlib_metadata 4.13.0. (GH-98875)Jason R. Coombs2022-11-051-0/+7
* [3.11] gh-99086: Fix implicit int compiler warning in configure check for PTH...Erlend E. Aasland2022-11-051-0/+1
* gh-98978: Fix Py_SetPythonHome(NULL) (GH-99066)Miss Islington (bot)2022-11-031-0/+3
* gh-98740: Fix validation of conditional expressions in RE (GH-98764)Miss Islington (bot)2022-11-031-0/+3
* gh-98790: When DLLs directory is missing on Windows, assume executable_dir co...Steve Dower2022-11-021-0/+2
* gh-97731: Specify the full path to the docs for `make docclean` (GH-98982)Miss Islington (bot)2022-11-021-0/+2
* gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423)Miss Islington (bot)2022-11-021-0/+1
* [3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979)Miss Islington (bot)2022-11-011-0/+2
* gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)Miss Islington (bot)2022-11-011-0/+2
* gh-98852: Fix subscription of type aliases (GH-98920)Miss Islington (bot)2022-11-011-0/+4
* GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)Miss Islington (bot)2022-11-011-0/+1
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Miss Islington (bot)2022-10-311-0/+2
* [3.11] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98889)Charlie Zhao2022-10-311-0/+1
* [3.11] gh-96151: Use a private name for passing builtins to dataclass. This n...Miss Islington (bot)2022-10-311-0/+1
* [3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874)Miss Islington (bot)2022-10-302-0/+7
* [3.11] gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Eq...Dennis Sweeney2022-10-301-0/+2
* [3.11] gh-98744: Prevent column-level decoding crashes on traceback module (#...Batuhan Taskaya2022-10-291-0/+2
* [3.11] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98797)Miss Islington (bot)2022-10-281-0/+2
* gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...Miss Islington (bot)2022-10-281-0/+1
* gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742)Miss Islington (bot)2022-10-271-0/+1