summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] Use match/case in grouper() recipe (gh-113059) (gh-113197)Miss Islington (bot)2023-12-151-8/+9
* [3.12] Minor stylistic edit to the grouper recipe (gh-112759) (gh-113196)Miss Islington (bot)2023-12-151-2/+2
* [3.12] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113193)Miss Islington (bot)2023-12-152-15/+17
* [3.12] gh-101100: Fix various Sphinx warnings for dunder references in the `l...Miss Islington (bot)2023-12-158-24/+34
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/numbers.rst` (GH-113162) (#...Hugo van Kemenade2023-12-152-10/+10
* [3.12] gh-113009: Fix multiprocessing Process.terminate() on Windows (GH-1131...Miss Islington (bot)2023-12-152-24/+35
* [3.12] gh-61648: Detect line numbers of properties in doctests (GH-113161) (G...Miss Islington (bot)2023-12-154-0/+21
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/rlcompleter.rst` (GH-113125...Miss Islington (bot)2023-12-153-19/+24
* [3.12] Optimize unique_justseen() recipe for a common case. (gh-113147) (gh-1...Miss Islington (bot)2023-12-141-0/+2
* [3.12] gh-101100: Cleanup `mailbox` docs (GH-113124) (#113144)Hugo van Kemenade2023-12-142-123/+139
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.3.rst` (GH-112373) (#113...Hugo van Kemenade2023-12-142-140/+139
* [3.12] Remove itertool recipe with low pedagogical value (gh-113138) (gh-113140)Miss Islington (bot)2023-12-141-32/+32
* [3.12] bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085) (G...Miss Islington (bot)2023-12-142-14/+50
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (GH-11...Miss Islington (bot)2023-12-143-41/+43
* [3.12] Add recipe for totient() to demonstrate unique_justseen() and factor()...Miss Islington (bot)2023-12-141-0/+27
* [3.12] gh-113113: doc: use less ambiguously named variable (gh-113114) (gh-11...Miss Islington (bot)2023-12-141-3/+3
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (GH-113106) ...Miss Islington (bot)2023-12-143-38/+75
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference...Miss Islington (bot)2023-12-143-5/+7
* [3.12] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)...Serhiy Storchaka2023-12-143-9/+33
* [3.12] gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-1130...Miss Islington (bot)2023-12-144-6/+12
* [3.12] gh-111049: Fix crash during garbage collection of the BytesIO buffer o...Miss Islington (bot)2023-12-143-10/+27
* [3.12] Fixing typo in DocTestRunner docs (GH-112326) (GH-113097)Miss Islington (bot)2023-12-141-1/+1
* [3.12] gh-113086: Add tests for os.chmod() and os.lchmod() (GH-113087) (GH-11...Miss Islington (bot)2023-12-142-1/+118
* [3.12] gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885) (#113068)Miss Islington (bot)2023-12-132-0/+3
* [3.12] bpo-40648: Test modes that file can get with chmod() on Windows (GH-20...Miss Islington (bot)2023-12-132-0/+8
* [3.12] gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960) (GH-...Miss Islington (bot)2023-12-131-1/+4
* [3.12] Docs: Fix external link to devguide.python.org (GH-112899) (#113065)Miss Islington (bot)2023-12-131-1/+1
* [3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)Miss Islington (bot)2023-12-136-67/+115
* [3.12] [pprint]: Add docstring about `PrettyPrinter.underscore_numbers` param...Miss Islington (bot)2023-12-131-0/+3
* [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...Miss Islington (bot)2023-12-1322-54/+56
* [3.12] gh-101100: Further improve docs on function attributes (GH-113001) (#1...Miss Islington (bot)2023-12-122-4/+7
* [3.12] gh-112983: Add the known magic value of 3495 for Python 3.11 bytecode ...Miss Islington (bot)2023-12-121-0/+1
* [3.12] gh-112999: Replace the outdated "deprecated" directives with "versionc...Miss Islington (bot)2023-12-124-18/+13
* [3.12] Update pre-commit to fix Sphinx Lint (GH-113015) (#113017)Miss Islington (bot)2023-12-121-2/+2
* [3.12] gh-83162: Rename re.error in idlelib (GH-101677) (#112987)Terry Jan Reedy2023-12-122-2/+4
* [3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#...Hugo van Kemenade2023-12-1213-129/+158
* [3.12] gh-112953: Rename idlelib/NEWS.txt to News3.txt and update (GH-112988...Terry Jan Reedy2023-12-123-5/+16
* [3.12] gh-108303: Move `double_const` to `test_import` where it belongs (GH-1...Miss Islington (bot)2023-12-112-3/+6
* [3.12] gh-94606: Fix error when message with Unicode surrogate not surrogatee...Miss Islington (bot)2023-12-114-16/+49
* [3.12] gh-112898: warn about unsaved files when quitting IDLE on macOS (GH-11...Miss Islington (bot)2023-12-112-1/+2
* [3.12] gh-112943: Correctly compute end offsets for multiline tokens in the t...Pablo Galindo Salgado2023-12-115-6/+25
* [3.12] Fix SyntaxWarning in test_syntax.py (GH-112944) (GH-112955)Miss Islington (bot)2023-12-111-1/+1
* [3.12] GH-101986: Support translation for Limited/Unstable API & Stable ABI (...Miss Islington (bot)2023-12-102-10/+20
* [3.12] gh-109980: Fix test_tarfile_vs_tar on macOS (GH-112905) (#112927)Miss Islington (bot)2023-12-102-0/+13
* Doc: c-api: fix order of PyMemberDef fields (GH-112879)Miss Islington (bot)2023-12-101-4/+4
* [3.12] gh-101100: Fix Sphinx warning in library/http.cookies.rst (GH-112908) ...Miss Islington (bot)2023-12-102-21/+22
* [3.12] Docs: Use 'f-strings' as header (GH-112888) (#112923)Miss Islington (bot)2023-12-101-2/+4
* [3.12] IDLE: Tweak iomenu.IOBinding.maybesave (GH-112914) (#112917)Miss Islington (bot)2023-12-101-10/+11
* [3.12] gh-101100: Improve documentation of `TracebackType` attributes (GH-112...Miss Islington (bot)2023-12-096-33/+52
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/tempfile.rst` (#112886) (#1...Alex Waygood2023-12-092-24/+29