summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax in generate_re_casefix.py (#122699)Jelle Zijlstra2024-08-062-3/+3
* gh-122595: Add more error checks in the compiler (GH-122596)Serhiy Storchaka2024-08-062-52/+145
* gh-122704: Fix reference leak in Modules/_pickle.c (GH-122705)Kirill Podoprigora2024-08-061-0/+4
* gh-116622: Android logging fixes (#122698)Malcolm Smith2024-08-063-48/+213
* gh-122686: Pin attrs package (for Hypothesis workflow) (#122687)Sergey B Kirpichev2024-08-061-0/+3
* GH-118943: Handle races when moving jit_stencils.h (GH-120690)Miro Hrončok2024-08-052-1/+9
* GH-122616: Simplify LOAD_ATTR_WITH_HINT and STORE_ATTR_WITH_HINT (GH-122620)Mark Shannon2024-08-053-95/+44
* gh-122459: Optimize pickling by name objects without __module__ (GH-122460)Serhiy Storchaka2024-08-054-177/+173
* gh-121367: [doc] BUILD_TUPLE arg can be 0 (#122663)Irit Katriel2024-08-051-4/+8
* build(deps-dev): bump mypy from 1.10.1 to 1.11.1 in /Tools (#122550)dependabot[bot]2024-08-052-2/+4
* gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574)Jonathan Protzenko2024-08-042-3/+4
* Add `3.13` and remove `3.7` in Azure Pipelines (#122670)Damien2024-08-041-1/+1
* gh-122661: Remove GNU make-specific directive from Doc/Makefile (#122662)Libor Martínek2024-08-041-16/+20
* gh-122637: fix tanh(±0+infj) and tanh(±0+nanj) to return ±0+nanj (#122638)Sergey B Kirpichev2024-08-043-14/+15
* gh-121889: cmath.acosh(0+nanj) returns nan+pi/2j (#121892)Sergey B Kirpichev2024-08-043-4/+5
* gh-122623: Improve `c-api/bytearray.rst` with error handling info (#122624)sobolevn2024-08-031-2/+7
* GH-121970: Fix ``gettext`` for audit events (#122651)Adam Turner2024-08-031-0/+2
* gh-109408: Remove ``.azure-pipelines/pr.yml`` (#122643)Adam Turner2024-08-033-58/+0
* Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (#122646)scottwoodall2024-08-031-1/+1
* gh-122334: Fix test_embed failure when missing _ssl module (GH-122630)neonene2024-08-031-2/+6
* GH-109408: Stop running patchcheck in CI (#109895)Adam Turner2024-08-033-131/+12
* gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-#122280)Sergey B Kirpichev2024-08-031-0/+11
* Doc: Improve wording of ``os.path.commonpath()`` (#122627)Matth-M2024-08-031-1/+1
* gh-122313: Clean up deep recursion guarding code in the compiler (GH-122640)Serhiy Storchaka2024-08-033-162/+164
* gh-122560: add test that comprehension loop var appears only in one scope of ...Irit Katriel2024-08-021-0/+21
* gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577)Sam Gross2024-08-024-7/+41
* GH-117224: Move the body of a few large-ish micro-ops into helper functions (...Mark Shannon2024-08-025-335/+163
* gh-122445: populate only modified fields in __static_attributes__ (#122446)Irit Katriel2024-08-025-10/+18
* gh-122334: Fix crash when importing ssl after re-initialization (#122481)neonene2024-08-023-0/+33
* gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (#122...Sam Gross2024-08-023-31/+67
* gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHand...Bénédikt Tran2024-08-024-50/+124
* Update PyObject_Del() documentation (#122597)Victor Stinner2024-08-024-18/+13
* gh-122188: Remove _imp.pyc_magic_number (GH-122503)Serhiy Storchaka2024-08-023-10/+8
* gh-122544: Change OS image in readthedocs.yml to ubuntu-24.04 (#122568)Damien2024-08-021-1/+1
* gh-120083: Add IDLE Hovertip foreground color needed for recent macOS (#120605)John Riggles2024-08-023-2/+11
* Fixes typo in idlelib/idle_test/example_stub.pyi (#122520)Jonathon Vandezande2024-08-021-1/+1
* gh-122562: Remove ste_free and ste_child_free from symtable (#122563)Jelle Zijlstra2024-08-012-15/+0
* GH-118095: Add tier two support for BINARY_SUBSCR_GETITEM (GH-120793)Mark Shannon2024-08-0110-207/+317
* Replace PyObject_Del with PyObject_Free (#122453)Victor Stinner2024-08-0113-18/+18
* gh-122555: Remove removed functions from `Doc/data/refcounts.dat` (#122556)Bénédikt Tran2024-08-012-11/+0
* gh-122384: Mark strings from Download page for translation (#122385)Rafael Fontenelle2024-08-011-32/+42
* GH-122155: Track local variables between pops and pushes in cases generator (...Mark Shannon2024-08-0113-159/+463
* Fix typos in docs, error messages and comments (#122502)jianghuyiyuan2024-08-016-6/+6
* gh-116622: Don't expose `FICLONE` ioctl on Android (#122522)Malcolm Smith2024-08-012-0/+7
* gh-116622: Skip PosixPathTest.test_expanduser_pwd2 on platforms which don't s...Malcolm Smith2024-07-311-2/+2
* gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-...CF Bolz-Tereick2024-07-314-3/+76
* Move change detection to separate workflow in CI (#122336)Sviatoslav Sydorenko (Святослав Сидоренко)2024-07-312-118/+163
* gh-122133: Rework pure Python socketpair tests to avoid use of importlib.relo...Russell Keith-Magee2024-07-312-77/+64
* Docs: bump Sphinx to 8.0 and update constraints (#122496)Hugo van Kemenade2024-07-312-8/+8
* gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)Cody Maloney2024-07-318-62/+21