summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-114271: Make `_thread.ThreadHandle` thread-safe in free-threaded builds (G...mpage2024-03-015-101/+225
* gh-115941: fixes in dictobject.c doc block(#116196)Humbulani2024-03-011-1/+2
* gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710)Ken Jin2024-03-013-8/+66
* gh-84995: Run sys.__interactivehook__() on asyncio REPL startup (#20517)RĂ©mi Lapeyre2024-03-013-39/+62
* gh-115773: Add missing preprocessor guard in _testexternalinspection (#116212)Malcolm Smith2024-03-011-1/+1
* gh-116171: Argument Clinic: disallow overriding return converter for __init__...Erlend E. Aasland2024-03-013-41/+10
* gh-115806: Don't mangle output of configure 'ipv6 stack type' check (#116165)Erlend E. Aasland2024-03-012-3/+3
* gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115...AN Long2024-03-011-0/+6
* gh-116035: Document that both tzinfo and fold are ignored in comparisons if t...Serhiy Storchaka2024-03-011-2/+8
* gh-76785: Fix interpreters.Queue.get_nowait() (gh-116166)Eric Snow2024-03-012-48/+75
* gh-112281: Allow `Union` with unhashable `Annotated` metadata (#112283)Nikita Sobolev2024-03-014-18/+156
* gh-104219: Document that idunders can return NotImplemented (#104220)Gouvernathor2024-03-011-2/+4
* gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)Serhiy Storchaka2024-03-013-32/+373
* gh-115554: Improved logic for handling multiple existing py.exe launcher inst...Steve Dower2024-03-014-74/+140
* gh-101293: Fix support of custom callables and types in inspect.Signature.fro...Serhiy Storchaka2024-03-013-89/+438
* build(deps-dev): bump types-setuptools from 69.0.0.20240125 to 69.1.0.2024030...dependabot[bot]2024-03-011-1/+1
* gh-116159: argparse: performance improvement parsing large number of options ...Amethyst Reese2024-03-011-4/+5
* build(deps): bump hypothesis from 6.97.4 to 6.98.15 in /Tools (#116189)dependabot[bot]2024-03-011-1/+1
* build(deps-dev): bump types-psutil from 5.9.5.20240106 to 5.9.5.20240205 in /...dependabot[bot]2024-03-011-1/+1
* gh-65824: Improve the "less" prompt in pydoc (GH-116050)Serhiy Storchaka2024-03-012-1/+11
* gh-116098: Revert "gh-107674: Improve performance of `sys.settrace` (GH-11498...Tian Gao2024-03-017-64/+53
* gh-115999: Disable the specializing adaptive interpreter in free-threaded bui...Brett Simmers2024-03-019-3/+96
* gh-116099: Fix refcounting bug in `_queueobj_shared()` (gh-116164)Brett Simmers2024-03-011-3/+1
* gh-115491: Fix Clang compiler warning (#116153)Sam Gross2024-03-011-1/+1
* gh-103092: Add a mutex to make the PRNG state of rotatingtree concurrent-safe...AN Long2024-02-294-3/+12
* gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115...Sebastian Pipping2024-02-2916-21/+435
* gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)Ken Jin2024-02-296-30/+163
* Fix rendering of null character in ast.rst (#116080)Shantanu2024-02-291-1/+1
* gh-71052: Fix several Android build issues (#115955)Malcolm Smith2024-02-296-21/+87
* gh-87115: Set `__main__.__spec__` to `None` in pdb (#116141)Tian Gao2024-02-293-0/+14
* gh-112075: Avoid locking shared keys on every assignment (#116087)Dino Viehland2024-02-291-12/+20
* gh-71052: Add test exclusions to support running the test suite on Android (#...Malcolm Smith2024-02-2912-27/+58
* gh-108051: Update versions found by find_python.bat and clarify readme (GH-11...Steve Dower2024-02-292-7/+18
* gh-73580: Docs for tunnelling TLS through TLS (GH-22539)Carl Bordum Hansen2024-02-291-0/+3
* Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)Erlend E. Aasland2024-02-2916-39/+39
* gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)Guido van Rossum2024-02-297-47/+106
* gh-115811: Update documentation to add some Logger attributes. (GH-116109)Vinay Sajip2024-02-291-0/+36
* gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped (GH-18...Michael Felt2024-02-291-0/+4
* Make the iter_except() recipe more compact. (gh-116132)Raymond Hettinger2024-02-291-20/+1
* GH-115802: JIT "small" code for Windows (GH-115964)Brandt Bucher2024-02-2926-93/+126
* gh-112844: Add SBOM for external dependencies (#115789)Seth Michael Larson2024-02-293-17/+266
* gh-116100: Add `test` arg to `ast.If` and `op` arg to `ast.BoolOp` calls (#11...Kirill Podoprigora2024-02-291-2/+2
* gh-115881: Document feature_version limitations (#115980)Shantanu2024-02-291-6/+9
* gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (G...Petr Viktorin2024-02-291-0/+4
* gh-115937: Remove implementation details from inspect.signature() docs (#116086)Erlend E. Aasland2024-02-291-3/+7
* gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#11...Guido van Rossum2024-02-293-104/+104
* gh-115859: Fix test_type_inconsistency() when run multiple times (#116079)Guido van Rossum2024-02-281-3/+7
* gh-115821: [Enum] better error message for calling super().__new__() (GH-116063)Ethan Furman2024-02-284-1/+22
* gh-116075: Skip test_external_inspection on qemu in JIT CI (#116076)Erlend E. Aasland2024-02-281-2/+2
* Update an out-of-date example in the itertools recipe intro (gh-116082)Raymond Hettinger2024-02-281-1/+1