summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules ...Miss Islington (bot)2023-10-319-6/+14
* [3.12] gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all()...Miss Islington (bot)2023-10-312-2/+4
* [3.12] gh-111301: Move `importlib.resources.files` change to What's new in Py...Hugo van Kemenade2023-10-311-0/+3
* [3.12] Remove myself from typing CODEOWNERS (GH-111523) (#111525)Miss Islington (bot)2023-10-301-1/+1
* [3.12] gh-111366: Correctly show custom syntax error messages in the codeop m...Pablo Galindo Salgado2023-10-303-6/+31
* [3.12] gh-111284: Make multiprocessing tests with threads faster and more rel...Miss Islington (bot)2023-10-301-9/+21
* [3.12] gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) (G...Miss Islington (bot)2023-10-303-0/+70
* [3.12] gh-111165: Remove documentation for moved functions (GH-111467) (GH-11...Miss Islington (bot)2023-10-291-10/+0
* [3.12] gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-...Miss Islington (bot)2023-10-293-7/+15
* [3.12] gh-111347: Remove wrong assertion in test_sendfile (GH-111377) (#111461)Miss Islington (bot)2023-10-291-2/+5
* [3.12] gh-111426: Remove `test_cmd.test_coverage` (GH-111427) (#111432)Miss Islington (bot)2023-10-281-11/+1
* [3.12] gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336) (#...Miss Islington (bot)2023-10-284-9/+67
* [3.12] CI: Include Python version in cache.config key (GH-111410) (#111421)Miss Islington (bot)2023-10-281-7/+5
* [3.12] gh-111342: fix typo in math.sumprod (GH-111416) (gh-111419)Miss Islington (bot)2023-10-283-1/+3
* [3.12] gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (GH-110884...Miss Islington (bot)2023-10-272-12/+10
* [3.12] gh-111406: Fix broken link to bpython's site (GH-111407) (#111408)Miss Islington (bot)2023-10-271-1/+1
* [3.12] gh-111276: Clarify docs and comments about the role of LC_CTYPE (GH-11...Miss Islington (bot)2023-10-272-9/+12
* [3.12] gh-111343: Fix `itertools` docs: `start` arg is optional for `count` (...Miss Islington (bot)2023-10-271-1/+1
* [3.12] Fix typos in import system docs (GH-111396) (#111397)Miss Islington (bot)2023-10-271-3/+3
* [3.12] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...Hugo van Kemenade2023-10-275-7/+21
* [3.12] gh-111380: Show SyntaxWarnings only once when parsing if invalid synta...Miss Islington (bot)2023-10-273-0/+19
* [3.12] GH-94438: Fix RuntimeWarning for jump tests in test_sys_settrace (GH-1...Miss Islington (bot)2023-10-261-2/+6
* [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