summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105759)Miss Islington (bot)2023-07-053-8/+9
* [3.12] Display the sanitizer config in the regrtest header. (GH-105301) (#105...Miss Islington (bot)2023-07-052-1/+21
* [3.12] gh-89392: Make test_decimal discoverable (GH-106209) (#106230)Miss Islington (bot)2023-07-051-133/+146
* [3.12] gh-104692: Include commoninstall as a prerequisite for bininstall (GH-...Jeffery To2023-07-052-1/+11
* [3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-1047...Miss Islington (bot)2023-07-055-15/+65
* [3.12] gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (GH-1...Miss Islington (bot)2023-07-052-2/+3
* [3.12] tp_flags docs: fix indentation (GH-106420) (#106442)Miss Islington (bot)2023-07-051-9/+9
* [3.12] gh-106368: Add tests for formatting helpers in Argument Clinic (GH-106...Miss Islington (bot)2023-07-041-0/+164
* [3.12] GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (G...Barney Gale2023-07-043-8/+25
* [3.12] gh-106396: Special-case empty format spec to gen empty JoinedStr node ...Miss Islington (bot)2023-07-043-0/+33
* [3.12] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-10...Miss Islington (bot)2023-07-042-2/+108
* [3.12] gh-106368: Increase Argument Clinic test coverage (GH-106389) (#106390)Miss Islington (bot)2023-07-041-0/+24
* [3.12] gh-106368: Harden Argument Clinic parser tests (GH-106384) (#106387)Miss Islington (bot)2023-07-031-42/+68
* [3.12] gh-106368: Clean up Argument Clinic tests (#106373) (#106379)Erlend E. Aasland2023-07-031-357/+441
* [3.12] Small speed-up for the convolve() recipe. (GH-106371) (GH-106375)Miss Islington (bot)2023-07-031-2/+2
* [3.12] gh-106368: Increase Argument Clinic test coverage (GH-106369) (#106370)Miss Islington (bot)2023-07-031-0/+57
* [3.12] gh-91053: make func watcher tests resilient to other func watchers (GH...Miss Islington (bot)2023-07-031-12/+11
* [3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (G...Miss Islington (bot)2023-07-033-7/+27
* [3.12] Replace the esoteric term 'datum' when describing dict comprehensions ...Miss Islington (bot)2023-07-032-12/+12
* [3.12] gh-102541: Fix Helper.help("mod") for non-existent mod (GH-105934) (#1...Miss Islington (bot)2023-07-013-1/+13
* [3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-...Miss Islington (bot)2023-07-013-10/+12
* [3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAl...Miss Islington (bot)2023-07-014-1/+62
* [3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nod...Miss Islington (bot)2023-07-014-14/+10
* [3.12] gh-101100: Docs: Fix references to several numeric dunders (GH-106278)...Miss Islington (bot)2023-06-306-45/+45
* [3.12] gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (GH-106272) (#106274)Miss Islington (bot)2023-06-302-1/+2
* [3.12] GH-106152: Add PY_THROW event to cProfile (GH-106256)Miss Islington (bot)2023-06-293-0/+22
* [3.12] Fix possible refleak in CodeType.replace() (GH-106243) (GH-106244)Miss Islington (bot)2023-06-291-0/+1
* [3.12] gh-101006: Improve error handling when read marshal data (GH-101007) (...Miss Islington (bot)2023-06-292-61/+72
* [3.12] gh-106033: Get rid of PyDict_GetItem in _PyFunction_FromConstructor (G...Miss Islington (bot)2023-06-291-4/+6
* [3.12] gh-106194: Rename duplicated tests in `test_curses` (GH-106196) (#106216)Miss Islington (bot)2023-06-281-4/+11
* [3.12] gh-106197: Deduplicate tests in `test_buffer` (GH-106198) (#106206)Miss Islington (bot)2023-06-281-1/+1
* [3.12] gh-101100: Fix reference to `parse_args` in `optparse.rst` (GH-105265)...Miss Islington (bot)2023-06-281-24/+27
* [3.12] gh-106118: Add O_CLOEXEC preprocessor guard (GH-106120) (#106199)Miss Islington (bot)2023-06-282-1/+6
* [3.12] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start...Miss Islington (bot)2023-06-281-0/+3
* [3.12] gh-101100: Fix reference to asynchronous methods (GH-106172) (#106191)Miss Islington (bot)2023-06-282-10/+10
* [3.12] GH-106160: Fix test_gzip failing under WASI, which does not have zlib....Miss Islington (bot)2023-06-281-1/+1
* [3.12] Refer to `TimeoutError` instead of `asyncio.TimeoutError` in `asyncio-...Miss Islington (bot)2023-06-281-4/+4
* [3.12] Fix c-analyzer for GCC: ignore LANG env var (GH-106173) (#106178)Miss Islington (bot)2023-06-281-1/+7
* [3.12] gh-101634: regrtest reports decoding error as failed test (GH-106169) ...Miss Islington (bot)2023-06-283-1/+50
* [3.12] gh-106140: Reorder some more fields to facilitate out-of-process inspe...Pablo Galindo Salgado2023-06-272-102/+103
* [3.12] gh-106140: Reorder some fields to facilitate out-of-process inspection...Miss Islington (bot)2023-06-273-26511/+26522
* [3.12] IDLE: Condense run.main threading.Thread start. (GH-106125) (#106154)Miss Islington (bot)2023-06-271-5/+6
* [3.12] gh-92788: Add docs for `ast.Module`, `ast.Expression`, and others (GH-...Miss Islington (bot)2023-06-271-0/+101
* [3.12] gh-106123: Modules/_sha3 appears to no longer be necessary (GH-106124)...Miss Islington (bot)2023-06-272-2/+0
* [3.12] GH-105774: Clarify operation of normalize() (GH-106093) (GH-106128)Miss Islington (bot)2023-06-271-6/+37
* [3.12] gh-106030: Miscellaneous fixes in Python/suggestions.c (GH-106031) (#1...Miss Islington (bot)2023-06-271-15/+27
* [3.12] gh-84976: Add back UTC to datetime.__all__ (GH-104920) (#106019)Miss Islington (bot)2023-06-271-1/+1
* [3.12] Revert "GH-96145: Add AttrDict to JSON module for use with object_hook...Miss Islington (bot)2023-06-266-248/+2
* [3.12] gh-106107: document correct error that's raised when a mutable default...Miss Islington (bot)2023-06-261-1/+1
* [3.12] gh-106111: Remove zipapp documentation on creating a Windows executabl...Miss Islington (bot)2023-06-261-106/+9