GitHub CopilotWrite better code with AI | MCP RegistryIntegrate external tools | ActionsAutomate any workflow | CodespacesInstant dev environments | IssuesPlan and track work | Code ReviewManage code changes | Code QualityEnforce quality at merge | Why GitHub | Marketplace | View all features | Enterprises | Small and medium teams | Startups | View all use cases | View all industries | View all solutions | AI | Software Development | DevOps | Security | View all topics | Customer stories | Events & webinars | Ebooks & reports | Business insights | Trust center | Partners | View all resources
Tin mới
gh-64862: Add the stop_exception parameter in iter() and aiter() (GH-156298)
gh-152132: Test Py_CompileString() in test_capi.test_run (#153470)
gh-151510: Fix __lazy_import__ without frame (#151511)
gh-150285: Fix too long docstrings in builtins (GH-150293)
gh-148829: Implement PEP 661 (#148831)
Improve `hash()` builtin docstring with caveats. (GH-125229)
gh-146615: Fix format specifiers in Python/ directory (GH-146619)
GH-145247: Use _PyTuple_FromPair in Parser and Python (#145842)
gh-145055: Accept frozendict for globals in exec() and eval() (#145072)
gh-145076: Check globals type in __lazy_import__() (#145086)
gh-141510, PEP 814: Add built-in frozendict type (#144757)
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
gh-135801: Add the module parameter to compile() etc (GH-139652)
gh-140517: fix leak in `map_next` in strict mode (#140543)
gh-111489: Remove _PyTuple_FromArray() alias (#139973)
gh-139748: fix leaks in AC error paths when using unicode FS-based converters (#139765)
gh-137609: Change names of some positional-only parameters in builtins (GH-137611)
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
gh-137668: Document that ord() supports also bytes and bytearray (GH-137669)
gh-135443: Sometimes Fall Back to __main__.__dict__ For Globals (gh-135491)
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
gh-130070: Fix `exec(<string>, closure=<non-None>)` unexpected path (#130071)
gh-131525: Cache the result of tuple_hash (#131529)
gh-131586: Avoid refcount contention in some "special" calls (#131588)
gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (#131682)
gh-131238: Remove more includes from pycore_interp.h (#131480)
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
gh-130080: implement PEP 765 (#130087)
GH-131238: More refactoring of core header files (GH-131351)
gh-111178: Change Argument Clinic signature for METH_O (#130682)
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
gh-130139: always check ast node type in ast.parse() with ast input (#130140)
gh-111178: fix UBSan failures in `Python/bltinmodule.c` (GH-128235)