summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-111520: Add back the operand local (GH-111813)Brandt Bucher2023-11-143-28/+24
* gh-107149: make new opcode util functions private rather than public and unst...Irit Katriel2023-11-145-39/+43
* gh-112007: Re-organize help utility intro message (#112017)Terry Jan Reedy2023-11-131-11/+13
* GH-110417: Fix `glob` docs ordering (#110418)Barney Gale2023-11-131-34/+35
* GH-72904: Add `glob.translate()` function (#106703)Barney Gale2023-11-137-106/+229
* gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)Victor Stinner2023-11-138-127/+303
* gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)AN Long2023-11-132-3/+10
* gh-111460: Restore ncurses widechar support on macOS (#111878)Davide Rizzo2023-11-133-3/+8
* gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)Markus Mohrhard2023-11-133-0/+16
* gh-110944: Move pty helper to test.support and add basic pdb completion test ...Tian Gao2023-11-133-54/+91
* gh-102837: more tests for the math module (GH-111930)Sergey B Kirpichev2023-11-131-0/+55
* Docs: Add `make htmllive` to rebuild and reload HTML files in your browser (#...Hugo van Kemenade2023-11-132-0/+7
* gh-111999: Add signatures and improve docstrings for builtins (GH-112000)Serhiy Storchaka2023-11-138-39/+74
* gh-111928: make "memo" dict local to scan_once call (gh-112005)AN Long2023-11-131-23/+19
* gh-111944: Add assignment expression parentheses requirements (#111977)Terry Jan Reedy2023-11-131-4/+5
* GH-111429: Speed up `pathlib.PurePath.[is_]relative_to()` (#111431)Barney Gale2023-11-122-4/+10
* gh-111969: refactor to make it easier to construct a dis.Instruction object (...Irit Katriel2023-11-122-64/+101
* gh-112001: Fix test_builtins_have_signatures in test_inspect (GH-112002)Serhiy Storchaka2023-11-121-12/+7
* gh-111933: fix broken link to A.Neumaier article (gh-111937)Sergey B Kirpichev2023-11-121-1/+4
* gh-111777: Fix assertion errors on incorrectly still-tracked GC object destru...T. Wouters2023-11-121-1/+3
* Fix undefined behaviour in datetime.time.fromisoformat() (#111982)T. Wouters2023-11-111-1/+1
* gh-90890: New methods to access mailbox.Maildir message info and flags (#103905)Stephen Gildea2023-11-115-1/+247
* gh-110481: fix 'unused function' warning for `is_shared_refcnt_dead`. (gh-111...Sam Gross2023-11-101-4/+6
* gh-107431: Make `multiprocessing.managers.{DictProxy,ListProxy}` generic (#10...Nikita Sobolev2023-11-103-4/+12
* Remove dead code left after gh-110721 (#111905)Serhiy Storchaka2023-11-101-37/+0
* gh-80731: Avoid executing code in except block in cmd (GH-111740)Tian Gao2023-11-104-3/+43
* gh-111789: Simplify the sqlite code (GH-111829)Serhiy Storchaka2023-11-102-17/+6
* Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)Serhiy Storchaka2023-11-104-13/+18
* gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)Łukasz Langa2023-11-1013-34/+166
* gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH...Serhiy Storchaka2023-11-104-9/+19
* Bump mypy to 1.7.0 (#111961)Alex Waygood2023-11-102-4/+2
* gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)Zac Hatfield-Dodds2023-11-104-4/+25
* gh-111912: Run test_posix on Windows (GH-111913)Serhiy Storchaka2023-11-101-3/+7
* gh-108303: Install `Lib/test/configdata` (#111899)Nikita Sobolev2023-11-101-0/+1
* gh-111356: io: Add missing documented objects to io.__all__ (#111370)Nicolas Tessore2023-11-103-11/+17
* gh-111569: Fix critical sections test on WebAssembly (GH-111897)Sam Gross2023-11-092-0/+12
* gh-111881: Import _sha2 lazily in random (#111889)Victor Stinner2023-11-091-11/+15
* gh-81925: Implement native thread ids for kFreeBSD (#111761)Samuel Thibault2023-11-096-5/+18
* Improve error message for "float modulo by zero" (#111685)Pavel Ovchinnikov2023-11-091-1/+1
* gh-110875: Handle '.' properties in logging formatter configuration c… (GH-...Vinay Sajip2023-11-092-5/+41
* gh-111895: Convert definition list to bullet list for readability on mobile (...Hugo van Kemenade2023-11-091-6/+6
* gh-111786: Optimize for space for _PyEval_EvalFrameDefault on MSVC for PGO (#...Michael Droettboom2023-11-092-0/+11
* gh-111881: Import doctest lazily in libregrtest (#111884)Victor Stinner2023-11-091-5/+8
* Add detail to comment on range of random.random() (gh-111868)zipperer2023-11-091-1/+1
* gh-108303: Move more files to `Lib/test/test_module` (#111880)Nikita Sobolev2023-11-093-5/+5
* gh-111881: Use lazy import in test.support (#111885)Victor Stinner2023-11-092-8/+13
* gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh-111879)Nikita Sobolev2023-11-095-12/+12
* GH-111843: Tier 2 exponential backoff (GH-111850)Mark Shannon2023-11-095-14/+47
* GH-109369: Exit tier 2 if executor is invalid (GH-111657)Mark Shannon2023-11-0911-230/+348
* gh-111835: Add seekable method to mmap.mmap (gh-111852)Donghee Na2023-11-095-12/+40