cpython/Lib
Ethan Furman 96218f774e
[3.11] gh-93100: [Enum] fix missing variable in global_str (GH-93107) (GH-93134)
(cherry picked from commit 046df59658)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
2022-05-23 10:11:18 -07:00
..
__phello__
asyncio gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) 2022-05-17 15:59:29 -07:00
collections
concurrent gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (#92495) 2022-05-08 10:14:14 -07:00
ctypes
curses
dbm
distutils bpo-45046: Support context managers in unittest (GH-28045) 2022-05-08 08:12:19 -07:00
email gh-93010: InvalidHeaderError used but nonexistent (GH-93015) 2022-05-23 09:57:12 -07:00
encodings
ensurepip
html Add source for character mappings (#92014) 2022-05-06 12:28:09 +02:00
http gh-91996: Add an HTTPMethod StrEnum to http (GH-91997) 2022-05-05 15:39:02 -07:00
idlelib gh-91827: Add method info_pathlevel() in tkinter (GH-91829) 2022-05-06 13:50:38 +03:00
importlib
json
lib2to3
logging
msilib
multiprocessing gh-82616: Add process_group support to subprocess.Popen (#23930) 2022-05-05 16:22:32 -07:00
pydoc_data Python 3.11.0b1 2022-05-06 23:53:50 +01:00
re
site-packages
sqlite3
test [3.11] gh-93100: [Enum] fix missing variable in global_str (GH-93107) (GH-93134) 2022-05-23 10:11:18 -07:00
tkinter bpo-13553: Document tkinter.Tk args (GH-4786) 2022-05-09 21:17:57 -07:00
tomllib
turtledemo
unittest bpo-45046: Support context managers in unittest (GH-28045) 2022-05-08 08:12:19 -07:00
urllib bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307) 2022-05-11 11:41:53 -07:00
venv gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (GH-92676) 2022-05-19 08:17:28 -07:00
wsgiref
xml [3.11] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903) (GH-92663) 2022-05-11 10:36:52 -07:00
xmlrpc
zoneinfo
__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 bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385) 2022-05-05 06:40:01 -07:00
aifc.py
antigravity.py
argparse.py Allow translating argument error messages (#17169) 2022-05-05 00:32:49 -05:00
ast.py gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673) 2022-05-16 06:01:34 -07:00
asynchat.py
asyncore.py
base64.py
bdb.py
bisect.py
bz2.py
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py gh-67248: cmd: Sort miscellaneous help topics (#92254) 2022-05-03 21:36:52 -06:00
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py gh-92118: fix traceback of exceptions propagated from inside a contextlib.contextmanager (GH-92202) 2022-05-04 19:40:47 +01:00
contextvars.py
copy.py
copyreg.py
crypt.py
csv.py
dataclasses.py
datetime.py Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) 2022-05-14 07:59:52 -07:00
decimal.py
difflib.py
dis.py gh-90997: Move `CACHE` handling into `_unpack_opargs` (#92409) 2022-05-06 18:57:08 +01:00
doctest.py bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498) (GH-92978) 2022-05-19 20:03:06 +02:00
enum.py [3.11] gh-93100: [Enum] fix missing variable in global_str (GH-93107) (GH-93134) 2022-05-23 10:11:18 -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
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py
inspect.py gh-92062: `inspect.Parameter` checks whether `name` is a keyword (GH-92065) 2022-05-03 13:52:30 -07:00
io.py
ipaddress.py bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,interface} helper functions (#30642) 2022-05-03 06:12:58 -06:00
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mailcap.py
mimetypes.py bpo-45639: Add webp and avif image formats to mimetypes (#29259) 2022-05-03 15:17:57 -06:00
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py gh-90997: Show cached inline values in `dis` output (#92360) 2022-05-06 15:18:09 +01:00
operator.py
optparse.py
os.py gh-87901: Remove the encoding argument from os.popen (GH-92836) 2022-05-18 20:12:47 -07:00
pathlib.py gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604) 2022-05-10 22:13:11 -07:00
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803) 2022-05-19 08:05:52 -07:00
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
reprlib.py
rlcompleter.py gh-92345: Import rlcompleter before sys.path is extended (#92346) 2022-05-05 21:24:16 +02:00
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-46604: fix function name in ssl module docstring (#31064) 2022-05-03 09:56:24 -06:00
stat.py
statistics.py Fix inconsistent return type for statistics median_grouped() gh-92531 (GH-92533) (#92656) 2022-05-10 23:45:17 -05:00
string.py
stringprep.py
struct.py
subprocess.py gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802) 2022-05-14 11:47:17 -07:00
sunau.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560) 2022-05-03 21:18:18 +09:00
textwrap.py
this.py
threading.py [3.11] gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92829) 2022-05-17 09:45:40 -07:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
typing.py gh-91860: documentation for typing.dataclass_transform (GH-92768) 2022-05-20 08:01:44 -07:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py
zipimport.py