| .. |
|
asyncio
|
|
|
|
collections
|
|
|
|
concurrent
|
bpo-35930: Raising an exception raised in a "future" instance will create reference cycles (#24995)
|
2021-03-29 19:22:13 +02:00 |
|
ctypes
|
|
|
|
curses
|
|
|
|
dbm
|
|
|
|
distutils
|
|
|
|
email
|
bpo-43125: Fix: return expected type (str), not original value (bytes) in email/base64mime.py::body_encode (GH-24476)
|
2021-03-30 17:37:37 +09:00 |
|
encodings
|
|
|
|
ensurepip
|
|
|
|
html
|
|
|
|
http
|
|
|
|
idlelib
|
bpo-42225: IDLE - document two unix-related problems. (#25078)
|
2021-03-31 01:19:38 -04:00 |
|
importlib
|
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
|
2021-04-01 16:00:31 +01:00 |
|
json
|
|
|
|
lib2to3
|
|
|
|
logging
|
|
|
|
msilib
|
|
|
|
multiprocessing
|
|
|
|
pydoc_data
|
|
|
|
site-packages
|
|
|
|
sqlite3
|
|
|
|
test
|
bpo-26053: Fix args echoed by pdb run command (#22033)
|
2021-04-01 08:25:59 -07:00 |
|
tkinter
|
|
|
|
turtledemo
|
|
|
|
unittest
|
|
|
|
urllib
|
|
|
|
venv
|
|
|
|
wsgiref
|
|
|
|
xml
|
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
|
2021-03-31 00:11:29 +03:00 |
|
xmlrpc
|
bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057)
|
2021-03-29 22:39:31 +09:00 |
|
zoneinfo
|
|
|
|
__future__.py
|
|
|
|
__phello__.foo.py
|
|
|
|
_aix_support.py
|
|
|
|
_bootsubprocess.py
|
|
|
|
_collections_abc.py
|
|
|
|
_compat_pickle.py
|
|
|
|
_compression.py
|
|
|
|
_markupbase.py
|
|
|
|
_osx_support.py
|
|
|
|
_py_abc.py
|
|
|
|
_pydecimal.py
|
|
|
|
_pyio.py
|
Revert "bpo-43510: PEP 597: Accept encoding="locale" in binary mode (GH-25103)" (#25108)
|
2021-03-31 18:49:41 +09: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
|
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
|
2021-03-29 12:28:14 +09:00 |
|
calendar.py
|
|
|
|
cgi.py
|
|
|
|
cgitb.py
|
|
|
|
chunk.py
|
|
|
|
cmd.py
|
|
|
|
code.py
|
|
|
|
codecs.py
|
|
|
|
codeop.py
|
|
|
|
colorsys.py
|
|
|
|
compileall.py
|
|
|
|
configparser.py
|
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
|
2021-03-29 12:28:14 +09:00 |
|
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-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
|
2021-04-01 16:00:31 +01:00 |
|
doctest.py
|
|
|
|
enum.py
|
bpo-40066: Enum: modify repr() and str() (GH-22392)
|
2021-03-30 21:17:26 -07:00 |
|
filecmp.py
|
|
|
|
fileinput.py
|
|
|
|
fnmatch.py
|
|
|
|
fractions.py
|
|
|
|
ftplib.py
|
|
|
|
functools.py
|
|
|
|
genericpath.py
|
|
|
|
getopt.py
|
|
|
|
getpass.py
|
|
|
|
gettext.py
|
|
|
|
glob.py
|
|
|
|
graphlib.py
|
|
|
|
gzip.py
|
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
|
2021-03-29 12:28:14 +09:00 |
|
hashlib.py
|
bpo-40645: use C implementation of HMAC (GH-24920)
|
2021-03-27 06:55:03 -07:00 |
|
heapq.py
|
|
|
|
hmac.py
|
bpo-40645: use C implementation of HMAC (GH-24920)
|
2021-03-27 06:55:03 -07:00 |
|
imaplib.py
|
|
|
|
imghdr.py
|
|
|
|
imp.py
|
|
|
|
inspect.py
|
bpo-40066: Enum: modify repr() and str() (GH-22392)
|
2021-03-30 21:17:26 -07:00 |
|
io.py
|
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
|
2021-03-29 12:28:14 +09:00 |
|
ipaddress.py
|
|
|
|
keyword.py
|
|
|
|
linecache.py
|
|
|
|
locale.py
|
|
|
|
lzma.py
|
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
|
2021-03-29 12:28:14 +09:00 |
|
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
|
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
|
2021-03-29 12:28:14 +09:00 |
|
pdb.py
|
bpo-26053: Fix args echoed by pdb run command (#22033)
|
2021-04-01 08:25:59 -07:00 |
|
pickle.py
|
|
|
|
pickletools.py
|
|
|
|
pipes.py
|
|
|
|
pkgutil.py
|
|
|
|
platform.py
|
|
|
|
plistlib.py
|
bpo-40066: Enum: modify repr() and str() (GH-22392)
|
2021-03-30 21:17:26 -07:00 |
|
poplib.py
|
|
|
|
posixpath.py
|
|
|
|
pprint.py
|
bpo-42914: add a pprint underscore_numbers option (GH-24864)
|
2021-03-24 01:23:20 -07:00 |
|
profile.py
|
|
|
|
pstats.py
|
|
|
|
pty.py
|
|
|
|
py_compile.py
|
|
|
|
pyclbr.py
|
|
|
|
pydoc.py
|
bpo-42988: Remove the pydoc getfile feature (GH-25015)
|
2021-03-29 14:40:40 +02:00 |
|
queue.py
|
|
|
|
quopri.py
|
|
|
|
random.py
|
|
|
|
re.py
|
bpo-40066: Enum: modify repr() and str() (GH-22392)
|
2021-03-30 21:17:26 -07:00 |
|
reprlib.py
|
|
|
|
rlcompleter.py
|
|
|
|
runpy.py
|
|
|
|
sched.py
|
|
|
|
secrets.py
|
|
|
|
selectors.py
|
|
|
|
shelve.py
|
|
|
|
shlex.py
|
|
|
|
shutil.py
|
|
|
|
signal.py
|
|
|
|
site.py
|
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
|
2021-03-29 12:28:14 +09:00 |
|
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-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
|
2021-03-29 12:28:14 +09:00 |
|
sunau.py
|
|
|
|
symtable.py
|
|
|
|
sysconfig.py
|
|
|
|
tabnanny.py
|
|
|
|
tarfile.py
|
|
|
|
telnetlib.py
|
|
|
|
tempfile.py
|
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
|
2021-03-29 12:28:14 +09:00 |
|
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
|
|
|
|
uu.py
|
|
|
|
uuid.py
|
|
|
|
warnings.py
|
|
|
|
wave.py
|
|
|
|
weakref.py
|
|
|
|
webbrowser.py
|
|
|
|
xdrlib.py
|
|
|
|
zipapp.py
|
|
|
|
zipfile.py
|
|
|
|
zipimport.py
|
|
|