summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (#113116)Alex Waygood2023-12-143-41/+43
* Add recipe for totient() to demonstrate unique_justseen() and factor(). (gh-1...Raymond Hettinger2023-12-141-0/+27
* gh-105912: document gotcha with using os.fork on macOS (#112871)Ronald Oussoren2023-12-143-0/+21
* bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085)Zackery Spytz2023-12-142-14/+50
* GH-111485: Sort metadata tables for easier checking of future diffs (GH-113101)Mark Shannon2023-12-142-1509/+1511
* gh-113113: doc: use less ambiguously named variable (gh-113114)jeremy-dolan2023-12-141-3/+3
* gh-86179: Avoid making case-only changes when calculating realpath() during i...Steve Dower2023-12-141-2/+11
* GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)Mark Shannon2023-12-145-22/+5
* gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (#113106)Alex Waygood2023-12-143-38/+75
* gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference/simple...Alex Waygood2023-12-143-5/+7
* gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)Serhiy Storchaka2023-12-143-2/+30
* gh-112730: Update docs for colour env vars (#112837)Hugo van Kemenade2023-12-143-2/+9
* gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...Serhiy Storchaka2023-12-149-28/+93
* gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)Serhiy Storchaka2023-12-144-6/+12
* gh-112205: Update textio module to use `@getter` as possible. (gh-113095)Donghee Na2023-12-142-49/+125
* Fixing typo in DocTestRunner docs (GH-112326)Daniel Wysocki2023-12-141-1/+1
* gh-111049: Fix crash during garbage collection of the BytesIO buffer object (...Serhiy Storchaka2023-12-143-10/+27
* gh-90890: Reorder mailbox.Maildir method documentation (GH-113071)Stephen Gildea2023-12-141-40/+40
* gh-113086: Add tests for os.chmod() and os.lchmod() (GH-113087)Serhiy Storchaka2023-12-142-1/+118
* gh-86179: Implement realpath() on Windows for getpath.py calculations (GH-113...Steve Dower2023-12-134-11/+63
* Move optimizer/executor tests to new file test_capi/test_opt.py (#113072)Guido van Rossum2023-12-132-535/+544
* bpo-40648: Test modes that file can get with chmod() on Windows (GH-20130)Pavol Babinčák‏2023-12-132-0/+8
* gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960)Christoph Anton Mitterer2023-12-131-1/+4
* Docs: Fix external link to devguide.python.org (GH-112899)Miro Hrončok2023-12-131-1/+1
* gh-101100: Improve docs on exception attributes (GH-113057)Alex Waygood2023-12-136-67/+115
* Use match/case in grouper() recipe (gh-113059)Raymond Hettinger2023-12-131-8/+9
* gh-76785: Fix CODEOWNERS (gh-113038)Eric Snow2023-12-131-14/+7
* gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959)Diego Russo2023-12-134-207/+209
* gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)Steve Dower2023-12-1325-44/+112
* gh-112205: Support `@setter` annotation from AC (gh-112922)Donghee Na2023-12-139-64/+262
* Fix whitespace in generated codeMark Shannon2023-12-132-9/+10
* [pprint]: Add docstring about `PrettyPrinter.underscore_numbers` parameter (#...Sequew2023-12-131-0/+3
* gh-112962: in dis module, put cache information in the Instruction instead of...Irit Katriel2023-12-137-46/+114
* gh-101100: Fix Sphinx warning in references with asterisks (#113029)Hugo van Kemenade2023-12-1322-54/+56
* gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)beavailable2023-12-134-0/+17
* gh-112622: Pass name to loop create_task method (#112623)Jamie2023-12-133-6/+7
* gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...Eric Snow2023-12-133-154/+90
* gh-112989: asyncio: Reduce overhead to connect sockets with SelectorEventLoop...J. Nick Koston2023-12-132-9/+6
* gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)Sam Gross2023-12-136-55/+34
* gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)Eric Snow2023-12-135-16/+351
* gh-112320: Implement on-trace confidence tracking for branches (#112321)Guido van Rossum2023-12-126-3/+56
* gh-113010: Don't decrement deferred in pystats (#113032)Michael Droettboom2023-12-121-4/+0
* gh-101100: Further improve docs on function attributes (#113001)Alex Waygood2023-12-122-4/+7
* GH-108866: Guarantee forward progress in executors. (GH-113006)Mark Shannon2023-12-127-21/+19
* gh-76785: Add Interpreter.prepare_main() (gh-113021)Eric Snow2023-12-126-17/+146
* gh-76785: More Fixes for test.support.interpreters (gh-113012)Eric Snow2023-12-1213-88/+1899
* gh-76785: Fix test_threading on Non-Subinterpreter Builds (gh-113014)Eric Snow2023-12-121-1/+1
* gh-112999: Replace the outdated "deprecated" directives with "versionchanged"...Serhiy Storchaka2023-12-124-18/+13
* Update pre-commit to fix Sphinx Lint (#113015)Hugo van Kemenade2023-12-121-2/+2
* gh-76785: Fixes for test.support.interpreters (gh-112982)Eric Snow2023-12-1230-1507/+2506