..
asyncio
GH-86508: skip binding to local addresses of different family in asyncio.open_connection (GH-100615)
2023-01-04 00:24:36 -08:00
collections
concurrent
ctypes
[3.10] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (GH-5576) ( #100451 )
2022-12-23 08:55:55 +00:00
curses
dbm
distutils
email
encodings
[3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222)
2022-11-07 19:23:16 -08:00
ensurepip
gh-99134: Update bundled pip to 22.3.1 (gh-99135)
2022-11-05 12:00:12 -07:00
html
http
[3.10] gh-100474: Fix handling of dirs named index.html in http.server (GH-100504)
2022-12-24 15:29:21 -05:00
idlelib
IDLE - fix module browser test (GH-100647)
2022-12-31 16:20:53 -08:00
importlib
[3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. ( #99132 )
2022-11-10 16:59:38 +01:00
json
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
2022-09-25 01:20:53 -07:00
lib2to3
logging
[3.10] gh-99811: Use correct variable to search for time in format string (GH-99812) (GH-99852)
2022-11-28 19:17:31 +00:00
msilib
multiprocessing
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
2022-12-02 10:13:33 +00:00
pydoc_data
Python 3.10.9
2022-12-06 18:31:21 +00:00
site-packages
sqlite3
gh-100553: Improve accuracy of sqlite3.Row iter test (GH-100555)
2022-12-27 17:16:53 -08:00
test
GH-86508: skip binding to local addresses of different family in asyncio.open_connection (GH-100615)
2023-01-04 00:24:36 -08:00
tkinter
gh-57762: fix misleading tkinter.Tk docstring (GH-98837)
2022-12-22 15:03:38 -08:00
turtledemo
gh-91212: Fixed flickering when the tracer is turned off (GH-95129)
2022-09-29 00:09:16 -07:00
unittest
gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740)
2023-01-04 15:11:46 -08:00
urllib
gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)
2022-12-07 20:17:35 -08: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
[3.10] gh-98852: Fix subscription of types.GenericAlias instances (GH-98920) (GH-98969)
2022-11-01 20:14:38 +02:00
_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
gh-80448: argparse: Fix IndexError on store_true action (GH-15656)
2022-11-11 18:16:18 -08:00
ast.py
gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)
2022-11-22 03:06:26 -08: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
bpo-40447: accept all path-like objects in compileall.compile_file (GH-19883)
2022-12-23 12:39:55 -08:00
configparser.py
[3.10] gh-100520: Fix rst markup in configparser docstrings (GH-100524) ( #100534 )
2022-12-26 21:12:56 +05:30
contextlib.py
contextvars.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
dataclasses.py
[3.10] gh-96151: Use a private name for passing builtins to dataclass. This now allows for a field named BUILTIN (gh-98143) (gh-98899)
2022-10-31 10:59:18 -04: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
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
[3.10] gh-85267: Improvements to inspect.signature __text_signature__ handling (GH-98796) ( #100393 )
2022-12-20 21:25:18 -08:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
[3.10] bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574) (GH-100023)
2022-12-08 01:02:28 -08:00
nturl2path.py
numbers.py
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
gh-97966: Restore prior expectation that uname_result._fields and ._asdict would include the processor. (gh-98343)
2022-11-26 05:52:12 -08:00
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
bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)
2022-11-07 04:08:39 -08:00
signal.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
2022-12-21 06:06:27 -08:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statistics.py
[3.10] [ GH-99155: Fix NormalDist pickle with 0 and 1 protocols (GH-99156). (GH-99188) (GH-99190)
2022-11-07 04:16:54 -06:00
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
gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99629)
2022-11-27 23:08:12 -08:00
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
Correct typo in typing.py (GH-100423)
2022-12-22 03:43:55 -08:00
uu.py
uuid.py
gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423)
2022-11-02 12:22:19 -07:00
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py
zipimport.py