summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix possible refleak in CodeType.replace() (GH-106243)Serhiy Storchaka2023-06-291-0/+1
* gh-106078: Convert `_decimal` types to heap types (#106079)Charlie Zhao2023-06-293-390/+433
* gh-89392: Make test_decimal discoverable (GH-106209)Serhiy Storchaka2023-06-291-133/+146
* gh-106033: Get rid of PyDict_GetItem in _PyFunction_FromConstructor (GH-106044)Serhiy Storchaka2023-06-291-4/+6
* gh-101006: Improve error handling when read marshal data (GH-101007)Serhiy Storchaka2023-06-292-61/+72
* gh-106194: Rename duplicated tests in `test_curses` (#106196)Nikita Sobolev2023-06-281-4/+11
* GH-106214: Fix `test_opcache` to skip threaded tests on non-threaded platform...Hood Chatham2023-06-281-0/+2
* gh-104584: Emit macro expansions to opcode_metadata.h (#106163)Guido van Rossum2023-06-284-78/+153
* gh-106197: Deduplicate tests in `test_buffer` (#106198)Nikita Sobolev2023-06-281-1/+1
* gh-101100: Fix reference to `parse_args` in `optparse.rst` (#105265)F3eQnxN3RriK2023-06-281-24/+27
* gh-106200: Remove unused imports (#106201)Nikita Sobolev2023-06-284-5/+0
* gh-106118: Add O_CLOEXEC preprocessor guard (#106120)Erlend E. Aasland2023-06-282-1/+6
* gh-101100: Fix reference to asynchronous methods (#106172)F3eQnxN3RriK2023-06-282-10/+10
* gh-105993: Add possible `None` return type to `asyncio.EventLoop.start_tls` d...Sam Bull2023-06-281-0/+3
* gh-106162: fix test_array modifies warning filter (#106181)Inada Naoki2023-06-281-0/+1
* Refer to `TimeoutError` instead of `asyncio.TimeoutError` in `asyncio-task.rs...lightdrk2023-06-281-4/+4
* Fix c-analyzer for GCC: ignore LANG env var (#106173)Victor Stinner2023-06-281-1/+7
* GH-104584: Fix test_capi.test_counter_optimizer() when run twice (#106171)Victor Stinner2023-06-281-15/+24
* gh-101634: regrtest reports decoding error as failed test (#106169)Victor Stinner2023-06-283-1/+50
* gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)Victor Stinner2023-06-2810-23/+62
* GH-106160: Fix test_gzip failing under WASI, which does not have zlib. (#106167)T. Wouters2023-06-281-1/+1
* gh-106084: Remove _PyObject_CallMethod() function (#106159)Victor Stinner2023-06-279-85/+111
* gh-104584: Change DEOPT_IF in uops executor (#106146)Guido van Rossum2023-06-272-12/+7
* gh-106149: move jump target resolution from optimizer to assembler (#106150)Irit Katriel2023-06-275-105/+113
* IDLE: Condense run.main threading.Thread start. (#106125)Terry Jan Reedy2023-06-271-5/+6
* gh-106140: Reorder some more fields to facilitate out-of-process inspection (...Pablo Galindo Salgado2023-06-271-7/+8
* gh-106140: Reorder some fields to facilitate out-of-process inspection (#106143)Pablo Galindo Salgado2023-06-272-41/+52
* gh-104584: Fix assert in DEOPT macro -- should fix buildbot (#106131)Guido van Rossum2023-06-271-1/+2
* gh-104584: Add #line directives to executor_cases.c.h (#106126)Guido van Rossum2023-06-272-1/+255
* gh-92788: Add docs for `ast.Module`, `ast.Expression`, and others (#101055)Nikita Sobolev2023-06-271-0/+101
* GH-105774: Clarify operation of normalize() (GH-106093)Raymond Hettinger2023-06-271-6/+37
* gh-106123: Modules/_sha3 appears to no longer be necessary (#106124)Skip Montanaro2023-06-272-2/+0
* gh-104584: Baby steps towards generating and executing traces (#105924)Guido van Rossum2023-06-2721-305/+2559
* Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#9614...Ɓukasz Langa2023-06-266-248/+2
* gh-106107: document correct error that's raised when a mutable default value ...Roderich Schupp2023-06-261-1/+1
* GH-105793: Add follow_symlinks argument to `pathlib.Path.is_dir()` and `is_fi...Barney Gale2023-06-265-18/+59
* gh-106111: Remove zipapp documentation on creating a Windows executable (#106...Paul Moore2023-06-261-106/+9
* Update test.support.interpreters to include missing RunFailedError import (#1...Bruce Eckel2023-06-261-1/+1
* gh-106084: Remove _PyObject_RealIsInstance() function (#106106)Victor Stinner2023-06-265-14/+15
* gh-106084: Remove _PyObject_HasLen() function (#106103)Victor Stinner2023-06-264-22/+25
* gh-105927: Deprecate PyWeakref_GetObject() function (#106006)Victor Stinner2023-06-267-4/+33
* gh-104527: zippapp will now avoid appending an archive to itself. (gh-106076)Gabriel Venberg2023-06-262-1/+2
* gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (#106090)James Webber2023-06-264-1/+4
* Improve typing docs on the type of class objects (#106081)Alex Waygood2023-06-261-49/+59
* gh-106084: Remove _PySequence_BytesToCharpArray() function (#106088)Victor Stinner2023-06-263-81/+82
* gh-106084: Remove old PyObject call aliases (#106085)Victor Stinner2023-06-2612-24/+42
* gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `...Alex Waygood2023-06-255-4/+52
* Add end-of-file-fixer to pre-commit (#106065)Hugo van Kemenade2023-06-251-0/+3
* Docs: add links to 'callable' term in sqlite3 docs (#106072)Erlend E. Aasland2023-06-251-17/+18
* gh-106033: [docs] Improve C API GetItem & HasAttr notes. (#106047)Gregory P. Smith2023-06-242-14/+23