Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.4
/
Misc
tag
c92d5e040a326a72a5339af0ba5d2d17aef25bfe
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Jun 06 22:00:29 2023
object
d2340ef25721b6a72d45d4508c672c4be38c67d3
Python 3.11.4
d2340ef
Python 3.11.4
by Pablo Galindo
· 2 years, 2 months ago
v3.11.4
c644fe4
[3.11] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105344)
by Miss Islington (bot)
· 2 years, 2 months ago
b8d3bb7
[3.11] gh-90005: Don't link with libbsd if not needed (#105236) (#105359)
by Erlend E. Aasland
· 2 years, 2 months ago
faae548
[3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module docs (GH-105046) (#105328)
by Miss Islington (bot)
· 2 years, 2 months ago
4895788
[3.11] gh-105164: Detect annotations inside match blocks (GH-105177). (#105314)
by Jelle Zijlstra
· 2 years, 2 months ago
aca77b5
[3.11] gh-105080: Fixed inconsistent signature on derived classes (GH… (#105274)
by Tian Gao
· 2 years, 3 months ago
a5d2b54
[3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (#105200)
by Gregory P. Smith
· 2 years, 3 months ago
3b0747a
gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-105147)
by Miss Islington (bot)
· 2 years, 3 months ago
67a8469
[3.11] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105131)
by Miss Islington (bot)
· 2 years, 3 months ago
c39500d
[3.11] GH-89455: Add missing attributes (added in 3.11) to traceback module docs (GH-105044) (#105067)
by Miss Islington (bot)
· 2 years, 3 months ago
1342474
[3.11] gh-104943: Remove mentions of old Python versions (GH-104945) (#104962)
by Miss Islington (bot)
· 2 years, 3 months ago
3b3f2e1
[3.11] gh-104874: Document NewType.__supertype__ (GH-104875) (#104907)
by Miss Islington (bot)
· 2 years, 3 months ago
22618a8
[3.11] gh-104719: IDLE - test existence of all tokenize references. (GH-104767) (#104845)
by Miss Islington (bot)
· 2 years, 3 months ago
6d00ae3
[3.11] gh-104372: Cleanup _posixsubprocess make_inheritable for async signal safety gh-104518 (#104785)
by Gregory P. Smith
· 2 years, 3 months ago
6f94bbf
[3.11] gh-104536: Improve `multiprocessing.process._cleanup` logic (GH-104537) (#104737)
by Miss Islington (bot)
· 2 years, 3 months ago
e95ca78
[3.11] gh-102978: Fix mock.patch function signatures for class and staticmethod decorators (GH-103228) (#103499)
by Miss Islington (bot)
· 2 years, 3 months ago
2e457bc
[3.11] gh-101857: Allow xattr detection on musl libc (GH-101858) (#101894)
by Miss Islington (bot)
· 2 years, 3 months ago
dbb011a
[3.11] gh-103987: fix several crashes in mmap module (GH-103990) (#104677)
by Miss Islington (bot)
· 2 years, 3 months ago
7b3bc95
[3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH-104650)
by Mark Shannon
· 2 years, 3 months ago
667e4ec
[3.11] gh-104615: don't make unsafe swaps in apply_static_swaps (GH-104620). (#104636)
by Carl Meyer
· 2 years, 3 months ago
702ce87
[3.11] gh-96522: Fix deadlock in pty.spawn (GH-96639) (#104655)
by Łukasz Langa
· 2 years, 3 months ago
aaeaf01
[3.11] gh-85984: Utilize new "winsize" functions from termios in pty tests. (GH-101831) (#104652)
by Miss Islington (bot)
· 2 years, 3 months ago
d1bfefd
[3.11] gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104643)
by Miss Islington (bot)
· 2 years, 3 months ago
ba39ea4
[3.11] gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625) (#104633)
by Erlend E. Aasland
· 2 years, 3 months ago
e96fb39
[3.11] gh-104499: IDLE - fix completions for tk aqua 8.7 (GH-104591) (#104596)
by Miss Islington (bot)
· 2 years, 3 months ago
a8fc8b7
[3.11] gh-104340: Suppress warning about unawaited exception for closed pipe stdin (GH-104586) (#104594)
by Miss Islington (bot)
· 2 years, 3 months ago
610cc0a
[3.11] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-102508) (#104575)
by Miss Islington (bot)
· 2 years, 3 months ago
0560fd3
[3.11] gh-104496: IDLE - fix About for mixed tcl/tk versions (GH-104585) (#104587)
by Miss Islington (bot)
· 2 years, 3 months ago
133bf09
[3.11] gh-103861: Fix Zip64 extensions not being properly applied in some cases (GH-103863) (#104534)
by Gregory P. Smith
· 2 years, 3 months ago
3ce7d57
[3.11] gh-87474: Fix file descriptor leaks in subprocess.Popen (GH-96351) (#104563)
by Miss Islington (bot)
· 2 years, 3 months ago
dece9c0
[3.11] gh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (GH-104495) (#104569)
by Miss Islington (bot)
· 2 years, 3 months ago
f748fc9
[3.11] gh-75367: Fix data descriptor detection in inspect.getattr_static (GH-104517) (#104557)
by Miss Islington (bot)
· 2 years, 3 months ago
52a18fe
[3.11] gh-104482: Fix error handling bugs in ast.c (#104514)
by Irit Katriel
· 2 years, 3 months ago
7779027
[3.11] gh-104461: Run tkinter test_configure_screen on X11 only (GH-104526)
by Miss Islington (bot)
· 2 years, 3 months ago
a712c5f
[3.11] gh-67056: document that registering/unregistering an atexit func from within an atexit func is undefined (GH-104473) (#104500)
by Miss Islington (bot)
· 2 years, 3 months ago
fbb6def
[3.11] GH-104405: Add missing PEP 523 checks (GH-104441)
by Brandt Bucher
· 2 years, 3 months ago
b4c1ca2
[3.11] gh-103204: `http.server` - Enforce that HTTP version numbers must consist only of digits (GH-103205) (#104438)
by Miss Islington (bot)
· 2 years, 3 months ago
846a23d
[3.11] GH-87695: Fix OSError from `pathlib.Path.glob()` (GH-104292) (GH-104362)
by Miss Islington (bot)
· 2 years, 3 months ago
b2171a2
[3.11] gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are of IPv6 or IPvFuture format (GH-103849) (#104349)
by Miss Islington (bot)
· 2 years, 3 months ago
2fa14d4
[3.11] gh-48241: Clarify URL needs to be encoded when provided to urlopen and Request (GH-103855) (#103891)
by Miss Islington (bot)
· 2 years, 3 months ago
4ed59b1
[3.11] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104096) (#104329)
by Miss Islington (bot)
· 2 years, 3 months ago
b7622e7
[3.11] GH-104308: socket.getnameinfo should release the GIL (GH-104307) (#104313)
by Miss Islington (bot)
· 2 years, 3 months ago
065e2ae
[3.11] gh-104265 Disallow instantiation of `_csv.Reader` and `_csv.Writer` (GH-104266) (#104278)
by Miss Islington (bot)
· 2 years, 3 months ago
681d502
[3.11] gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds (#103902) (#104285)
by Erlend E. Aasland
· 2 years, 3 months ago
19abf69
[3.11] gh-103225: Fixed zero lineno issue for pdb (#103265) (#104262)
by Tian Gao
· 2 years, 3 months ago
a09d390
[3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195)
by Lysandros Nikolaou
· 2 years, 3 months ago
cf1c25f
[3.11] gh-101640: Make argparse _print_message catch any write error (GH-101802) (#104250)
by Miss Islington (bot)
· 2 years, 3 months ago
81902d3
[3.11] gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129) (gh-104187)
by Dong-hee Na
· 2 years, 4 months ago
4536b2e
[3.11] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104067) (#104123)
by Miss Islington (bot)
· 2 years, 4 months ago
5386730
[3.11] gh-103590: do not wrap a single exception raised from a try-except* (#104094)
by Irit Katriel
· 2 years, 4 months ago
5e76305
[3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)
by Rafael Fontenelle
· 2 years, 4 months ago
61f1fbd
[3.11] gh-102997: Update Windows installer to SQLite 3.41.2. (#102999) (#104085)
by Erlend E. Aasland
· 2 years, 4 months ago
0d40264
[3.11] GH-103472: close response in HTTPConnection._tunnel (GH-103473) (#104077)
by Miss Islington (bot)
· 2 years, 4 months ago
6805e49
[3.11] gh-102997: Update macOS installer to SQLite 3.41.2. (GH-104080)
by Miss Islington (bot)
· 2 years, 4 months ago
10db28b
[3.11] gh-104018: disallow "z" format specifier in %-format of byte strings (GH-104033) (#104058)
by Miss Islington (bot)
· 2 years, 4 months ago
0df7c3a
[3.11] gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted frozen dataclasses (GH-104041) (#104044)
by Miss Islington (bot)
· 2 years, 4 months ago
2e5f1a1
[3.11] gh-88496: Fix IDLE test hang on macOS (GH-104025) (#104027)
by Miss Islington (bot)
· 2 years, 4 months ago
ba16324
[3.11] Update name in acknowledgements and add mailmap (GH-103696) (#104002)
by Miss Islington (bot)
· 2 years, 4 months ago
fee3c91
[3.11] GH-103971: Fix incorrect locations for code following case blocks
by Tian Gao
· 2 years, 4 months ago
241f2e5
[3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (GH-103832)
by Petr Viktorin
· 2 years, 4 months ago
57d198e
gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947)
by Steve Dower
· 2 years, 4 months ago
2cd1b9c
[3.11] gh-103607: Fix `pause_reading` to work when called from `connection_made` in `asyncio`. (GH-17425) (#103918)
by Miss Islington (bot)
· 2 years, 4 months ago
57c9634
[3.11] gh-103872: Update bundled pip version to 23.1.2 (gh-103874)
by Paul Moore
· 2 years, 4 months ago
f11ba1c
[3.11] gh-103578: Fix pdb reading code with non-utf8 encoding (GH-103581) (#103867)
by Miss Islington (bot)
· 2 years, 4 months ago
93a9535
[3.11] gh-101517: fix line number propagation in code generated for except* (#103550) (#103816)
by Irit Katriel
· 2 years, 4 months ago
a59dc1f
[3.11] gh-103559: Update bundled pip version to 23.1.1 (gh-103560) (#103752)
by Paul Moore
· 2 years, 4 months ago
c8de883
[3.11] gh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (GH-99244) (#103789)
by Miss Islington (bot)
· 2 years, 4 months ago
dc08c7a
[3.11] gh-103685: Fix tkinter.Menu.index() for Tk 8.7 (GH-103686) (#103734)
by Miss Islington (bot)
· 2 years, 4 months ago
7b2ac6c
[3.11] gh-102310: Change error range for invalid bytes literals (GH-103663) (#103703)
by Miss Islington (bot)
· 2 years, 4 months ago
8642fdc
[3.11] GH-103484: Fix broken links reported by linkcheck (GH-103608) (#103683)
by Rafael Fontenelle
· 2 years, 4 months ago
ec29d0c
[3.11] gh-103449: Fix a bug in dataclass docstring generation (GH-103454) (#103599)
by Miss Islington (bot)
· 2 years, 4 months ago
6e25228
[3.11] gh-81403: Fix for CacheFTPHandler in urllib (GH-13951) (#103705)
by Miss Islington (bot)
· 2 years, 4 months ago
b2fdae9
[3.11] gh-103556: [inspect.Signature] disallow pos-or-kw params without default after pos-only with default (GH-103557) (#103675)
by Miss Islington (bot)
· 2 years, 4 months ago
804a973
gh-103365: [Enum] STRICT boundary corrections (GH-103494)
by Miss Islington (bot)
· 2 years, 4 months ago
b80e4c8
[3.11] gh-103059: Clarify gc.freeze documentation (GH-103058) (#103416)
by Miss Islington (bot)
· 2 years, 4 months ago
4fa5fda
gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (GH-103378)
by Miss Islington (bot)
· 2 years, 4 months ago
b4f3318
gh-75729: Fix os.spawn tests not handling spaces on Windows (GH-99150)
by Miss Islington (bot)
· 2 years, 4 months ago
29a1e89
gh-103329: Add regression test for PropertyMock with side effect (GH-103358)
by Miss Islington (bot)
· 2 years, 4 months ago
70bc8c9
[3.11] GH-88013: Fix TypeError raised by ntpath.realpath in some cases (GH-102813, GH-103343)
by Miss Islington (bot)
· 2 years, 4 months ago
8740fd8
gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)
by Miss Islington (bot)
· 2 years, 4 months ago
123680f
[3.11] GH-102700: allow built-in modules to be submodules (GH-103162) (GH-103322)
by Miss Islington (bot)
· 2 years, 4 months ago
58e330a
[3.11] gh-93910: [Enum] remove member.member deprecation (GH-103236) (GH-103299)
by Ethan Furman
· 2 years, 5 months ago
851e744
gh-99069: Consolidate checks for static_assert (GH-94766)
by Miss Islington (bot)
· 2 years, 5 months ago
f3909b8
Python 3.11.3
by Pablo Galindo
· 2 years, 5 months ago
v3.11.3
6abd048
[3.11] gh-103207: Add instructions to the macOS installer welcome display on how to workaround the macOS 13 Ventura “The installer encountered an error” failure. GH-103252)
by Ned Deily
· 2 years, 5 months ago
5342f5e
gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-103149)
by Miss Islington (bot)
· 2 years, 5 months ago
ae42c1d
[3.11] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (GH-103113) (#103119)
by Miss Islington (bot)
· 2 years, 5 months ago
abd6e97
[3.11] GH-102711: Fix warnings found by clang (GH-102712) (#103075)
by Miss Islington (bot)
· 2 years, 5 months ago
13df5d3
[3.11] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103006)
by Miss Islington (bot)
· 2 years, 5 months ago
b28f919
[3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#103040)
by Max Bachmann
· 2 years, 5 months ago
a08b65f
gh-102980: Add tests for pdf's display, alias and where commands (GH-102981)
by Miss Islington (bot)
· 2 years, 5 months ago
6716139
[3.11] gh-102027: Fix macro name (GH-102124) (#102916)
by Miss Islington (bot)
· 2 years, 5 months ago
e075631
[3.11] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96932) (#102918)
by Miss Islington (bot)
· 2 years, 5 months ago
1645a40
gh-88965: typing: fix type substitution of a list of types after initial `ParamSpec` substitution (GH-102808)
by Miss Islington (bot)
· 2 years, 5 months ago
6ffeeb2
gh-102947: Improve traceback when calling `fields()` on a non-dataclass (GH-102948)
by Miss Islington (bot)
· 2 years, 5 months ago
a9ece4a
gh-102780: Fix uncancel() call in asyncio timeouts (GH-102815)
by Miss Islington (bot)
· 2 years, 5 months ago
d149f15
[3.11] gh-101975: Fixed a potential SegFault on garbage collection (GH-102803) (GH-102807)
by Mark Shannon
· 2 years, 5 months ago
f967aee
gh-102701: Fix overflow in dictobject.c (GH-102750)
by Miss Islington (bot)
· 2 years, 5 months ago
0560fe3
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)
by Miss Islington (bot)
· 2 years, 5 months ago
8aa07b9
gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)
by Miss Islington (bot)
· 2 years, 5 months ago
Next »