cpython/Lib
Miss Islington (bot) 694c03fabb
bpo-38785: Prevent asyncio from crashing (GH-17144)
if parent `__init__` is not called from a constructor of object derived from `asyncio.Future`

https://bugs.python.org/issue38785
(cherry picked from commit dad6be5ffe)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
2019-11-13 13:54:56 -08:00
..
asyncio bpo-38785: Prevent asyncio from crashing (GH-17144) 2019-11-13 13:54:56 -08:00
collections
concurrent
ctypes [3.8] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17016) 2019-10-31 13:34:05 +00:00
curses
dbm
distutils
email bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) 2019-10-12 10:03:24 -07:00
encodings
ensurepip
html
http bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) 2019-09-28 07:23:34 -07:00
idlelib bpo-4630: Add cursor no-blink option for IDLE (GH-16960) 2019-11-12 23:36:42 -08:00
importlib
json
lib2to3 bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) 2019-10-23 23:37:21 -07:00
logging
msilib
multiprocessing bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) 2019-09-13 09:59:11 -07:00
pydoc_data v3.8.0 2019-10-14 15:34:47 +02:00
site-packages
sqlite3
test bpo-38785: Prevent asyncio from crashing (GH-17144) 2019-11-13 13:54:56 -08:00
tkinter [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) 2019-11-12 18:54:10 +02:00
turtledemo
unittest [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484) 2019-09-29 22:22:44 -07:00
urllib [3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839) 2019-10-18 08:23:14 -07:00
venv bpo-38344: Fix syntax in activate.bat (GH-16533) 2019-10-07 14:26:57 -07:00
wsgiref
xml
xmlrpc bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) 2019-09-27 13:19:41 -07:00
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py
_compat_pickle.py
_compression.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_py_abc.py
_pydecimal.py
_pyio.py [3.8] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17136) 2019-11-12 15:54:19 -08:00
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
contextvars.py
copy.py
copyreg.py
crypt.py
csv.py
dataclasses.py bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702) 2019-10-13 05:04:05 -07:00
datetime.py
decimal.py
difflib.py [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) 2019-11-12 18:54:10 +02:00
dis.py bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464) 2019-09-28 08:22:00 -07:00
doctest.py
dummy_threading.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) 2019-10-17 20:48:42 -07:00
imaplib.py
imghdr.py
imp.py
inspect.py bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800) 2019-10-15 05:02:34 -07:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mailcap.py
mimetypes.py [3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs" (GH-16724) (GH-16728) 2019-10-12 09:58:11 -07:00
modulefinder.py
netrc.py
nntplib.py
ntpath.py bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) 2019-10-03 08:49:56 -07:00
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) 2019-11-02 10:04:10 -07:00
pdb.py bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127) 2019-11-12 15:09:03 -08:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py Add docstring for shlex.split (GH-16740) (GH-17013) 2019-10-31 12:50:04 +00:00
shutil.py bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) (#16506) 2019-10-01 09:55:02 +02:00
signal.py
site.py
smtpd.py
smtplib.py bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) 2019-10-12 09:08:24 -07:00
sndhdr.py
socket.py bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) (#16506) 2019-10-01 09:55:02 +02:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690) 2019-10-10 15:50:32 +02:00
statistics.py bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111) (GH-17113) 2019-11-12 00:04:12 -08:00
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py
sysconfig.py [3.8] bpo-38234: Backport init path config changes from master (GH-16423) 2019-09-26 16:17:34 +02:00
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
typing.py bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644) 2019-10-08 07:14:57 -07:00
uu.py
uuid.py
warnings.py
wave.py Fix a typo in wave module docstring (GH-17009) 2019-11-04 21:09:48 -08:00
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) 2019-10-29 00:44:07 -07:00
zipimport.py