summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-110497: Add note about `OSError` being an alias to `IOError` in docs (#110...Nikita Sobolev2023-10-095-9/+11
* gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)Nikita Sobolev2023-10-096-1/+383
* gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524)Tian Gao2023-10-093-1/+27
* gh-106670: Set convenience variable for post mortem debugging (#110493)Tian Gao2023-10-093-0/+15
* Remove unused imports in multiprocessing docs example (#109984)Albert Villanova del Moral2023-10-091-1/+0
* gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (#110535)partev2023-10-091-1/+1
* gh-108277: Fix test_os TimerfdTests (#110515)Victor Stinner2023-10-081-3/+11
* gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)Serhiy Storchaka2023-10-084-0/+29
* gh-110378: Move to `IsolatedAsyncTestCase` in `test_contextlib_async.py` (#11...Nikita Sobolev2023-10-081-51/+5
* Update floatingpoint.rst (#110509)zipperer2023-10-081-1/+1
* gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (#110238)denballakh2023-10-082-3/+12
* gh-108277: Add os.timerfd_create() function (#108382)Masaru Tsuchiyama2023-10-0717-5/+1527
* gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)Victor Stinner2023-10-076-2/+9
* gh-109848: Make test_rot13_func in test_codecs independent (GH-109850)Serhiy Storchaka2023-10-071-1/+2
* gh-109864: Make test_gettext tests order independent (GH-109866)Serhiy Storchaka2023-10-071-2/+13
* gh-76785: Support Running Some Functions in Subinterpreters (gh-110251)Eric Snow2023-10-063-26/+439
* gh-106078: Suppress the warning caused by multi-phase initialization of `deci...Charlie Zhao2023-10-062-1/+10
* GH-110455: Guard `assert(tstate->thread_id > 0)` with `#ifndef HAVE_PTHREAD_S...Brett Cannon2023-10-062-2/+5
* gh-110489: Optimise math.ceil for known exact float (#108801)Shantanu2023-10-062-7/+10
* gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403)jtranquilli2023-10-064-3/+4
* Fix typo in Doc/library/textwrap.rst (#110328)InSync2023-10-061-1/+1
* gh-110184: Fix subprocess test_pipesize_default() (#110465)Victor Stinner2023-10-061-18/+23
* gh-103053: Fix test_tools.test_freeze on FreeBSD (#110451)Victor Stinner2023-10-062-14/+22
* gh-103053: Fix make check-clean-src: check "python" program (#110449)Victor Stinner2023-10-062-1/+5
* Add support.MS_WINDOWS constant (#110446)Victor Stinner2023-10-0615-33/+22
* gh-109287: fix overrides in cases generator (#110419)Carl Meyer2023-10-054-31/+37
* gh-85283: Add PySys_AuditTuple() function (#108965)Victor Stinner2023-10-057-9/+109
* gh-109888: Fix test_os _kill_with_event() on Windows (#110421)Victor Stinner2023-10-051-23/+27
* gh-110429: Fix race condition in "make regen-all" (#110433)Victor Stinner2023-10-051-2/+2
* gh-110383: Swap 'the all' -> 'all the' in socket docs (#110434)Bradley Reynolds2023-10-051-1/+1
* gh-110119: Fix test_importlib `--disable-gil` Windows test failures (#110422)Sam Gross2023-10-051-2/+5
* gh-109840: Fix multiprocessing test_waitfor_timeout() (#110428)Victor Stinner2023-10-051-3/+3
* gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)Victor Stinner2023-10-052-7/+3
* gh-110167: Fix test_socket deadlock in doCleanups() (#110416)Victor Stinner2023-10-052-5/+12
* gh-110147: test_msvcrt: run console I/O tests in new processes (#110268)AN Long2023-10-053-107/+31
* Fix env var typo in perf profiling docs (#110404)Harmen Stoppels2023-10-051-2/+1
* gh-110383 TimeIt Docs Spelling Fix (#110407)Towster152023-10-051-1/+1
* gh-110391: socket NetworkConnectionAttributesTest always declare cli (#110401)Victor Stinner2023-10-051-1/+3
* gh-109549: Add new states to PyThreadState to support PEP 703 (gh-109915)Sam Gross2023-10-056-92/+141
* gh-109329: Add stat for "trace too short" (GH-110402)Michael Droettboom2023-10-054-0/+5
* gh-110393: Remove watchdog with hardcoded timeout (#110400)Victor Stinner2023-10-052-9/+0
* gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)박문식2023-10-058-8/+132
* gh-110309: Prune empty constant in format specs (#110320)sunmy20192023-10-053-10/+79
* gh-110259: Fix f-strings with multiline expressions and format specs (#110271)Pablo Galindo Salgado2023-10-055-10/+128