cpython/Doc/library
Neil Schemenauer 5c245ffce7
gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)
For the free-threaded build, check the process resident set size (RSS)
increase before triggering a full automatic garbage collection.  If the RSS
has not increased 10% since the last collection then it is deferred.
2025-05-05 17:17:05 +00:00
..
__future__.rst
__main__.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
annotationlib.rst gh-125618: Make FORWARDREF format succeed more often (#132818) 2025-05-04 15:21:56 -07:00
archiving.rst
argparse.rst gh-133300: argparse: make suggest_on_error a keyword-only parameter (#133302) 2025-05-02 18:11:44 +03:00
array.rst
ast.rst gh-133033: Add docs for TypeIgnore (#133034) 2025-04-28 13:49:07 +03:00
asynchat.rst
asyncio-api-index.rst
asyncio-dev.rst
asyncio-eventloop.rst gh-128307: Support eager_start=<bool> in create_eager_task_factory and various create_task functions (#128306) 2025-05-05 04:58:07 +00:00
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst gh-129169: update asyncio.ensure_future docs to suggest taskgroups 2025-04-13 07:59:22 +00:00
asyncio-graph.rst
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst
asyncio-protocol.rst
asyncio-queue.rst
asyncio-runner.rst
asyncio-stream.rst
asyncio-subprocess.rst
asyncio-sync.rst
asyncio-task.rst gh-132354: document return value for asyncio.Task.cancel (#132374) 2025-04-13 13:05:44 +05:30
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
audit_events.rst GH-115322: Add missing audit hooks (GH-115624) 2025-04-13 21:46:20 +00:00
base64.rst
bdb.rst
binary.rst
binascii.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst Docs: Add a single table summary for `cmath` (#131887) 2025-04-07 00:36:21 +01:00
cmd.rst
cmdline.rst gh-130160: use .. program:: directive for documenting platform CLI (#133335) 2025-05-03 15:05:04 +03:00
cmdlinelibs.rst
code.rst
codecs.rst gh-133036: Deprecate codecs.open (#133038) 2025-04-30 10:11:09 +09:00
codeop.rst
collections.abc.rst
collections.rst
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst Fixed a typo in the documentation (#132005) 2025-04-08 11:43:11 +03:00
concurrent.rst
configparser.rst
constants.rst
contextlib.rst Docs: Add a missing trailing full stop (#130561) 2025-04-10 14:51:20 +03:00
contextvars.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst gh-131747: ctypes: Deprecate _pack_ implicitly setting _layout_ = 'ms' (GH-133205) 2025-05-05 15:32:06 +02:00
curses.ascii.rst
curses.panel.rst
curses.rst gh-133139: Add curses.assume_default_colors() (GH-133145) 2025-05-03 23:33:22 +03:00
custominterp.rst
dataclasses.rst gh-132111: Document dataclasses.InitVar (#132446) 2025-04-13 12:47:44 -04:00
datatypes.rst
datetime.rst gh-115684: Clarify datetime replace documentation (#116519) 2025-03-24 11:33:16 -04:00
dbm.rst
debug.rst
decimal.rst gh-53032: support IEEE 754 contexts in the decimal module (#122003) 2025-04-28 15:05:56 +02:00
development.rst
devmode.rst
dialog.rst
difflib.rst
dis.rst gh-85583: Add an overview of formatted string literals (f-strings) to `str` (#132689) 2025-04-21 07:49:06 +00:00
distribution.rst
distutils.rst
doctest.rst
email.charset.rst
email.compat32-message.rst
email.contentmanager.rst
email.encoders.rst
email.errors.rst
email.examples.rst
email.generator.rst
email.header.rst
email.headerregistry.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.utils.rst
ensurepip.rst
enum.rst
errno.rst
exceptions.rst gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread (gh-130402) 2025-04-28 15:48:48 +02:00
faulthandler.rst gh-127604: ensure -ldl is passed to the linker when dladdr1 is found (#133040) 2025-04-28 00:28:42 +02:00
fcntl.rst gh-127385: Add F_DUPFD_QUERY to fcntl (GH-127386) 2025-04-25 00:06:42 +03:00
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst gh-133306: Use \z instead of \Z in fnmatch.translate() and glob.translate() (GH-133338) 2025-05-03 17:58:21 +03:00
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst
functools.rst
gc.rst gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399) 2025-05-05 17:17:05 +00:00
getopt.rst
getpass.rst
gettext.rst
glob.rst gh-133306: Use \z instead of \Z in fnmatch.translate() and glob.translate() (GH-133338) 2025-05-03 17:58:21 +03:00
graphlib.rst Python 3.14.0a7 2025-04-08 14:20:51 +03:00
grp.rst
gzip.rst gh-98347: Add links to python-isal in the documentation (#98637) 2025-04-25 01:53:23 +00:00
hashlib-blake2-tree.png
hashlib.rst gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-122183) 2025-04-21 14:15:05 -07:00
heapq.rst gh-110067: Make max heap methods public and add missing ones (GH-130725) 2025-05-05 17:52:49 +02:00
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst Python 3.14.0a7 2025-04-08 14:20:51 +03:00
i18n.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst
importlib.metadata.rst Docs: fix a couple typos in Doc/ (GH-132927) 2025-04-27 15:56:58 -07:00
importlib.resources.abc.rst
importlib.resources.rst
importlib.rst
index.rst
inspect.rst
internet.rst
intro.rst
io.rst gh-91156: Document how TextIOWrapper interacts with UTF-8 mode (GH-132885) 2025-05-03 10:20:10 +09:00
ipaddress.rst
ipc.rst
itertools.rst Minor doc edit: Make multinomial() the first math example (gh-132697) 2025-04-18 12:41:13 -05:00
json.rst gh-132021: Add bool type to the list of allowed JSON key types (#132048) 2025-04-08 11:25:46 +03:00
kde_example.png
keyword.rst
language.rst
linecache.rst gh-60115: Support frozen modules for linecache.getline() (#131638) 2025-04-02 19:50:01 -04:00
locale.rst
logging.config.rst
logging.handlers.rst gh-132106: Ensure that running logging.handlers.QueueListener cannot be started again (GH-132444) 2025-04-13 08:53:13 +01:00
logging.rst
lzma.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst gh-75223: Deprecate undotted extensions in mimetypes.MimeTypes.add_type (#128638) 2025-04-28 14:23:57 +00:00
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst gh-131913: multiprocessing: add interrupt for POSIX (GH-132453) 2025-04-22 23:55:24 -07:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst
os.rst gh-81793: Always call linkat() from os.link(), if available (GH-132517) 2025-05-04 17:24:10 +03:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst GH-123599: url2pathname(): don't call gethostbyname() by default (#132610) 2025-05-05 17:03:42 +00:00
pdb.rst gh-113081: Highlight source code in pdb (#133355) 2025-05-05 09:49:52 +02:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst gh-130160: use .. program:: directive for documenting platform CLI (#133335) 2025-05-03 15:05:04 +03:00
plistlib.rst gh-101100: Fix sphinx warnings in library/plistlib.rst (#132422) 2025-04-13 18:35:26 +00:00
poplib.rst
posix.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst gh-133306: Support \z as a synonym for \Z in regular expressions (GH-133314) 2025-05-03 07:54:33 +00:00
readline.rst GH-115322: Add missing audit hooks (GH-115624) 2025-04-13 21:46:20 +00:00
removed.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
security_warnings.rst
select.rst
selectors.rst
shelve.rst
shlex.rst
shutil.rst Docs: Fix REPL example in Doc/library/shutil.rst (#132700) 2025-04-19 16:15:00 +02:00
signal.rst gh-131803: Clarify that you must register signal handlers for set_wakeup_fd (#131859) 2025-04-14 18:46:11 +02:00
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst gh-132991: Add socket.IP_FREEBIND constant (GH-132998) 2025-04-26 20:54:12 +03:00
socketserver.rst
spwd.rst
sqlite3.rst
ssl.rst
stat.rst
statistics.rst
stdtypes.rst gh-85583: Add an overview of formatted string literals (f-strings) to `str` (#132689) 2025-04-21 07:49:06 +00:00
string.rst gh-89867: string.Formatter auto numbering doc updates (GH-129617) 2025-04-30 14:24:40 +02:00
stringprep.rst
struct.rst gh-121249: fix complex formatting codes in the struct docs (note 10) (GH-133249) 2025-05-02 18:27:07 +02:00
subprocess.rst gh-133089: Use original timeout value for TimeoutExpired when the func subprocess.run is called with a timeout (GH-133103) 2025-05-05 01:15:31 +00:00
sunau.rst
superseded.rst
symtable.rst
sys.monitoring.rst Differentiate bitwise OR from the word "or" (#132890) 2025-04-24 23:05:02 +01:00
sys.rst Docs: fix some typos in Doc/library (#132511) 2025-04-14 13:24:46 +00:00
sys_path_init.rst Docs: fix some typos in Doc/library (#132511) 2025-04-14 13:24:46 +00:00
sysconfig.rst gh-132726: Change the heading of sysconfig CLI section (#133035) 2025-04-28 17:44:49 +03:00
syslog.rst
tabnanny.rst
tarfile.rst gh-133005: Support tarfile.open(mode="w|xz", preset=...) (GH-133007) 2025-04-27 22:19:59 +00:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst Docs: fix some typos in Doc/library (#132511) 2025-04-14 13:24:46 +00:00
text.rst
textwrap.rst
threading.rst gh-107006: Move threading.local docstring to docs (#131840) 2025-05-05 15:00:15 +03:00
time.rst
timeit.rst
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.ttk.rst
token-list.inc
token.rst gh-132661: Implement PEP 750 (#132662) 2025-04-30 11:46:41 +02:00
tokenize.rst
tomllib.rst
trace.rst
traceback.rst
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst Docs: delete title links in turtle.rst and typing.rst (#133283) 2025-05-02 13:15:26 +01:00
types.rst
typing.rst Docs: delete title links in turtle.rst and typing.rst (#133283) 2025-05-02 13:15:26 +01:00
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst
unittest.rst
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst GH-123599: url2pathname(): don't call gethostbyname() by default (#132610) 2025-05-05 17:03:42 +00:00
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst Python 3.14.0a7 2025-04-08 14:20:51 +03:00
venv.rst
warnings.rst gh-128384: Use a context variable for warnings.catch_warnings (gh-130010) 2025-04-09 16:18:54 -07:00
wave.rst
weakref.rst
webbrowser.rst gh-113539: Enable using `$BROWSER` to reorder default seach order in webbrowser.py (#113561) 2025-04-25 14:36:18 +03:00
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst
zipfile.rst gh-84481: Add ZipFile.data_offset attribute (#132165) 2025-04-06 13:51:42 -07:00
zipimport.rst
zlib.rst gh-98347: Add links to python-isal in the documentation (#98637) 2025-04-25 01:53:23 +00:00
zoneinfo.rst