summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-111178: Avoid calling functions from incompatible pointer types in _tkinte...Christopher Chavez2024-01-021-18/+26
* gh-111178: Avoid calling functions from incompatible pointer types in dictobj...Christopher Chavez2024-01-021-100/+126
* gh-111178: Avoid calling functions from incompatible pointer types in descrob...Christopher Chavez2024-01-021-106/+147
* gh-111178: Avoid calling functions from incompatible pointer types in listobj...Christopher Chavez2024-01-021-72/+92
* gh-113602: Bail out when the parser tries to override existing errors (#113607)Pablo Galindo Salgado2024-01-023-0/+8
* gh-81094: Refer to PEP 318 in compound_statements.rst (#113588)John D. McDonald2024-01-021-1/+4
* gh-101100: Fix Sphinx warnings from removed `~!` references (#113629)Hugo van Kemenade2024-01-029-22/+22
* no-issue: Use the official term "free-threading" for GitHub Action (gh-113622)Donghee Na2024-01-023-20/+20
* GH-113633: Use module state structure for _testcapi. (GH-113634)Neil Schemenauer2024-01-012-51/+65
* gh-53502: Fixes for tests in gh-113363 (#113627)Ronald Oussoren2024-01-012-5/+4
* gh-53502: add a new option aware_datetime in plistlib to loads or dumps aware...AN Long2024-01-014-23/+134
* 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