..
2to3.rst
__future__.rst
__main__.rst
_thread.rst
[3.11] gh-96448: fix documentation for _thread.lock.acquire (GH-96449) ( #97851 )
2022-10-22 20:05:31 +01:00
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst
argparse
docs: normalize constant references (GH-98765)
2022-10-28 05:25:58 -07:00
array.rst
ast.rst
gh-96959: Update more HTTP links (GH-97536)
2022-10-22 20:05:59 +01:00
asynchat.rst
asyncio-api-index.rst
[3.11] Docs: Bump sphinx-lint and use double backticks for inline literals (GH-98441) ( #98445 )
2022-10-20 06:07:33 -07:00
asyncio-dev.rst
GH-65046: Fix docs about logging in asyncio
(GH-97559)
2022-10-22 20:06:00 +01:00
asyncio-eventloop.rst
gh-92679: Clarify asyncio.loop.start_tls parameters (GH-92682)
2022-11-01 22:12:52 -07:00
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
2022-10-24 17:09:41 +01:00
asyncio-llapi-index.rst
gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in examples (GH-96707)
2022-10-22 20:06:17 +01:00
asyncio-platforms.rst
asyncio-policy.rst
gh-96377: Update asyncio policy doc intro paras to be clear and accurate (GH-97603)
2022-10-22 20:05:58 +01:00
asyncio-protocol.rst
GH-91635: clarify docs about closing of transport in asyncio (GH-98563)
2022-10-24 11:00:18 -07:00
asyncio-queue.rst
asyncio-runner.rst
Clarify asyncio.Runner docs re: loop_factory (GH-95979)
2022-08-14 09:02:07 -07:00
asyncio-stream.rst
gh-84747: Add async for
comment for StreamReader (GH-98633)
2022-10-25 19:23:08 -07:00
asyncio-subprocess.rst
Fix broken link in asyncio-subprocesses
doc (GH-99214)
2022-11-08 08:33:51 -08:00
asyncio-sync.rst
asyncio-task.rst
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
2022-10-24 17:09:41 +01:00
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
audit_events.rst
base64.rst
bdb.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
binary.rst
binascii.rst
bisect.rst
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
2022-09-25 01:20:45 -07:00
builtins.rst
bz2.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (GH-94370)
2022-10-21 16:27:41 -07:00
codeop.rst
collections.abc.rst
collections.rst
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
concurrent.rst
configparser.rst
gh-98644: point people to tomllib from configparser’s docs (GH-98645)
2022-10-26 07:14:44 -07:00
constants.rst
contextlib.rst
Formatting fixes in contextlib docs (GH-98111)
2022-10-22 20:04:43 +01:00
contextvars.rst
Fix typo in contextvars docs (GH-98823)
2022-10-28 14:23:26 -07:00
copy.rst
copyreg.rst
gh-56133: copyreg docs: Clarify function/constructor parameter (GH-95497)
2022-10-22 20:04:50 +01:00
crypt.rst
crypto.rst
csv.rst
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)
2022-10-07 16:45:53 -07:00
ctypes.rst
gh-92119: ctypes: Print exception class name instead of its representation (GH-98302)
2022-11-07 21:20:06 -08:00
curses.ascii.rst
curses.panel.rst
curses.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
custominterp.rst
dataclasses.rst
gh-98576: Fix types in dataclass.InitVar example (gh-98577)
2022-10-31 08:14:04 -07:00
datatypes.rst
datetime.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
dbm.rst
debug.rst
decimal.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
development.rst
devmode.rst
dialog.rst
difflib.rst
dis.rst
gh-97937: dis docs: add adaptive=False (GH-97939)
2022-10-25 16:06:08 -07:00
distribution.rst
distutils.rst
doctest.rst
email.charset.rst
email.compat32-message.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
email.contentmanager.rst
email.encoders.rst
email.errors.rst
email.examples.rst
email.generator.rst
Fix capitalization of Unix in documentation (GH-96913)
2022-10-22 20:05:49 +01:00
email.header.rst
email.headerregistry.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01: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
gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)
2022-11-06 06:30:32 -08:00
errno.rst
[3.11] gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) (GH-96034) (GH-96038)
2022-09-13 13:00:45 +02:00
exceptions.rst
[3.11] gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) (GH-96034) (GH-96038)
2022-09-13 13:00:45 +02:00
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst
gh-94286 Fix documentation of print default param (GH-94297)
2022-11-06 12:24:02 -08:00
functools.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
graphlib.rst
grp.rst
gzip.rst
hashlib-blake2-tree.png
hashlib.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst
Minor grammar changes to http.client docs (GH-96221)
2022-10-22 20:05:39 +01:00
http.cookiejar.rst
gh-61105: Add default param, note on using cookiejar subclass (GH-95427)
2022-10-22 20:04:54 +01:00
http.cookies.rst
http.rst
http.server.rst
gh-97822: Fix http.server documentation reference to test() function (GH-98027)
2022-10-22 20:04:53 +01:00
i18n.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst
importlib.metadata.rst
[3.11] gh-98706: Sync with importlib_metadata 4.13.0. (GH-98875)
2022-11-05 06:55:04 -07:00
importlib.resources.abc.rst
importlib.resources.rst
importlib.rst
index.rst
Update reference to the size of PyPI (GH-99076)
2022-11-09 11:36:10 -08:00
inspect.rst
gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (GH-98304)
2022-10-22 20:29:11 +01:00
internet.rst
intro.rst
io.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
ipaddress.rst
ipc.rst
itertools.rst
Doc: Fix sphinx-lint issues (GH-98911)
2022-10-31 10:29:30 -07:00
json.rst
gh-96959: Update more HTTP links (GH-97536)
2022-10-22 20:05:59 +01:00
keyword.rst
language.rst
linecache.rst
locale.rst
minor edits to locale doc (GH-98537)
2022-11-04 06:12:01 -07:00
logging.config.rst
[3.11] gh-84095: Fill documentation gap regarding user-defined objects. (GH-96574) (GH-96575)
2022-09-05 08:03:49 +01:00
logging.handlers.rst
[3.11] gh-98307: Add docstring and documentation for SysLogHandler.cr… (GH-98325)
2022-10-16 18:45:59 +01:00
logging.rst
[3.11] gh-96727: Document restrictions on Handler.emit() with respect to locking. (GH-96948) (GH-96950)
2022-10-22 20:06:05 +01:00
lzma.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
mailbox.rst
gh-96959: Update more HTTP links (GH-97536)
2022-10-22 20:05:59 +01:00
mailcap.rst
markup.rst
marshal.rst
math.rst
Clarify that the expression is regular math notation, not Python. (GH-96903) (GH-96908)
2022-10-22 20:06:11 +01:00
mimetypes.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst
Fix capitalization of Unix in documentation (GH-96913)
2022-10-22 20:05:49 +01:00
multiprocessing.shared_memory.rst
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
2022-09-25 01:20:45 -07:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
[3.11] gh-68163: Correct conversion of Rational instances to float (GH-25619) ( #96556 )
2022-09-08 12:03:53 +01:00
numeric.rst
operator.rst
optparse.rst
os.path.rst
Fix capitalization of Unix in documentation (GH-96913)
2022-10-22 20:05:49 +01:00
os.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst
[3.11] Docs: Bump sphinx-lint and use double backticks for inline literals (GH-98441) ( #98445 )
2022-10-20 06:07:33 -07:00
pdb.rst
persistence.rst
pickle.rst
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
2022-09-25 01:20:45 -07:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst
posix.rst
[3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) ( #97924 )
2022-10-22 20:05:10 +01:00
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
gh-96959: Update more HTTP links (GH-97536)
2022-10-22 20:05:59 +01:00
re.rst
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
2022-11-03 00:47:39 -07:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
security_warnings.rst
select.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
selectors.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
gh-85525: Remove extra row in doc (GH-98337)
2022-10-17 15:08:10 -07:00
socket.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
socketserver.rst
spwd.rst
sqlite3.rst
Docs: add named
to the list of styles in the sqlite3.paramstyle attr docs (GH-99078)
2022-11-03 16:27:53 -07:00
ssl.rst
stat.rst
statistics.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
stdtypes.rst
gh-77753: Add example for values that compare equal in stdtypes (GH-98497)
2022-10-25 20:02:44 -07:00
string.rst
stringprep.rst
struct.rst
gh-65002: Make note that null bytes are used to pad bytes (GH-98635)
2022-11-02 19:24:24 -07:00
subprocess.rst
gh-99238: clarify the type of the env dict. (GH-99253)
2022-11-08 13:09:04 -08:00
sunau.rst
superseded.rst
symtable.rst
sys.rst
Fix typo in docs (GH-98863)
2022-10-29 13:56:27 -07:00
sys_path_init.rst
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst
test.rst
Fix capitalization of Unix in documentation (GH-96913)
2022-10-22 20:05:49 +01:00
text.rst
textwrap.rst
threading.rst
gh-96098: Clearly link concurrent.futures from threading & multiprocessing docs (GH-96112)
2022-08-20 21:28:10 -07:00
time.rst
timeit.rst
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst
gh-96959: Update more HTTP links (GH-97536)
2022-10-22 20:05:59 +01:00
tkinter.scrolledtext.rst
tkinter.tix.rst
gh-96959: Update more HTTP links (GH-97536)
2022-10-22 20:05:59 +01:00
tkinter.ttk.rst
gh-96959: Update more HTTP links (GH-97536)
2022-10-22 20:05:59 +01:00
token-list.inc
token.rst
tokenize.rst
tomllib.rst
trace.rst
traceback.rst
[3.11] [doc] Update example in traceback doc (GH-96600) (GH-96603)
2022-09-05 22:43:27 +01:00
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
types.rst
typing.rst
gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958)
2022-11-01 21:00:13 -07:00
unicodedata.rst
unittest.mock-examples.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
unittest.mock.rst
unittest.rst
Fix typo in unittest docs (GH-97742)
2022-10-22 20:05:41 +01:00
unix.rst
urllib.error.rst
urllib.parse.rst
[3.11] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) ( #98052 )
2022-10-22 20:04:55 +01:00
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst
[3.11] Fix v3.11.0 release merge problems (GH-98622)
2022-10-24 16:30:06 -07:00
warnings.rst
wave.rst
gh-77171: Document that wave only supports simple PCM files (GH-97510)
2022-10-22 20:06:02 +01:00
weakref.rst
gh-98348: Mention ReferenceError in weakref.proxy documentation (GH-98355)
2022-10-25 20:55:29 -07:00
webbrowser.rst
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
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
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
xmlrpc.rst
xmlrpc.server.rst
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98371 )
2022-10-22 20:38:26 +01:00
zipapp.rst
zipfile.rst
zipimport.rst
zlib.rst
zoneinfo.rst