cpython/Doc/library
Łukasz Langa f528045f69
bpo-40321: Add missing test, slightly expand documentation (GH-28760)
2021-10-06 17:28:16 +02:00
..
2to3.rst bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122) 2021-09-02 17:12:49 +02:00
__future__.rst
__main__.rst bpo-39452: Rewrite and expand __main__.rst (#26883) 2021-08-24 19:01:41 +02:00
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst [doc] fix minor typo for argparse (GH-28451) 2021-09-28 14:00:51 +03:00
array.rst
ast.rst [doc] Fix typos found using codespell (GH-28744) 2021-10-05 23:48:44 +02:00
asynchat.rst
asyncio-api-index.rst
asyncio-dev.rst [docs] Use full names for time units (GH-28611) 2021-09-29 12:09:56 +03:00
asyncio-eventloop.rst bpo-45129 Remove deprecated reuse_address (GH-28207) 2021-09-08 18:58:43 +02:00
asyncio-exceptions.rst
asyncio-future.rst
asyncio-llapi-index.rst
asyncio-platforms.rst [docs] Use full names for time units (GH-28611) 2021-09-29 12:09:56 +03:00
asyncio-policy.rst
asyncio-protocol.rst Subprocess Protocols Documentation (GH-20950) 2021-05-14 10:20:33 -07:00
asyncio-queue.rst bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) 2021-05-26 14:59:34 -07:00
asyncio-stream.rst bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) 2021-05-26 14:59:34 -07:00
asyncio-subprocess.rst bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) 2021-05-26 14:59:34 -07:00
asyncio-sync.rst bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) 2021-05-26 14:59:34 -07:00
asyncio-task.rst correct spelling (GH-27076) 2021-07-19 17:46:42 -03:00
asyncio.rst
asyncore.rst
atexit.rst bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (GH-26935) 2021-06-29 18:28:03 +01:00
audioop.rst
audit_events.rst
base64.rst [doc] Fix typos found using codespell (GH-28744) 2021-10-05 23:48:44 +02:00
bdb.rst
binary.rst
binascii.rst bpo-45085: Remove the binhex module (GH-28117) 2021-09-02 12:10:08 +02:00
bisect.rst bpo-4356: Add key function support to the bisect module (GH-20556) 2020-10-19 22:04:01 -07:00
builtins.rst bpo-44045: fix spelling of uppercase vs upper-case (GH-25985) 2021-05-28 17:54:25 -03:00
bz2.rst bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909) 2021-07-13 15:57:05 +02:00
calendar.rst bpo-39710: Remove Python 2-specific sentence from calendar documentation (GH-26985) 2021-09-15 22:36:38 +02:00
cgi.rst [codemod] Fix non-matching bracket pairs (GH-28473) 2021-09-22 01:09:00 +02:00
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst bpo-45277: Fix typo in codecs doc (GH-28555) 2021-09-24 21:56:09 -04:00
codeop.rst
collections.abc.rst bpo-45024 and bpo-23864: Document how interface testing works with the collections ABCs (GH-28218) 2021-09-09 21:51:07 -05:00
collections.rst More useful OrderedDict LRU recipes (GH-28164) 2021-09-05 12:37:02 -05:00
colorsys.rst
compileall.rst Clarify rx parameter of compileall functions (#25857) 2021-05-04 21:37:39 +02:00
concurrency.rst
concurrent.futures.rst Add missing end of sentence in docs (GH-27280) 2021-07-28 16:15:07 +02:00
concurrent.rst Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". 2012-10-06 13:49:34 +02:00
configparser.rst bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-28396) 2021-09-17 12:55:51 +02:00
constants.rst
contextlib.rst Update URLs in comments and metadata to use HTTPS (GH-27458) 2021-07-30 15:54:46 +02:00
contextvars.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst bpo-27752: improve documentation of csv.Dialect (GH-26795) 2021-08-06 22:05:16 +02:00
ctypes.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
curses.ascii.rst
curses.panel.rst
curses.rst [docs] Use full names for time units (GH-28611) 2021-09-29 12:09:56 +03:00
custominterp.rst
dataclasses.rst [doc] Reword sentinel object summary in dataclasses (GH-27792) 2021-09-02 18:03:22 +02:00
datatypes.rst
datetime.rst bpo-9811: [doc] strftime handling of unsupported format specifiers is platform dependent (GH-28264) 2021-09-10 18:26:57 +02:00
dbm.rst bpo-40563: Support pathlike objects on dbm/shelve (GH-21849) 2021-09-10 15:26:16 +03:00
debug.rst
decimal.rst
development.rst
devmode.rst
dialog.rst
difflib.rst
dis.rst [doc] Fix typos found using codespell (GH-28744) 2021-10-05 23:48:44 +02:00
distribution.rst
distutils.rst
doctest.rst Fix doctest doc examples for syntax errors (GH-28486) 2021-09-29 12:44:43 +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
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.utils.rst
ensurepip.rst
enum.rst [doc] Fix typos found using codespell (GH-28744) 2021-10-05 23:48:44 +02:00
errno.rst bpo-42971: Add errno.EQFULL (macOS) (GH-24419) 2021-08-06 23:35:13 +02:00
exceptions.rst [doc] Link to deprecation policy PEP from the DeprecationWarning documentation (GH-28123) 2021-09-02 16:44:50 +02:00
faulthandler.rst bpo-44466: Faulthandler now detects the GC (GH-26823) 2021-06-21 13:15:40 +02:00
fcntl.rst
filecmp.rst bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) 2021-08-04 21:39:45 +02:00
fileformats.rst
fileinput.rst [doc] Fix typos found using codespell (GH-28744) 2021-10-05 23:48:44 +02:00
filesys.rst
fnmatch.rst bpo-42799: fnmatch module: bump up size of lru_cache for patterns (GH-27084) 2021-07-15 12:53:26 +02:00
fractions.rst bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422) 2021-06-07 08:06:33 +01:00
frameworks.rst
ftplib.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
functional.rst
functions.rst [docs] Improve the markup of powers (GH-28598) 2021-09-28 22:40:57 +02:00
functools.rst Update URLs in comments and metadata to use HTTPS (GH-27458) 2021-07-30 15:54:46 +02:00
gc.rst
getopt.rst
getpass.rst
gettext.rst bpo-44235: Remove deprecated functions in the gettext module. (GH-26378) 2021-05-30 10:29:45 +09:00
glob.rst
graphlib.rst bpo-42588: Update the docs for the TopologicalSorter.static_order() method (GH-26834) 2021-06-29 11:54:28 +01:00
grp.rst
gzip.rst bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941) 2021-09-02 17:02:59 +02:00
hashlib-blake2-tree.png
hashlib.rst [docs] Improve the markup of powers (GH-28598) 2021-09-28 22:40:57 +02:00
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst
http.cookiejar.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
http.cookies.rst
http.rst
http.server.rst bpo-44765: [doc] fix typo (GH-27430) 2021-07-29 18:55:04 +02:00
i18n.rst
idle.rst [doc] Fix typo in idle.rst (GH-27903) 2021-08-23 19:12:33 +02:00
imaplib.rst
imghdr.rst
imp.rst
importlib.metadata.rst [doc] Fix typos found using codespell (GH-28744) 2021-10-05 23:48:44 +02:00
importlib.rst bpo-44195: Use 'TraversableResources' in the docs to match the implementation. (GH-26317) 2021-05-24 13:08:10 -04:00
index.rst bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272) 2021-08-10 00:35:51 +02:00
inspect.rst bpo-44530: Document the new CodeObject.co_qualname attribute (GH-27052) 2021-07-07 14:20:49 +01:00
internet.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
intro.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
io.rst bpo-43126: Expand docs on io.IOBase.readlines() method (#27061) 2021-07-13 16:07:56 +02:00
ipaddress.rst [docs] Improve the markup of powers (GH-28598) 2021-09-28 22:40:57 +02:00
ipc.rst
itertools.rst Docs: Clarify the before_and_after() example (GH-28458) 2021-09-19 19:52:27 -05:00
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst [codemod] Fix non-matching bracket pairs (GH-28473) 2021-09-22 01:09:00 +02:00
logging.handlers.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
logging.rst Fix legacy logging module URL (GH-28528) 2021-09-23 07:47:10 -07:00
lzma.rst
mailbox.rst
mailcap.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
markup.rst
marshal.rst bpo-41180: Fixes documentation to specify correct event name and add versionchanged (GH-26972) 2021-06-30 18:53:13 +01:00
math.rst bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606) 2021-06-12 10:23:02 +01:00
mimetypes.rst
mm.rst
mmap.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
modulefinder.rst
modules.rst
msilib.rst bpo-45124: Remove the bdist_msi command (GH-28195) 2021-09-07 12:34:27 +02:00
msvcrt.rst
multiprocessing.rst [docs] Use full names for time units (GH-28611) 2021-09-29 12:09:56 +03:00
multiprocessing.shared_memory.rst bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294) 2021-10-01 13:45:59 +03:00
netdata.rst bpo-45085: Remove the binhex module (GH-28117) 2021-09-02 12:10:08 +02:00
netrc.rst
nis.rst
nntplib.rst
numbers.rst bpo-32133: Improve numbers docs (GH-26124) 2021-05-15 09:56:12 -07:00
numeric.rst
operator.rst bpo-44019: Add missing comma to operator.call doc (GH-28551) 2021-09-24 18:40:44 +01:00
optparse.rst
os.path.rst bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) 2021-08-02 19:01:53 +02:00
os.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst
pdb.rst bpo-41137: Use utf-8 encoding while reading .pdbrc files (GH-21263) 2021-07-08 16:16:08 +09:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
plistlib.rst [docs] Improve the markup of powers (GH-28598) 2021-09-28 22:40:57 +02:00
poplib.rst bpo-44045: fix spelling of uppercase vs upper-case (GH-25985) 2021-05-28 17:54:25 -03:00
posix.rst
pprint.rst bpo-41546: make pprint (like print) not write to stdout when it is None (GH-26810) 2021-07-19 10:19:02 +01:00
profile.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
pty.rst bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754) 2021-08-13 12:57:07 +02:00
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst bpo-40465: Remove random module features deprecated in 3.9 (GH-25874) 2021-05-04 10:55:40 +02:00
re.rst bpo-44940: Clarify the documentation of re.findall() (GH-27849) 2021-08-22 10:24:20 +03:00
readline.rst
reprlib.rst bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343) 2021-09-22 15:45:58 -05:00
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
security_warnings.rst bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700) 2021-08-13 12:58:55 +02:00
select.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
selectors.rst
shelve.rst bpo-40563: Support pathlike objects on dbm/shelve (GH-21849) 2021-09-10 15:26:16 +03:00
shlex.rst
shutil.rst bpo-30511: Add note on thread safety to shutil.make_archive() (#26933) 2021-07-21 10:33:11 +02:00
signal.rst bpo-28206: Document signals Handlers, Sigmasks and Signals enums (GH-28628) 2021-10-04 13:09:40 +02:00
site.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
smtpd.rst bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import (#26882) 2021-06-24 12:37:26 -07:00
smtplib.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
sndhdr.rst
socket.rst [doc] Fix gethostbyname_ex description (GH-28700) 2021-10-05 18:53:35 +02:00
socketserver.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
spwd.rst
sqlite3.rst sqlite3: Modernize documentation around unicode and bytes. (GH-28652) 2021-10-01 14:37:56 +02:00
ssl.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
stat.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
statistics.rst bpo-44151: Various grammar, word order, and markup fixes (GH-26344) 2021-05-24 23:04:04 -07:00
stdtypes.rst bpo-45155 : Default arguments for int.to_bytes(length=1, byteorder=sys.byteorder) (#28265) 2021-09-15 19:55:24 -07:00
string.rst docs: clearly document that ":#X" string formatting results in "0X..." (GH-25941) 2021-05-06 12:27:29 -07:00
stringprep.rst
struct.rst
subprocess.rst bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to start process (GH-28018) 2021-09-07 20:16:44 +02:00
sunau.rst
superseded.rst
symtable.rst bpo-42355: symtable.get_namespace() now checks whether there are multiple or any namespaces found (GH-23278) 2021-07-18 15:56:09 +03:00
sys.rst
sysconfig.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
syslog.rst
tabnanny.rst
tarfile.rst bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470) 2021-08-09 12:05:31 +02:00
telnetlib.rst
tempfile.rst bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272) 2021-08-10 00:35:51 +02:00
termios.rst bpo-41818: ++ termios versionadded markers. (GH-27987) 2021-08-26 20:29:27 -07:00
test.rst [doc] Fix typos found using codespell (GH-28744) 2021-10-05 23:48:44 +02:00
text.rst
textwrap.rst bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) 2021-07-28 17:24:27 +02:00
threading.rst bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (#23192) 2021-05-11 18:55:24 +01:00
time.rst [docs] Use full names for time units (GH-28611) 2021-09-29 12:09:56 +03:00
timeit.rst [docs] Use full names for time units (GH-28611) 2021-09-29 12:09:56 +03:00
tk.rst bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762) 2021-08-17 11:00:58 +02:00
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839) 2021-08-23 21:27:47 +02:00
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
token-list.inc
token.rst
tokenize.rst
trace.rst
traceback.rst bpo-45075: distinguish between frame and FrameSummary in traceback mo… (GH-28112) 2021-09-03 22:39:23 +01:00
tracemalloc.rst bpo-42038: fix description of returned list of lines (GH-27529) 2021-09-18 00:24:55 +02:00
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst Fix hyperlink conflict in turtle docs (GH-27592) 2021-08-04 19:46:30 +02:00
types.rst [doc] Fix typos found using codespell (GH-28744) 2021-10-05 23:48:44 +02:00
typing.rst bpo-44925: [docs] Fix confusing deprecation notice for typing.IO (GH-28004) 2021-08-31 17:44:27 +08:00
undoc.rst
unicodedata.rst closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336) 2021-09-14 11:00:38 -07:00
unittest.mock-examples.rst
unittest.mock.rst bpo-45010: Remove support of special method __div__ in unittest.mock (GH-27965) 2021-08-26 20:19:47 +02:00
unittest.rst bpo-45162: Remove many old deprecated unittest features (GH-28268) 2021-09-17 13:33:27 +03:00
unix.rst
urllib.error.rst
urllib.parse.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
urllib.request.rst bpo-40321: Add missing test, slightly expand documentation (GH-28760) 2021-10-06 17:28:16 +02:00
urllib.robotparser.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
urllib.rst
uu.rst
uuid.rst
venv.rst [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) 2021-09-17 23:08:25 +02:00
warnings.rst
wave.rst
weakref.rst bpo-44702: Remove ambiguity in sentence (GH-27676) 2021-08-09 05:01:30 -07:00
webbrowser.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
windows.rst
winreg.rst
winsound.rst
wsgiref.rst bpo-45132: Fix the reStructuredText markup error. (GH-28270) 2021-09-10 15:40:07 +03:00
xdrlib.rst
xml.dom.minidom.rst Fix typo in 'xml.dom.minidom' documentation (GH-27602) 2021-08-04 21:29:01 +02:00
xml.dom.pulldom.rst bpo-45132 Remove deprecated __getitem__ methods (GH-28225) 2021-09-08 13:07:40 +03:00
xml.dom.rst
xml.etree.elementtree.rst Remove effbot urls (GH-26308) 2021-05-22 14:09:54 +02:00
xml.rst bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) 2021-08-29 16:08:24 +02:00
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst Remove effbot urls (GH-26308) 2021-05-22 14:09:54 +02:00
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst
zipfile.rst bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272) 2021-08-10 00:35:51 +02:00
zipimport.rst
zlib.rst bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941) 2021-09-02 17:02:59 +02:00
zoneinfo.rst