..
asyncio
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
2022-03-15 08:22:01 -07:00
collections
Fix minor details in the Counter docs (GH-31029) (GH-31072)
2022-02-01 23:28:07 -06:00
concurrent
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
2022-01-04 06:27:13 -08:00
ctypes
[3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675)
2022-03-04 01:12:06 +01:00
curses
dbm
distutils
email
encodings
ensurepip
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880)
2022-03-14 17:08:28 -04:00
html
http
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701)
2022-02-14 12:12:30 -08:00
idlelib
bpo-45447: Add syntax highlighting for .pyi
files in IDLE (GH-28950)
2022-02-12 19:52:37 -05:00
importlib
[3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)
2022-03-13 17:29:50 -04:00
json
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943)
2021-12-07 02:20:10 -08:00
lib2to3
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
2022-01-31 12:03:40 -08:00
logging
[3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)
2022-01-07 22:15:25 +00:00
msilib
multiprocessing
pydoc_data
Python 3.10.3
2022-03-16 11:27:11 +00:00
site-packages
sqlite3
[3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030)
2022-02-20 16:13:04 -08:00
test
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) ( #31948 )
2022-03-17 02:19:51 +02:00
tkinter
bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185)
2021-12-26 04:04:26 -08:00
turtledemo
unittest
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688)
2022-03-08 14:09:28 -08:00
urllib
bpo-46756: Fix authorization check in urllib.request (GH-31353)
2022-02-25 03:57:30 -08:00
venv
[3.10] bpo-43749: Ensure current exe is copied when using venv on windows (GH-25216) (GH-30034)
2021-12-10 17:51:42 +00:00
wsgiref
xml
bpo-43292: Fix file leak in ET.iterparse()
when not exhausted (GH-31696)
2022-03-07 02:31:52 -08:00
xmlrpc
zoneinfo
__future__.py
__phello__.foo.py
_aix_support.py
_bootsubprocess.py
_collections_abc.py
[3.10] replace self
param with more appropriate cls
in classmethods (GH-31402) (GH-31446)
2022-02-20 15:45:13 +02:00
_compat_pickle.py
_compression.py
_markupbase.py
_osx_support.py
_py_abc.py
_pydecimal.py
_pyio.py
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
2022-03-04 10:33:57 -08:00
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
bpo-14156: Make argparse.FileType work correctly for binary file modes when argument is '-' (GH-13165)
2022-03-06 04:12:06 -08:00
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
calendar.py
bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424)
2022-01-23 02:00:11 +01:00
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
[3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010). (GH-31213)
2022-02-08 12:25:15 +00:00
colorsys.py
compileall.py
configparser.py
[3.10] bpo-45173: Note configparser deprecations will be removed in 3.12 (GH-31084)
2022-02-02 10:41:30 -08:00
contextlib.py
contextvars.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
dataclasses.py
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294)
2021-12-05 13:04:29 -08:00
datetime.py
decimal.py
difflib.py
dis.py
doctest.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py
[3.10] bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050) (GH-30254)
2021-12-25 16:12:32 +02:00
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-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285) ( #30765 )
2022-01-22 09:28:48 -08:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mailcap.py
mimetypes.py
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229)
2022-03-15 08:14:19 -07:00
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py
pdb.py
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
2022-01-21 11:32:43 -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
shutil.py
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384)
2022-02-21 00:07:46 -08:00
signal.py
[3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080)
2021-12-13 12:14:51 +02:00
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
Fix double-space in exception message (GH-29955)
2021-12-08 03:07:27 -08:00
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
2022-02-09 09:31:12 -08:00
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
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298)
2021-12-05 13:26:37 -08:00
typing.py
[3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) (GH-31821)
2022-03-11 16:57:52 +02:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
2022-03-08 02:03:12 -08:00
zipimport.py