..
asyncio
bpo-41891: ensure asyncio.wait_for waits for task completion ( #22461 )
2020-12-18 09:26:04 -08:00
collections
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060)
2020-12-13 10:38:24 -08:00
concurrent
ctypes
curses
dbm
distutils
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
2020-12-20 23:27:42 +01:00
email
encodings
ensurepip
html
http
Fix typo in docstring (GH-23515)
2020-12-21 16:06:31 +02:00
idlelib
bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
2021-01-05 02:26:43 -05:00
importlib
bpo-42382: In importlib.metadata, EntryPoint objects now expose dist ( #23758 )
2020-12-31 12:56:43 -05:00
json
lib2to3
bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)
2020-12-14 09:10:10 -08:00
logging
bpo-42644: Validate values in logging.disable() ( #23786 )
2020-12-16 11:43:39 +02:00
msilib
multiprocessing
pydoc_data
Python 3.10.0a4
2021-01-04 17:26:00 +00:00
site-packages
sqlite3
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
2021-01-04 15:16:43 -08:00
test
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
2021-01-05 12:04:10 +00:00
tkinter
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
2020-12-29 12:56:55 +02:00
turtledemo
unittest
bpo-41877: Check for misspelled speccing arguments (GH-23737)
2020-12-14 10:30:09 -08:00
urllib
Allow / character in username,password fields in _PROXY envvars. ( #23973 )
2020-12-29 04:18:42 -08:00
venv
wsgiref
xml
xmlrpc
zoneinfo
__future__.py
__phello__.foo.py
_aix_support.py
_bootsubprocess.py
_collections_abc.py
bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing ( #23702 )
2020-12-23 20:33:48 -08:00
_compat_pickle.py
_compression.py
_markupbase.py
_osx_support.py
_py_abc.py
_pydecimal.py
_pyio.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
2020-12-23 09:40:56 -08:00
ast.py
bpo-28964: add line number of node (if available) to ast.literal_eval error messages (GH-23677)
2020-12-25 20:04:31 +03:00
asynchat.py
asyncore.py
base64.py
bpo-39068: Fix race condition in base64 (GH-17627)
2020-12-31 11:44:46 +02:00
bdb.py
binhex.py
bisect.py
bz2.py
calendar.py
cgi.py
Correct referenced RFC number in cgi module (GH-22827)
2020-12-16 17:34:19 -08:00
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
cProfile.py
crypt.py
csv.py
dataclasses.py
datetime.py
decimal.py
difflib.py
dis.py
bpo-42562: Fix issue when dis failed to parse function that has no line numbers (GH-23632)
2020-12-04 15:20:53 +00:00
doctest.py
enum.py
bpo-42727: [Enum] use super() and include **kwds (GH-23927)
2020-12-24 19:31:10 -08:00
filecmp.py
fileinput.py
fnmatch.py
bpo-36769: Document that fnmatch.filter supports any kind of iterable ( #13039 )
2020-12-18 20:10:20 +01:00
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py
inspect.py
bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable (GH-22583)
2020-12-24 01:45:13 +03: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
bpo-42246: Make sure that f_lasti, and thus f_lineno, is set correctly after raising or reraising an exception (GH-23803)
2020-12-17 13:55:28 +00:00
operator.py
optparse.py
os.py
bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
2020-12-15 22:20:07 +01:00
pathlib.py
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
handle empty string in variable executable in platform.libc_ver() ( #23140 )
2021-01-02 17:03:53 +01:00
plistlib.py
poplib.py
posixpath.py
bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530)
2020-12-17 20:22:29 +01:00
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py
No need to test "istep==1" twice. (GH-24064)
2021-01-02 12:09:56 -08:00
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
2020-12-20 23:27:42 +01:00
smtpd.py
smtplib.py
bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969)
2021-01-02 02:20:25 +09:00
sndhdr.py
socket.py
socketserver.py
bpo-37193: Remove thread objects which finished process its request (GH-23127)
2020-12-31 20:19:30 +00:00
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statistics.py
bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)
2020-12-23 19:52:09 -08:00
string.py
stringprep.py
struct.py
subprocess.py
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
2020-12-24 20:57:21 -08:00
sunau.py
symtable.py
sysconfig.py
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
2020-12-20 23:27:42 +01:00
tabnanny.py
tarfile.py
bpo-39717: [tarfile] update nested exception raising (GH-23739)
2020-12-12 13:26:44 -08:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py
bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427)
2020-12-22 21:53:09 +02:00
tracemalloc.py
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
2020-12-16 22:38:32 +01:00
tty.py
turtle.py
types.py
typing.py
bpo-41559: Documentation for PEP 612 (GH-24000)
2021-01-01 16:45:50 -08:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py
bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)
2020-12-15 18:12:54 -08:00
zipimport.py
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
2020-12-18 16:09:54 -08:00