summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#1...Pablo Galindo Salgado2023-10-265-16/+187
* GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)Miss Islington (bot)2023-10-262-3/+4
* [3.12] gh-111348: Fix direct invocation of `test_doctest`; remove `test_docte...Miss Islington (bot)2023-10-261-15/+1
* [3.12] Docs: Add `restart_events()` and positional arg semantics for `sys.mon...Miss Islington (bot)2023-10-251-8/+13
* [3.12] gh-111165: Add missed "support." prefix for "verbose" (GH-111327) (GH-...Miss Islington (bot)2023-10-251-1/+1
* [3.12] gh-108590: Improve sqlite3 docs on encoding issues and how to handle t...Miss Islington (bot)2023-10-251-33/+50
* [3.12] Sync location of `mypy` pin with the `main` branch (#111317)Artyom Romanov2023-10-253-3/+3
* [3.12] gh-111165: Move test running code from test.support to libregrtest (GH...Serhiy Storchaka2023-10-2512-341/+266
* [3.12] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesI...Miss Islington (bot)2023-10-253-3/+20
* [3.12] Bump test deps: `ruff` and `mypy` (GH-111288) (#111313)Artyom Romanov2023-10-252-2/+2
* [3.12] gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111...Serhiy Storchaka2023-10-258-72/+215
* [3.12] gh-102956: Fix returning of empty byte strings after seek in zipfile â...Miss Islington (bot)2023-10-253-5/+22
* [3.12] Fix first parameter name in `tool` functions from `sys.monitoring` (GH...Miss Islington (bot)2023-10-241-9/+9
* [3.12] GH-111182: Update EnumType.__contains__ docs (GH-111184) (GH-111281)Miss Islington (bot)2023-10-241-3/+4
* [3.12] gh-109017: Use non alternate name for Kyiv (GH-109251) (GH-111280)Miss Islington (bot)2023-10-241-7/+4
* [3.12] Revert "Fix a code snippet typo in asyncio docs (GH-108427)" (GH-11127...Miss Islington (bot)2023-10-241-1/+1
* [3.12] gh-111151: Convert monospaced directives to :ref: (GH-111152) (#111269)Miss Islington (bot)2023-10-243-8/+20
* [3.12] gh-75666: Tkinter: add tests for binding (GH-111202) (GH-111255)Miss Islington (bot)2023-10-241-0/+307
* [3.12] Fix typo in sys docs (GH-111196) (#111248)Miss Islington (bot)2023-10-241-1/+1
* [3.12] GH-94438: Restore ability to jump over None tests (GH-111243)Miss Islington (bot)2023-10-244-0/+38
* [3.12] Fix a code snippet typo in asyncio docs (GH-108427) (#111245)Miss Islington (bot)2023-10-241-1/+1
* [3.12] gh-101100: Fix Sphinx warnings for `fileno` (GH-111118) (#111226)Miss Islington (bot)2023-10-238-13/+49
* [3.12] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963...Miss Islington (bot)2023-10-231-0/+2
* [3.12] typo: missing line of output in pull parser example (GH-111068) (#111217)Miss Islington (bot)2023-10-231-0/+1
* [3.12] gh-106310 - document the __signature__ attribute (GH-106311) (#111145)Miss Islington (bot)2023-10-231-0/+5
* [3.12] gh-67565: Add tests for C-contiguity checks (GH-110951) (GH-111198)Furkan Onder2023-10-233-0/+29
* [3.12] gh-110383: Italicize variable name (GH-111206) (#111207)Miss Islington (bot)2023-10-231-1/+1
* [3.12] gh-110383: Added explanation about simplest regex use case for quantif...Miss Islington (bot)2023-10-231-0/+3
* [3.12] gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198) (GH-111191)Miss Islington (bot)2023-10-223-0/+11
* [3.12] gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179...Miss Islington (bot)2023-10-222-4/+11
* [3.12] gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (GH-11117...Miss Islington (bot)2023-10-222-2/+1
* [3.12] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111...Miss Islington (bot)2023-10-216-9/+120
* [3.12] Synchronize test_contextlib with test_contextlib_async (GH-111000) (GH...Miss Islington (bot)2023-10-211-0/+46
* [3.12] gh-111159: Fix `doctest` output comparison for exceptions with notes (...Miss Islington (bot)2023-10-213-1/+159
* [3.12] gh-110918: regrtest: allow to intermix --match and --ignore options (G...Serhiy Storchaka2023-10-2112-141/+126
* [3.12] gh-111157: Mention `__notes__` in `traceback.format_exception_only` do...Miss Islington (bot)2023-10-211-15/+12
* [3.12] gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (...Miss Islington (bot)2023-10-211-33/+57
* [3.12] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111154)Miss Islington (bot)2023-10-214-22/+75
* [3.12] gh-111046: for wasi-threads, export memory as well via the linker (GH-...Miss Islington (bot)2023-10-203-0/+11
* [3.12] gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `tes...Miss Islington (bot)2023-10-201-4/+4
* gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)Miss Islington (bot)2023-10-202-16/+21
* [3.12] Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-11...Miss Islington (bot)2023-10-201-0/+4
* [3.12] gh-101100: Fix sphinx warnings in `library/codecs.rst` (GH-110979) (#1...Miss Islington (bot)2023-10-202-34/+38
* [3.12] gh-101100: Fix Sphinx warnings in `library/tty.rst` (GH-111079) (#111097)Miss Islington (bot)2023-10-202-5/+14
* [3.12] gh-111092: Make turtledemo run without default root enabled (GH-111093...Miss Islington (bot)2023-10-202-1/+2
* [3.12] gh-101100: Fix sphinx warnings in `library/getpass.rst` (GH-110461) (#...Hugo van Kemenade2023-10-192-2/+1
* [3.12] gh-109510: Clearly explain "Which Docstrings Are Examined" (GH-109696)...Miss Islington (bot)2023-10-191-3/+24
* [3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...Miss Islington (bot)2023-10-1911-58/+58
* [3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...Miss Islington (bot)2023-10-1920-38/+38
* [3.12] gh-108791: Fix pdb CLI invalid argument handling (GH-108816) (#111064)Radislav Chugunov2023-10-193-2/+24