summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* GH-87390: Add remaining tests for PEP 646 (#98267)Matthew Rahtz2022-10-251-0/+1
* gh-93696: Locate frozen module source with __file__ (#93697)James Gerity2022-10-251-0/+1
* gh-94328: Update macOS installer to use SQLite 3.39.4. (#98639)Erlend E. Aasland2022-10-251-0/+1
* Python 3.12.0a1v3.12.0a1Thomas Wouters2022-10-24594-1265/+6194
* GH-89237: fix hang in proactor `subprocess.wait_closed()` (#98572)Kumar Aditya2022-10-241-0/+1
* gh-91524: Speed up the regular expression substitution (#91525)Serhiy Storchaka2022-10-231-0/+3
* Fix typo in news entry (#98361)Ikko Ashimine2022-10-221-1/+1
* gh-95027: Fix regrtest stdout encoding on Windows (#98492)Victor Stinner2022-10-211-0/+4
* gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)Carl Meyer2022-10-211-0/+2
* gh-97514: Don't use Linux abstract sockets for multiprocessing (#98501)Gregory P. Smith2022-10-201-0/+15
* gh-97912: Avoid quadratic behavior when adding LOAD_FAST_CHECK (GH-97952)Dennis Sweeney2022-10-201-0/+1
* gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273)Ben Kallus2022-10-201-0/+3
* gh-98461: Fix source location in comprehensions bytecode (GH-98464)Irit Katriel2022-10-201-0/+1
* gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...Steve Dower2022-10-201-0/+4
* gh-95023: Added os.setns and os.unshare functions (#95046)Noam Cohen2022-10-202-0/+2
* gh-98374: Suppress ImportError for invalid query for help() command. (gh-98450)Dong-hee Na2022-10-201-0/+2
* gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-9...chgnrdv2022-10-201-0/+1
* gh-98257: Make _PyEval_SetTrace() reentrant (#98258)Victor Stinner2022-10-191-0/+3
* gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...Steve Dower2022-10-191-0/+3
* Docs: Bump sphinx-lint and fix unbalanced inline literal markup (#98441)Hugo van Kemenade2022-10-191-1/+1
* gh-92886: Replace assertion statements in `handlers.BaseHandler` to support r...Jack Hindmarch2022-10-191-0/+1
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `_tes...Jack Hindmarch2022-10-191-0/+1
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...Jack Hindmarch2022-10-191-0/+1
* gh-98398: Fix source locations for 'assert' bytecode (GH-98405)Irit Katriel2022-10-191-0/+1
* gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-...Serhiy Storchaka2022-10-191-0/+2
* gh-98390: Fix source locations of boolean sub-expressions (GH-98396)Irit Katriel2022-10-181-0/+1
* gh-92886: Fixing tests that fail when running with optimizations (`-O`) in `t...Jack Hindmarch2022-10-181-0/+1
* gh-98393: os module reject bytes-like, only accept bytes (#98394)Victor Stinner2022-10-182-0/+6
* gh-98331: Update bundled pip to 22.3 (#98332)Paul Moore2022-10-181-0/+1
* GH-98363: Add itertools.batched() (GH-98364)Raymond Hettinger2022-10-171-0/+2
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-1/+1