summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)hms2023-06-294-11/+49
* gh-106078: Convert `_decimal` types to heap types (#106079)Charlie Zhao2023-06-291-1/+20
* gh-89392: Make test_decimal discoverable (GH-106209)Serhiy Storchaka2023-06-291-133/+146
* gh-106194: Rename duplicated tests in `test_curses` (#106196)Nikita Sobolev2023-06-281-4/+11
* GH-106214: Fix `test_opcache` to skip threaded tests on non-threaded platform...Hood Chatham2023-06-281-0/+2
* gh-106197: Deduplicate tests in `test_buffer` (#106198)Nikita Sobolev2023-06-281-1/+1
* gh-106200: Remove unused imports (#106201)Nikita Sobolev2023-06-283-4/+0
* gh-106162: fix test_array modifies warning filter (#106181)Inada Naoki2023-06-281-0/+1
* GH-104584: Fix test_capi.test_counter_optimizer() when run twice (#106171)Victor Stinner2023-06-281-15/+24
* gh-101634: regrtest reports decoding error as failed test (#106169)Victor Stinner2023-06-282-1/+47
* GH-106160: Fix test_gzip failing under WASI, which does not have zlib. (#106167)T. Wouters2023-06-281-1/+1
* IDLE: Condense run.main threading.Thread start. (#106125)Terry Jan Reedy2023-06-271-5/+6
* Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#9614...Ɓukasz Langa2023-06-263-197/+1
* GH-105793: Add follow_symlinks argument to `pathlib.Path.is_dir()` and `is_fi...Barney Gale2023-06-262-9/+35
* Update test.support.interpreters to include missing RunFailedError import (#1...Bruce Eckel2023-06-261-1/+1
* gh-104527: zippapp will now avoid appending an archive to itself. (gh-106076)Gabriel Venberg2023-06-261-1/+1
* gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (#106090)James Webber2023-06-262-1/+2
* gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `...Alex Waygood2023-06-252-0/+45
* gh-105987: Fix reference counting issue in `_asyncio._swap_current_task` (#10...chgnrdv2023-06-241-0/+19
* gh-102251: Disable non-rerunnable test in test_import (#106013)Erlend E. Aasland2023-06-231-4/+20
* gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#...Irit Katriel2023-06-231-19/+46
* gh-105063: Disable test_peg_generator.TestCParser bco. ref leaks (#106024)Erlend E. Aasland2023-06-231-0/+10
* gh-105974: Revert unintentional behaviour change for protocols with non-calla...Alex Waygood2023-06-232-32/+73
* gh-85136: Remove disabled remote IMAP tests (#106022)Erlend E. Aasland2023-06-231-95/+0
* Test specialization's thread-safety (GH-105953)Brandt Bucher2023-06-221-1/+511
* gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import....chgnrdv2023-06-221-0/+8
* gh-98931: Add custom error messages to invalid import/from with multiple targ...Pablo Galindo Salgado2023-06-221-0/+16
* GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)Barney Gale2023-06-222-12/+42
* GH-91095: Specialize calls to normal Python classes. (GH-99331)Mark Shannon2023-06-224-2/+26
* gh-105927: Add PyWeakref_GetRef() function (#105932)Victor Stinner2023-06-211-0/+1
* gh-105915: Fix SyntaxWarning becoming a SyntaxError with -We in test_fstring ...Lysandros Nikolaou2023-06-201-3/+3
* gh-105915: Add 'r' prefix to not emit SyntaxWarning in test_fstring (#105940)Lysandros Nikolaou2023-06-201-1/+1
* gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (#105939)Lysandros Nikolaou2023-06-201-2/+9
* gh-105922: Add PyImport_AddModuleRef() function (#105923)Victor Stinner2023-06-202-0/+25
* gh-105481: generate _specializations and _specialized_instructions from bytec...Irit Katriel2023-06-193-91/+102
* gh-105908: fix `barry_as_FLUFL` future import (#105909)Crowthebird2023-06-191-0/+8
* GH-105808: Fix a regression introduced in GH-101251 (#105910)T. Wouters2023-06-192-1/+51
* gh-71299: Fix __all__ in tokenize (#105907)Lysandros Nikolaou2023-06-192-135/+137
* GH-104584: Assorted fixes for the optimizer API. (GH-105683)Mark Shannon2023-06-191-8/+57
* gh-105875: Require SQLite 3.15.2 or newer (#105876)Erlend E. Aasland2023-06-185-78/+38
* gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...Irit Katriel2023-06-171-8/+2
* GH-105840: Fix assertion failures when specializing calls with too many __def...Brandt Bucher2023-06-161-0/+29
* gh-104799: PEP 695 backward compatibility for ast.unparse (#105846)Jelle Zijlstra2023-06-162-3/+77
* gh-105834: Add tests for calling `issubclass()` between two protocols (#105835)Alex Waygood2023-06-161-0/+74
* gh-105433: Add `pickle` tests for PEP695 (#105443)Nikita Sobolev2023-06-162-4/+131
* GH-103124: Multiline statement support for pdb (GH-103125)Tian Gao2023-06-152-4/+55
* GH-105588: Add missing error checks to some obj2ast_* converters (GH-105589)Brandt Bucher2023-06-151-0/+27
* gh-105820: Fix tok_mode expression buffer in file & readline tokenizer (#105828)Lysandros Nikolaou2023-06-152-1/+27
* gh-105751, test_ctypes: Remove disabled tests (#105826)Victor Stinner2023-06-155-131/+2
* gh-105821: Use a raw f-string in test_httpservers.py (#105822)Pablo Galindo Salgado2023-06-151-2/+2