summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-114107: test.pythoninfo logs Windows Developer Mode (GH-114121) (#1...Miss Islington (bot)2024-01-161-16/+44
* [3.12] gh-114069: Revise Tutorial Methods paragraph (GH-114127) (#114131)Miss Islington (bot)2024-01-161-6/+5
* [3.12] gh-113858: GH Actions: Make ccache smaller (GH-113859, GH-113945) (GH-...Petr Viktorin2024-01-162-0/+12
* [3.12] Docs: Align multiprocessing.shared_memory docs with Sphinx recommendat...Erlend E. Aasland2024-01-162-49/+56
* [3.12] gh-114077: Fix OverflowError in socket.sendfile() when pass count >2Gi...Miss Islington (bot)2024-01-162-1/+3
* [3.12] Update KDE recipe to match the standard use of the h parameter (gh-113...Raymond Hettinger2024-01-161-7/+5
* [3.12] gh-114070: correct the specification of ``digit`` in the float() docs ...Miss Islington (bot)2024-01-151-5/+4
* [3.12] gh-109862: Fix test_create_subprocess_with_pidfd when it was run separ...Miss Islington (bot)2024-01-151-2/+7
* [3.12] gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/htt...Hugo van Kemenade2024-01-148-48/+48
* [3.12] gh-101225: Increase the socket backlog when creating a multiprocessing...Miss Islington (bot)2024-01-143-2/+6
* [3.12] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114...Alois Klink2024-01-147-0/+49
* [3.12] gh-114014: Update `fractions.Fraction()`'s rational parsing regex (GH-...Miss Islington (bot)2024-01-133-10/+35
* [3.12] gh-114021: Pin various sphinxcontrib extensions to older versions (#11...Ronald Oussoren2024-01-131-5/+5
* [3.12] gh-89159: Document missing TarInfo members (GH-91564) (#114006)Miss Islington (bot)2024-01-121-0/+30
* [3.12] datamodel: Fix a typo in ``object.__init_subclass__`` (GH-111599) (#11...Miss Islington (bot)2024-01-121-1/+1
* [3.12] Link to the glossary for "magic methods" in ``MagicMock`` (GH-111292) ...Miss Islington (bot)2024-01-121-4/+4
* [3.12] gh-101100: Fix Sphinx Lint warnings in `Misc/` (GH-113946) (#113998)Hugo van Kemenade2024-01-1245-338/+338
* [3.12] Tutorial: Clarify 'nonzero exit status' in the appendix (GH-112039) (#...Miss Islington (bot)2024-01-121-1/+1
* gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)Miss Islington (bot)2024-01-123-6/+72
* [3.12] Docs: Amend codeobject.co_lines docs; end number is exclusive (GH-1139...Miss Islington (bot)2024-01-121-3/+3
* [3.12] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-113831)Miss Islington (bot)2024-01-121-2/+2
* [3.12] gh-113903: Fix an IDLE configdialog test (GH-113973) (#113974)Miss Islington (bot)2024-01-123-16/+16
* [3.12] Improve kde graph with better caption and number formatting (gh-113967...Miss Islington (bot)2024-01-121-0/+0
* [3.12] GH-107678: Improve Unicode handling clarity in ``library/re.rst`` (GH-...Miss Islington (bot)2024-01-121-92/+145
* gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)Miss Islington (bot)2024-01-115-25/+23
* [3.12] gh-112419: Document removal of sys.meta_path's 'find_module' fallback ...Miss Islington (bot)2024-01-111-4/+7
* [3.12] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (...Miss Islington (bot)2024-01-113-0/+75
* [3.12] gh-113896: Fix test_builtin.BuiltinTest.test___ne__() (GH-113897) (#11...Miss Islington (bot)2024-01-101-2/+2
* gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)Miss Islington (bot)2024-01-103-4/+203
* [3.12] gh-113625: Align object addresses in the Descriptor HowTo Guide (GH-11...Miss Islington (bot)2024-01-101-1/+1
* [3.12] gh-70835: Clarify error message for CSV file opened with wrong newline...Miss Islington (bot)2024-01-102-8/+14
* [3.12] gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730) (GH-...Miss Islington (bot)2024-01-103-0/+48
* [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909)Miss Islington (bot)2024-01-1016-27/+27
* [3.12] gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-1...Miss Islington (bot)2024-01-103-0/+15
* [3.12] GH-113661: unittest runner: Don't exit 5 if tests were skipped (GH-113...Miss Islington (bot)2024-01-095-3/+18
* [3.12] gh-113781: Silence AttributeError in warning module during Python fina...Miss Islington (bot)2024-01-092-3/+6
* [3.12] Simplify binomial approximation example with random.binomialvariate() ...Miss Islington (bot)2024-01-091-7/+4
* [3.12] gh-113842: Add missing error check for PyIter_Next() in Python/symtabl...Miss Islington (bot)2024-01-091-0/+6
* [3.12] gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (GH-...Hugo van Kemenade2024-01-092-81/+75
* [3.12] gh-113692: skip a test if multiprocessing isn't available. (GH-113704)...Miss Islington (bot)2024-01-091-1/+3
* [3.12] Docs: Link tokens in the format string grammars (GH-108184) (#113839)Miss Islington (bot)2024-01-093-8/+12
* [3.12] Minor algebraic simplification for the totient() recipe (gh-113822) (g...Miss Islington (bot)2024-01-081-1/+1
* [3.12] gh-74678: Increase base64 test coverage (GH-21913) (GH-113811)Miss Islington (bot)2024-01-081-0/+3
* [3.12] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during wri...Miss Islington (bot)2024-01-084-8/+24
* [3.12] gh-112795: Allow `/` folder in a zipfile (GH-112932) (#113789)Miss Islington (bot)2024-01-073-1/+16
* [3.12] gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11....Miss Islington (bot)2024-01-065-20/+26
* [3.12] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13...Serhiy Storchaka2024-01-054-7/+71
* [3.12] gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-1136...Miss Islington (bot)2024-01-053-13/+30
* [3.12] gh-113360: Fix the documentation of module's attribute __test__ (GH-11...Miss Islington (bot)2024-01-051-3/+3
* [3.12] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (GH-113739) (#1...Miss Islington (bot)2024-01-053-50/+58