aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-17Simplify the launcher path detection (prep for 3.11) am: 02afc01277Dan Willemsen
2023-08-16Simplify the launcher path detection (prep for 3.11)Dan Willemsen
2023-06-09Prefer the MSBuild in C:\VS over the one in Program Files. am: 5c60119f0d am:...Ryan Prichard
2023-06-09Prefer the MSBuild in C:\VS over the one in Program Files. am: 5c60119f0d am:...Ryan Prichard
2023-06-08Prefer the MSBuild in C:\VS over the one in Program Files. am: 5c60119f0d am:...Ryan Prichard
2023-06-08Prefer the MSBuild in C:\VS over the one in Program Files. am: 5c60119f0d am:...Ryan Prichard
2023-06-08Prefer the MSBuild in C:\VS over the one in Program Files. am: 5c60119f0d am:...Ryan Prichard
2023-06-08Prefer the MSBuild in C:\VS over the one in Program Files. am: 5c60119f0dRyan Prichard
2023-06-07Prefer the MSBuild in C:\VS over the one in Program Files.Ryan Prichard
2023-06-07Define SOABI for riscv64 in cpython am: a6c28c4c0b am: 858b60492c am: c73636d...Prashanth Swaminathan
2023-06-07Define SOABI for riscv64 in cpython am: a6c28c4c0b am: 858b60492c am: c73636d...Prashanth Swaminathan
2023-06-07Define SOABI for riscv64 in cpython am: a6c28c4c0b am: 858b60492c am: c73636d...Prashanth Swaminathan
2023-06-07Define SOABI for riscv64 in cpython am: a6c28c4c0b am: 858b60492c am: c73636dcc1Prashanth Swaminathan
2023-06-07Define SOABI for riscv64 in cpython am: a6c28c4c0b am: 858b60492cPrashanth Swaminathan
2023-06-07Define SOABI for riscv64 in cpython am: a6c28c4c0bPrashanth Swaminathan
2023-06-06Define SOABI for riscv64 in cpythonPrashanth Swaminathan
2023-06-06Python 3.11.4upstream-v3.11.4Pablo Galindo
2023-06-06[3.11] gh-104411: Update test_getint for Tcl 9.0 (GH-104412) (#105357)Miss Islington (bot)
2023-06-06[3.11] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105344)Miss Islington (bot)
2023-06-06[3.11] gh-90005: Don't link with libbsd if not needed (#105236) (#105359)Erlend E. Aasland
2023-06-05[3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)
2023-06-05[3.11] gh-105286: Improve typing.py docstrings (#105287) (#105322)Alex Waygood
2023-06-05[3.11] gh-105164: Detect annotations inside match blocks (GH-105177). (#105314)Jelle Zijlstra
2023-06-04[3.11] gh-105080: Fixed inconsistent signature on derived classes (GH… (#10...Tian Gao
2023-06-04[3.11] gh-104882: Docs: fix description of relationship between `socket.getbl...Miss Islington (bot)
2023-06-02[3.11] gh-105184: document that marshal functions can fail and need to be che...Miss Islington (bot)
2023-06-01[3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Gregory P. Smith
2023-05-31gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...Miss Islington (bot)
2023-05-31[3.11] gh-105096: Reformat wave documentation (#105136) (#105138) (#105155)Victor Stinner
2023-05-31[3.11] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105131)Miss Islington (bot)
2023-05-30Enable the ABI check job to publish the updated ABI data file (GH-105103)Steve Dower
2023-05-29[3.11] GH-89455: Add missing attributes (added in 3.11) to traceback module d...Miss Islington (bot)
2023-05-27[3.11] gh-103921: Improve typing documentation (GH-104642) (#105007)Jelle Zijlstra
2023-05-27[3.11] gh-104497: Make tkinter test pass with tk 8.7 (GH-104789) (#105029)Miss Islington (bot)
2023-05-27[3.11] CI: Precompute hash for config cache key in check_source job (GH-10500...Itamar Ostricher
2023-05-26[3.11] gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExi...Miss Islington (bot)
2023-05-26[3.11] gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986)...Miss Islington (bot)
2023-05-26[3.11] CI: Cache config.cache across runs to speed up build (GH-104800) (#104...Hugo van Kemenade
2023-05-26[3.11] Remove raw asserts in test_typing.py (GH-104951) (#104979)Miss Islington (bot)
2023-05-26[3.11] gh-104924: Fix `read()able` in `http.client` log messages (gh-104926) ...Miss Islington (bot)
2023-05-26[3.11] gh-104943: Remove mentions of old Python versions (GH-104945) (#104962)Miss Islington (bot)
2023-05-25[3.11] Fix typo in the tokenizer (GH-104950) (#104952)Miss Islington (bot)
2023-05-26[3.11] gh-104479: Update outdated tutorial floating-point reference (GH-10468...Shantanu
2023-05-25[3.11] Fix test_importlib.test_side_effect_import() (GH-104840) (#104843)Miss Islington (bot)
2023-05-25[3.11] gh-104874: Document NewType.__supertype__ (GH-104875) (#104907)Miss Islington (bot)
2023-05-24[3.11] Improve test coverage for is_typeddict (GH-104884) (#104888)Miss Islington (bot)
2023-05-24[3.11] gh-103207: The macOS 13 Ventura Installer.app permission problem is fi...Ned Deily
2023-05-24[3.11] gh-104719: IDLE - test existence of all tokenize references. (GH-10476...Miss Islington (bot)
2023-05-23[3.11] gh-104372: Cleanup _posixsubprocess make_inheritable for async signal ...Gregory P. Smith
2023-05-23[3.11] gh-104271: Fix auto() fallback in case of mixed type Enum (GH-104809)Miss Islington (bot)