summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-113536: Expose `os.waitid` on macOS (#113542)Ronald Oussoren2024-01-014-13/+14
* gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374)Jeffrey Kintscher2024-01-014-7/+70
* build(deps): bump hypothesis from 6.91.0 to 6.92.2 in /Tools (#113615)dependabot[bot]2024-01-011-1/+1
* build(deps): bump github/codeql-action from 2 to 3 (#113613)dependabot[bot]2024-01-011-1/+1
* build(deps): bump actions/setup-python from 4 to 5 (#113612)dependabot[bot]2024-01-015-6/+6
* # gh-111700: Fix syntax highlighting for C code in the "What's New In Python ...Parth Doshi2024-01-011-1/+3
* gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL when the ...Irit Katriel2023-12-311-1/+1
* gh-101100: Fix Sphinx warnings in `library/configparser.rst` (#113598)Hugo van Kemenade2023-12-3111-36/+35
* Update ConfigParser docs defining valid section name (#110506)Delgan2023-12-301-1/+1
* gh-89414: Document that SIGCLD is not available on macOS (#113580)Ronald Oussoren2023-12-301-0/+2
* gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)Samet YASLAN2023-12-308-10/+81
* gh-103708: Make directory layout in sysconfig implementation configurable (#1...Ankit Kumar Pandey2023-12-293-39/+52
* gh-103092: Make ``pyexpat`` module importable in sub-interpreters (#113555)Kirill Podoprigora2023-12-291-3/+1
* GH-113528: Remove a couple of expensive pathlib ABC tests (#113534)Barney Gale2023-12-282-42/+43
* GH-113225: Speed up `pathlib._abc.PathBase.glob()` (#113556)Barney Gale2023-12-282-5/+12
* Doc/library/os.rst: `os.waitid` absent on MacOS (#104558)John Hawkinson2023-12-281-0/+3
* gh-101100: Fix Sphinx warnings in library/random.rst (#112981)Hugo van Kemenade2023-12-282-16/+44
* gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` audit eve...Nikita Sobolev2023-12-282-0/+3
* bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH...Zackery Spytz2023-12-284-4/+9
* gh-103092: Make `_elementtree` module importable in sub-interpreters (#113434)Kirill Podoprigora2023-12-281-3/+1
* gh-110459: Make sure --with-openssl-rpath works on macOS (#113441)Ronald Oussoren2023-12-283-2/+14
* gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729)Inada Naoki2023-12-284-0/+21
* gh-113299: Move cpp.py into libclinic (#113526)Erlend E. Aasland2023-12-273-4/+7
* gh-113317: Rework Argument Clinic cpp.py error handling (#113525)Erlend E. Aasland2023-12-275-36/+44
* gh-57795: Add news to idlelib/News3.txt (#113522)Terry Jan Reedy2023-12-271-0/+4
* gh-67641: Clarify documentation on bytes vs text with non-seeking tarfile str...Stanley2023-12-272-8/+11
* bpo-26791: Update shutil.move() to provide the same symlink move behavior as ...Jeffrey Kintscher2023-12-273-1/+34
* GH-110109: pathlib ABCs: drop use of `warnings._deprecated()` (#113419)Barney Gale2023-12-271-6/+4
* GH-110109: pathlib ABCs: drop use of `io.text_encoding()` (#113417)Barney Gale2023-12-272-3/+18
* gh-57795: IDLE: Enter the selected text when opening the "Replace" dialog (GH...Zackery Spytz2023-12-272-16/+8
* gh-64020: Deprecate pydoc.ispackage() (GH-20908)Zackery Spytz2023-12-274-2/+12
* gh-101100: Fix Sphinx warnings in `library/cmd.rst` (#113502)Hugo van Kemenade2023-12-272-12/+14
* gh-101100: Fix Sphinx warnings in `library/calendar.rst` (#113500)Hugo van Kemenade2023-12-272-4/+10
* gh-111615: Fix regression in QueueHandler configuration. (GH-111638)Vinay Sajip2023-12-273-17/+40
* gh-113350: Improve the wording of python logging docs to remove an ambiguity ...Vaishnavi Maheshwari2023-12-272-7/+6
* gh-113332: Simplify calls to SSL_(CTX_)set_verify in _ssl.c (#113333)David Benjamin2023-12-261-7/+2
* gh-101100: Fix Sphinx warnings in `library/bisect.rst` (#113496)Hugo van Kemenade2023-12-262-5/+4
* gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (#113493)Hugo van Kemenade2023-12-262-3/+2
* bpo-36959: Fix error messages for invalid ISO format string in _strptime() (G...Gordon P. Hemsley2023-12-263-40/+61
* gh-112532: Fix peg generator build.py for mimalloc build (gh-113492)Donghee Na2023-12-261-0/+1
* gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)Sam Gross2023-12-269-23/+161
* gh-111971: Make _PyUnicode_FromId thread-safe in --disable-gil (gh-113489)Donghee Na2023-12-262-3/+11
* Docs: make htmllive: open browser when ready (#113288)Hugo van Kemenade2023-12-261-3/+7
* gh-113468: Remove the "_new_ suffix from class names in pydocfodder (GH-113469)Serhiy Storchaka2023-12-261-8/+8
* gh-66515: mailbox.MH now supports folders withou the ".mh_sequences" file (GH...Serhiy Storchaka2023-12-264-3/+26
* Misc minor improvements to the itertools recipes (gh-113477)Raymond Hettinger2023-12-251-81/+83
* gh-106905: Use separate structs to track recursion depth in each PyAST_mod2ob...Yilei Yang2023-12-254-339/+412
* bpo-21360: mailbox.Maildir now ignores files with a leading dot (GH-11833)Zackery Spytz2023-12-255-0/+23
* fix bullet-list in `LOAD_SUPER_ATTR` documentation on `dis` page (#113461)denballakh2023-12-241-3/+4
* GH-111485: Fix handling of FOR_ITER in Tier 2 (GH-113394)Mark Shannon2023-12-241-12/+5