..
__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-106669: Revert "gh-102988: Detect email address parsing errors ... ( #105127 )" ( #106733 )
2023-07-20 20:30:52 -07: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
importlib
gh-106531: Remove importlib.resources._legacy ( #106532 )
2023-07-14 13:38:28 -04:00
json
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-106004: Add PyDict_GetItemRef() function ( #106005 )
2023-07-21 23:10:51 +02:00
tkinter
tomllib
turtledemo
unittest
gh-104090: Fix unittest collectedDurations resources leak ( #106795 )
2023-07-19 12:03:47 +01: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
base64.py
bdb.py
bisect.py
bz2.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-102799: use sys.exception() instead of sys.exc_info() in contextlib ( #103311 )
2023-07-20 14:41:32 +05:30
contextvars.py
copy.py
copyreg.py
cProfile.py
csv.py
dataclasses.py
datetime.py
decimal.py
difflib.py
dis.py
GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
2023-07-20 16:35:39 +00: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
hashlib.py
heapq.py
hmac.py
imaplib.py
inspect.py
gh-106727: Make inspect.getsource smarter for class for same name definitions ( #106815 )
2023-07-18 23:20:31 +00: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: do not auto-generate pycore_intrinsics.h ( #106913 )
2023-07-20 17:46:04 +01:00
operator.py
optparse.py
os.py
pathlib.py
GH-100502: Add pathlib.PurePath.pathmod attribute (GH-106533)
2023-07-19 18:59:55 +01:00
pdb.py
pickle.py
pickletools.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
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: Optimize _PolllikeSelector for many iteration case (gh-106884)
2023-07-20 09:53:11 +09: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
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
zipimport.py
gh-103200: Fix performance issues with zipimport.invalidate_caches() (GH-103208)
2023-07-07 22:02:13 +00:00