summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...Serhiy Storchaka2023-10-1111-0/+280
* GH-107518: Remove the Argument Clinic How-To (#109900)Adam Turner2023-10-117-2068/+18
* gh-84489: Properly handle trailing spaces in Py_BuildValue() format strings (...Zackery Spytz2023-10-113-35/+40
* gh-76106: Remove the cleanup lock in test_socket (GH-110539)Serhiy Storchaka2023-10-111-24/+2
* gh-84489: C API: Add tests for Py_BuildValue() (GH-110596)Serhiy Storchaka2023-10-112-0/+117
* gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (#110632)Ezio Melotti2023-10-117-222/+222
* GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (#110651)Barney Gale2023-10-113-6/+15
* gh-110662: multiprocessing test_async_timeout() increase timeout (#110663)Victor Stinner2023-10-111-1/+1
* gh-110666: Fix multiprocessing test_terminate() elapsed (#110667)Victor Stinner2023-10-111-20/+15
* gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (#110657)Victor Stinner2023-10-114-10/+15
* gh-108277: test_os tolerates 1 ms diff for timerfd (#110661)Victor Stinner2023-10-111-2/+2
* gh-110647: Fix signal test_stress_modifying_handlers() (#110650)Victor Stinner2023-10-102-2/+4
* GH-110109: Simplify pathlib test setup (#110308)Barney Gale2023-10-101-76/+42
* gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#...Radislav Chugunov2023-10-104-4/+30
* gh-108303: Move all inspect test files to `test_inspect/` (#109607)Nikita Sobolev2023-10-1011-7/+15
* gh-110525: Add tests for internal `set` CAPI (GH-110630)Nikita Sobolev2023-10-106-3/+117
* gh-110631: Set three-space indents for reST in EditorConfig (#110635)Hugo van Kemenade2023-10-101-0/+3
* gh-109693: Update pycore_interp.h to use pyatomic.h (#110604)Donghee Na2023-10-101-4/+3
* GH-109408: Move the C file whitespace check from patchcheck to pre-commit (#1...Adam Turner2023-10-103-90/+23
* Don't doubly-parallelise sphinx-lint (#110617)Adam Turner2023-10-101-0/+1
* gh-110050: Adjust the newline position in the TypeError message of the random...Yilei Yang2023-10-101-2/+2
* gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-110207)Nikita Sobolev2023-10-102-26/+52
* gh-110388: Add tests for tty (GH-110394)Serhiy Storchaka2023-10-102-0/+81
* gh-81002: Add tests for termios (GH-110386)Serhiy Storchaka2023-10-102-0/+221
* gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)Nikita Sobolev2023-10-103-0/+9
* gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)Donghee Na2023-10-1015-11/+192
* gh-110378: Fix test_async_gen_propagates_generator_exit in test_contextlib_as...Serhiy Storchaka2023-10-101-9/+5
* gh-110558: Enable ruff's pyupgrade rules when running on Argument Clinic (#11...Alex Waygood2023-10-104-5/+20
* gh-84570: Implement Waiting in SendChannel.send() (gh-110565)Eric Snow2023-10-104-109/+182
* gh-107652: Fix CIFuzz typo (#110602)Nikita Sobolev2023-10-101-1/+1
* GH-109408: Move the Python file whitespace check from patchcheck to pre-commi...Adam Turner2023-10-102-25/+16
* Remove an old macro from executor.c (#110597)Brandt Bucher2023-10-101-3/+0
* GH-104584: Fix refleak when tracing through calls (GH-110593)Brandt Bucher2023-10-102-1/+2
* Add some 'meta hooks' to our pre-commit config (#110587)Alex Waygood2023-10-101-0/+5
* gh-109408: Add the docs whitespace check from patchcheck to pre-commit (#109854)Hugo van Kemenade2023-10-102-33/+13
* gh-110558: Run ruff on Argument Clinic in CI (#110559)Alex Waygood2023-10-105-4/+21
* gh-110378: Close invalid generators in contextmanager and asynccontextmanager...Serhiy Storchaka2023-10-104-7/+43
* Fix CIFuzz build (#110576)Nikita Sobolev2023-10-101-3/+7
* gh-109693: Use pyatomic.h for signal module (gh-110480)Donghee Na2023-10-093-27/+26
* Remove unused `SPHINXLINT` var from `Doc/Makefile`. (#110570)Ezio Melotti2023-10-091-1/+0
* gh-78469: Declare missing sethostname for Solaris 10 (#109447)Jakub KulĂ­k2023-10-094-2/+23
* gh-106765: Updates Windows installer build instructions to clarify system req...Ashish Shirodkar2023-10-092-0/+10
* gh-107652: Set up CIFuzz to run fuzz targets continuously (#107653)Illia Volochii2023-10-093-0/+66
* gh-110519: Improve deprecation warning in the gettext module (#110520)Serhiy Storchaka2023-10-093-51/+144
* gh-76785: Add SendChannel.send_buffer() (#110246)Eric Snow2023-10-0913-67/+467
* gh-109191: Fix build with newer editline (gh-110239)Bo Anderson2023-10-095-1/+31
* gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of D...Steve Dower2023-10-092-1/+6
* gh-110525: Cover PySet_Add corner case with frozenset objects (GH-110544)Nikita Sobolev2023-10-091-0/+37
* gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)Nikita Sobolev2023-10-093-6/+0
* gh-109286: Update macOS installer to use SQLite 3.43.1 (#110482)jtranquilli2023-10-092-3/+4