Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.6
/
Misc
tag
d842a4f9193dbb24415d549692b78f620bd6683b
tagger
Łukasz Langa <lukasz@langa.pl>
Wed Sep 23 12:37:03 2020
object
db455296be5f792b8c12b7cd7f3962b52e4f44ee
Python 3.8.6
db45529
Python 3.8.6
by Łukasz Langa
· 5 years ago
v3.8.6
5acc1b5
bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22369)
by Miss Islington (bot)
· 5 years ago
2466a7a
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
by Miss Islington (bot)
· 5 years ago
6d372ef
fix `EventType` bases
by Miss Islington (bot)
· 5 years ago
7bcbb53
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
by Miss Islington (bot)
· 5 years ago
ca2d99d
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
by Miss Islington (bot)
· 5 years ago
b7cdea8
bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)
by Miss Islington (bot)
· 5 years ago
038688a
[3.8] Remove duplicated words words (GH-20413). (GH-22297)
by Serhiy Storchaka
· 5 years ago
5efb1a7
[3.8] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22283)
by Ethan Furman
· 5 years ago
3f40121
bpo-41517: do not allow Enums to be extended (GH-22271)
by Miss Islington (bot)
· 5 years ago
929112e
bpo-41789: honor object overrides in Enum classes (GH-22250)
by Miss Islington (bot)
· 5 years ago
8f8ebcc
bpo-39587: Enum - use correct mixed-in data type (GH-22263)
by Miss Islington (bot)
· 5 years ago
b007a9b
bpo-41744: Package python.props with correct name in NuGet package (GH-22154)
by Miss Islington (bot)
· 5 years ago
38c8d39
[3.8] bpo-37479: Enum - use correct __format__ (GH-14545)
by Ethan Furman
· 5 years ago
530d110
bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
by Miss Islington (bot)
· 5 years ago
77901dc
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
by Miss Islington (bot)
· 5 years ago
8a30bdd
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) (#22193)
by Miss Islington (bot)
· 5 years ago
9171dc2
bpo-41525: Make the Python program help ASCII-only (GH-21836)
by Miss Islington (bot)
· 5 years ago
7c6dc85
Merge tag 'v3.8.6rc1' into 3.8
by Łukasz Langa
· 5 years ago
ebef6c0
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
by Miss Islington (bot)
· 5 years ago
08bd63d
Python 3.8.6rc1
by Łukasz Langa
· 5 years ago
v3.8.6rc1
66e9c2a
[3.8] closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847) (GH-22015)
by Miss Islington (bot)
· 5 years ago
1f5f127
bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22072)
by Miss Islington (bot)
· 5 years ago
a986b06
bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22035)
by Miss Islington (bot)
· 5 years ago
9fef7c5
bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22074)
by Miss Islington (bot)
· 5 years ago
77f4000
[3.8] [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) (GH-22046)
by Pablo Galindo
· 5 years ago
38e3287
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) (GH-22019)
by Miss Islington (bot)
· 5 years ago
85ca9c0
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-22016)
by Miss Islington (bot)
· 5 years ago
838316d
[3.8] bpo-41624: fix documentation of typing.Coroutine (GH-21952). (#21983)
by Karthikeyan Singaravelan
· 5 years ago
641279e
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) (#21976)
by Miss Islington (bot)
· 5 years ago
7475aa2
bpo-33660: Fix PosixPath to resolve a relative path on root (GH-21975)
by Miss Islington (bot)
· 5 years ago
57b6988
[3.8] bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-21895) (#21967)
by Elvis Pranskevichus
· 5 years ago
6e1954c
bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (#21965)
by Miss Islington (bot)
· 5 years ago
7d0fef5
bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928)
by Victor Stinner
· 5 years ago
1baa8b1
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852)
by Miss Islington (bot)
· 5 years ago
08f0a21
[3.8] bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) (GH-21898)
by Miss Islington (bot)
· 5 years ago
2434581
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
a3416c1
[3.9] bpo-41520: Fix second codeop regression (GH-21848)
by Miss Islington (bot)
· 5 years ago
afff51f
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
by Miss Islington (bot)
· 5 years ago
61f23cb
bpo-41468: Improve and test IDLE run error exit (GH-21798)
by Miss Islington (bot)
· 5 years ago
66c8996
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
by Miss Islington (bot)
· 5 years ago
135de08
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21775)
by Steve Dower
· 5 years ago
713ba03
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
by Miss Islington (bot)
· 5 years ago
b24c9d2
[3.8] bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-21745)
by Batuhan Taskaya
· 5 years ago
b934d83
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
by Miss Islington (bot)
· 5 years ago
4bc8445
bpo-41425: Make tkinter doc example runnable (GH-21706)
by Miss Islington (bot)
· 5 years ago
7cfede6
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
by Miss Islington (bot)
· 5 years ago
3baff21
[3.8] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (#21647)
by Guido van Rossum
· 5 years ago
104aded
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
by Miss Islington (bot)
· 5 years ago
b99f770
bpo-41314: fixed annotations __future__ version (GH-21616)
by Miss Islington (bot)
· 5 years ago
949cf93
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
by Miss Islington (bot)
· 5 years ago
1c562ce
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597)
by Miss Islington (bot)
· 5 years ago
29df301
[3.8] bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
by Terry Jan Reedy
· 5 years ago
a18f22a
bpo-41364: Reduce import overhead of uuid module (GH-21586)
by Steve Dower
· 5 years ago
f599f9e
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
by Miss Islington (bot)
· 5 years ago
580fbb0
Python 3.8.5
by Łukasz Langa
· 5 years ago
v3.8.5
58f59a9
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312)
by Miss Islington (bot)
· 5 years ago
892fc8d
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
by Miss Islington (bot)
· 5 years ago
38d930f
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
by Miss Islington (bot)
· 5 years ago
668d321
bpo-39603: Prevent header injection in http methods (GH-18485)
by Miss Islington (bot)
· 5 years ago
79ed1a5
bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521)
by Miss Islington (bot)
· 5 years ago
ffeb920
[3.8] bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
by Miss Islington (bot)
· 5 years ago
3b6a8d2
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
by Miss Islington (bot)
· 5 years ago
16eea45
[3.8] bpo-41302: Support system libmpdec 2.5 for Python 3.8 (GH-21488)
by Felix Yan
· 5 years ago
c554795
[3.8] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21483)
by Miss Islington (bot)
· 5 years ago
0277b91
Merge tag 'v3.8.4' into 3.8
by Łukasz Langa
· 5 years ago
f56c75e
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
by Miss Islington (bot)
· 5 years ago
dfa645a
Python 3.8.4
by Łukasz Langa
· 5 years ago
v3.8.4
33672c0
bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240)
by Miss Islington (bot)
· 5 years ago
3d1c06e
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
by Miss Islington (bot)
· 5 years ago
0b6169e
bpo-41247: asyncio.set_running_loop() cache running loop holder (#21406)
by Tony Solomonik
· 5 years ago
54babbe
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407)
by Miss Islington (bot)
· 5 years ago
c1c5034
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542)
by Miss Islington (bot)
· 5 years ago
c8b599f
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385)
by Miss Islington (bot)
· 5 years ago
41db8ff
bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357)
by Miss Islington (bot)
· 5 years ago
aa7f775
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (GH-21352)
by Miss Islington (bot)
· 5 years ago
8912c18
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) (GH-21339)
by scoder
· 5 years ago
b9e288c
bpo-41162: Clear audit hooks later during finalization (GH-21222)
by Steve Dower
· 5 years ago
53d2b71
bpo-41193: Ignore OSError in readline write_history() (GH-21279)
by Miss Islington (bot)
· 5 years ago
e738962
[3.8] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21277)
by Serhiy Storchaka
· 5 years ago
26d1d1d
Merge tag 'v3.8.4rc1' into 3.8
by Łukasz Langa
· 5 years ago
00fd04b
bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
by Miss Islington (bot)
· 5 years ago
6c38841
Python 3.8.4rc1
by Łukasz Langa
· 5 years ago
v3.8.4rc1
dc8ce8e
bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033)
by Miss Islington (bot)
· 5 years ago
7731139
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998)
by Miss Islington (bot)
· 5 years ago
cb53b8c
[3.8] bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) (GH-21200)
by Serhiy Storchaka
· 5 years ago
86ef6fe
bpo-41144: Fix IDLE open module error (GH-21182)
by Miss Islington (bot)
· 5 years ago
e653369
[3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21023)
by Guido van Rossum
· 5 years ago
027bba2
bpo-41100: clarify NEWS item about macOS 11 support (GH-21174)
by Miss Islington (bot)
· 5 years ago
c4a53e4
BPO-41100: Support macOS 11 when building (GH-21113)
by Miss Islington (bot)
· 5 years ago
8075fe1
[3.8] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20948)
by Christian Heimes
· 5 years ago
7318f0a
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21147)
by Ned Deily
· 5 years ago
4564ebb
bpo-39580: add check for CLI installation on macOS (GH-20271)
by Miss Islington (bot)
· 5 years ago
3f4de44
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)
by Miss Islington (bot)
· 5 years ago
1813d31
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
by Miss Islington (bot)
· 5 years ago
adf8708
bpo-41005: Fixed perrmission error (GH-20936) (GH-21052)
by Miss Islington (bot)
· 5 years ago
60cbdc8
[3.8] bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) (GH-21098)
by Anthony Sottile
· 5 years ago
c6e24e7
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
by Miss Islington (bot)
· 5 years ago
d7f37d1
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
by Miss Islington (bot)
· 5 years ago
b99824a
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537)
by Miss Islington (bot)
· 5 years ago
Next »