..
__future__.rst
…
__main__.rst
…
_thread.rst
…
abc.rst
…
allos.rst
…
archiving.rst
…
argparse.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
array.rst
gh-114115: Update documentation of array.array (GH-114117)
2024-01-22 08:42:50 +00:00
ast.rst
gh-101100: Fix Sphinx warnings in `library/ast.rst` ( #113289 )
2023-12-19 15:44:57 +00:00
asyncio-api-index.rst
…
asyncio-dev.rst
…
asyncio-eventloop.rst
…
asyncio-exceptions.rst
…
asyncio-extending.rst
…
asyncio-future.rst
…
asyncio-llapi-index.rst
…
asyncio-platforms.rst
…
asyncio-policy.rst
gh-113664: Improve style of Big O notation (GH-113695)
2024-01-10 15:01:18 +02:00
asyncio-protocol.rst
…
asyncio-queue.rst
…
asyncio-runner.rst
…
asyncio-stream.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
asyncio-subprocess.rst
…
asyncio-sync.rst
…
asyncio-task.rst
…
asyncio.rst
…
atexit.rst
…
audit_events.rst
…
base64.rst
…
bdb.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
binary.rst
…
binascii.rst
…
bisect.rst
gh-113664: Improve style of Big O notation (GH-113695)
2024-01-10 15:01:18 +02:00
builtins.rst
…
bz2.rst
…
calendar.rst
gh-101100: Fix Sphinx warnings in `library/calendar.rst` ( #113500 )
2023-12-27 09:36:17 +00:00
cmath.rst
…
cmd.rst
gh-101100: Fix Sphinx warnings in `library/cmd.rst` ( #113502 )
2023-12-27 12:17:30 +02:00
cmdline.rst
…
code.rst
…
codecs.rst
…
codeop.rst
…
collections.abc.rst
Fix typo in collections.abc docs example ( #113310 )
2023-12-20 09:51:16 +00:00
collections.rst
gh-113664: Improve style of Big O notation (GH-113695)
2024-01-10 15:01:18 +02:00
colorsys.rst
…
compileall.rst
…
concurrency.rst
Put contextvars docs into the concurrency category (GH-24760)
2021-03-06 08:25:54 -08:00
concurrent.futures.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
concurrent.rst
…
configparser.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
constants.rst
…
contextlib.rst
gh-66944: Note that the `contextlib.closing` example is for illustrative purposes ( #112198 )
2024-01-23 01:00:53 +00:00
contextvars.rst
gh-113664: Improve style of Big O notation (GH-113695)
2024-01-10 15:01:18 +02:00
copy.rst
…
copyreg.rst
…
crypto.rst
…
csv.rst
gh-113046: Revise csv.reader doc ( #113207 )
2023-12-16 03:12:39 -05:00
ctypes.rst
…
curses.ascii.rst
…
curses.panel.rst
…
curses.rst
…
custominterp.rst
…
dataclasses.rst
gh-88531 Fix dataclass __post_init__/__init__ interplay documentation (gh-107404)
2024-01-16 20:17:34 -05:00
datatypes.rst
…
datetime.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
dbm.rst
gh-74573: document that ndbm can silently corrupt databases on macOS ( #113354 )
2023-12-23 13:33:34 +01:00
debug.rst
…
decimal.rst
…
development.rst
…
devmode.rst
…
dialog.rst
…
difflib.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
dis.rst
Docs: Fix typo in code snippet (GH-114421)
2024-01-22 17:56:30 +02:00
distribution.rst
…
doctest.rst
gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest/` ( #112109 )
2024-01-18 16:58:11 +01:00
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
gh-114211: Update EmailMessage doc about ordered keys ( #114224 )
2024-01-18 02:25:22 +00:00
email.mime.rst
…
email.parser.rst
…
email.policy.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
email.rst
…
email.utils.rst
[CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() ( #111116 )
2023-12-15 16:10:40 +01:00
ensurepip.rst
…
enum.rst
gh-114231: Fix indentation in enum.rst ( #114232 )
2024-01-18 09:23:15 +00:00
errno.rst
…
exceptions.rst
gh-101100: Fix various Sphinx warnings for dunder references in the `library/` directory ( #113163 )
2023-12-15 19:15:34 +02:00
faulthandler.rst
…
fcntl.rst
gh-114321: Expose more constants in the fcntl module (GH-114322)
2024-01-22 18:09:22 +02:00
filecmp.rst
…
fileformats.rst
…
fileinput.rst
…
filesys.rst
…
fnmatch.rst
gh-94220: Align fnmatch docs with the implementation and amend markup ( #114152 )
2024-01-16 22:35:09 +00:00
fractions.rst
gh-67790: Support basic formatting for Fraction ( #111320 )
2023-12-16 10:58:31 +00:00
frameworks.rst
…
ftplib.rst
Docs: link to sys.stdout in ftplib docs ( #114396 )
2024-01-21 17:41:21 +00:00
functional.rst
…
functions.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
functools.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
gc.rst
gh-113755: Fully adapt gcmodule.c to Argument Clinic ( #113756 )
2024-01-08 18:32:34 +01:00
getopt.rst
…
getpass.rst
…
gettext.rst
…
glob.rst
…
graphlib.rst
…
grp.rst
…
gzip.rst
…
hashlib-blake2-tree.png
…
hashlib.rst
…
heapq.rst
gh-113664: Improve style of Big O notation (GH-113695)
2024-01-10 15:01:18 +02:00
hmac.rst
…
html.entities.rst
…
html.parser.rst
…
html.rst
…
http.client.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
http.cookiejar.rst
…
http.cookies.rst
…
http.rst
…
http.server.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
i18n.rst
…
idle.rst
gh-72284: Revise lists in IDLE doc ( #114174 )
2024-01-17 07:52:32 +00:00
imaplib.rst
…
importlib.metadata.rst
gh-113174: Sync with importlib_metadata 7.0 ( #113175 )
2023-12-21 15:04:05 -05:00
importlib.resources.abc.rst
…
importlib.resources.rst
…
importlib.rst
…
index.rst
…
inspect.rst
…
internet.rst
…
intro.rst
…
io.rst
…
ipaddress.rst
…
ipc.rst
…
itertools.rst
Minor algebraic simplification for the totient() recipe (gh-113822)
2024-01-08 13:16:22 -06:00
json.rst
…
kde_example.png
Improve kde graph with better caption and number formatting (gh-113967)
2024-01-11 18:25:18 -06:00
keyword.rst
…
language.rst
…
linecache.rst
…
locale.rst
…
logging.config.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
logging.handlers.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
logging.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
lzma.rst
…
mailbox.rst
gh-66515: mailbox.MH now supports folders withou the ".mh_sequences" file (GH-804)
2023-12-26 11:15:14 +02:00
markup.rst
…
marshal.rst
gh-113626: Add allow_code parameter in marshal functions (GH-113648)
2024-01-16 18:05:15 +02:00
math.rst
…
mimetypes.rst
…
mm.rst
…
mmap.rst
gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)
2024-01-16 08:51:46 +01:00
modulefinder.rst
…
modules.rst
…
msvcrt.rst
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds ( #113817 )
2024-01-10 23:02:17 +01:00
multiprocessing.rst
…
multiprocessing.shared_memory.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
netdata.rst
…
netrc.rst
…
numbers.rst
gh-101100: Fix Sphinx nitpicks in `library/numbers.rst` ( #113162 )
2023-12-15 19:05:12 +02:00
numeric.rst
…
operator.rst
…
optparse.rst
…
os.path.rst
GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths ( #113829 )
2024-01-13 07:36:05 +00:00
os.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
pathlib-inheritance.png
…
pathlib-inheritance.svg
…
pathlib.rst
GH-82695: Clarify `pathlib.Path.mkdir()` documentation ( #114032 )
2024-01-23 02:31:09 +00:00
pdb.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
persistence.rst
…
pickle.rst
gh-89850: Add default C implementations of persistent_id() and persistent_load() (GH-113579)
2024-01-10 15:30:37 +02:00
pickletools.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
pkgutil.rst
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)
2023-05-03 16:11:54 -07:00
platform.rst
…
plistlib.rst
gh-113537: support loads str in plistlib.loads ( #113582 )
2024-01-06 10:26:59 +01:00
poplib.rst
…
posix.rst
…
pprint.rst
…
profile.rst
…
pty.rst
gh-105912: document gotcha with using os.fork on macOS ( #112871 )
2023-12-14 20:14:50 +01:00
pwd.rst
…
py_compile.rst
…
pyclbr.rst
gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` ( #113739 )
2024-01-05 19:15:07 +00:00
pydoc.rst
…
pyexpat.rst
…
python.rst
…
queue.rst
…
quopri.rst
…
random.rst
gh-101100: Fix Sphinx warnings in library/random.rst ( #112981 )
2023-12-28 12:29:12 -07:00
re.rst
gh-114332: Fix the flags reference for ``re.compile()`` ( #114334 )
2024-01-20 11:17:41 +00:00
readline.rst
gh-101100: Fix Sphinx nitpicks in `library/rlcompleter.rst` ( #113125 )
2023-12-15 10:57:23 +02:00
reprlib.rst
…
resource.rst
…
rlcompleter.rst
gh-101100: Fix Sphinx nitpicks in `library/rlcompleter.rst` ( #113125 )
2023-12-15 10:57:23 +02:00
runpy.rst
Docs: minor amendments to runpy.rst ( #18416 )
2024-01-23 00:00:26 +00:00
sched.rst
…
secrets.rst
…
security_warnings.rst
…
select.rst
gh-113664: Improve style of Big O notation (GH-113695)
2024-01-10 15:01:18 +02:00
selectors.rst
…
shelve.rst
gh-74573: document that ndbm can silently corrupt databases on macOS ( #113354 )
2023-12-23 13:33:34 +01:00
shlex.rst
…
shutil.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
signal.rst
gh-89414: Document that SIGCLD is not available on macOS ( #113580 )
2023-12-30 16:19:47 +01:00
site.rst
…
smtplib.rst
…
socket.rst
…
socketserver.rst
…
sqlite3.rst
Docs: align sqlite3 docs with versionadded/versionchanged recommendations ( #114400 )
2024-01-21 19:54:19 +00:00
ssl.rst
Docs: OpenSSL wording ambiguity ( #113296 )
2023-12-21 00:50:25 -07:00
stat.rst
gh-113666: Adding missing UF_ and SF_ flags to module 'stat' ( #113667 )
2024-01-15 12:22:43 +01:00
statistics.rst
Update KDE recipe to match the standard use of the h parameter (gh-#113958)
2024-01-11 16:21:21 -06:00
stdtypes.rst
…
string.rst
Docs: Link tokens in the format string grammars ( #108184 )
2024-01-09 02:47:59 +00:00
stringprep.rst
…
struct.rst
…
subprocess.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
superseded.rst
…
symtable.rst
…
sys.monitoring.rst
GH-111963: Clarify sys.monitoring.free_tool_id's limitations (GH-112291)
2023-11-21 14:58:30 -08:00
sys.rst
gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect implementation ( #114385 )
2024-01-21 13:49:49 +01:00
sys_path_init.rst
…
sysconfig.rst
…
syslog.rst
…
tabnanny.rst
…
tarfile.rst
gh-89159: Document missing TarInfo members ( #91564 )
2024-01-12 23:19:57 +00:00
tempfile.rst
…
termios.rst
…
test.rst
gh-101100: Fix various Sphinx warnings for dunder references in the `library/` directory ( #113163 )
2023-12-15 19:15:34 +02:00
text.rst
…
textwrap.rst
Fix typo in Doc/library/textwrap.rst ( #110328 )
2023-10-06 14:25:02 +00:00
threading.rst
…
time.rst
gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and CLOCK_UPTIME_RAW_APROX on macOS in the time module ( #113792 )
2024-01-08 20:44:00 +01:00
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
Fix typo in tkinter.ttk.rst (GH-106157)
2024-01-17 18:23:25 +00:00
token-list.inc
…
token.rst
…
tokenize.rst
…
tomllib.rst
gh-113234: tomllib docs: reorder conversion table & add remaining types (GH-113236)
2023-12-19 11:29:55 +01:00
trace.rst
…
traceback.rst
gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` ( #113106 )
2023-12-14 14:10:35 +00:00
tracemalloc.rst
…
tty.rst
gh-114328: tty cbreak mode should not alter ICRNL ( #114335 )
2024-01-21 15:25:52 -08:00
tulip_coro.dia
…
tulip_coro.png
…
turtle-star.pdf
…
turtle-star.png
…
turtle-star.ps
…
turtle.rst
…
types.rst
…
typing.rst
gh-113255: Clarify docs for `typing.reveal_type` ( #113286 )
2023-12-20 17:21:23 +00:00
unicodedata.rst
…
unittest.mock-examples.rst
…
unittest.mock.rst
Link to the glossary for "magic methods" in ``MagicMock`` ( #111292 )
2024-01-12 22:54:36 +00:00
unittest.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
unix.rst
…
urllib.error.rst
…
urllib.parse.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
urllib.request.rst
gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.client.rst` ( #114060 )
2024-01-14 20:38:53 +00:00
urllib.robotparser.rst
…
urllib.rst
…
uuid.rst
…
venv.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
warnings.rst
…
wave.rst
…
weakref.rst
…
webbrowser.rst
…
windows.rst
…
winreg.rst
…
winsound.rst
…
wsgiref.rst
gh-101100: Fix various Sphinx warnings for dunder references in the `library/` directory ( #113163 )
2023-12-15 19:15:34 +02:00
xml.dom.minidom.rst
…
xml.dom.pulldom.rst
…
xml.dom.rst
…
xml.etree.elementtree.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
xml.rst
…
xml.sax.handler.rst
…
xml.sax.reader.rst
…
xml.sax.rst
…
xml.sax.utils.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
xmlrpc.client.rst
gh-101100: Fix various Sphinx warnings for dunder references in the `library/` directory ( #113163 )
2023-12-15 19:15:34 +02:00
xmlrpc.rst
…
xmlrpc.server.rst
…
zipapp.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
zipfile.rst
Docs: align usage of versionadded/versionchanged with recommended practice ( #114409 )
2024-01-22 21:40:26 +00:00
zipimport.rst
…
zlib.rst
…
zoneinfo.rst
…