summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...Irit Katriel2023-08-1621-1461/+1533
* GH-92584: Remove references to Distutils in configure.rst (#108043)Adam Turner2023-08-161-11/+6
* GH-92584: Remove Installing Python Modules (Distutils version) (#108020)Adam Turner2023-08-165-1090/+3
* GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (#108040)Adam Turner2023-08-162-4/+4
* GH-92584: Redirect macOS package installation to the PPUG (#108044)Adam Turner2023-08-161-6/+2
* gh-56166: Deprecate passing confusing positional arguments in re functions (#...Serhiy Storchaka2023-08-165-19/+153
* gh-107211: Fix select extension build on Solaris (#108012)Victor Stinner2023-08-161-2/+4
* GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (#108047)Adam Turner2023-08-161-2/+2
* gh-105522: [Enum] Correctly handle possible exceptions during testing (GH-105...Nikita Sobolev2023-08-161-54/+96
* gh-91051: fix type watcher test to be robust to existing watcher (#107989)Carl Meyer2023-08-161-6/+4
* Improve the feature-proposal issue form (#108033)Alex Waygood2023-08-161-12/+10
* Remove Sphinx problem matcher to avoid annotating unchanged files (#108005)Hugo van Kemenade2023-08-162-44/+0
* gh-107298: Fix C API Buffer documentation (#108011)Victor Stinner2023-08-163-11/+14
* GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (#108031)Adam Turner2023-08-161-1/+1
* gh-104683: Argument Clinic: Extract parse function name helper (#107964)Erlend E. Aasland2023-08-162-33/+30
* gh-107909: Test explicit `object` base in PEP695 generic classes (#108001)Nikita Sobolev2023-08-161-0/+4
* gh-108000: Test that `lambda` also has `__type_params__` (#108002)Nikita Sobolev2023-08-161-7/+10
* gh-106659: Fix test_embed.test_forced_io_encoding() on Windows (#108010)Victor Stinner2023-08-162-1/+8
* gh-106368: Argument Clinic: Test that keyword params are disallowed in groups...Erlend E. Aasland2023-08-161-0/+21
* gh-105724: Add location information to `assert` errors (GH-105935)Nikita Sobolev2023-08-164-6/+124
* gh-106300: Improve errors testing in test_unittest.test_runner (GH-106737)Nikita Sobolev2023-08-161-52/+65
* gh-107955 Remove old comment about increasing the reference count in usage of...brandonardenwalli2023-08-161-2/+0
* gh-100061: Proper fix of the bug in the matching of possessive quantifiers (G...SKO2023-08-164-10/+17
* gh-99203: shutil.make_archive(): restore select CPython <= 3.10.5 behavior (G...6t8k2023-08-163-0/+52
* More actionable error message when spawn is incorrectly used. (#102203)Yuxin Wu2023-08-161-1/+5
* gh-106368: Argument Clinic: Add tests for cloned functions with custom C base...Erlend E. Aasland2023-08-151-0/+31
* Note that lnotab_notes.txt is only valid before 3.11 (#107961)Martin DeMello2023-08-151-1/+4
* gh-107557: Setup abstract interpretation (#107847)Ken Jin2023-08-1521-9/+1118
* gh-106242: Minor fixup to avoid compiler warnings (GH-107983)Steve Dower2023-08-151-1/+1
* gh-103082: remove assumption that INSTRUMENTED_LINE is the last instrumented ...Irit Katriel2023-08-151-2/+2
* gh-106242: Fix path truncation in os.path.normpath (GH-106816)Finn Womack2023-08-155-9/+30
* gh-107972: Argument Clinic: Ensure a C basename is provided after 'as' (#107973)Erlend E. Aasland2023-08-152-7/+32
* gh-107880: Argument Clinic: Fix regression in gh-107885 (#107974)Erlend E. Aasland2023-08-152-17/+51
* gh-107963: Fix set_forkserver_preload to check the type of given list (#107965)Dong-hee Na2023-08-153-1/+11
* gh-107967: Fix infinite recursion on invalid escape sequence warning (#107968)Lysandros Nikolaou2023-08-152-0/+13
* gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...Erlend E. Aasland2023-08-159-5/+92
* gh-76913: Add "merge extras" feature to LoggerAdapter (GH-107292)Romuald Brunet2023-08-154-4/+66
* Revert "gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC … (gh-...Dong-hee Na2023-08-142-68/+4
* Convert the GitHub issue templates into GitHub issue forms (#107920)Alex Waygood2023-08-146-148/+182
* Attempt to speed up deepfreeze.py (#107887)Guido van Rossum2023-08-142-13/+24
* gh-105481: reduce repetition in opcode metadata generation code (#107942)Irit Katriel2023-08-142-76/+61
* gh-107938: Synchonise the signature of of sqlite3.connect and sqlite3.Connect...Erlend E. Aasland2023-08-143-18/+61
* gh-103082: use IS_VALID_OPCODE instead of _PyOpcode_OpName to check if an opc...Irit Katriel2023-08-141-4/+4
* gh-107910: Remove not needing newline in error message (GH-107928)Joon Hwan 김준환2023-08-142-3/+3
* gh-107877: Update logging levels reference table with usage criteria. (#107894)Vinay Sajip2023-08-131-15/+33
* Add another example to the statistics docs (GH-107904)Raymond Hettinger2023-08-132-0/+57
* gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)Erlend E. Aasland2023-08-135-8/+244
* Improve `_typing.__doc__` (#107908)Nikita Sobolev2023-08-131-1/+1
* gh-107883: Argument Clinic: Handle full module/class path in Function.fulldis...Erlend E. Aasland2023-08-122-3/+64
* gh-106797: Remove warning logs from Python/generated_cases.c.h and executor_c...Dong-hee Na2023-08-123-6/+6