cpython/Lib
Irit Katriel 40f3f11a77
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
2023-07-18 19:42:44 +01:00
..
__phello__
asyncio gh-106634: Corrected minor asyncio doc issues (#106671) 2023-07-13 13:21:13 +05:30
collections
concurrent gh-94777: Fix deadlock in ProcessPoolExecutor (#94784) 2023-07-10 21:45:27 +00:00
ctypes
curses
dbm
email gh-106628: email parsing speedup (gh-106629) 2023-07-13 15:12:56 +09:00
encodings
ensurepip
html
http gh-105626: Change the default return value of `HTTPConnection.get_proxy_response_headers` (#105628) 2023-07-13 23:55:49 -07:00
idlelib IDLE: Condense run.main threading.Thread start. (#106125) 2023-06-27 13:12:56 -04:00
importlib gh-106531: Remove importlib.resources._legacy (#106532) 2023-07-14 13:38:28 -04:00
json Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)" (#105948) 2023-06-26 20:35:53 +02:00
logging gh-102799: replace internal sys.exc_info() call by sys.exception() (#106746) 2023-07-14 20:41:24 +01:00
multiprocessing gh-90876: Restore the ability to import multiprocessing when `sys.executable` is `None` (#106464) 2023-07-06 22:46:50 +00:00
pydoc_data
re gh-106510: Fix DEBUG output for atomic group (GH-106511) 2023-07-08 14:31:25 +03:00
site-packages
sqlite3
test gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758) 2023-07-18 19:42:44 +01:00
tkinter
tomllib
turtledemo
unittest Remove unused branches from mock module (#106617) 2023-07-11 08:52:12 +00:00
urllib
venv gh-89427: Set VIRTUAL_ENV_PROMPT even when VIRTUAL_ENV_DISABLE_PROMPT… (GH-106643) 2023-07-13 07:08:33 +01:00
wsgiref
xml
xmlrpc
zipfile gh-106752: Sync with zipp 3.16.2 (#106757) 2023-07-15 09:21:17 -04:00
zoneinfo
__future__.py
__hello__.py
_aix_support.py
_collections_abc.py
_compat_pickle.py
_compression.py
_markupbase.py
_opcode_metadata.py GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990) 2023-07-10 11:40:35 +01:00
_osx_support.py
_py_abc.py
_pydatetime.py
_pydecimal.py
_pyio.py
_pylong.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
antigravity.py
argparse.py
ast.py gh-104799: PEP 695 backward compatibility for ast.unparse (#105846) 2023-06-16 09:31:23 -07:00
base64.py
bdb.py
bisect.py
bz2.py
cProfile.py
calendar.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py gh-106498: Revert incorrect colorsys.rgb_to_hls change (#106627) 2023-07-11 11:07:20 -04:00
compileall.py
configparser.py
contextlib.py gh-105726: Add `__slots__` to `AbstractContextManager` and `AbstractAsyncContextManager` (#106771) 2023-07-16 15:30:39 +00:00
contextvars.py
copy.py
copyreg.py
csv.py
dataclasses.py
datetime.py
decimal.py
difflib.py
dis.py GH-106008: Make implicit boolean conversions explicit (GH-106003) 2023-06-29 13:49:54 -07:00
doctest.py
enum.py gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106666) 2023-07-12 14:01:17 -07:00
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py gh-106292: restore checking __dict__ in cached_property.__get__ (#106380) 2023-07-05 17:01:35 -06:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py
gzip.py GH-105808: Fix a regression introduced in GH-101251 (#105910) 2023-06-19 17:09:04 +00:00
hashlib.py
heapq.py
hmac.py
imaplib.py
inspect.py gh-81283: compiler: remove indent from docstring (#106411) 2023-07-15 19:33:32 +09:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mimetypes.py
modulefinder.py
netrc.py
ntpath.py
nturl2path.py
numbers.py
opcode.py gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758) 2023-07-18 19:42:44 +01:00
operator.py
optparse.py
os.py gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `None` (#106082) 2023-06-26 00:06:12 +01:00
pathlib.py GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (GH-106331) 2023-07-03 21:29:44 +01:00
pdb.py GH-103124: Multiline statement support for pdb (GH-103125) 2023-06-15 23:34:42 +00:00
pickle.py
pickletools.py
pkgutil.py
platform.py
plistlib.py
poplib.py gh-106200: Remove unused imports (#106201) 2023-06-28 11:55:41 +00:00
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py gh-102541: Fix Helper.help("mod") for non-existent mod (#105934) 2023-07-01 18:46:06 -04:00
queue.py
quopri.py
random.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py gh-106751: selectors: optimize EpollSelector.select() (#106754) 2023-07-18 10:16:32 +00:00
shelve.py
shlex.py
shutil.py
signal.py
site.py
smtplib.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
symtable.py
sysconfig.py gh-106789: avoid importing pprint from sysconfig (#106790) 2023-07-17 10:28:33 +01:00
tabnanny.py
tarfile.py
tempfile.py
textwrap.py
this.py
threading.py gh-106236: Replace `assert` with `raise RuntimeError` in `threading.py` (#106237) 2023-07-12 11:07:59 -07:00
timeit.py
token.py
tokenize.py gh-71299: Fix __all__ in tokenize (#105907) 2023-06-19 13:31:57 +02:00
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
typing.py gh-106309: Deprecate typing.no_type_check_decorator (#106312) 2023-07-13 14:30:35 +01:00
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
zipapp.py gh-104527: zippapp will now avoid appending an archive to itself. (gh-106076) 2023-06-26 10:09:08 +01:00
zipimport.py gh-103200: Fix performance issues with `zipimport.invalidate_caches()` (GH-103208) 2023-07-07 22:02:13 +00:00