| .. |
|
__phello__
|
|
|
|
asyncio
|
gh-102780: Fix uncancel() call in asyncio timeouts (#102815)
|
2023-03-22 10:52:10 -07:00 |
|
collections
|
|
|
|
concurrent
|
|
|
|
ctypes
|
Fix typo in _swappedbytes_ in ctypes comment (#102773)
|
2023-03-25 16:38:24 -07:00 |
|
curses
|
|
|
|
dbm
|
|
|
|
email
|
gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)
|
2023-03-19 19:20:20 -05:00 |
|
encodings
|
|
|
|
ensurepip
|
|
|
|
html
|
|
|
|
http
|
gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (#103113)
|
2023-03-29 15:21:56 -04:00 |
|
idlelib
|
|
|
|
importlib
|
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
|
2023-03-29 15:53:30 -07:00 |
|
json
|
|
|
|
lib2to3
|
|
|
|
logging
|
gh-102799: use exception instance instead of sys.exc_info() (#102885)
|
2023-03-31 11:23:02 +01:00 |
|
msilib
|
|
|
|
multiprocessing
|
|
|
|
pydoc_data
|
|
|
|
re
|
|
|
|
site-packages
|
|
|
|
sqlite3
|
|
|
|
test
|
bpo-4080: unittest durations (#12271)
|
2023-04-03 00:12:51 +02:00 |
|
tkinter
|
gh-102799: use exception instance instead of sys.exc_info() (#102885)
|
2023-03-31 11:23:02 +01:00 |
|
tomllib
|
|
|
|
turtledemo
|
|
|
|
unittest
|
bpo-4080: unittest durations (#12271)
|
2023-04-03 00:12:51 +02:00 |
|
urllib
|
|
|
|
venv
|
|
|
|
wsgiref
|
|
|
|
xml
|
|
|
|
xmlrpc
|
|
|
|
zipfile
|
|
|
|
zoneinfo
|
|
|
|
__future__.py
|
|
|
|
__hello__.py
|
|
|
|
_aix_support.py
|
|
|
|
_collections_abc.py
|
|
|
|
_compat_pickle.py
|
|
|
|
_compression.py
|
|
|
|
_markupbase.py
|
|
|
|
_osx_support.py
|
|
|
|
_py_abc.py
|
|
|
|
_pydecimal.py
|
|
|
|
_pyio.py
|
|
|
|
_pylong.py
|
|
|
|
_sitebuiltins.py
|
|
|
|
_strptime.py
|
|
|
|
_threading_local.py
|
|
|
|
_weakrefset.py
|
|
|
|
abc.py
|
|
|
|
aifc.py
|
|
|
|
antigravity.py
|
|
|
|
argparse.py
|
|
|
|
ast.py
|
|
|
|
base64.py
|
GH-102456: Fix docstring and getopt options for base64 (gh-102457)
|
2023-04-02 14:05:50 +09:00 |
|
bdb.py
|
|
|
|
bisect.py
|
GH-102833: Mention the key function in the docstrings (GH-103009)
|
2023-03-25 02:19:20 -05:00 |
|
bz2.py
|
|
|
|
calendar.py
|
|
|
|
cgi.py
|
|
|
|
cgitb.py
|
|
|
|
chunk.py
|
|
|
|
cmd.py
|
|
|
|
code.py
|
|
|
|
codecs.py
|
|
|
|
codeop.py
|
|
|
|
colorsys.py
|
|
|
|
compileall.py
|
|
|
|
configparser.py
|
|
|
|
contextlib.py
|
|
|
|
contextvars.py
|
|
|
|
copy.py
|
|
|
|
copyreg.py
|
|
|
|
cProfile.py
|
|
|
|
crypt.py
|
|
|
|
csv.py
|
|
|
|
dataclasses.py
|
gh-98886: Fix issues with dataclass fields with special underscore names (#102032)
|
2023-03-25 14:40:11 -07:00 |
|
datetime.py
|
|
|
|
decimal.py
|
|
|
|
difflib.py
|
|
|
|
dis.py
|
gh-103046: Display current line correctly for dis.disco() with CACHE entries (#103047)
|
2023-03-27 23:22:06 +01:00 |
|
doctest.py
|
|
|
|
enum.py
|
gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-103149)
|
2023-03-31 13:52:31 -07:00 |
|
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
|
|
|
|
io.py
|
|
|
|
ipaddress.py
|
|
|
|
keyword.py
|
|
|
|
linecache.py
|
|
|
|
locale.py
|
gh-103085: Fix python locale.getencoding not to emit deprecation warning (gh-103086)
|
2023-03-31 01:23:43 +09:00 |
|
lzma.py
|
|
|
|
mailbox.py
|
|
|
|
mailcap.py
|
|
|
|
mimetypes.py
|
|
|
|
modulefinder.py
|
|
|
|
netrc.py
|
|
|
|
nntplib.py
|
|
|
|
ntpath.py
|
|
|
|
nturl2path.py
|
|
|
|
numbers.py
|
|
|
|
opcode.py
|
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
|
2023-03-29 15:53:30 -07:00 |
|
operator.py
|
|
|
|
optparse.py
|
|
|
|
os.py
|
|
|
|
pathlib.py
|
GH-89727: Fix pathlib.Path.walk RecursionError on deep trees (GH-100282)
|
2023-03-22 14:45:25 +00:00 |
|
pdb.py
|
gh-103068: Check condition expression of breakpoints for pdb (#103069)
|
2023-03-29 12:09:12 +02:00 |
|
pickle.py
|
gh-102799: use exception instance instead of sys.exc_info() (#102885)
|
2023-03-31 11:23:02 +01:00 |
|
pickletools.py
|
|
|
|
pipes.py
|
|
|
|
pkgutil.py
|
|
|
|
platform.py
|
gh-102491: Remove IronPython version check in sys_version (#102492)
|
2023-03-19 15:52:47 -07:00 |
|
plistlib.py
|
|
|
|
poplib.py
|
|
|
|
posixpath.py
|
|
|
|
pprint.py
|
|
|
|
profile.py
|
|
|
|
pstats.py
|
|
|
|
pty.py
|
|
|
|
py_compile.py
|
|
|
|
pyclbr.py
|
|
|
|
pydoc.py
|
gh-102799: Let pydoc use the exception instead of sys.exc_info (#102830)
|
2023-03-21 11:07:03 +00:00 |
|
queue.py
|
|
|
|
quopri.py
|
|
|
|
random.py
|
Move binomialvariate() to a section for discrete distributions (GH-102955)
|
2023-03-23 12:10:12 -05:00 |
|
reprlib.py
|
|
|
|
rlcompleter.py
|
|
|
|
runpy.py
|
|
|
|
sched.py
|
|
|
|
secrets.py
|
|
|
|
selectors.py
|
|
|
|
shelve.py
|
|
|
|
shlex.py
|
|
|
|
shutil.py
|
gh-102828: emit deprecation warning for onerror arg to shutil.rmtree (#102850)
|
2023-03-21 11:08:46 +00:00 |
|
signal.py
|
|
|
|
site.py
|
gh-102799: use exception instance instead of sys.exc_info() (#102885)
|
2023-03-31 11:23:02 +01:00 |
|
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
|
|
|
|
sunau.py
|
|
|
|
symtable.py
|
|
|
|
sysconfig.py
|
|
|
|
tabnanny.py
|
|
|
|
tarfile.py
|
gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424)
|
2023-03-27 16:21:07 -07:00 |
|
telnetlib.py
|
|
|
|
tempfile.py
|
gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#100132)
|
2023-03-24 14:52:06 -07:00 |
|
textwrap.py
|
|
|
|
this.py
|
|
|
|
threading.py
|
|
|
|
timeit.py
|
|
|
|
token.py
|
|
|
|
tokenize.py
|
|
|
|
trace.py
|
|
|
|
traceback.py
|
|
|
|
tracemalloc.py
|
|
|
|
tty.py
|
|
|
|
turtle.py
|
|
|
|
types.py
|
|
|
|
typing.py
|
gh-102433: Use inspect.getattr_static in typing._ProtocolMeta.__instancecheck__ (#103034)
|
2023-04-02 14:22:19 +01:00 |
|
uu.py
|
|
|
|
uuid.py
|
gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709)
|
2023-03-23 17:42:43 -06:00 |
|
warnings.py
|
|
|
|
wave.py
|
|
|
|
weakref.py
|
|
|
|
webbrowser.py
|
gh-102871: Remove obsolete browsers from webbrowser (#102872)
|
2023-03-31 11:02:47 -04:00 |
|
xdrlib.py
|
|
|
|
zipapp.py
|
|
|
|
zipimport.py
|
|
|