summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-110631: Fix reST indentation (GH-110724) (#110738)Ezio Melotti2023-10-117-53/+51
* [3.12] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110736)Miss Islington (bot)2023-10-1134-926/+933
* [3.12] gh-108826: Document `dis` module CLI and rename `_test` function to `m...Hugo van Kemenade2023-10-1112-3/+95
* [3.12] gh-65052: Prevent pdb from crashing when trying to display objects (GH...Miss Islington (bot)2023-10-113-7/+62
* [3.12] gh-109408: Revert pre-commit whitespace checks pending portable soluti...Miss Islington (bot)2023-10-112-34/+110
* [3.12] gh-76106: Remove the cleanup lock in test_socket (GH-110539) (GH-110699)Miss Islington (bot)2023-10-111-24/+2
* [3.12] gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (GH-110632)...Ezio Melotti2023-10-116-191/+191
* [3.12] gh-84489: C API: Add tests for Py_BuildValue() (GH-110596) (GH-110680)Miss Islington (bot)2023-10-112-0/+117
* [3.12] GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (GH-...Barney Gale2023-10-113-6/+15
* [3.12] gh-110662: multiprocessing test_async_timeout() increase timeout (GH-1...Miss Islington (bot)2023-10-111-1/+1
* [3.12] gh-110666: Fix multiprocessing test_terminate() elapsed (GH-110667) (#...Miss Islington (bot)2023-10-111-20/+15
* [3.12] gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (GH-...Miss Islington (bot)2023-10-114-10/+15
* [3.12] gh-110647: Fix signal test_stress_modifying_handlers() (GH-110650) (#1...Miss Islington (bot)2023-10-112-2/+4
* [3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489) (...Miss Islington (bot)2023-10-1042-29/+32
* [3.12] gh-110631: Set three-space indents for reST in EditorConfig (GH-110635...Miss Islington (bot)2023-10-101-0/+3
* [3.12] GH-109408: Move the C file whitespace check from patchcheck to pre-com...Adam Turner2023-10-103-90/+23
* [3.12] GH-109408: Move the Python file whitespace check from patchcheck to pr...Miss Islington (bot)2023-10-102-25/+16
* [3.12] Don't doubly-parallelise sphinx-lint (GH-110617) (#110626)Miss Islington (bot)2023-10-101-0/+1
* [3.12] gh-110388: Add tests for tty (GH-110394) (#110621)Miss Islington (bot)2023-10-102-0/+81
* [3.12] gh-81002: Add tests for termios (GH-110386) (GH-110619)Miss Islington (bot)2023-10-102-0/+221
* [3.12] gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-11020...Miss Islington (bot)2023-10-102-26/+52
* [3.12] gh-110378: Fix test_async_gen_propagates_generator_exit in test_contex...Miss Islington (bot)2023-10-101-9/+5
* [3.12] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH...Miss Islington (bot)2023-10-103-0/+9
* [3.12] gh-110558: Enable ruff's pyupgrade rules when running on Argument Clin...Miss Islington (bot)2023-10-104-5/+20
* [3.12] gh-78469: Declare missing sethostname for Solaris 10 (GH-109447) (#110...Miss Islington (bot)2023-10-104-2/+23
* [3.12] gh-110378: Close invalid generators in contextmanager and asynccontext...Miss Islington (bot)2023-10-104-7/+43
* [3.12] gh-110558: Run ruff on Argument Clinic in CI (#110559) (#110598)Alex Waygood2023-10-105-3/+21
* [3.12] gh-109408: Add the docs whitespace check from patchcheck to pre-commit...Miss Islington (bot)2023-10-102-33/+13
* [3.12] Add some 'meta hooks' to our pre-commit config (GH-110587) (#110599)Miss Islington (bot)2023-10-101-0/+5
* [3.12] Remove unused `SPHINXLINT` var from `Doc/Makefile`. (GH-110570) (#110585)Miss Islington (bot)2023-10-101-1/+0
* [3.12] gh-110519: Improve deprecation warning in the gettext module (GH-11052...Miss Islington (bot)2023-10-093-51/+144
* [3.12] gh-109191: Fix build with newer editline (gh-110239) (gh-110562)Miss Islington (bot)2023-10-095-1/+31
* [3.12] gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-11055...Serhiy Storchaka2023-10-093-6/+0
* [3.12] gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated li...Miss Islington (bot)2023-10-092-1/+6
* [3.12] gh-110525: Cover PySet_Add corner case with frozenset objects (GH-1105...Miss Islington (bot)2023-10-091-0/+37
* [3.12] gh-109286: Update macOS installer to use SQLite 3.43.1 (GH-110482) (#1...Miss Islington (bot)2023-10-092-3/+4
* [3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (...Nikita Sobolev2023-10-096-1/+383
* [3.12] gh-110497: Add note about `OSError` being an alias to `IOError` in doc...Miss Islington (bot)2023-10-095-9/+11
* [3.12] gh-109151: Revert readline support in the sqlite3 CLI (#110542)Serhiy Storchaka2023-10-092-5/+0
* [3.12] gh-109286: Update Windows installer to use SQLite 3.43.1 (GH-110403) (...Miss Islington (bot)2023-10-094-3/+4
* [3.12] gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524) (#110541)Miss Islington (bot)2023-10-093-1/+27
* [3.12] gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers...Miss Islington (bot)2023-10-091-1/+1
* [3.12] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (G...Miss Islington (bot)2023-10-082-3/+12
* [3.12] Update floatingpoint.rst (GH-110509) (#110513)Miss Islington (bot)2023-10-081-1/+1
* [3.12] gh-109848: Make test_rot13_func in test_codecs independent (GH-109850)...Miss Islington (bot)2023-10-071-1/+2
* [3.12] gh-109864: Make test_gettext tests order independent (GH-109866) (GH-1...Miss Islington (bot)2023-10-071-2/+13
* [3.12] GH-110455: Guard `assert(tstate->thread_id > 0)` with `GH-ifndef HAVE_...Miss Islington (bot)2023-10-062-2/+5
* [3.12] Fix typo in Doc/library/textwrap.rst (GH-110328) (#110473)Miss Islington (bot)2023-10-061-1/+1
* [3.12] gh-110184: Fix subprocess test_pipesize_default() (GH-110465) (#110471)Miss Islington (bot)2023-10-061-18/+23
* [3.12] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110456)Miss Islington (bot)2023-10-062-14/+22