Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.0
/
Misc
tag
3a819e5c9d3feae85762ae87cebf55f9c8d2b526
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Oct 05 15:08:15 2020
object
9cf6752276e6fcfd0c23fdb064ad27f448aaaf75
Python 3.9.0
9cf6752
Python 3.9.0
by Łukasz Langa
· 4 years, 11 months ago
v3.9.0
e8165e7
bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22370)
by Miss Islington (bot)
· 4 years, 11 months ago
c26a666
[3.9] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (GH-21956) (#22397)
by Łukasz Langa
· 4 years, 11 months ago
bd55c46
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
by Miss Islington (bot)
· 4 years, 11 months ago
df71b65
bpo-41875: Use __builtin_unreachable when possible (GH-22433)
by Miss Islington (bot)
· 4 years, 11 months ago
3d87eee
[3.9] Remove duplicated words words (GH-20413). (GH-22296)
by Serhiy Storchaka
· 4 years, 11 months ago
274e9ce
Merge tag 'v3.9.0rc2' into 3.9
by Łukasz Langa
· 5 years ago
f76a388
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
by Miss Islington (bot)
· 5 years ago
a9ba8ba
[3.9] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22282)
by Ethan Furman
· 5 years ago
2bd31b5
Python 3.9.0rc2
by Łukasz Langa
· 5 years ago
v3.9.0rc2
48f9925
bpo-41517: do not allow Enums to be extended (GH-22271)
by Miss Islington (bot)
· 5 years ago
7e356f1
[3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) (GH-22273)
by Łukasz Langa
· 5 years ago
a467706
[3.9] bpo-41789: honor object overrides in Enum classes (GH-22250) (GH-22272)
by Ethan Furman
· 5 years ago
95b81e2
bpo-39587: Enum - use correct mixed-in data type (GH-22263) (GH-22266)
by Miss Islington (bot)
· 5 years ago
49917d5
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
by Miss Islington (bot)
· 5 years ago
55e0836
[3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258)
by Pablo Galindo
· 5 years ago
7dfcc8e
bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
by Miss Islington (bot)
· 5 years ago
34e3c75
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
by Miss Islington (bot)
· 5 years ago
1b4bdb4
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)
by Miss Islington (bot)
· 5 years ago
5dd8b3d
Fix incorrect bpo number in change notes. (GH-22151) (#22174)
by Miss Islington (bot)
· 5 years ago
11a82c7
bpo-41525: Make the Python program help ASCII-only (GH-21836)
by Miss Islington (bot)
· 5 years ago
1671b0e
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
by Miss Islington (bot)
· 5 years ago
d64d78b
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850) (GH-22107)
by Miss Islington (bot)
· 5 years ago
e92219d
bpo-29590: fix stack trace for gen.throw() with yield from (GH-19896)
by Miss Islington (bot)
· 5 years ago
106c1df7
closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)
by Miss Islington (bot)
· 5 years ago
a268005
bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22071)
by Miss Islington (bot)
· 5 years ago
49571c0
bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22034)
by Miss Islington (bot)
· 5 years ago
a5d0232
bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22073)
by Miss Islington (bot)
· 5 years ago
8de34cd
[3.9] bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-22053) (GH-22067)
by Pablo Galindo
· 5 years ago
d14775d
[3.9] bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) (GH-22045)
by Pablo Galindo
· 5 years ago
4217b3c
bpo-41617: Fix pycore_byteswap.h to support clang 3.0 (GH-22042) (GH-22044)
by Victor Stinner
· 5 years ago
c16a2a1
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036) (GH-22041)
by Miss Islington (bot)
· 5 years ago
ca55ecb
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) (GH-22018)
by Miss Islington (bot)
· 5 years ago
901c2ea
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-21978)
by Miss Islington (bot)
· 5 years ago
c01a7ed
[3.9] bpo-41624: fix documentation of typing.Coroutine (GH-21952) (#21982)
by Karthikeyan Singaravelan
· 5 years ago
7361451
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) (#21977)
by Miss Islington (bot)
· 5 years ago
211e4c6
bpo-33660: Fix PosixPath to resolve a relative path on root (#21974)
by Miss Islington (bot)
· 5 years ago
9de6be4
bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (GH-21964)
by Miss Islington (bot)
· 5 years ago
1036ccb
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-21895) (GH-21963)
by Miss Islington (bot)
· 5 years ago
8f88190
[3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901)
by Victor Stinner
· 5 years ago
d6bdf6d
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852)
by Miss Islington (bot)
· 5 years ago
2c050e5
[3.9] bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) (GH-21897)
by Miss Islington (bot)
· 5 years ago
fc8ffe2
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation (GH-18772)
by Miss Islington (bot)
· 5 years ago
33d3c64
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) (GH-21876)
by Miss Islington (bot)
· 5 years ago
75c2281
bpo-41526: Fixed layout of final page of the installer (GH-21871)
by Miss Islington (bot)
· 5 years ago
f24430f
[3.9] bpo-41520: Fix second codeop regression (GH-21848)
by Terry Jan Reedy
· 5 years ago
b3ad2ca
[3.9] bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and ordering (GH-21574) (#21843)
by Guido van Rossum
· 5 years ago
90eff4e
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
by Miss Islington (bot)
· 5 years ago
439c93d
Python 3.9.0rc1
by Łukasz Langa
· 5 years ago
v3.9.0rc1
a9fa663
bpo-41468: Improve and test IDLE run error exit (GH-21798)
by Miss Islington (bot)
· 5 years ago
d910643
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
by Miss Islington (bot)
· 5 years ago
70e9243
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21774)
by Steve Dower
· 5 years ago
fc354ca
bpo-39871: Fix an error in a news entry (GH-21749)
by Miss Islington (bot)
· 5 years ago
1437bb0
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
by Miss Islington (bot)
· 5 years ago
a132098
bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)
by Miss Islington (bot)
· 5 years ago
1d16229
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
by Miss Islington (bot)
· 5 years ago
3c4fc86
bpo-41425: Make tkinter doc example runnable (GH-21706)
by Miss Islington (bot)
· 5 years ago
2221610
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
by Miss Islington (bot)
· 5 years ago
95cc37f
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
by Miss Islington (bot)
· 5 years ago
e962e3f
[3.9] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (GH-21645)
by Guido van Rossum
· 5 years ago
8b05275
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
by Miss Islington (bot)
· 5 years ago
6e4975a
bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)
by Miss Islington (bot)
· 5 years ago
41d1c04
bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (GH-21553)
by Miss Islington (bot)
· 5 years ago
fdc91c2
bpo-41314: fixed annotations __future__ version (GH-21616)
by Miss Islington (bot)
· 5 years ago
2024d7a
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
by Berker Peksag
· 5 years ago
15fdbb7
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597)
by Miss Islington (bot)
· 5 years ago
4ff8e5b
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (GH-21595)
by Miss Islington (bot)
· 5 years ago
4cf7afc
bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
by Miss Islington (bot)
· 5 years ago
00466db
bpo-41364: Reduce import overhead of uuid module (GH-21586)
by Miss Islington (bot)
· 5 years ago
d6ba8c8
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
by Miss Islington (bot)
· 5 years ago
8ad7d50
Python 3.9.0b5
by Łukasz Langa
· 5 years ago
v3.9.0b5
46634b7
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312)
by Miss Islington (bot)
· 5 years ago
2fbb0d8
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
by Miss Islington (bot)
· 5 years ago
01ab963
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
by Miss Islington (bot)
· 5 years ago
27b8110
bpo-39603: Prevent header injection in http methods (GH-18485)
by Miss Islington (bot)
· 5 years ago
a16ac4e
bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521)
by Miss Islington (bot)
· 5 years ago
5a7aa28
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
by Miss Islington (bot)
· 5 years ago
28e93dd
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
by Miss Islington (bot)
· 5 years ago
f323229
[3.9] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21482)
by Miss Islington (bot)
· 5 years ago
57c984f
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
by Miss Islington (bot)
· 5 years ago
51b36ed
bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240)
by Miss Islington (bot)
· 5 years ago
fd27fb7
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
by Miss Islington (bot)
· 5 years ago
90584c0
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407)
by Miss Islington (bot)
· 5 years ago
e689789
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542)
by Miss Islington (bot)
· 5 years ago
fbd71f6
bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401)
by Miss Islington (bot)
· 5 years ago
a0a6f11
Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)" (GH-21390)
by Miss Islington (bot)
· 5 years ago
1d1c574
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385)
by Miss Islington (bot)
· 5 years ago
2c82628
bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359)
by Miss Islington (bot)
· 5 years ago
6488a4a
[3.9] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) (GH-21362)
by Pablo Galindo
· 5 years ago
54f115d
[3.9] bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355) (GH-21356)
by Pablo Galindo
· 5 years ago
4981fe3
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297)
by Miss Islington (bot)
· 5 years ago
5a13849
bpo-39168: Remove the __new__ method of typing.Generic (GH-21327)
by Miss Islington (bot)
· 5 years ago
e1d4fdc
bpo-41162: Clear audit hooks later during finalization (GH-21222)
by Steve Dower
· 5 years ago
b0bb791
Merge tag 'v3.9.0b4' into 3.9
by Łukasz Langa
· 5 years ago
f859927
[3.9] bpo-41194: The _ast module cannot be loaded more than once (GH-21290) (GH-21292)
by Victor Stinner
· 5 years ago
bfec674
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092)
by Miss Islington (bot)
· 5 years ago
69dec9c
Python 3.9.0b4
by Łukasz Langa
· 5 years ago
v3.9.0b4
0b4c87e
bpo-41193: Ignore OSError in readline write_history() (GH-21279)
by Miss Islington (bot)
· 5 years ago
ecfecc2
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275)
by Serhiy Storchaka
· 5 years ago
df59293
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874)
by Miss Islington (bot)
· 5 years ago
Next »