summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)Sam Gross2024-06-039-44/+30
* [3.13] gh-117657: Avoid `sem_clockwait` in TSAN (GH-119915) (#119992)Miss Islington (bot)2024-06-032-10/+1
* [3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts co...Miss Islington (bot)2024-06-033-2/+41
* [3.13] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119986)Miss Islington (bot)2024-06-033-6/+7
* gh-119679: Ensures correct import libraries are included in Windows install p...Miss Islington (bot)2024-06-033-14/+23
* gh-102511: Amend 3.13.0b1.rst (GH-119895)Miss Islington (bot)2024-06-031-0/+1
* [3.13] gh-119968: Improved monitoring c-api docs (GH-119969) (#119971)Miss Islington (bot)2024-06-031-1/+1
* [3.13] gh-119336: Restore removed _PyLong_NumBits() function (GH-119418) (#11...Miss Islington (bot)2024-06-033-11/+10
* [3.13] gh-119856: Support exiting help() with just "exit" (GH-119858) (#119967)Miss Islington (bot)2024-06-031-2/+2
* [3.13] gh-117657: Fix data races report by TSAN unicode-hash (gh-119907) (gh-...Miss Islington (bot)2024-06-032-9/+11
* [3.13] gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` ...Miss Islington (bot)2024-06-031-1/+1
* [3.13] GH-119054: Add "Reading and writing files" section to pathlib docs (GH...Miss Islington (bot)2024-06-021-79/+84
* [3.13] GH-119054: Add "Querying file type and status" section to pathlib docs...Barney Gale2024-06-021-173/+178
* [3.13] Improve documentation for typing.get_type_hints (GH-119928) (#119943)Miss Islington (bot)2024-06-021-26/+28
* [3.13] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (GH-11992...Miss Islington (bot)2024-06-022-2/+2
* [3.13] gh-118934: Fix PyEval_GetLocals docs (PEP 667) (GH-119934)Miss Islington (bot)2024-06-023-21/+46
* [3.13] gh-118888: Further PEP 667 docs updates (gh-119894)Miss Islington (bot)2024-06-022-3/+44
* [3.13] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-1...Miss Islington (bot)2024-06-011-5/+1
* [3.13] gh-111201: Skip pyrepl Windows tests earlier (#119848) (#119924)Victor Stinner2024-06-011-2/+6
* [3.13] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-1198...Miss Islington (bot)2024-06-013-97/+68
* [3.13] Add unique() recipe to itertools docs (gh-119911) (gh-119916)Miss Islington (bot)2024-06-011-2/+14
* [3.13] gh-117657: Add TSAN suppression for `set_discard_entry` (GH-119908) (#...Miss Islington (bot)2024-06-011-0/+2
* [3.13] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to en...Miss Islington (bot)2024-06-013-2/+12
* [3.13] Revert "[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (â...Victor Stinner2024-06-013-12/+8
* [3.13] gh-117657: Fix TSAN race in QSBR assertion (GH-119887) (#119904)Miss Islington (bot)2024-06-012-3/+2
* [3.13] gh-117657: Fix TSAN race in free-threaded GC (GH-119883) (#119903)Miss Islington (bot)2024-06-012-6/+2
* [3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119...Jelle Zijlstra2024-06-018-59/+76
* [3.13] gh-74929: PEP 667 C API documentation (gh-119892)Miss Islington (bot)2024-06-019-11/+104
* [3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)Miss Islington (bot)2024-05-317-65/+143
* [3.13] gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock` (GH-1...Miss Islington (bot)2024-05-311-0/+3
* [3.13] gh-119369: Fix deadlock during thread exit in free-threaded build (GH-...Miss Islington (bot)2024-05-313-9/+19
* [3.13] doc: Add glossary entry for "free threading" (GH-119865) (#119874)Miss Islington (bot)2024-05-311-0/+6
* [3.13] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119872)Miss Islington (bot)2024-05-311-1/+1
* [3.13] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_posi...Miss Islington (bot)2024-05-311-1/+1
* gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)Miss Islington (bot)2024-05-316-29/+92
* [3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...Miss Islington (bot)2024-05-314-0/+36
* [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)Miss Islington (bot)2024-05-3115-49/+1019
* gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030)Miss Islington (bot)2024-05-314-12/+13
* [3.13] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH...Miss Islington (bot)2024-05-312-18/+36
* [3.13] gh-111201: Improve pyrepl auto indentation (GH-119606) (GH-119833)Miss Islington (bot)2024-05-313-11/+101
* [3.13] gh-97747: Improvements to WASM browser REPL. (GH-97665) (GH-119828)Miss Islington (bot)2024-05-312-8/+69
* [3.13] gh-119548: Add a 'clear' command to the REPL (GH-119549) (#119552)Miss Islington (bot)2024-05-313-1/+12
* [3.13] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (GH-119806)Miss Islington (bot)2024-05-302-9/+22
* [3.13] Docs: `shutil.rmtree`'s `onerror` has no pending removal version (GH-1...Miss Islington (bot)2024-05-301-3/+3
* [3.13] gh-109218: Improve documentation for the complex() constructor (GH-119...Miss Islington (bot)2024-05-304-63/+135
* [3.13] gh-119791: Fix new Tkinter tests for wantobjects=0 (GH-119792) (GH-119...Miss Islington (bot)2024-05-301-3/+10
* [3.13] gh-119729: Use 't' in pkg-config file name for free-threaded build (GH...Miss Islington (bot)2024-05-303-7/+16
* [3.13] gh-117398: Convert datetime.IsoCalendarDate To A Heap Type (gh-119637)...Miss Islington (bot)2024-05-301-22/+63
* [3.13] gh-119779: Fix pyporting howto docs (GH-119785) (#119788)Miss Islington (bot)2024-05-301-2/+2
* [3.13] gh-117142: Slightly hacky fix for memory leak of StgInfo (GH-119424) (...Miss Islington (bot)2024-05-302-53/+45