aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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-05-318-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
* [3.13] gh-118055: Update the finder glossary entry (GH-118278) (GH-119773)Miss Islington (bot)2024-05-301-2/+2
* [3.13] subprocess docs: Fix semantically important typo (GH-119752) (#119757)Miss Islington (bot)2024-05-301-1/+1
* [3.13] GH-89727: Fix FD leak on `os.fwalk()` generator finalization. (GH-1197...Miss Islington (bot)2024-05-302-2/+30
* [3.13] GH-89727: Fix `os.fwalk()` recursion error on deep trees (GH-119638) (...Miss Islington (bot)2024-05-303-40/+56
* [3.13] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentati...Miss Islington (bot)2024-05-302-2/+20
* [3.13] gh-117398: Add multiphase support to _datetime (gh-119694)Eric Snow2024-05-292-15/+31
* [3.13] GH-119169: Implement `pathlib.Path.walk()` using `os.walk()` (GH-11957...Miss Islington (bot)2024-05-293-39/+34
* [3.13] GH-89727: Partially fix `shutil.rmtree()` recursion error on deep tree...Miss Islington (bot)2024-05-294-28/+33
* gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH...Miss Islington (bot)2024-05-293-1/+12
* [3.13] gh-119525: Fix deadlock with `_PyType_Lookup` and the GIL (GH-119527) ...Miss Islington (bot)2024-05-292-4/+9