summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)Victor Stinner2023-11-0750-244/+952
* gh-61199: Remove superfluous global statements from `base64._b32{en,de}code()...Romuald Brunet2023-11-071-2/+0
* gh-111806: Fix `test_recursion` in `test_richcmp` on WASI builds (GH-111830)Nikita Sobolev2023-11-071-0/+1
* gh-111808: Fix recursion error on WASM in `test_typing` (GH-111819)Nikita Sobolev2023-11-071-5/+6
* gh-81137: deprecate assignment of code object to a function of a mismatched t...Irit Katriel2023-11-074-0/+44
* gh-111623: Add Support for Cross-interpreter tuples (gh-111628)Anthony Shaw2023-11-076-2/+134
* gh-85098: Implement functional CLI of symtable (#109112)Serhiy Storchaka2023-11-074-8/+123
* gh-106672: C API: Report indiscriminately ignored errors (GH-106674)Serhiy Storchaka2023-11-079-45/+195
* gh-111765: Move old PyFloat_* tests to Lib/test/test_capi/test_float.py (GH-...Sergey B Kirpichev2023-11-072-65/+65
* GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111...Mark Shannon2023-11-0710-63/+114
* gh-79932: raise exception if frame.clear() is called on a suspended frame (#1...Irit Katriel2023-11-075-7/+27
* gh-110395: test: assert after the child dies. (#111816)Gregory P. Smith2023-11-071-1/+1
* gh-111729: update generic syntax for `typing.Concatenate` sample code in `Doc...方糖2023-11-071-5/+2
* GH-111485: Make BEFORE_WITH a uop (GH-111812)Brandt Bucher2023-11-075-7/+56
* gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715)Eric Snow2023-11-064-199/+134
* gh-111698: Restrict Py_mod_multiple_interpreters to 3.12+ Under Py_LIMITED_AP...Eric Snow2023-11-061-1/+3
* simplify code to pop exception in frame_setlineno (#111702)Irit Katriel2023-11-061-5/+2
* gh-96954: Use skip_if_missing in test_makeunicodedata (GH-111764)Dennis Sweeney2023-11-061-1/+2
* GH-111772: Specialize slot loads and stores for `_Py_T_OBJECT` (GH-111773)Mark Shannon2023-11-062-3/+4
* GH-111646: Simplify optimizer, by compacting uops when making executor. (GH-1...Mark Shannon2023-11-062-117/+119
* gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out o...Masayuki Moriyama2023-11-063-3/+53
* gh-109466: Add ipv6_mapped property to IPv4Address (#109467)Charles Machalow2023-11-055-0/+32
* gh-111495: Add tests for PyComplex C API (GH-111591)Sergey B Kirpichev2023-11-052-0/+238
* gh-111495: Add tests for PyFloat C API (GH-111624)Sergey B Kirpichev2023-11-052-0/+191
* gh-111747: DOC: fix moved link to Documentation Translations (#111748)partev2023-11-051-1/+1
* gh-111719: Add extra check for alias command (#111720)Tian Gao2023-11-044-7/+51
* gh-110395: invalidate open kqueues after fork (#110517)Davide Rizzo2023-11-043-7/+157
* gh-80675: Set `f_trace_lines = True` on all frames upon `pdb.set_trace()` (#1...Tian Gao2023-11-043-0/+32
* gh-96954: use a directed acyclic word graph for storing the unicodedata codep...CF Bolz-Tereick2023-11-048-30444/+18134
* GH-110829: Ensure Thread.join() joins the OS thread (#110848)Antoine Pitrou2023-11-0414-98/+671
* gh-111666: Speed up `BaseExceptionGroup.{derive,split,subgroup}` (#111667)Nikita Sobolev2023-11-042-20/+9
* gh-108303: Move `zip` and `tar` archives to `Lib/test/archivetestdata` (#111549)Nikita Sobolev2023-11-0414-23/+24
* gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (#111...Nikita Sobolev2023-11-043-1/+24
* gh-111495: Test C API functions with extreme sizes and indices (GH-111631)Serhiy Storchaka2023-11-044-40/+134
* gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (#111725)Nikita Sobolev2023-11-041-0/+4
* gh-111644: Fix asyncio test_unhandled_exceptions() (#111713)Victor Stinner2023-11-041-2/+3
* gh-111644: Fix support threading_cleanup() (#111714)Victor Stinner2023-11-041-25/+28
* gh-109649: Fix test_os.test_process_cpu_count_affinity() (#111689)Victor Stinner2023-11-031-4/+4
* Add a fuzz target for `_elementtree.XMLParser._parse_whole` (#111477)Brad Larsen2023-11-0360-0/+623
* gh-111684: Avoid a Compiler Warning (gh-111706)Eric Snow2023-11-031-0/+4
* gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#11...Victor Stinner2023-11-036-2/+26
* gh-103615: Use local events for opcode tracing (GH-109472)Tian Gao2023-11-039-8/+114
* gh-111652: Fix --enable-pystats build (GH-111653)Michael Droettboom2023-11-031-0/+2
* CI: Make macOS Intel required to succeed (GH-110362)Hugo van Kemenade2023-11-031-1/+0
* docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-110888)lefp2023-11-031-0/+1
* gh-111681: minor fixes to typing doctests; remove unused imports in `test_typ...Nikita Sobolev2023-11-032-7/+6
* gh-106168: Revert the "size before item" setting (#111683)scoder2023-11-033-4/+2
* gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...Irit Katriel2023-11-0316-338/+342
* gh-90026: support XATTRs on Cygwin (GH-105075)Philippe Cerfon2023-11-032-3/+10
* gh-111490: Make the exception type check in test_pyexpat more specific (GH-11...Nikita Sobolev2023-11-031-1/+1