summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-103884: Docs CI: Only attempt nit-picky PR annotations for PRs (#103889)Hugo van Kemenade2023-04-261-0/+2
* gh-103489: Add get/set config methods to sqlite3.Connection (#103506)Erlend E. Aasland2023-04-267-1/+329
* gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension ...Erlend E. Aasland2023-04-269-14/+104
* gh-101879: docs - italicize argument in smtplib.SMPT() description (#101886)Owain Davies2023-04-261-5/+5
* gh-91441: Clarify the docs of asyncio.loop.subprocess_exec() (#91442)July Tikhonov2023-04-261-9/+8
* GH-99944: Make dis display the value of oparg of KW_NAMES (#103856)Juhi Chandalia2023-04-263-3/+27
* Add willingc to CODEOWNERS for asyncio (#103885)Carol Willing2023-04-261-1/+1
* Docs build: Add upper bounds to transitive dependencies (#103860)Alex Waygood2023-04-262-0/+34
* gh-103879: Fix refleak in super specialization (#103882)Jelle Zijlstra2023-04-261-0/+2
* gh-101786: Clarify docs that asyncio.Server.sockets is a socket-like Transpor...Carol Willing2023-04-261-2/+3
* gh-103875: Use ascii and latin1 singletons in deepfreeze (#103876)Yichen Yan2023-04-261-0/+6
* gh-103872: Update bundled pip version to 23.1.2 (gh-103873)Paul Moore2023-04-263-1/+2
* gh-74940: Allow fallback to UTF-8 encoding on systems with no locales install...Gordon Messmer2023-04-262-1/+3
* gh-103578: Fix pdb reading code with non-utf8 encoding (#103581)Tian Gao2023-04-263-1/+8
* gh-99352: Ensure HTTPSConnection is available before exercising https tests...Senthil Kumaran2023-04-261-8/+12
* GH-103804: Add test for dis.findlinestarts (#103806)Juhi Chandalia2023-04-252-0/+9
* gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)Carl Meyer2023-04-2514-358/+540
* gh-103721: Improve cross-references for generic-alias docs (#103838)Alex Waygood2023-04-251-0/+7
* gh-51574: Make tempfile.mkdtemp() always return absolute paths (#94612)Samuel Sloniker2023-04-255-3/+19
* gh-102950: Adjust tarfile filter tests for systems that don't set the sticky ...Petr Viktorin2023-04-251-5/+25
* gh-103726: Set up gcc-10 for ASAN (gh-103728)Dong-hee Na2023-04-251-0/+4
* DOC: remove reference to OpenSolaris (#102671)partev2023-04-251-7/+0
* gh-103826: fix unused variable warning introduced in gh-102343 (#103825)sunmy20192023-04-251-2/+2
* gh-100227: Add a Granular Lock for _PyRuntime.imports.extensions.dict (gh-103...Eric Snow2023-04-253-4/+16
* gh-103636: add enums for days and months in calendar module (GH-103642)Prince Roshan2023-04-252-21/+40
* gh-103718: Correctly set f-string buffers in all cases (GH-103815)Lysandros Nikolaou2023-04-251-8/+6
* gh-82814: fix shutil access error on WSL (#103790)Allan Lago2023-04-252-1/+4
* Also fail DO-NOT-MERGE when "awaiting changes" or "awaiting change review" pr...Łukasz Langa2023-04-241-2/+2
* gh-103765: Remove pkgutil.rst from .nitignore (GH-103797)Jaime Alonso Lorenzo2023-04-241-1/+0
* gh-103810: Fix broken references in dataclasses (#103811)Olga Matoula2023-04-242-73/+74
* GH-103805: Lib test f541 linting issue fix (#103812)Rodolfo M. Pereira2023-04-2414-90/+90
* gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)Eric Snow2023-04-2420-73/+322
* gh-103801: Tools/wasm linting and formatting (#103796)Daniel Versoza2023-04-243-3/+5
* gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer ...jb21702023-04-245-10/+19
* gh-95795: Move types.next_version_tag to PyInterpreterState (gh-102343)Eric Snow2023-04-244-43/+94
* gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)Carl Meyer2023-04-2418-408/+783
* gh-103791: Make contextlib.suppress also act on exceptions within an Exceptio...Łukasz Langa2023-04-246-22/+73
* gh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794)Eric Snow2023-04-243-34/+58
* gh-103492: Clarify SyntaxWarning with literal comparison (#103493)Shantanu2023-04-244-16/+34
* gh-101100: Fix Sphinx warnings in `argparse` module (#103289)Hugo van Kemenade2023-04-245-16/+78
* gh-101517: fix line number propagation in code generated for except* (#103550)Irit Katriel2023-04-245-15/+27
* gh-103780: Use patch instead of mock in asyncio unix events test (#103782)Itamar Ostricher2023-04-241-5/+4
* gh-102498 Clean up unused variables and imports in the email module (#102482)JosephSBoyle2023-04-245-10/+6
* gh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (#99244)Nikita Sobolev2023-04-243-4/+14
* gh-99032: datetime docs: Encoding is no longer relevant (#93365)William Andrea2023-04-241-4/+1
* gh-94300: Update datetime.strptime documentation (#95318)Howie Zhao2023-04-241-1/+1
* gh-103776: Remove explicit uses of $(SHELL) from Makefile (GH-103778)Zachary Ware2023-04-241-5/+5
* gh-87092: fix a few cases of incorrect error handling in compiler (#103456)Irit Katriel2023-04-241-9/+23
* GH-103727: Avoid advancing tokenizer too far in f-string mode (GH-103775)Lysandros Nikolaou2023-04-242-14/+14
* Revert "Add tests for empty range equality (#103751)" (#103770)Terry Jan Reedy2023-04-241-5/+0