cpython/Lib
Miss Islington (bot) bb80f6ad92
gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple times (GH-98704)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
(cherry picked from commit 8a755423eb)

Co-authored-by: Ken Jin <kenjin@python.org>
2022-10-26 20:03:58 -07:00
..
asyncio gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple times (GH-98704) 2022-10-26 20:03:58 -07:00
collections
concurrent
ctypes
curses
dbm
distutils
email
encodings
ensurepip [3.10] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98399) 2022-10-18 16:36:23 +01:00
html
http Document that MozillaCookieJar works for curl's cookie files (GH-91852) 2022-10-03 16:00:40 -07:00
idlelib gh-97527: IDLE - fix buggy macosx patch (GH-98313) 2022-10-16 08:33:33 -07:00
importlib
json gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) 2022-09-25 01:20:53 -07:00
lib2to3
logging
msilib
multiprocessing [3.10] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-98501) (GH-98503) 2022-10-20 16:55:51 -07:00
pydoc_data Python 3.10.8 2022-10-11 12:21:44 +01:00
site-packages
sqlite3
test gh-94808: cover PyMapping_HasKeyString and PyMapping_HasKey (GH-98486) 2022-10-25 21:53:36 -07:00
tkinter gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-98436) 2022-10-19 02:57:18 -07:00
turtledemo gh-91212: Fixed flickering when the tracer is turned off (GH-95129) 2022-09-29 00:09:16 -07:00
unittest
urllib gh-96035: Make urllib.parse.urlparse reject non-numeric ports (GH-98273) 2022-10-20 14:29:21 -07:00
venv [3.10] gh-93858: Prevent error when activating venv in nested fish instances (GH-93931) (GH-98403) 2022-10-18 16:39:06 +01:00
wsgiref gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) 2022-09-25 01:20:53 -07:00
xml
xmlrpc
zoneinfo
__future__.py
__phello__.foo.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
ast.py gh-95588: Drop the safety claim from ast.literal_eval docs. (GH-95919) 2022-10-01 18:24:55 -07:00
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (GH-94370) 2022-10-21 16:28:25 -07:00
codeop.py gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132) 2022-09-25 01:21:21 -07:00
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
doctest.py
enum.py
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-96073: Fix wild replacement in inspect.formatannotation (GH-96074) 2022-10-07 12:56:29 -07:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mailcap.py [3.10] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (GH-93543) 2022-09-20 13:12:35 +02:00
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py gh-68163: Correct conversion of Rational instances to float (GH-25619) (GH-96557) 2022-09-04 13:40:24 +01:00
opcode.py
operator.py
optparse.py
os.py gh-57179: Add note on symlinks for os.walk (GH-94799) 2022-10-07 20:15:08 -07:00
pathlib.py
pdb.py gh-93696: Locate frozen module source with __file__ (GH-93697) 2022-10-25 06:48:41 -07:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py Fix typo in error message in plistlib (GH-97540) 2022-09-28 11:32:59 -07:00
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py [3.10] Fix type annotation of pstats.FunctionProfile.ncalls (GH-96741) (#96836) 2022-10-05 14:57:26 -07:00
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
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
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py Add note on capture_output arg to subprocess.run() docstring (GH-98012) 2022-10-07 10:54:54 -07:00
sunau.py
symtable.py
sysconfig.py
tabnanny.py gh-97639: Remove tokenize.NL check from tabnanny (GH-97640) 2022-10-03 19:07:10 -07:00
tarfile.py
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 gh-91212: Fixed flickering when the tracer is turned off (GH-95129) 2022-09-29 00:09:16 -07:00
types.py
typing.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py
zipimport.py