..
__phello__
asyncio
[3.11] gh-100226: Clarify StreamReader.read behavior (GH-101807) ( #102001 )
2023-02-23 19:05:59 +05:30
collections
concurrent
ctypes
[3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() result ( #101339 )
2023-01-26 01:02:37 -08:00
curses
dbm
distutils
email
gh-101021: Document binary parameters as bytes (GH-101024)
2023-01-14 12:22:08 -08:00
encodings
[3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) ( #99222 )
2022-11-07 18:57:10 -08:00
ensurepip
gh-99134: Update bundled pip to 22.3.1 (gh-99135)
2022-11-05 12:27:23 -07:00
html
[3.11] gh-100210: Correct the comment link for unescaping HTML (GH-100212) ( #102044 )
2023-02-21 07:52:02 +08:00
http
[3.11] gh-100474: Fix handling of dirs named index.html in http.server (GH-100505)
2022-12-24 15:28:41 -05:00
idlelib
IDLE: Simplify DynOptionsMenu __init__code (GH-101371)
2023-02-27 22:41:20 -08:00
importlib
[3.11] gh-98706: Sync with importlib_metadata 4.13.0. (GH-98875)
2022-11-05 06:55:04 -07:00
json
lib2to3
logging
[3.11] gh-99811: Use correct variable to search for time in format string (GH-99812) (GH-99851)
2022-11-28 19:16:49 +00:00
msilib
multiprocessing
[3.11] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) ( #99973 )
2022-12-05 13:38:25 +01:00
pydoc_data
Python 3.11.2
2023-02-07 13:37:51 +00:00
re
site-packages
sqlite3
test
gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)
2023-03-14 20:00:28 -07:00
tkinter
gh-57762: fix misleading tkinter.Tk docstring (GH-98837)
2022-12-22 15:01:38 -08:00
tomllib
turtledemo
unittest
[3.11] gh-96127: Fix inspect.signature
call on mocks ( #96335 ) ( #101646 )
2023-02-08 11:05:57 +01:00
urllib
[3.11] gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100) (gh-102117)
2023-02-22 20:42:04 +09:00
venv
[3.11] gh-98741: Remove useless check_home usage from is_python_build usage (GH-98743) (GH-98746)
2022-10-26 23:35:54 +01:00
wsgiref
xml
xmlrpc
zoneinfo
[3.11] Fix typos in documentation and comments (GH-102374) ( #102376 )
2023-03-02 16:00:06 +00:00
__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
aifc.py
antigravity.py
argparse.py
gh-101979: argparse: fix a bug where parentheses in metavar argument of add_argument() were dropped (GH-102318)
2023-03-05 07:18:34 -08:00
ast.py
gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)
2022-11-22 03:03:26 -08:00
asynchat.py
asyncore.py
base64.py
bdb.py
gh-101517: make bdb avoid looking up in linecache with lineno=None (GH-101787)
2023-02-10 09:26:27 -08:00
bisect.py
bz2.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
bpo-40447: accept all path-like objects in compileall.compile_file (GH-19883)
2022-12-23 12:43:13 -08:00
configparser.py
[3.11] gh-100520: Fix rst
markup in configparser
docstrings (GH-100524) ( #100533 )
2022-12-26 21:13:11 +05:30
contextlib.py
gh-95882: fix regression in the traceback of exceptions propagated from inside a contextlib context manager (GH-95883)
2023-01-03 08:18:45 -08:00
contextvars.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
dataclasses.py
[3.11] gh-102069: Fix __weakref__
descriptor generation for custom dataclasses (GH-102075) ( #102662 )
2023-03-13 16:17:46 -06:00
datetime.py
decimal.py
difflib.py
dis.py
doctest.py
gh-99433: Fix doctest
failure on types.MethodWrapperType
(GH-99434)
2022-12-30 04:18:54 -08:00
enum.py
gh-101541: [Enum] create flag psuedo-member without calling original __new__ (GH-101590)
2023-02-05 19:52:22 -08:00
filecmp.py
fileinput.py
[3.11] gh-101961 fileinput.hookcompressed should not set the encoding value for the binary mode (gh-102068) ( #102098 )
2023-02-21 12:39:16 +09:00
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.11] gh-85267: Improvements to inspect.signature __text_signature__ handling (GH-98796) ( #100392 )
2022-12-20 21:25:13 -08:00
io.py
ipaddress.py
gh-82836: fix private network check (GH-97733)
2022-11-29 14:12:57 -08:00
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdrive() (GH-100351)
2023-01-12 21:32:26 +00:00
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py
pdb.py
GH-101673: Fix pdb bug where local variable changes are lost after longlist (GH-101674)
2023-03-12 16:40:56 -07:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
gh-100750: pass encoding kwarg in lib/platform.py (GH-100751)
2023-01-20 21:07:56 -08:00
plistlib.py
gh-101992: update pstlib module documentation (GH-102133)
2023-03-04 22:36:00 -08:00
poplib.py
posixpath.py
gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194)
2022-11-30 15:31:49 -08:00
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py
[3.11] GH-101097: Switch from standard interval notation to greater or less than signs for random.random()'s documentation (GH-101119) (GH-101246)
2023-01-22 13:45:55 -08:00
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:11:11 -08:00
signal.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
Fix broken link to MSDN (GH-102355)
2023-03-13 06:42:30 -07:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statistics.py
[3.11] GH-99155: Fix NormalDist
pickle with 0
and 1
protocols (GH-99156). (GH-99188)
2022-11-07 01:41:08 -08:00
string.py
stringprep.py
struct.py
subprocess.py
Update Lib/subprocess.py
2023-02-08 15:44:06 -08:00
sunau.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850)
2022-11-26 11:01:20 -08:00
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:15:00 -08:00
traceback.py
[3.11] gh-99103: Normalize specialized traceback anchors against the current line ( #99423 )
2022-11-21 22:16:12 +00:00
tracemalloc.py
tty.py
turtle.py
gh-101100: Fix Sphinx warnings in turtle
module (GH-102340)
2023-03-13 04:33:38 -07:00
types.py
typing.py
gh-101015: Fix typing.get_type_hints
with unpacked *tuple
(PEP 646) (GH-101031)
2023-01-23 00:20:15 -08:00
uu.py
uuid.py
gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423)
2022-11-02 12:12:31 -07:00
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py
[3.11] gh-101566: Sync with zipp 3.14. (GH-102018). (GH-102090)
2023-02-20 15:22:03 -08:00
zipimport.py
GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (GH-99768)
2022-11-27 03:19:02 -08:00