summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-103186: Remove debug print in test_sys_settrace (GH-109077)Serhiy Storchaka2023-09-071-1/+0
* GH-90915: Document that SystemExit doesn't trigger sys.excepthook (#31357)Colin Watson2023-09-071-1/+1
* socket documentation fix - rename triple to 3-tuple (#24722)Ori Hoch2023-09-071-2/+2
* bpo-38157: Add example about per file output for mock_open. (#16090)Karthikeyan Singaravelan2023-09-071-0/+24
* gh-103186: Suppress and assert expected RuntimeWarnings in test_sys_settrace ...Ijtaba Hussain2023-09-072-32/+43
* test.pythoninfo logs freedesktop_os_release() (#109057)Victor Stinner2023-09-071-1/+21
* gh-108915: Removes extra backslashes in str.split docstring (#109044)Daniel Weiss2023-09-072-5/+5
* gh-108753: _Py_PrintSpecializationStats() uses Py_hexdigits (#109040)Victor Stinner2023-09-071-2/+2
* gh-109045: Remove remaining LIMITED_API_AVAILABLE checks in tests (#109046)Anders Kaseorg2023-09-074-18/+1
* gh-107265: Remove all ENTER_EXECUTOR when execute _Py_Instrument (gh-108539)Dong-hee Na2023-09-074-32/+59
* gh-107211: No longer export internal _PyLong_FromUid() (#109037)Victor Stinner2023-09-071-11/+17
* gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)Victor Stinner2023-09-067-0/+79
* Docs: Fix typo in datetime.tzinfo docstring (#107257)Mikhail Samylov2023-09-061-1/+1
* GH-108202: Document ``calendar``'s command-line interface (#109020)Adam Turner2023-09-062-1/+144
* GH-104584: Restore frame->stacktop on optimizer error (GH-108953)Brandt Bucher2023-09-062-0/+3
* gh-108751: Add copy.replace() function (GH-108752)Serhiy Storchaka2023-09-0619-71/+314
* gh-107732: Mention dir support in importlib.resources docs (#107734)Shahriar Heidrich2023-09-062-5/+14
* GH-90690: Mention removal of ``PRECALL`` in What's New (#103910)Anthony Shaw2023-09-061-0/+3
* gh-106307: Fix PyMapping_GetOptionalItemString() (GH-108797)Serhiy Storchaka2023-09-062-0/+39
* C API tests: use special markers to test that output parameters were set (GH-...Serhiy Storchaka2023-09-067-30/+60
* gh-108740: Fix "make regen-all" race condition (#108741)Victor Stinner2023-09-064-10/+38
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-0619-183/+402
* gh-108851: Fix tomllib recursion tests (#108853)Victor Stinner2023-09-067-41/+177
* gh-91960: Add FreeBSD build and test using Cirrus-CI (#91961)Ed Maste2023-09-062-0/+24
* gh-109002: Ensure only one wheel for each vendored package (#109003)Ɓukasz Langa2023-09-061-4/+10
* gh-91960: Skip test_gdb if gdb cannot retrive Python frames (#108999)Victor Stinner2023-09-062-4/+10
* gh-107219: Fix concurrent.futures terminate_broken() (#108974)Victor Stinner2023-09-062-1/+10
* gh-108765: Cleanup #include in Python/*.c files (#108977)Victor Stinner2023-09-0618-48/+57
* gh-108303: Create Lib/test/test_dataclasses/ directory (#108978)Victor Stinner2023-09-067-5/+6
* gh-108983: Add more PEP 526 tests to `test_grammar` (#108984)Nikita Sobolev2023-09-061-0/+11
* gh-108991: replace _PyFrame_GetState by two simpler functions (#108992)Irit Katriel2023-09-061-31/+20
* gh-106670: Fix Pdb handling of chained Exceptions with no stacks. (#108865)Matthias Bussonnier2023-09-062-30/+108
* Fix a typo in umarshal.py (#108803)KH2023-09-061-1/+1
* gh-108717: Speedup `os.DirEntry.is_junction` function (#108718)Nikita Sobolev2023-09-062-13/+7
* gh-108857: improve markup in inspect.Signature.replace() docs (#108862)nabin20042023-09-061-1/+1
* gh-108962: Skip test_tempfile.test_flags() if not supported (#108964)Victor Stinner2023-09-052-1/+20
* gh-106581: Support multiple uops pushing new values (#108895)Guido van Rossum2023-09-052-17/+83
* gh-108469: Update ast.unparse for unescaped quote support from PEP701 [3.12] ...Anthony Shaw2023-09-054-28/+31
* gh-107755: Document the correct default value of slice step (GH-107756)wim glenn2023-09-051-1/+1
* gh-108927: Fix test_import + test_importlib + test_unittest problem (#108929)Nikita Sobolev2023-09-051-2/+3
* gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928)Zachary Ware2023-09-056-8/+5
* gh-108903: Remove unneeded `lambda`s from `asyncio` (GH-108904)Nikita Sobolev2023-09-052-5/+5
* gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...Serhiy Storchaka2023-09-0518-3/+48
* gh-89392: Use unittest test runner for doctests in test_getopt (GH-108916)Serhiy Storchaka2023-09-051-35/+36
* gh-89392: Use normal unittest runner in test_type_cache (GH-108911)Serhiy Storchaka2023-09-051-1/+1
* Add missed "f" in an f-string (GH-108906)Serhiy Storchaka2023-09-051-1/+1
* GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772)Mark Shannon2023-09-054-0/+323
* gh-108840: Remove unused `TestEnumTypeSubclassing` from `test_enum` (#108841)Nikita Sobolev2023-09-051-2/+0
* gh-108294: Add error handling for time.sleep audit event (GH-108363)Petr Viktorin2023-09-053-32/+41
* Improve the GitHub issue forms (#108881)Alex Waygood2023-09-053-75/+44