..
__phello__
asyncio
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
2022-01-22 13:28:53 +02:00
collections
Minor code rearrangement to group related methods together. (GH-30813)
2022-01-22 18:47:22 -06:00
concurrent
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
2022-01-04 13:36:13 +00:00
ctypes
curses
dbm
distutils
email
encodings
ensurepip
html
http
idlelib
bpo-41841: update idlelib News up to 3.10.0. (GH-30868)
2022-01-24 23:48:40 -05:00
importlib
bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)
2022-01-24 11:08:53 +00:00
json
lib2to3
logging
bpo-41906: Accept built filters in dictConfig (GH-30756)
2022-01-24 04:39:50 -08:00
msilib
multiprocessing
pydoc_data
Python 3.11.0a4
2022-01-13 19:38:15 +00:00
site-packages
sqlite3
test
bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)
2022-01-24 22:37:15 -08:00
tkinter
bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185)
2021-12-26 13:28:24 +02:00
turtledemo
unittest
bpo-41403: Improve error message for invalid mock target (GH-30833)
2022-01-23 18:42:41 +00:00
urllib
venv
bpo-41011: venv -- add more variables to pyvenv.cfg (GH-30382)
2022-01-07 06:50:30 +00:00
wsgiref
xml
xmlrpc
zoneinfo
bpo-46124: Update zoneinfo to rely on importlib.resources traversable API. (GH-30190)
2022-01-21 13:18:31 -08:00
__future__.py
__hello__.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
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
bpo-46080: fix argparse help generation exception in edge case (GH-30111)
2022-01-21 00:48:48 +02:00
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
bisect.py
bz2.py
calendar.py
bpo-46266: Add calendar day of week constants to __all__ (GH-30412)
2022-01-05 14:21:04 -06:00
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
cProfile.py
crypt.py
csv.py
dataclasses.py
datetime.py
decimal.py
difflib.py
dis.py
bpo-46422: use dis.Positions in dis.Instruction (GH-30716)
2022-01-24 14:09:20 +03:00
doctest.py
bpo-46306: simplify CodeType attribute access in doctest.py (GH-30481)
2022-01-08 15:13:42 -05:00
enum.py
bpo-46477: [Enum] ensure Flag subclasses have correct bitwise methods (GH-30816)
2022-01-22 18:27:52 -08:00
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py
This localization technique is no longer cost effective. (GH-30818)
2022-01-22 20:52:55 -06:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)
2021-12-18 06:23:34 -08:00
graphlib.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py
inspect.py
bpo-46103: Fix inspect.getmembers to only get __bases__ from class (GH-30147)
2022-01-23 09:40:38 -08: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
bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)
2022-01-13 23:35:42 +00:00
nturl2path.py
numbers.py
opcode.py
bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)
2022-01-24 11:08:53 +00:00
operator.py
optparse.py
os.py
pathlib.py
bpo-46483: change PurePath.__class_getitem__ to return GenericAlias (GH-30822)
2022-01-23 17:48:43 +03:00
pdb.py
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
2022-01-21 17:00:48 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
bpo-40066: [Enum] skip failing doc test (GH-30637)
2022-01-17 07:18:13 -08:00
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
bpo-40066: [Enum] skip failing doc test (GH-30637)
2022-01-17 07:18:13 -08:00
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
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
bpo-40066: [Enum] skip failing doc test (GH-30637)
2022-01-17 07:18:13 -08:00
stat.py
statistics.py
bpo-46257: Convert statistics._ss() to a single pass algorithm (GH-30403)
2022-01-05 09:39:10 -06:00
string.py
bpo-46307: Add string.Template.get_identifiers() method (GH-30493)
2022-01-11 11:15:42 -08:00
stringprep.py
struct.py
subprocess.py
bpo-40280: Change subprocess imports for cleaner error on wasm32 (GH-30620)
2022-01-17 07:23:36 +01:00
sunau.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)
2022-01-21 09:40:32 +02:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py
bpo-45615: Add missing test for printing traceback for non-exception. Fix traceback.py (GH-30091)
2022-01-02 09:34:03 +00:00
tracemalloc.py
tty.py
turtle.py
types.py
typing.py
bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)
2022-01-24 22:37:15 -08:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
bpo-43137: Revert "webbrowser: Don't run gvfs-open on GNOME" (GH-30417)
2022-01-05 11:53:23 +00:00
xdrlib.py
zipapp.py
zipfile.py
zipimport.py