cpython/Doc/library
2021-04-28 18:12:15 -07:00
..
2to3.rst
__future__.rst bpo-38605: Update __future__ module doc as annotations is now "mandatory in 3.11" (GH-25602) 2021-04-25 12:49:26 -07:00
__main__.rst
_thread.rst bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755) 2021-03-11 23:35:45 +01:00
abc.rst [doc] Fix abc.update_abstractmethods markup (GH-23576) 2020-12-01 01:45:11 -08:00
aifc.rst
allos.rst
archiving.rst
argparse.rst Use the zero argument form of super() in examples for Python3 docs. (GH-22314) 2021-04-26 15:13:54 -07:00
array.rst Doc: Fix the array.fromfile method doc (GH-22037) 2021-04-26 07:19:21 -07:00
ast.rst Fix some minor errors in the docs (GH-24834) 2021-03-13 17:00:28 -08:00
asynchat.rst
asyncio-api-index.rst Fix some minor errors in the docs (GH-24834) 2021-03-13 17:00:28 -08:00
asyncio-dev.rst
asyncio-eventloop.rst bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554) 2021-04-25 13:40:44 +03:00
asyncio-exceptions.rst
asyncio-future.rst bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554) 2021-04-25 13:40:44 +03:00
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst [doc] Fix erroneous backslashes in signatures and names (GH-23658) 2020-12-16 17:37:28 -08:00
asyncio-protocol.rst
asyncio-queue.rst
asyncio-stream.rst bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282) 2021-01-25 15:46:06 +01:00
asyncio-subprocess.rst Update asyncio-subprocess.rst (GH-21680) 2021-04-25 21:38:16 -07:00
asyncio-sync.rst BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881) 2020-12-23 12:44:52 +02:00
asyncio-task.rst bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554) 2021-04-25 13:40:44 +03:00
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
audit_events.rst
base64.rst bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282) 2021-01-25 15:46:06 +01:00
bdb.rst
binary.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst
bz2.rst bpo-43785: Update bz2 document (GH-25351) 2021-04-14 08:22:49 +09:00
calendar.rst
cgi.rst bpo-42967: only use '&' as a query string separator (#24297) 2021-02-14 14:41:57 -08:00
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst bpo-37751: Update codecs.register() doc. (GH-25643) 2021-04-28 09:37:02 +09:00
codeop.rst
collections.abc.rst
collections.rst bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788) 2021-03-13 19:15:44 -08:00
colorsys.rst
compileall.rst [doc] Fix erroneous backslashes in signatures and names (GH-23658) 2020-12-16 17:37:28 -08:00
concurrency.rst Put contextvars docs into the concurrency category (GH-24760) 2021-03-06 08:25:54 -08:00
concurrent.futures.rst [doc] Fix erroneous backslashes in signatures and names (GH-23658) 2020-12-16 17:37:28 -08:00
concurrent.rst
configparser.rst
constants.rst
contextlib.rst Use the zero argument form of super() in examples for Python3 docs. (GH-22314) 2021-04-26 15:13:54 -07:00
contextvars.rst [doc] Fix erroneous backslashes in signatures and names (GH-23658) 2020-12-16 17:37:28 -08:00
copy.rst Fix copy.Error casing in documentation GH-22004 2021-04-25 18:22:28 -07:00
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404) 2021-04-05 15:21:00 -04:00
curses.ascii.rst
curses.panel.rst
curses.rst bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398) 2021-04-05 16:50:24 +03:00
custominterp.rst
dataclasses.rst bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) 2021-04-26 14:53:28 -04:00
datatypes.rst
datetime.rst [doc] Fix missing commas in signatures (#23693) 2020-12-22 11:02:52 -05:00
dbm.rst
debug.rst
decimal.rst bpo-43774: Add more links to configure options (GH-25363) 2021-04-12 23:27:35 +02:00
development.rst
devmode.rst bpo-43774: Document configure options (GH-25283) 2021-04-08 22:32:21 +02:00
dialog.rst [doc] Fix a few margins due to bad markup (GH-23619) 2020-12-17 09:25:55 -08:00
difflib.rst bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282) 2021-01-25 15:46:06 +01:00
dis.rst bpo-43683: Handle generator entry in bytecode (GH-25138) 2021-04-06 11:48:59 +01:00
distribution.rst
distutils.rst bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355) 2021-01-29 21:48:55 +00:00
doctest.rst bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282) 2021-01-25 15:46:06 +01:00
email.charset.rst
email.compat32-message.rst Fix id of 'Internet Message Format' RFC in email doc (GH-24137) 2021-04-25 18:38:12 -07:00
email.contentmanager.rst [doc] Fix missing commas in signatures (#23693) 2020-12-22 11:02:52 -05:00
email.encoders.rst
email.errors.rst
email.examples.rst
email.generator.rst
email.header.rst bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282) 2021-01-25 15:46:06 +01:00
email.headerregistry.rst bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982) 2020-12-28 20:12:37 -08:00
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.policy.rst [doc] Fix erroneous backslashes in signatures and names (GH-23658) 2020-12-16 17:37:28 -08:00
email.rst Fix id of 'Internet Message Format' RFC in email doc (GH-24137) 2021-04-25 18:38:12 -07:00
email.utils.rst
ensurepip.rst bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210) 2021-01-20 17:07:21 +01:00
enum.rst bpo-43957: [Enum] Deprecate `TypeError` from containment checks. (GH-25670) 2021-04-27 13:05:08 -07:00
errno.rst
exceptions.rst bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525) 2021-04-23 14:27:05 +01:00
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst bpo-43712 : fileinput: Add encoding parameter (GH-25272) 2021-04-14 14:12:58 +09:00
filesys.rst
fnmatch.rst bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039) 2020-12-18 20:10:20 +01:00
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst [doc] Be more clear on super() regarding multiple base classes methods (GH-21789) 2021-04-28 18:12:15 -07:00
functools.rst bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031) 2020-12-31 17:05:58 -08:00
gc.rst bpo-43439: Add audit hooks for gc functions (GH-24794) 2021-03-10 00:53:57 +00:00
getopt.rst
getpass.rst
gettext.rst
glob.rst bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239) 2021-04-21 23:42:55 +01:00
graphlib.rst
grp.rst
gzip.rst
hashlib-blake2-tree.png
hashlib.rst bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455) 2021-04-19 07:27:10 +02:00
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst bpo-37363: Add audit events to the http.client module (GH-21321) 2021-04-23 12:19:08 +02:00
http.cookiejar.rst
http.cookies.rst bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282) 2021-01-25 15:46:06 +01:00
http.rst bpo-40066: Enum: modify repr() and str() (GH-22392) 2021-03-30 21:17:26 -07:00
http.server.rst BaseHTTPRequestHandler, that path includes query (#25597) 2021-04-25 10:08:29 -07:00
i18n.rst
idle.rst bpo-43723: Deprecate camelCase aliases from threading (GH-25174) 2021-04-12 10:42:53 +02:00
imaplib.rst
imghdr.rst
imp.rst
importlib.metadata.rst Document importlib.metadata.PackagePath.locate method (GH-25669) 2021-04-28 19:27:37 -04:00
importlib.rst bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169) 2021-04-06 08:56:57 -07:00
index.rst Put contextvars docs into the concurrency category (GH-24760) 2021-03-06 08:25:54 -08:00
inspect.rst bpo-42990: Add __builtins__ attribute to functions (GH-24559) 2021-02-18 12:35:37 +01:00
internet.rst
intro.rst
io.rst bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) 2021-03-29 12:28:14 +09:00
ipaddress.rst
ipc.rst
itertools.rst Minor improvements to the convolve() recipe (GH-24012) 2020-12-30 12:51:19 -08:00
json.rst Doc: Improve library/json document. (GH-24390) 2021-03-02 10:51:58 +09:00
keyword.rst
language.rst
linecache.rst
locale.rst bpo-34311: Add locale.localize (GH-15275) 2021-04-12 14:17:40 +02:00
logging.config.rst bpo-43731: Add an encoding parameter to logging.fileConfig() (GH-25273) 2021-04-13 18:17:03 +09:00
logging.handlers.rst
logging.rst bpo-43353: Document that logging.getLevelName() accepts string representation of logging level. (GH-24693) 2021-03-08 03:16:20 -08:00
lzma.rst bpo-43785: Update bz2 document (GH-25351) 2021-04-14 08:22:49 +09:00
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst Use the zero argument form of super() in examples for Python3 docs. (GH-22314) 2021-04-26 15:13:54 -07:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst [doc] Remove duplicated operator.itemgetter example (GH-24178) 2021-04-26 21:15:31 -07:00
optparse.rst
os.path.rst bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264) 2021-04-28 16:50:17 +01:00
os.rst documentation: clarification about the function remove in os library (GH-19024) 2021-04-25 21:21:50 -07:00
ossaudiodev.rst
othergui.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst bpo-39950: add pathlib.Path.hardlink_to() method that supersedes link_to() (GH-18909) 2021-04-23 13:48:52 -07:00
pdb.rst
persistence.rst
pickle.rst [doc] Fix erroneous backslashes in signatures and names (GH-23658) 2020-12-16 17:37:28 -08:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst [doc] Fix a few margins due to bad markup (GH-23619) 2020-12-17 09:25:55 -08:00
plistlib.rst [doc] Fix erroneous backslashes in signatures and names (GH-23658) 2020-12-16 17:37:28 -08:00
poplib.rst
posix.rst
pprint.rst bpo-43080: pprint for dataclass instances (GH-24389) 2021-04-13 19:59:24 -04:00
profile.rst [doc] Fix a few margins due to bad markup (GH-23619) 2020-12-17 09:25:55 -08:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst bpo-42700: Swap descriptions in pyexpat.errors (GH-23876) 2020-12-29 14:33:15 +02:00
python.rst
queue.rst
quopri.rst
random.rst Document that random.gauss is normal distribution (GH-24935) 2021-04-20 07:33:54 -07:00
re.rst
readline.rst Fix some minor errors in the docs (GH-24834) 2021-03-13 17:00:28 -08:00
reprlib.rst
resource.rst closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680) 2021-03-01 08:44:46 -06:00
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
select.rst
selectors.rst
shelve.rst
shlex.rst
shutil.rst bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505) 2021-02-12 23:57:12 -05:00
signal.rst
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608) 2021-04-22 13:08:46 +09:00
socketserver.rst
spwd.rst
sqlite3.rst bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246) 2021-04-27 00:16:46 +01:00
ssl.rst bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270) 2021-04-23 21:46:01 -07:00
stat.rst
statistics.rst bpo-38490: statistics: Add covariance, Pearson's correlation, and simple linear regression (#16813) 2021-04-25 14:45:09 +03:00
stdtypes.rst bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493) 2021-04-22 08:34:57 -07:00
string.rst bpo-31907: [doc] clarify that str.format() does not support arbitrary expressions (#25053) 2021-03-28 16:47:20 -04:00
stringprep.rst
struct.rst
subprocess.rst Fix a typo in subprocess documentation (GH-25426) 2021-04-17 11:59:18 +02:00
sunau.rst
superseded.rst
symtable.rst bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861) 2020-12-29 15:32:10 +02:00
sys.rst bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500) 2021-04-22 17:43:37 +01:00
sysconfig.rst bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24644) 2021-04-27 09:45:55 +01:00
syslog.rst
tabnanny.rst
tarfile.rst [doc] Fix erroneous backslashes in signatures and names (GH-23658) 2020-12-16 17:37:28 -08:00
telnetlib.rst
tempfile.rst bpo-40701: doc typo historcal -> historical (GH-25334) 2021-04-10 10:55:14 -07:00
termios.rst
test.rst [doc] Fix erroneous backslashes in signatures and names (GH-23658) 2020-12-16 17:37:28 -08:00
text.rst
textwrap.rst
threading.rst bpo-43723: Deprecate camelCase aliases from threading (GH-25174) 2021-04-12 10:42:53 +02:00
time.rst bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757) 2021-03-05 20:22:13 -05:00
timeit.rst
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885) 2020-12-25 23:18:06 +02:00
tkinter.messagebox.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token-list.inc bpo-43822: Improve syntax errors for missing commas (GH-25377) 2021-04-15 21:38:45 +01:00
token.rst
tokenize.rst
trace.rst [doc] Fix a few margins due to bad markup (GH-23619) 2020-12-17 09:25:55 -08:00
traceback.rst bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179) 2021-01-14 18:45:02 -08:00
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst Fixing typos in turtle.rst (GH-24376) 2021-01-29 13:40:45 -08:00
types.rst Clarify attribute docs on types.ModuleType (GH-24974) 2021-03-23 08:25:39 -07:00
typing.rst bpo-43766: Fix TypeGuard docs (#25660) 2021-04-27 08:55:08 -07:00
undoc.rst
unicodedata.rst
unittest.mock-examples.rst Use the zero argument form of super() in examples for Python3 docs. (GH-22314) 2021-04-26 15:13:54 -07:00
unittest.mock.rst bpo-43400: Remove "easy to use" from mock docs (GH-24752) 2021-03-04 15:39:29 -08:00
unittest.rst bpo-23882: Doc: Clarify unittest discovery document (GH-21560) 2021-02-22 15:14:26 +09:00
unix.rst
urllib.error.rst
urllib.parse.rst bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536) 2021-02-15 09:00:20 -08:00
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst Update link to Django's Context class. (#24805) 2021-03-13 04:26:11 -08:00
warnings.rst bpo-43774: Document configure options (GH-25283) 2021-04-08 22:32:21 +02:00
wave.rst
weakref.rst Use the zero argument form of super() in examples for Python3 docs. (GH-22314) 2021-04-26 15:13:54 -07:00
webbrowser.rst
windows.rst
winreg.rst [doc] Fix erroneous backslashes in signatures and names (GH-23658) 2020-12-16 17:37:28 -08:00
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282) 2021-01-25 15:46:06 +01:00
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.rst
xml.sax.handler.rst Fix some minor errors in the docs (GH-24834) 2021-03-13 17:00:28 -08:00
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707) 2021-03-26 14:09:09 -07:00
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst
zipfile.rst bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976) 2020-12-15 18:12:54 -08:00
zipimport.rst bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159) 2021-03-08 12:06:02 -08:00
zlib.rst
zoneinfo.rst bpo-43774: Add more links to configure options (GH-25363) 2021-04-12 23:27:35 +02:00