Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.6rc1
/
Misc
tag
6b55e5b7b6d6f935bc82575f5077037dd57e5944
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Sep 07 15:52:56 2020
object
08bd63da6e64c49130d244ecf8f246089b9c5d9f
Python 3.8.6rc1
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
d5ee9b9
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013)
by Miss Islington (bot)
· 5 years ago
1419559
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
by Miss Islington (bot)
· 5 years ago
10bf6e4
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009)
by Miss Islington (bot)
· 5 years ago
e805618
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) (GH-20966)
by Victor Stinner
· 5 years ago
3d974b2
bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) (GH-20946)
by Victor Stinner
· 5 years ago
e63cc2f
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900)
by Ned Deily
· 5 years ago
a1d3be4
bpo-40448: ensurepip: Do not use cache (GH-19812)
by Miss Islington (bot)
· 5 years ago
c72b7f7
bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)
by Miss Islington (bot)
· 5 years ago
811e040
bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (GH-20863)
by Miss Islington (bot)
· 5 years ago
a8936fa
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
by Miss Islington (bot)
· 5 years ago
26db10a
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
by Miss Islington (bot)
· 5 years ago
7e57c36
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
by Steve Dower
· 5 years ago
adce133
bpo-40964: disable remote IMAP tests (GH-20836)
by Christian Heimes
· 5 years ago
a3d6d23
bpo-40626: Support HDF5 in mimetypes (GH-20042)
by Miss Islington (bot)
· 5 years ago
3e499cd
bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20816)
by Miss Islington (bot)
· 5 years ago
5b8e3a5
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
by Miss Islington (bot)
· 5 years ago
264e4fd
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
by Miss Islington (bot)
· 5 years ago
83a9ba4
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
by Miss Islington (bot)
· 5 years ago
f7ed4d4
bpo-40614: Respect feature version for f-string debug expressions (GH-20196) (GH-20466)
by Shantanu
· 5 years ago
c067183
bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)
by Miss Islington (bot)
· 5 years ago
Next »