summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Docs: Use 'f-strings' as header (#112888)Hugo van Kemenade2023-12-101-2/+4
* IDLE: Tweak iomenu.IOBinding.maybesave (#112914)Terry Jan Reedy2023-12-101-10/+11
* GH-112906: Fix performance regression in pathlib path initialisation (#112907)Barney Gale2023-12-101-1/+3
* gh-101100: Improve documentation of `TracebackType` attributes (#112884)Alex Waygood2023-12-096-33/+52
* gh-101100: Fix Sphinx nitpicks in `library/tempfile.rst` (#112886)Alex Waygood2023-12-092-24/+29
* gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885)Neil Schemenauer2023-12-092-0/+3
* gh-110109: Fix installed buildbots now `pathlib` is a package (#112901)Alex Waygood2023-12-091-0/+1
* GH-110109: Move pathlib ABCs to new `pathlib._abc` module. (#112881)Barney Gale2023-12-093-511/+518
* gh-112720: Move instruction formatting from the dis.Instruction class to a ne...Irit Katriel2023-12-092-205/+232
* gh-112334: Regression test that vfork is used when expected. (#112734)Gregory P. Smith2023-12-094-15/+101
* gh-112758: Updated pathlib documentation for PurePath.match (#112814)Taylor Packard2023-12-081-0/+3
* gh-112540: Support zero inputs in geometric_mean() (gh-112880)Raymond Hettinger2023-12-083-9/+35
* GH-110109: Add `pathlib._PurePathBase` (#110670)Barney Gale2023-12-083-53/+115
* gh-112278: In _wmi, treat initialization timeout separately from connection t...AN Long2023-12-081-12/+34
* gh-112779: Check 1-byte atomics in configure (gh-112819)Sam Gross2023-12-082-8/+28
* gh-112535: Update _Py_ThreadId() to support s390/s390x (gh-112751)Donghee Na2023-12-081-0/+4
* gh-112302: Annotate SBOM file as generated in .gitattributes (#112854)Seth Michael Larson2023-12-081-0/+1
* gh-101100: Improve documentation for attributes on instance methods (#112832)Alex Waygood2023-12-086-41/+76
* gh-101100: Fix Sphinx nits in `library/contextlib.rst` (#112870)Alex Waygood2023-12-082-8/+7
* gh-101100: Fix Sphinx nitpicks in `library/shelve.rst` (#112836)Alex Waygood2023-12-082-5/+5
* GH-111485: Factor out opcode ID generator from the main cases generator. (GH-...Mark Shannon2023-12-087-72/+203
* gh-110820: Make sure processor specific defines are correct for Universal 2 b...Ronald Oussoren2023-12-082-1/+13
* Add a versionchanged directive for gh-94692 (GH-112846)Serhiy Storchaka2023-12-081-0/+2
* GH-112675: Move path joining tests into `test_posixpath` and `test_ntpath` (#...Barney Gale2023-12-073-106/+96
* gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are reference...Alex Waygood2023-12-074-5/+8
* gh-112826: Add a "What's New" Entry About _thread._is_main_interpreter (gh-11...Eric Snow2023-12-072-0/+19
* gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)Sam Gross2023-12-0718-241/+97
* gh-112538: Add internal-only _PyThreadStateImpl "wrapper" for PyThreadState (...Sam Gross2023-12-077-17/+54
* gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS (#112834)Ronald Oussoren2023-12-072-0/+3
* gh-112278: Disable WMI queries on Windows after they time out (GH-112658)AN Long2023-12-073-15/+44
* gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows (GH-11...Serhiy Storchaka2023-12-073-2/+21
* gh-87319: Simplify TemporaryDirectory cleanup using os.path.isjunction() (GH-...Serhiy Storchaka2023-12-071-13/+1
* gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-99930)Søren Løvborg2023-12-073-15/+125
* gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies (#...Seth Michael Larson2023-12-077-1/+2499
* gh-111962: Make dtoa thread-safe in `--disable-gil` builds. (#112049)Sam Gross2023-12-073-30/+70
* gh-110190: Temporarily skip new test introduced in gh-112604 on PPC64LE (#112...Łukasz Langa2023-12-071-45/+53
* bpo-42519: Remove outdated sentence in comment (#112822)Christopher Chavez2023-12-071-1/+1
* gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#...andrewluotechnologies2023-12-075-1/+15
* GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...Mark Shannon2023-12-0715-526/+1675
* gh-102980: Redirect output of pdb's `interact` command, add tests and improve...Tian Gao2023-12-074-4/+86
* gh-51944: Add missing macOS constants to termios (#112823)Ronald Oussoren2023-12-072-0/+67
* gh-74616: Raise ValueError in case of null character in input prompt (GH-1738)Kushal Das2023-12-073-9/+42
* gh-112660: Do not clear arbitrary errors on import (GH-112661)Serhiy Storchaka2023-12-074-58/+72
* gh-109981: Fix support.fd_count() on macOS 14 (#112797)Ronald Oussoren2023-12-072-2/+12
* gh-112730: Use color to highlight error locations (gh-112732)Pablo Galindo Salgado2023-12-068-40/+369
* gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (#112811)Alex Waygood2023-12-062-23/+30
* gh-101100: Improve documentation of code object attributes (#112781)Alex Waygood2023-12-0610-53/+112
* gh-111178: Define `visitproc` callback functions properly and remove unnecess...Christopher Chavez2023-12-061-9/+13
* gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-1...Serhiy Storchaka2023-12-063-11/+51
* gh-111545: Add Py_HashPointer() function (#112096)Victor Stinner2023-12-069-22/+103