cpython/Lib
2024-09-26 12:29:43 +02:00
..
__phello__
_pyrepl gh-123856: Fix PyREPL failure when a keyboard interrupt is triggered after using a history search (#124396) 2024-09-25 20:22:03 +02:00
asyncio gh-120284: Enhance asyncio.run to accept awaitable objects (#120566) 2024-09-26 11:45:08 +05:30
collections
concurrent
ctypes
curses
dbm
email
encodings
ensurepip
html
http
idlelib gh-112938: IDLE - Fix uninteruptable hang when Shell gets rapid continuous output. (#124310) 2024-09-22 15:51:09 -04:00
importlib gh-123085: Fix issue in inferred caller when resources package has no source (#123102) 2024-09-12 19:08:06 +00:00
json
logging
multiprocessing
pathlib
pydoc_data
re
site-packages
sqlite3
sysconfig
test gh-124538: Fix crash when using gc.get_referents on an untracked capsule object (#124559) 2024-09-26 12:29:43 +02:00
tkinter
tomllib
turtledemo
unittest gh-123934: Fix MagicMock not to reset magic method return values (#124038) 2024-09-19 10:55:47 +03:00
urllib
venv gh-124212: Fix undefined variable in error message in venv (GH-124211) 2024-09-18 22:05:18 +00:00
wsgiref
xml
xmlrpc
zipfile
zoneinfo
__future__.py
__hello__.py
_aix_support.py
_android_support.py gh-116622: Mock the passage of time in Android logcat rate limit tests (#124015) 2024-09-13 04:58:11 +00:00
_collections_abc.py gh-124412: Add helpers for converting annotations to source format (#124551) 2024-09-26 00:01:09 +00:00
_colorize.py
_compat_pickle.py
_compression.py
_ios_support.py
_markupbase.py
_opcode_metadata.py gh-124285: Fix bug where bool() is called multiple times for the same part of a boolean expression (#124394) 2024-09-25 15:51:25 +01:00
_osx_support.py
_py_abc.py
_pydatetime.py gh-41431: Add datetime.time.strptime() and datetime.date.strptime() (#120752) 2024-09-25 14:43:58 -07:00
_pydecimal.py
_pyio.py gh-120754: Refactor I/O modules to stash whole stat result rather than individual members (#123412) 2024-09-18 17:47:57 +02:00
_pylong.py
_sitebuiltins.py
_strptime.py gh-41431: Add datetime.time.strptime() and datetime.date.strptime() (#120752) 2024-09-25 14:43:58 -07:00
_threading_local.py
_weakrefset.py
abc.py
annotationlib.py gh-124412: Add helpers for converting annotations to source format (#124551) 2024-09-26 00:01:09 +00:00
antigravity.py
argparse.py bpo-44864: Do not translate user-provided strings in ArgumentParser.add_subparsers() (GH-27667) 2024-09-24 19:54:50 +00:00
ast.py
base64.py
bdb.py
bisect.py
bz2.py
calendar.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
csv.py
dataclasses.py gh-90562: Support zero argument super with dataclasses when slots=True (gh-124455) 2024-09-24 21:26:26 -04:00
datetime.py
decimal.py
difflib.py
dis.py Add "annotate" SET_FUNCTION_ATTRIBUTE bit to dis. (#124566) 2024-09-25 17:01:45 -07:00
doctest.py gh-120254: Add a commands argument to pdb.set_trace (#120255) 2024-09-24 12:52:15 -07:00
enum.py
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py gh-119127: functools.partial placeholders (gh-119827) 2024-09-26 01:04:38 +00: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-119127: functools.partial placeholders (gh-119827) 2024-09-26 01:04:38 +00:00
io.py
ipaddress.py gh-124217, ipaddress: Add RFC 9637 reserved IPv6 block 3fff::/20 (#124240) 2024-09-20 11:01:28 +00:00
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mimetypes.py
modulefinder.py
netrc.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pdb.py gh-123756: Disable restart command if pdb is in inline mode (#123757) 2024-09-25 11:18:01 -07:00
pickle.py
pickletools.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py gh-124405: Fix NameError in openpty (#124406) 2024-09-24 20:06:39 +02:00
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py gh-86009: Fix solaris detection in _USE_CP_SENDFILE check (GH-124289) 2024-09-24 22:23:17 +02:00
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
tabnanny.py
tarfile.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py gh-122145: Handle an empty AST body when reporting tracebacks (#122161) 2024-09-18 18:42:33 +02:00
tracemalloc.py
tty.py
turtle.py gh-123614: Add save function to turtle.py (#123617) 2024-09-12 21:36:17 -07:00
types.py
typing.py gh-124412: Add helpers for converting annotations to source format (#124551) 2024-09-26 00:01:09 +00:00
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
zipapp.py
zipimport.py