summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG befo...Irit Katriel2021-11-092-0/+22
* Factor-out constant calculation. (GH-29491)Raymond Hettinger2021-11-091-2/+4
* bpo-45764: improve error message when missing '(' after 'def' (GH-29484)Carl Friedrich Bolz-Tereick2021-11-091-0/+11
* bpo-45637: Remove broken fallback in gdb helpers to obtain frame variable (GH...Pablo Galindo Salgado2021-11-091-0/+2
* General cleanup of test_pydoc (GH-29459)Zachary Ware2021-11-071-43/+43
* bpo-27313: Use non-deprecated methods for tracing (GH-29425)Serhiy Storchaka2021-11-061-5/+5
* bpo-45644: Make json.tool read infile before writing to outfile (GH-29273)Chris Wesseling2021-11-062-7/+23
* Merge tag 'v3.11.0a2'Pablo Galindo2021-11-051-40/+59
|\
| * Python 3.11.0a2v3.11.0a2Pablo Galindo2021-11-051-40/+59
* | bpo-45679: add `tuple` tests with `lru_cache` to `test_functools` (GH-29339)Nikita Sobolev2021-11-051-0/+27
|/
* bpo-45243: Use connection limits to simplify `sqlite3` tests (GH-29356)Erlend Egeberg Aasland2021-11-053-21/+54
* bpo-45716: Improve the error message when using True/False/None as keywords i...Pablo Galindo Salgado2021-11-051-2/+8
* bpo-45678: Add more ``singledispatchmethod`` tests (GH-29412)Alex Waygood2021-11-051-0/+99
* bpo-45292: [PEP 654] Update traceback display code to work with exception gro...Irit Katriel2021-11-052-14/+642
* bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411)Łukasz Langa2021-11-051-46/+20
* bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416)Łukasz Langa2021-11-051-1/+4
* bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)Erlend Egeberg Aasland2021-11-032-4/+3
* bpo-45506: Stop skipping test_embed. (gh-29300)Eric Snow2021-11-031-1/+3
* bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328)Alex Waygood2021-11-031-1/+41
* bpo-45578: add tests for `dis.distb` (GH-29332)Nikita Sobolev2021-11-031-0/+40
* bpo-24139: Fix test_sqlite3 `test_extended_error_code_on_exception()` on s390...Erlend Egeberg Aasland2021-11-031-1/+1
* bpo-24139: Add support for SQLite extended result codes (GH-28076)Erlend Egeberg Aasland2021-11-021-2/+127
* bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...Irit Katriel2021-11-022-1/+10
* bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...Erlend Egeberg Aasland2021-11-011-0/+38
* bpo-45668: Fix PGO tests without test extensions (GH-29315)Christian Heimes2021-11-0112-28/+59
* bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327)Erlend Egeberg Aasland2021-11-011-1/+1
* bpo-45679: Fix caching of multi-value typing.Literal (GH-29334)Serhiy Storchaka2021-10-312-6/+9
* bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)Erlend Egeberg Aasland2021-10-2913-20/+23
* bpo-45628: Check all parts of the suffix for an extension match. (GH-29310)Vinay Sajip2021-10-291-2/+7
* bpo-45621: Small changes to mmap (GH-29247)Tim Golden2021-10-291-8/+16
* bpo-45395: Make custom frozen modules additions instead of replacements. (gh-...Eric Snow2021-10-281-24/+26
* bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167)Nikita Sobolev2021-10-281-44/+53
* bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-2...Carl Friedrich Bolz-Tereick2021-10-281-4/+13
* bpo-45612: Add sqlite3 module docstring (GH-29224)Erlend Egeberg Aasland2021-10-281-0/+34
* bpo-45629: Add a test for the "freeze" tool. (gh-29222)Eric Snow2021-10-282-0/+40
* bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion ...Dennis Sweeney2021-10-282-12/+18
* bpo-44904: Fix classmethod property bug in doctest module (GH-28838)Alex Waygood2021-10-282-4/+17
* bpo-45438: format of inspect.Signature with generic builtins (#29212)Martin Rueckl2021-10-272-0/+13
* bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922)Brandt Bucher2021-10-272-3/+5
* bpo-40915: Fix mmap resize bugs on Windows (GH-29213)Tim Golden2021-10-261-1/+75
* bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)Eric Snow2021-10-252-0/+39
* bpo-45566: `test_frozen_pickle` checks all `pickle` protocols (GH-29150)Nikita Sobolev2021-10-241-4/+17
* bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040)Eric Snow2021-10-222-18/+74
* bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G...Irit Katriel2021-10-226-3/+820
* bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)Dennis Sweeney2021-10-221-0/+30
* bpo-45502: Fix test_shelve (GH-29003)Serhiy Storchaka2021-10-221-58/+46
* bpo-43795: Add a test for Stable ABI symbol availability using ctypes (GH-26354)Petr Viktorin2021-10-221-0/+843
* bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)Gregory P. Smith2021-10-221-0/+24
* bpo-44019: Add test_all_exported_names for operator module (GH-29124)Dong-hee Na2021-10-211-0/+12
* bpo-44547: Make Fractions objects instances of typing.SupportsInt (GH-27851)Mark Dickinson2021-10-212-1/+50