cpython/Doc/library
Rodrigo Girão Serrão e753887bd2
Some checks are pending
Tests / Change detection (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if the ABI has changed (push) Blocked by required conditions
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / (push) Blocked by required conditions
Tests / Windows MSI (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / Android (aarch64) (push) Blocked by required conditions
Tests / Android (x86_64) (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Sanitizers (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
[3.13] Minor documentation improvements (GH-140626) (#141161)
2025-11-06 17:37:31 +00:00
..
__future__.rst
__main__.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst [3.13] GH-108009: Add clarification of parser and argument defaults in argparse docs (GH-124154) (#141085) 2025-11-05 22:52:43 +00:00
array.rst
ast.rst
asynchat.rst
asyncio-api-index.rst
asyncio-dev.rst
asyncio-eventloop.rst [3.13] gh-118516: clarify that subprocess are automatically killed if transport gets garbage collected (GH-140997) (#141111) 2025-11-06 10:35:01 +05:30
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst
asyncio-protocol.rst
asyncio-queue.rst
asyncio-runner.rst
asyncio-stream.rst [3.13] gh-138703: clarify data buffer requirement of asyncio.StreamWriter.write (GH-139564) (#139571) 2025-10-04 22:12:03 +05:30
asyncio-subprocess.rst [3.13] gh-118516: clarify that subprocess are automatically killed if transport gets garbage collected (GH-140997) (#141111) 2025-11-06 10:35:01 +05:30
asyncio-sync.rst
asyncio-task.rst
asyncio.rst [3.13] gh-140569: recommend the new REPL in the asyncio REPL docs (GH-140570) (#141116) 2025-11-06 05:45:18 +00:00
asyncore.rst
atexit.rst
audioop.rst
audit_events.rst
base64.rst
bdb.rst
binary.rst
binascii.rst
bisect.rst [3.13] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138567) 2025-09-05 21:39:32 +00:00
builtins.rst
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst [3.13] gh-137871: Clarify cmath.nan documentation by linking to math module (GH-137876) (#140096) 2025-10-14 08:32:41 +00:00
cmd.rst
cmdline.rst
cmdlinelibs.rst
code.rst
codecs.rst [3.13] gh-128571: Document UTF-16/32 native byte order (GH-139974) (#140308) 2025-10-18 19:03:38 +00:00
codeop.rst
collections.abc.rst [3.13] gh-105812: Use the `:deco:` role in place of manual decorator markup (GH-139619) (#139628) 2025-10-05 20:28:30 +00:00
collections.rst [3.13] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138567) 2025-09-05 21:39:32 +00:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst
constants.rst [3.13] gh-138307: Update the Ellipsis documentation (GH-138306) (#138439) 2025-09-05 13:47:19 -07:00
contextlib.rst
contextvars.rst
copy.rst
copyreg.rst
crypt.rst [3.13] gh-139672: Remove references to passlib (GH-139673) (#139868) 2025-10-09 17:22:01 +00:00
crypto.rst
csv.rst [3.13] gh-138005: Document that CSV skipinitialspace=True and delimiter=' ' require quotation for empty fields (GH-138006) (#138799) 2025-09-11 15:18:42 +00:00
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst [3.13] gh-76007: remove curses.__version__ doc (GH-141052) (#141077) 2025-11-05 22:07:32 +00:00
custominterp.rst
dataclasses.rst [3.13] gh-105812: Use the `:deco:` role in place of manual decorator markup (GH-139619) (#139628) 2025-10-05 20:28:30 +00:00
datatypes.rst
datetime.rst
dbm.rst
debug.rst
decimal.rst
development.rst
devmode.rst
dialog.rst
difflib.rst [3.13] Replace ambiguous word "pound" by "hash" in difflib docs (GH-139601) (#139617) 2025-10-05 17:18:11 +00:00
dis.rst
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 [3.13] Docs: Fix typo in email.headerregistry.rst (GH-140965) (#141021) 2025-11-04 19:35:14 +00:00
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.utils.rst
ensurepip.rst
enum.rst [3.13] gh-139487: add missing imports for standalone doctest Enum examples (GH-139488) (#139494) 2025-10-02 14:43:33 +02:00
errno.rst
exceptions.rst
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst
functools.rst [3.13] Docs: Fix cached calls count in factorial example (gh-140882) (gh-141032) 2025-11-05 12:15:05 -06:00
gc.rst [3.13] gh-138556: Fix old link in gc docs (#138596) 2025-09-07 10:53:56 +03:00
getopt.rst
getpass.rst
gettext.rst
glob.rst [3.13] docs: be clearer that glob results are unordered (GH-140184) (#140340) 2025-10-20 07:32:05 +03:00
graphlib.rst
grp.rst
gzip.rst
hashlib-blake2-tree.png
hashlib.rst [3.13] gh-139495: Fix hashlib.file_digest() versionchanged description of BlockingIOError (GH-139496) (#139528) 2025-10-02 17:17:55 -07:00
heapq.rst [3.13] Minor documentation improvements (GH-140626) (#141161) 2025-11-06 17:37:31 +00:00
hmac.rst
html.entities.rst
html.parser.rst [3.13] Fix the versionchanged directive for gh-137836 (GH-140859) 2025-10-31 16:55:54 +00:00
html.rst [3.13] gh-139006: Doc: Clarify html.escape function description (GH-139016) (#139037) 2025-09-17 21:54:16 +08:00
http.client.rst [3.13] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141024) 2025-11-04 16:22:31 -05:00
http.cookiejar.rst [3.13] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140977) 2025-11-04 14:11:15 +01:00
http.cookies.rst
http.rst [3.13] gh-102247: Improve documentation of http.HTTPStatus members update (GH-133190) (#140090) 2025-10-14 08:24:31 +00:00
http.server.rst [3.13] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141024) 2025-11-04 16:22:31 -05:00
i18n.rst
idle.rst [3.13] Minor fixes to idle.rst and regenerate help.html (GH-140037) (#141122) 2025-11-06 12:11:50 +00:00
imaplib.rst Python 3.13.8 2025-10-07 14:01:51 +02:00
imghdr.rst
imp.rst
importlib.metadata.rst
importlib.resources.abc.rst
importlib.resources.rst
importlib.rst [3.13] Remove duplicate words in the documentation (GH-140221) (GH-140226) 2025-10-16 20:10:31 +02:00
index.rst
inspect.rst [3.13] gh-138966: Add description for gi_suspended attribute (GH-139008) (GH-139019) 2025-09-17 04:42:13 -04:00
internet.rst
intro.rst
io.rst
ipaddress.rst
ipc.rst
itertools.rst
json.rst
kde_example.png
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst
logging.handlers.rst [3.13] gh-134817: Restore accidentally deleted line in documentation. (GH-141013) (GH-141017) 2025-11-04 18:57:32 +00:00
logging.rst [3.13] gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra argument (GH-140511) (GH-140785) 2025-10-30 11:31:54 +00:00
lzma.rst
mailbox.rst [3.13] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141024) 2025-11-04 16:22:31 -05:00
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst
mm.rst
mmap.rst [3.13] gh-138092: Correct the documented signature of `mmap.flush` (GH-138671) (#139203) 2025-09-21 11:05:10 +00:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst
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 [3.13] Doc/library/os.rst: Remove spurious parenthesis (GH-139205) (GH-139218) 2025-09-21 19:05:42 +00:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst
pdb.rst
persistence.rst
pickle.rst [3.13] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138567) 2025-09-05 21:39:32 +00:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst [3.13] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139046) 2025-09-17 15:05:56 +00:00
plistlib.rst
poplib.rst
posix.rst
pprint.rst [3.13] gh-139155: Remove "dictionaries are sorted by key" note in pprint docs (GH-139159) (GH-140004) 2025-10-12 16:56:03 +00:00
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst [3.13] gh-139313: Improve docs on XML security (GH-139460) (GH-141066) 2025-11-05 19:06:37 +00:00
python.rst
queue.rst
quopri.rst
random.rst
re.rst
readline.rst
removed.rst
reprlib.rst
resource.rst [3.13] gh-101100: Fix sphinx warnings in library/resource.rst (GH-140023) (#140353) 2025-10-20 07:23:27 +00:00
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
security_warnings.rst
select.rst
selectors.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst [3.13] gh-101100: Fix sphinx warnings in library/resource.rst (GH-140023) (#140353) 2025-10-20 07:23:27 +00:00
site.rst
smtpd.rst
smtplib.rst [3.13] gh-101100: Fix sphinx warnings in library/smtplib.rst (GH-139991) (#140085) 2025-10-14 08:18:53 +00:00
sndhdr.rst
socket.rst
socketserver.rst
spwd.rst
sqlite3.rst Python 3.13.8 2025-10-07 14:01:51 +02:00
ssl.rst [3.13] gh-138633: synchronize documented signatures of SSL objects with runtime ones (GH-138639, GH-138648) (#138647) 2025-09-18 13:07:06 +01:00
stat.rst
statistics.rst
stdtypes.rst [3.13] Remove duplicate words in the documentation (GH-140221) (GH-140226) 2025-10-16 20:10:31 +02:00
string.rst
stringprep.rst
struct.rst
subprocess.rst
sunau.rst
superseded.rst
symtable.rst
sys.monitoring.rst [3.13] Document that returning sys.monitoring.DISABLE in response to a global event raises ValueError (GH-140726) (GH-141015) 2025-11-04 18:36:40 +00:00
sys.rst
sys_path_init.rst
sysconfig.rst [3.13] Synced docs and docstring for sysconfig.get_platform (GH-135530) (#138975) 2025-09-17 13:22:36 +00:00
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst
test.rst
text.rst
textwrap.rst
threading.rst
time.rst [3.13] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141024) 2025-11-04 16:22:31 -05:00
timeit.rst
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst [3.13] gh-138997: Remove false justify fill option from Tkinter docs (GH-139023) (#140320) 2025-10-19 03:53:44 +00:00
tkinter.scrolledtext.rst
tkinter.ttk.rst
token-list.inc
token.rst
tokenize.rst
tomllib.rst
trace.rst
traceback.rst
tracemalloc.rst
tty.rst
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst [3.13] gh-138772: Fix and improve documentation for turtle color functions (GH-139325) (GH-140048) 2025-10-13 15:56:31 +00:00
types.rst
typing.rst [3.13] [Docs] Add missing note about Required/NotRequired/ReadOnly in get_type_hints() (GH-139565) (#140387) 2025-10-20 13:23:28 -07:00
unicodedata.rst [3.13] Fix the reference to unicode specification (#139138) (#139285) 2025-09-24 10:36:37 +02:00
unittest.mock-examples.rst
unittest.mock.rst
unittest.rst
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst
urllib.robotparser.rst [3.13] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140977) 2025-11-04 14:11:15 +01:00
urllib.rst
uu.rst
uuid.rst
venv.rst [3.13] Fix Windows path in venv docs (GH-138478) 2025-09-03 20:22:05 +00:00
warnings.rst [3.13] gh-140241: Fix documentation for the registry parameter of warnings.warn_explicit() (GH-140242) (GH-140293) 2025-10-18 11:03:03 +00:00
wave.rst
weakref.rst
webbrowser.rst
windows.rst
winreg.rst [3.13] gh-140826 Remove the wrong documents about comparison behavior on winreg.HKEYType (GH-140999) (GH-141003) 2025-11-04 16:36:46 +00:00
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.rst [3.13] gh-139313: Improve docs on XML security (GH-139460) (GH-141066) 2025-11-05 19:06:37 +00:00
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst [3.13] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552) (#140567) 2025-10-24 20:53:38 +00:00
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst
zipfile.rst
zipimport.rst
zlib.rst [3.13] zlib.rst: Link to constants and deduplicate text (GH-140115) (GH-140350) 2025-10-21 14:45:02 -07:00
zoneinfo.rst [3.13] Doc/library/zoneinfo.rst: Fix typo (GH-139190) (#139230) 2025-10-08 15:54:08 +02:00