summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* GH-90352: fix _SelectorDatagramTransport to inherit from DatagramTransport (#...Kumar Aditya2022-10-291-0/+1
* gh-98744: Prevent column-level decoding crashes on traceback module (#98824)Batuhan Taskaya2022-10-291-0/+2
* gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)domragusa2022-10-282-0/+2
* gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARSGareth Rees2022-10-281-0/+2
* gh-98776: Fix make regen-test-levenshtein for out-of-tree builds (GH-98779)Miro HronĨok2022-10-281-0/+1
* gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...Steve Dower2022-10-281-0/+1
* gh-98624 Add mutex to unittest.mock.NonCallableMock (#98688)noah-weingarden2022-10-281-0/+2
* gh-98739: Update libexpat from 2.4.9 to 2.5.0 (#98742)Shaun Walbridge2022-10-271-0/+1
* GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)Mark Shannon2022-10-271-0/+2
* gh-98586: Add vector call APIs to the Limited API (GH-98587)Wenzel Jakob2022-10-272-0/+13
* gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple ...Ken Jin2022-10-271-0/+2
* gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...Eric Snow2022-10-261-0/+4
* gh-98713: Use `@cpython_only` for a test that fails on PyPy (#98714)Nikita Sobolev2022-10-261-0/+3
* gh-90716: add _pylong.py module (#96673)Neil Schemenauer2022-10-261-0/+3
* docs: Change links to label refs (#98454)Stanley2022-10-261-2/+1
* gh-91058: Add error suggestions to 'import from' import errors (#98305)Pablo Galindo Salgado2022-10-251-0/+3
* gh-94328: Update Windows installer to use SQLite 3.39.4 (#98640)Erlend E. Aasland2022-10-251-0/+1