cpython/Lib
Miss Islington (bot) dbb00062dc
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736) (GH-23747)
(cherry picked from commit 67b769f515)

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
2020-12-14 14:33:27 -08:00
..
asyncio bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (GH-23539) 2020-11-28 17:07:51 +02:00
collections [3.9] bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23765) 2020-12-14 08:30:45 -08:00
concurrent
ctypes [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295) 2020-11-22 11:18:40 +01:00
curses
dbm
distutils bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) 2020-12-02 19:43:08 -08:00
email bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074) 2020-10-19 16:11:37 -07:00
encodings
ensurepip Remove extra pip package (GH-22778) 2020-10-19 21:05:04 +01:00
html
http [3.9] bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (GH-23638) (GH-23657) 2020-12-05 07:26:37 -08:00
idlelib bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669) 2020-12-06 22:48:48 -05:00
importlib
json
lib2to3 bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759) 2020-12-14 09:38:03 -08:00
logging bpo-42011: Update documentation of logging.Filter.filter() (GH-22692) (GH-22725) 2020-10-16 18:21:49 +01:00
msilib
multiprocessing
pydoc_data Python 3.9.1 2020-12-07 15:02:38 +01:00
site-packages
sqlite3
test bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736) (GH-23747) 2020-12-14 14:33:27 -08:00
tkinter bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612) 2020-12-03 01:10:23 -08:00
turtledemo
unittest [3.9] bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function (GH-23613) (GH-23676) 2020-12-14 11:19:16 +05:30
urllib bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762) (GH-22773) 2020-10-20 09:17:22 +02:00
venv
wsgiref
xml
xmlrpc
zoneinfo
__future__.py
__phello__.foo.py
_aix_support.py
_bootlocale.py
_bootsubprocess.py
_collections_abc.py [3.9] bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23765) 2020-12-14 08:30:45 -08:00
_compat_pickle.py
_compression.py
_markupbase.py
_osx_support.py [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295) 2020-11-22 11:18:40 +01:00
_py_abc.py
_pydecimal.py
_pyio.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py bpo-28002: Roundtrip f-strings with ast.unparse better (GH-19612) (GH-23430) 2020-11-21 00:46:49 +03:00
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py [3.9] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059) (GH-23071) 2020-11-01 01:39:26 -08:00
bisect.py
bz2.py
cProfile.py bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910) 2020-10-19 00:16:22 +03:00
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 [3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870). (GH-22963) 2020-10-25 17:56:17 +02:00
crypt.py
csv.py
dataclasses.py
datetime.py bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22747) 2020-10-18 18:32:56 +03:00
decimal.py
difflib.py bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) 2020-04-29 22:42:45 -05:00
dis.py
doctest.py
enum.py [3.9] [Enum] reformat and add doc strings (GH-23705). (GH-23707) 2020-12-08 14:29:02 -08:00
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py [doc] Fix typo in the graphlib docs (GH-22661) (GH-22669) 2020-10-12 21:27:05 +01:00
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) 2020-03-04 18:50:22 +01:00
inspect.py bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633) 2020-12-05 00:41:58 +02:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py
pdb.py
pickle.py bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) 2020-11-29 10:47:31 -08:00
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121) 2020-11-03 13:32:59 -08:00
poplib.py
posixpath.py
pprint.py
profile.py bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910) 2020-10-19 00:16:22 +03:00
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
shutil.py bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585) 2020-11-10 08:29:35 -08:00
signal.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_signal. (GH-20010) 2020-11-21 01:46:21 -08:00
sunau.py
symbol.py bpo-40759: Deprecate the symbol module (GH-20364) 2020-05-31 15:23:29 -07:00
symtable.py
sysconfig.py bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match distutils (GH-22088) 2020-12-07 09:56:44 -08:00
tabnanny.py
tarfile.py bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) 2020-11-25 01:52:51 -08:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py bpo-42350: Fix Thread._reset_internal_locks() (GH-23268) 2020-11-16 07:17:17 -08:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py [3.9] bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) (GH-23578) 2020-12-04 12:57:31 -08:00
tracemalloc.py
tty.py
turtle.py
types.py
typing.py bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736) (GH-23747) 2020-12-14 14:33:27 -08:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075) 2020-11-08 02:07:44 -08:00
xdrlib.py
zipapp.py
zipfile.py
zipimport.py