cpython/Doc/library
2022-02-08 10:50:26 -08:00
..
2to3.rst bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (GH-30075) 2021-12-13 10:04:34 +00:00
__future__.rst
__main__.rst
_thread.rst
abc.rst bpo-43698: do not use ... as argument name in docs (GH-30502) 2022-01-26 19:06:10 +09:00
aifc.rst
allos.rst
archiving.rst
argparse.rst argparse docs: prog default is the basename of argv[0] (GH-30298) 2022-01-02 12:16:25 -08:00
array.rst
ast.rst bpo-45292: [PEP-654] add except* (GH-29581) 2021-12-14 16:48:15 +00:00
asynchat.rst
asyncio-api-index.rst bpo-42413: Replace concurrent.futures.TimeoutError and asyncio.TimeoutError with builtin TimeoutError (GH-30197) 2021-12-19 13:22:40 +02:00
asyncio-dev.rst
asyncio-eventloop.rst typos (#30239) 2021-12-23 12:25:12 +02:00
asyncio-exceptions.rst bpo-42413: Replace concurrent.futures.TimeoutError and asyncio.TimeoutError with builtin TimeoutError (GH-30197) 2021-12-19 13:22:40 +02:00
asyncio-future.rst
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst
asyncio-protocol.rst
asyncio-queue.rst
asyncio-stream.rst
asyncio-subprocess.rst
asyncio-sync.rst
asyncio-task.rst bpo-42413: Replace concurrent.futures.TimeoutError and asyncio.TimeoutError with builtin TimeoutError (GH-30197) 2021-12-19 13:22:40 +02:00
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
audit_events.rst
base64.rst
bdb.rst
binary.rst
binascii.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst bpo-46659: calendar uses locale.getlocale() (GH-31166) 2022-02-08 00:24:09 +01:00
cgi.rst bpo-23952: Document cgi module's maxlen variable (GH-30338) 2022-02-06 05:59:32 -08:00
cgitb.rst
chunk.rst
cmath.rst
cmd.rst bpo-46196: document method cmd.Cmd.columnize (#30303) 2022-01-02 13:33:20 -05:00
code.rst
codecs.rst
codeop.rst
collections.abc.rst
collections.rst Fix minor details in the Counter docs (GH-31029) 2022-02-01 22:18:11 -06:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst Fix missing "," in the documentation of Executor Objects (GH-30404) 2022-01-04 10:48:04 -08:00
concurrent.rst
configparser.rst bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952) 2022-02-02 08:59:39 -08:00
constants.rst
contextlib.rst
contextvars.rst
copy.rst
copyreg.rst bpo-20823: Clarify copyreg.pickle() documentation (GH-30230) 2022-01-18 21:53:43 +02:00
crypt.rst
crypto.rst
csv.rst
ctypes.rst bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976) 2021-12-11 00:00:02 +01:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
dataclasses.rst bpo-46290: Fix parameter names in dataclasses docs (GH-30450) 2022-01-08 12:56:35 +02:00
datatypes.rst
datetime.rst Update documentation in datetime module strftime-and-strptime-behavior fix typo in '%W' format code description (GH-30232) 2022-01-19 09:39:57 -08:00
dbm.rst
debug.rst
decimal.rst
development.rst
devmode.rst
dialog.rst
difflib.rst
dis.rst bpo-46329: Split calls into precall and call instructions. (GH-30855) 2022-01-28 12:42:30 +00:00
distribution.rst
distutils.rst
doctest.rst
email.charset.rst
email.compat32-message.rst
email.contentmanager.rst
email.encoders.rst
email.errors.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
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 bpo-46569: [Enum] fix typo in StrEnum docs (GH-31007) 2022-02-03 07:22:41 -08:00
errno.rst
exceptions.rst bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236) 2022-01-27 10:24:48 +00: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 bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031) 2022-02-03 11:43:25 +02:00
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst bpo-37578: glob.glob -- added include_hidden parameter (GH-30153) 2021-12-18 06:23:34 -08:00
graphlib.rst
grp.rst
gzip.rst
hashlib-blake2-tree.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
hashlib.rst bpo-42982: update pbkdf2 example & add another link (GH-30966) 2022-01-27 12:18:28 -08:00
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776) 2022-01-22 14:31:15 +02:00
i18n.rst
idle.rst bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) 2022-01-26 22:16:31 -05:00
imaplib.rst
imghdr.rst
imp.rst
importlib.metadata.rst
importlib.resources.abc.rst bpo-46109: Separate out files relating to importlib.resources (GH-30160) 2021-12-30 21:17:05 -05:00
importlib.resources.rst bpo-46109: Separate out files relating to importlib.resources (GH-30160) 2021-12-30 21:17:05 -05:00
importlib.rst bpo-46109: Separate out files relating to importlib.resources (GH-30160) 2021-12-30 21:17:05 -05:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst Fix typo in io.rst (GH-30218) 2021-12-26 13:11:08 +02:00
ipaddress.rst
ipc.rst
itertools.rst Add recipe for subslices (GH-31028) 2022-02-01 22:18:52 -06:00
json.rst bpo-46157: fix typo in docs (GH-30237) 2021-12-23 11:17:31 +02:00
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst bpo-41906: Accept built filters in dictConfig (GH-30756) 2022-01-24 04:39:50 -08:00
logging.handlers.rst bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) 2021-12-14 00:53:37 +00:00
logging.rst
lzma.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst
mm.rst
mmap.rst bpo-46176: mmap module adding MAP_STACK constant. (GH-30252) 2021-12-29 22:52:29 +09:00
modulefinder.rst
modules.rst bpo-46109: Separate out files relating to importlib.resources (GH-30160) 2021-12-30 21:17:05 -05:00
msilib.rst
msvcrt.rst
multiprocessing.rst bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) 2022-01-18 13:31:27 -08:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multiple leading periods (GH-30347) 2022-01-03 20:10:07 +00:00
os.rst doc: Clarify os.urandom return type (#30282) 2022-01-19 13:22:15 -08:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
pathlib.rst bpo-29688: document and test pathlib.Path.absolute() (GH-26153) 2022-01-28 15:40:55 -08:00
pdb.rst bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) 2022-01-07 19:41:23 +00:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst bpo-46157: fix typo in docs (GH-30237) 2021-12-23 11:17:31 +02:00
posix.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst bpo-45321: Add missing error codes to module xml.parsers.expat.errors (GH-30188) 2021-12-31 10:57:00 +01:00
python.rst
queue.rst
quopri.rst
random.rst bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" (GH-31098) 2022-02-03 07:48:13 -06:00
re.rst bpo-31369: include `RegexFlag in re.__all__` (GH-30279) 2022-02-04 19:54:28 -08:00
readline.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
signal.rst bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266) 2021-12-13 18:22:43 +01:00
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst bpo-30512: Add CAN Socket support for NetBSD (GH-30066) 2022-01-21 09:44:05 +02:00
socketserver.rst
spwd.rst
sqlite3.rst bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) 2022-01-18 07:37:02 -05:00
ssl.rst bpo-40066: [Enum] fix tests (GH-30643) 2022-01-17 08:52:42 -08:00
stat.rst
statistics.rst Update potentially confusing note for mean. (GH-30174) 2021-12-21 09:00:53 +00:00
stdtypes.rst bpo-45680: Minor formatting fix in stdtypes.rst (GH-30690) 2022-01-19 23:37:05 +08:00
string.rst bpo-46307: Add string.Template.get_identifiers() method (GH-30493) 2022-01-11 11:15:42 -08:00
stringprep.rst
struct.rst
subprocess.rst
sunau.rst
superseded.rst
symtable.rst
sys.rst bpo-46328: Add sys.exception() (GH-30514) 2022-01-13 12:35:58 +00:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst bpo-46157: fix typo in docs (GH-30237) 2021-12-23 11:17:31 +02:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst
text.rst
textwrap.rst
threading.rst
time.rst bpo-43869: Time Epoch is the same on all platforms (GH-30664) 2022-01-19 11:27:11 +01:00
timeit.rst bpo-23183: Document the timeit output (GH-30359) 2022-01-14 17:25:36 +00:00
tk.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
tk_msg.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
tkinter.colorchooser.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
tkinter.dnd.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
tkinter.font.rst
tkinter.messagebox.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token-list.inc
token.rst
tokenize.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
types.rst Doc: some rst linting. (GH-30149) 2021-12-17 13:55:03 +01:00
typing.rst bpo-46475: Add typing.Never and typing.assert_never (GH-30842) 2022-02-08 10:50:26 -08:00
undoc.rst
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst doc: fix a typo in unittest.mock.rst (GH-30227) 2021-12-26 13:09:17 +02:00
unittest.rst bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) 2022-01-26 20:39:15 -08:00
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst
warnings.rst bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) 2022-01-04 03:34:31 -08:00
wave.rst
weakref.rst
webbrowser.rst bpo-43424: Deprecate webbrowser.MacOSXOSAScript._name attribute (GH-30241) 2021-12-30 10:30:13 +09: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
zipimport.rst bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060) 2021-12-16 09:12:24 +00:00
zlib.rst
zoneinfo.rst