summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-86275: improve Hypothesis configuration for CI and local runs (#104468)Zac Hatfield-Dodds2023-05-212-0/+44
* gh-103295: expose API for writing perf map files (#103546)gsallam2023-05-2111-72/+213
* gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)Dong-hee Na2023-05-214-99/+533
* Corrected identifier (#104713)William Sawyer2023-05-211-1/+1
* gh-104698: Fix reference leak in mmapmodule.c (#104700)Kirill Podoprigora2023-05-211-3/+19
* gh-74690: Make a typing test more resilient (#104691)Alex Waygood2023-05-211-4/+3
* gh-102856: Python tokenizer implementation for PEP 701 (#104323)Marta Gómez Macías2023-05-2122-376/+426
* gh-61460: Stronger HMAC in multiprocessing (#20380)Christian Heimes2023-05-203-41/+200
* gh-103606: raise RuntimeError if config file is invalid or empty (#104701)Prince Roshan2023-05-203-6/+6
* gh-104050: Add basic type hints to Argument Clinic DSL parser (#104704)Erlend E. Aasland2023-05-201-21/+40
* gh-104683: Modernise Tools/clinic/ (#104684)Alex Waygood2023-05-202-27/+31
* gh-49174: document that the effect of calling gc.collect() during a collectio...Irit Katriel2023-05-201-0/+3
* gh-104372: Use non-Raw malloc for c_fds_to_keep in _posixsubprocess (#104697)Gregory P. Smith2023-05-201-2/+2
* gh-56276: Add tests to test_compare (#3199)Cheryl Sabella2023-05-201-17/+409
* gh-104679 Fixed syntax highlighting in turtle docs (#104682)han-solo2023-05-201-83/+83
* gh-104658: Fix location of unclosed quote error for multiline f-strings (#104...Pablo Galindo Salgado2023-05-203-3/+21
* gh-104683: Modernise `clinic.py` using `str.removeprefix` and `str.removesuff...Alex Waygood2023-05-201-5/+5
* gh-104146: Purge dead code from Argument Clinic (#104680)Erlend E. Aasland2023-05-201-10/+1
* gh-104683: Argument clinic: use `dict` over `OrderedDict` (#104647)Alex Waygood2023-05-201-25/+23
* Replace "OS X" with "macOS" (#104653)partev2023-05-201-2/+2
* gh-103987: fix several crashes in mmap module (#103990)Prince Roshan2023-05-203-3/+101
* docs: fix wrong indentation causing rendering error in dis page (#104661)Nyakku Shigure2023-05-191-2/+2
* gh-94906: Support multiple steps in math.nextafter (#103881)Matthias Görgens2023-05-1910-18/+223
* gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is e...chgnrdv2023-05-191-0/+3
* gh-103839: Allow building Tkinter against Tcl 8.7 without external libtommath...Christopher Chavez2023-05-192-0/+5
* gh-85984: New additions and improvements to the tty library. (#101832)Soumendra Ganguly2023-05-193-18/+77
* gh-104659: Consolidate python examples in enum documentation (#104665)Thomas Hisch2023-05-191-6/+6
* gh-92248: Deprecate `type`, `choices`, `metavar` parameters of `argparse.Bool...Nikita Sobolev2023-05-194-3/+74
* gh-104645: fix error handling in marshal tests (#104646)Irit Katriel2023-05-191-18/+14
* gh-104600: Make type.__type_params__ writable (#104634)Jelle Zijlstra2023-05-194-15/+71
* gh-104602: Add additional test for listcomp with lambda (#104639)Jelle Zijlstra2023-05-191-0/+10
* gh-104640: Disallow walrus in comprehension within type scopes (#104641)Jelle Zijlstra2023-05-192-4/+34
* gh-103921: Rename "type" header in argparse docs (#104654)Jelle Zijlstra2023-05-191-15/+15
* Improve readability of `typing._ProtocolMeta.__instancecheck__` (#104649)Alex Waygood2023-05-191-13/+14
* gh-96522: Fix deadlock in pty.spawn (#96639)Youfu Zhang2023-05-194-22/+56
* GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-10...Mark Shannon2023-05-194-4/+89
* GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#10...Ronald Oussoren2023-05-193-0/+24
* gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624)Erlend E. Aasland2023-05-192-3/+4
* gh-104619: never leak comprehension locals to outer locals() (#104637)Carl Meyer2023-05-192-21/+32
* gh-104602: ensure all cellvars are known up front (#104603)Carl Meyer2023-05-194-22/+50
* gh-104600: Make function.__type_params__ writable (#104601)Jelle Zijlstra2023-05-186-5/+39
* gh-74690: Don't set special protocol attributes on non-protocol subclasses of...Alex Waygood2023-05-182-6/+22
* gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625)Erlend E. Aasland2023-05-184-3/+4
* gh-104050: Add more type annotations to Argument Clinic (#104628)Erlend E. Aasland2023-05-181-14/+39
* gh-104629: Don't skip test_clinic if _testclinic is missing (#104630)Erlend E. Aasland2023-05-181-2/+5
* gh-104549: Set __module__ on TypeAliasType (#104550)Jelle Zijlstra2023-05-189-34/+93
* gh-104050: Improve some typing around `default`s and sentinel values (#104626)Alex Waygood2023-05-181-18/+23
* gh-104146: Remove unused vars from Argument Clinic (#104627)Erlend E. Aasland2023-05-181-2/+0
* gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)Carl Meyer2023-05-1814-20/+95
* GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)thirumurugan2023-05-185-8/+30