summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-104683: Improve consistency and test coverage of argument-clinic `__repr__...Alex Waygood2023-08-051-3/+91
* GH-106684: raise `ResourceWarning` when `asyncio.StreamWriter` is not closed ...Kumar Aditya2023-08-052-0/+29
* GH-70303: Emit FutureWarning when pathlib glob pattern ends with `**` (GH-105...Barney Gale2023-08-042-3/+21
* gh-106368: Argument clinic: improve coverage for `self.valid_line()` calls (#...Alex Waygood2023-08-041-0/+32
* gh-106812: Refactor cases_generator to allow uops with array stack effects (#...Guido van Rossum2023-08-041-77/+81
* gh-107614: Normalise Argument Clinic error messages (#107615)Erlend E. Aasland2023-08-041-46/+71
* GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...Mark Shannon2023-08-0410-28/+32
* gh-106368: Increase Argument Clinic test coverage (#107611)Erlend E. Aasland2023-08-041-0/+296
* gh-107609: Fix duplicate module check in Argument Clinic (#107610)Erlend E. Aasland2023-08-041-0/+10
* gh-106368: Argument clinic tests: improve error message when `expect_success(...Alex Waygood2023-08-031-1/+2
* gh-107446: Fix test_inspect.test_class_with_method_from_other_module when ran...Tian Gao2023-08-031-0/+3
* gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases` (#107584)James Hilton-Balfe2023-08-032-7/+17
* gh-106368: Increase Argument Clinic test coverage (#107582)Erlend E. Aasland2023-08-032-2/+394
* GH-107458: fix test_tools refleak (#107577)Kumar Aditya2023-08-031-11/+5
* gh-107455: ctypes: Improve error messages when converting to an incompatible ...Tomas R2023-08-031-2/+50
* gh-104683: Rework Argument Clinic error handling (#107551)Erlend E. Aasland2023-08-031-272/+227
* gh-107471: Fix Refleaks in test_import (gh-107569)Eric Snow2023-08-021-1/+2
* Fix test_capi.test_misc when run with -R:: (#107566)Guido van Rossum2023-08-021-30/+34
* gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)Irit Katriel2023-08-021-29/+15
* gh-106368: Increase test coverage for Argument Clinic (#107514)Erlend E. Aasland2023-08-022-15/+350
* gh-107559: Argument Clinic: complain about non-ASCII chars in param docstring...Erlend E. Aasland2023-08-021-0/+19
* gh-104683: Argument Clinic: Refactor and simplify 'add docstring' states (#10...Erlend E. Aasland2023-08-011-0/+22
* gh-104683: Argument clinic: remove the `LandMine` class (#107541)Alex Waygood2023-08-011-2/+1
* gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by th...Irit Katriel2023-08-012-5/+2
* gh-107467: Restructure Argument Clinic command-line interface (#107469)Erlend E. Aasland2023-08-011-41/+33
* gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (#...opavliuk2023-07-312-1/+44
* gh-105751: Remove obsolete `object` base class in some ctypes tests (#107460)Tomas R2023-07-314-11/+11
* gh-106368: Add test for Argument Clinic misbehaving custom converter_init() (...Erlend E. Aasland2023-07-311-0/+20
* gh-104280: Add test cases for DTrace probes (#107125)Furkan Onder2023-07-311-0/+82
* gh-46376: Return existing pointer when possible in ctypes (#107131)Konstantin2023-07-311-0/+27
* gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#106270)Charlie Zhao2023-07-301-0/+30
* gh-107369: optimize textwrap.indent() (#107374)Inada Naoki2023-07-291-7/+13
* gh-107089: Improve Shelf.clear method performance (gh-107090)James Cave2023-07-291-0/+7
* gh-106368: Argument clinic: Fix minor bug in `state_modulename_name` (#107387)Alex Waygood2023-07-281-0/+17
* Fix typo in comment (gh-107389)Tom Niget2023-07-281-1/+1
* gh-106723: forward -Xfrozen_modules option to spawned process interpreters (#...Felipe A. Hernandez2023-07-281-1/+1
* gh-106368: Argument clinic tests: improve failure message when tests in `Clin...Alex Waygood2023-07-271-1/+1
* gh-104683: Argument clinic: cleanup `state_modulename_name()` (#107340)Alex Waygood2023-07-271-0/+26
* gh-106931: Fix the WASM Buildbots (gh-107362)Eric Snow2023-07-271-1/+12
* gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-1...Eric Snow2023-07-272-6/+38
* gh-106931: Intern Statically Allocated Strings Globally (gh-107272)Eric Snow2023-07-271-0/+30
* gh-105699: Disable the Interpreters Stress Tests (gh-107354)Eric Snow2023-07-271-0/+1
* GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback...Mark Shannon2023-07-271-3/+3
* GH-106895: Raise a `ValueError` when attempting to disable events that cannot...Mark Shannon2023-07-271-1/+51
* gh-105481: remove dependency of _inline_cache_entries on opname (#107339)Irit Katriel2023-07-273-9/+12
* GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)Mark Shannon2023-07-271-37/+193
* gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (#107014)János Kukovecz2023-07-262-2/+16
* gh-107015: Remove async_hacks from the tokenizer (#107018)Pablo Galindo Salgado2023-07-264-50/+48
* gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (...Irit Katriel2023-07-261-4/+17
* gh-106368: Increase Argument Clinic CLI test coverage (#107277)Erlend E. Aasland2023-07-261-3/+75