index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
NEWS.d
/
next
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] GH-gh-75705: Set unixfrom envelope in mailbox._mboxMMDF (GH-107117) (G...
Miss Islington (bot)
2024-02-06
1
-0/+1
*
[3.11] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115080)
Miss Islington (bot)
2024-02-06
1
-0/+1
*
[3.11] gh-89811: Check for valid tp_version_tag in specializer (GH-115045)
Peter Lazorchak
2024-02-06
1
-0/+2
*
[3.11] gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066) (#115...
Erlend E. Aasland
2024-02-06
1
-0/+1
*
[3.11] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods...
Erlend E. Aasland
2024-02-06
1
-0/+5
*
[3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-115057)
Ned Deily
2024-02-06
1
-0/+2
*
[3.11] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115054)
Miss Islington (bot)
2024-02-06
1
-0/+1
*
[3.11] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115048)
Zachary Ware
2024-02-06
1
-0/+1
*
[3.11] gh-109475: Fix support of explicit option value "--" in argparse (GH-1...
Serhiy Storchaka
2024-02-05
1
-0/+2
*
[3.11] gh-114887 Reject only sockets of type SOCK_STREAM in create_da… (#11...
Travis Howse
2024-02-05
1
-0/+2
*
[3.11] gh-114388: Fix warnings when assign an unsigned integer member (GH-114...
Serhiy Storchaka
2024-02-04
1
-0/+5
*
[3.11] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbin...
Miss Islington (bot)
2024-02-04
1
-0/+7
*
[3.11] gh-113280: Always close socket if SSLSocket creation failed (GH-114659...
Miss Islington (bot)
2024-02-04
1
-0/+2
*
[3.11] gh-114965: Updated bundled pip to 24.0 (gh-114966) (gh-114973)
Stéphane Bidoul
2024-02-03
1
-0/+1
*
[3.11] gh-114959: tarfile: do not ignore errors when extract a directory on t...
Miss Islington (bot)
2024-02-03
1
-0/+2
*
[3.11] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 ...
Miss Islington (bot)
2024-02-02
1
-0/+2
*
[3.11] gh-105089: Fix test_create_directory_with_write test failure in AIX (G...
Miss Islington (bot)
2024-02-01
1
-0/+4
*
[3.11] gh-109534: fix reference leak when SSL handshake fails (GH-114074) (#1...
Miss Islington (bot)
2024-02-01
1
-0/+3
*
gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)
Miss Islington (bot)
2024-01-31
1
-0/+1
*
[3.11] gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPoli...
Miss Islington (bot)
2024-01-26
1
-0/+2
*
gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Stor...
Miss Islington (bot)
2024-01-25
1
-0/+1
*
[3.11] gh-114492: Initialize struct termios before calling tcgetattr() (GH-11...
Miss Islington (bot)
2024-01-23
1
-0/+2
*
[3.11] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)...
Miss Islington (bot)
2024-01-23
1
-0/+4
*
[3.11] gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-...
Miss Islington (bot)
2024-01-22
1
-0/+2
*
[3.11] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_s...
Miss Islington (bot)
2024-01-22
1
-0/+2
*
[3.11] gh-102512: Turn _DummyThread into _MainThread after os.fork() called f...
Serhiy Storchaka
2024-01-22
1
-0/+3
*
[3.11] gh-113358: Fix rendering tracebacks with exceptions with a broken __ge...
Jérome Perrin
2024-01-19
1
-0/+1
*
[3.11] gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350) (GH...
Miss Islington (bot)
2024-01-18
1
-0/+1
*
[3.11] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (GH-11...
Serhiy Storchaka
2024-01-18
1
-0/+3
*
[3.11] gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' ...
Miss Islington (bot)
2024-01-18
1
-0/+1
*
[3.11] gh-38807: Fix race condition in Lib/trace.py (GH-110143) (GH-114207)
Miss Islington (bot)
2024-01-17
1
-0/+3
*
[3.11] gh-105102: Fix nested unions in structures when the system byteorder i...
Serhiy Storchaka
2024-01-17
1
-0/+2
*
[3.11] gh-104282: Fix null pointer dereference in `lzma._decode_filter_proper...
Miss Islington (bot)
2024-01-17
1
-0/+3
*
[3.11] gh-72284: Revise lists in IDLE doc (GH-114174) (#114176)
Miss Islington (bot)
2024-01-17
1
-0/+2
*
[3.11] gh-113659: Skip hidden .pth files (GH-113660) (GH-114144)
Miss Islington (bot)
2024-01-16
1
-0/+1
*
gh-114096: Restore privileges in _winapi.CreateJunction after creating the ju...
Steve Dower
2024-01-16
1
-0/+3
*
[3.11] gh-114077: Fix OverflowError in socket.sendfile() when pass count >2Gi...
Miss Islington (bot)
2024-01-16
1
-0/+2
*
[3.11] gh-101225: Increase the socket backlog when creating a multiprocessing...
Miss Islington (bot)
2024-01-14
1
-0/+4
*
[3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114...
Alois Klink
2024-01-14
1
-0/+3
*
[3.11] gh-114014: Update `fractions.Fraction()`'s rational parsing regex (GH-...
Mark Dickinson
2024-01-13
1
-0/+1
*
[3.11] gh-113903: Fix an IDLE configdialog test (GH-113973) (#113975)
Miss Islington (bot)
2024-01-12
1
-0/+1
*
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Steve Dower
2024-01-11
1
-0/+2
*
gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)
Miss Islington (bot)
2024-01-11
1
-0/+2
*
[3.11] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (...
Miss Islington (bot)
2024-01-11
1
-0/+3
*
[3.11] gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730) (GH-...
Miss Islington (bot)
2024-01-10
1
-0/+2
*
[3.11] gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-1...
Miss Islington (bot)
2024-01-10
1
-0/+1
*
[3.11] gh-113781: Silence AttributeError in warning module during Python fina...
Miss Islington (bot)
2024-01-09
1
-0/+2
*
[3.11] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during wri...
Miss Islington (bot)
2024-01-08
1
-0/+2
*
[3.11] gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11....
Miss Islington (bot)
2024-01-06
1
-0/+1
*
[3.11] gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-1136...
Miss Islington (bot)
2024-01-05
1
-0/+2
[next]