summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas ...Miss Islington (bot)2023-11-161-6/+97
* [3.12] gh-111062: CI: Move OS test jobs to reusable workflows (gh-111568)Hugo van Kemenade2023-11-164-147/+184
* [3.12] Fix typo in perf profiling docs (GH-112112) (#112117)Miss Islington (bot)2023-11-151-1/+1
* [3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (GH-112061...Victor Stinner2023-11-153-5/+14
* [3.12] gh-108303: Delete `imp_dummy` test file (GH-112110) (#112114)Miss Islington (bot)2023-11-151-3/+0
* [3.12] Docs: Add the time to the HTML last updated format (GH-110091) (#112102)Miss Islington (bot)2023-11-151-3/+2
* [3.12] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-...Miss Islington (bot)2023-11-143-5/+122
* [3.12] gh-110944: Move pty helper to test.support and add basic pdb completio...Miss Islington (bot)2023-11-143-54/+91
* [3.12] gh-111622: Fix doc for items views (GH-112051) (#112052)Miss Islington (bot)2023-11-141-5/+8
* [3.12] gh-111460: Restore ncurses widechar support on macOS (GH-111878) (gh-1...Miss Islington (bot)2023-11-143-3/+8
* [3.12] gh-112007: Re-organize help utility intro message (GH-112017) (#112047)Miss Islington (bot)2023-11-131-11/+13
* gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)Miss Islington (bot)2023-11-132-3/+10
* [3.12] gh-102837: more tests for the math module (GH-111930)(GH-102523) (GH-1...Petr Viktorin2023-11-131-0/+96
* [3.12] gh-111681: minor fixes to typing doctests; remove unused imports in `t...Alex Waygood2023-11-132-3/+3
* [3.12] Bump mypy to 1.7.0 (GH-111961) (#112033)Alex Waygood2023-11-132-1/+2
* [3.12] Docs: Add `make htmllive` to rebuild and reload HTML files in your bro...Miss Islington (bot)2023-11-132-0/+7
* [3.12] gh-111944: Add assignment expression parentheses requirements (GH-1119...Miss Islington (bot)2023-11-131-4/+5
* [3.12] gh-112001: Fix test_builtins_have_signatures in test_inspect (GH-11200...Miss Islington (bot)2023-11-121-12/+7
* [3.12] gh-111933: fix broken link to A.Neumaier article (gh-111937) (gh-111993)Miss Islington (bot)2023-11-121-1/+4
* [3.12] gh-111777: Fix assertion errors on incorrectly still-tracked GC object...Miss Islington (bot)2023-11-121-1/+3
* [3.12] Fix undefined behaviour in datetime.time.fromisoformat() (GH-111982) (...Miss Islington (bot)2023-11-121-1/+1
* [3.12] gh-110395: invalidate open kqueues after fork (GH-110517) (#111745)Gregory P. Smith2023-11-113-7/+163
* [3.12] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Wind...Miss Islington (bot)2023-11-114-9/+19
* [3.12] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111...Miss Islington (bot)2023-11-102-8/+18
* [3.12] gh-111912: Run test_posix on Windows (GH-111913) (GH-111953)Miss Islington (bot)2023-11-101-3/+7
* [3.12] gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (GH-...Miss Islington (bot)2023-11-104-4/+25
* [3.12] gh-109181: Fix refleak in tb_get_lineno() (#111948)Victor Stinner2023-11-101-1/+4
* [3.12] gh-108303: Install `Lib/test/configdata` (GH-111899) (#111946)Miss Islington (bot)2023-11-101-0/+1
* gh-111929: Fix regrtest --pgo: test_str => test_unicode (#111938)Victor Stinner2023-11-101-1/+1
* gh-111356: io: Add missing documented objects to io.__all__ (GH-111370)Miss Islington (bot)2023-11-103-11/+17
* [3.12] gh-109370: Fix unexpected traceback output in test_concurrent_futures ...Serhiy Storchaka2023-11-102-3/+3
* [3.12] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111919)Brett Cannon2023-11-093-5/+10
* [3.12] gh-110875: Handle '.' properties in logging formatter configuration cā...Miss Islington (bot)2023-11-092-5/+41
* [3.12] gh-111895: Convert definition list to bullet list for readability on m...Miss Islington (bot)2023-11-091-6/+6
* [3.12] gh-111881: Import doctest lazily in libregrtest (GH-111884) (#111893)Miss Islington (bot)2023-11-091-5/+8
* [3.12] gh-111881: Use lazy import in test.support (#111885) (#111890)Victor Stinner2023-11-092-8/+13
* [3.12] gh-108303: Move more files to `Lib/test/test_module` (GH-111880) (#111...Miss Islington (bot)2023-11-093-5/+5
* [3.12] gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh...Miss Islington (bot)2023-11-095-12/+12
* [3.12] gh-110543: Fix CodeType.replace in presence of comprehensions (GH-1105...Miss Islington (bot)2023-11-083-2/+75
* [3.12] gh-111495: Add tests for PyList C API (GH-111562) (GH-111861)Miss Islington (bot)2023-11-082-1/+456
* [3.12] gh-108303: Move more typing related files to Lib/test/typinganndata (G...Nikita Sobolev2023-11-084-3/+2
* [3.12] Glossary: Add "static type checker" (GH-111837) (#111854)Miss Islington (bot)2023-11-084-7/+14
* [3.12] gh-111806: Fix `test_recursion` in `test_richcmp` on WASI builds (GH-1...Miss Islington (bot)2023-11-071-0/+1
* [3.12] gh-111765: Move old PyFloat_* tests to Lib/test/test_capi/test_float.p...Miss Islington (bot)2023-11-072-65/+65
* [3.12] gh-111729: update generic syntax for `typing.Concatenate` sample code ...Miss Islington (bot)2023-11-071-5/+2
* [3.12] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs rea...Miss Islington (bot)2023-11-063-3/+53
* [3.12] gh-111495: Add tests for PyComplex C API (GH-111591) (GH-111753)Miss Islington (bot)2023-11-052-0/+238
* [3.12] gh-111495: Add tests for PyFloat C API (GH-111624) (GH-111752)Miss Islington (bot)2023-11-052-0/+191
* [3.12] gh-111747: DOC: fix moved link to Documentation Translations (GH-11174...Miss Islington (bot)2023-11-051-1/+1
* [3.12] gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (GH...Miss Islington (bot)2023-11-041-0/+4