..
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
bpo-39452: Rewrite and expand __main__.rst ( #26883 )
2021-08-24 19:01:41 +02:00
_thread.rst
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
2021-03-11 23:35:45 +01:00
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst
bpo-37880: for argparse add_argument with action='store_const', const now defaults to None. (GH-26707)
2021-07-31 17:27:55 +01:00
array.rst
Doc: Fix the array.fromfile method doc (GH-22037)
2021-04-26 07:19:21 -07:00
ast.rst
Update URLs in comments and metadata to use HTTPS (GH-27458)
2021-07-30 15:54:46 +02: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-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688)
2021-08-18 00:55:04 +02: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
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
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
2021-04-30 00:15:55 +01:00
base64.rst
bpo-44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode (GH-27272)
2021-08-23 16:44:28 -07:00
bdb.rst
binary.rst
binascii.rst
bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
2021-07-18 17:45:19 -07:00
binhex.rst
bisect.rst
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
cgi.rst
bpo-44740: Lowercase "internet" and "web" where appropriate. ( #27378 )
2021-07-27 00:11:55 +02: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
bpo-43216: Remove @asyncio.coroutine (GH-26369)
2021-07-01 15:13:59 +02:00
collections.rst
bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
2021-08-02 13:15:45 -05:00
colorsys.rst
compileall.rst
Clarify rx parameter of compileall functions ( #25857 )
2021-05-04 21:37:39 +02:00
concurrency.rst
Put contextvars docs into the concurrency category (GH-24760)
2021-03-06 08:25:54 -08:00
concurrent.futures.rst
Add missing end of sentence in docs (GH-27280)
2021-07-28 16:15:07 +02:00
concurrent.rst
configparser.rst
bpo-44514: Add doctest testcleanup for configparser and bz2 ( #26909 )
2021-07-13 15:57:05 +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
Fix copy.Error casing in documentation GH-22004
2021-04-25 18:22:28 -07:00
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-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
Fix reST markup in dataclasses.rst (GH-27843)
2021-08-19 16:47:16 -04:00
datatypes.rst
datetime.rst
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
difflib.rst
dis.rst
Add missing arg to DICT_MERGE opcode (GH-26859)
2021-06-27 13:19:14 +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
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
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
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
enum.rst
bpo-44559: [Enum] correct versionadded
to 3.11 for new features (GH-27388)
2021-07-27 08:20:00 -07:00
errno.rst
bpo-42971: Add errno.EQFULL (macOS) (GH-24419)
2021-08-06 23:35:13 +02:00
exceptions.rst
bpo-41737: expand doc for NotADirectoryError (GH-27471)
2021-08-03 13:28:09 +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
Remove duplicate words in docs. (GH-26167)
2021-05-21 23:39:09 +05:30
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
bpo-44522: Fix inaccurate information in open() function (GH-27650)
2021-08-09 16:14:54 +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
bpo-43439: Add audit hooks for gc functions (GH-24794)
2021-03-10 00:53:57 +00:00
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
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
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
hashlib-blake2-tree.png
hashlib.rst
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
2021-08-10 00:35:51 +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
bpo-44740: Lowercase "internet" and "web" where appropriate. ( #27378 )
2021-07-27 00:11:55 +02:00
http.cookies.rst
http.rst
bpo-40066: Enum: modify repr()
and str()
(GH-22392)
2021-03-30 21:17:26 -07:00
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
bpo-44613: Make importlib.metadata non-provisional ( #27101 )
2021-07-12 16:56:40 -07: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
io.rst
bpo-43126: Expand docs on io.IOBase.readlines() method ( #27061 )
2021-07-13 16:07:56 +02:00
ipaddress.rst
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
2021-08-19 10:55:49 +02:00
ipc.rst
itertools.rst
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-39498 Start linking the security warnings in the stdlib modules (GH-18272)
2021-08-10 00:35:51 +02:00
logging.handlers.rst
bpo-44740: Lowercase "internet" and "web" where appropriate. ( #27378 )
2021-07-27 00:11:55 +02:00
logging.rst
bpo-43184: Add information about added attribute and method. (GH-27347)
2021-07-25 17:36:30 +01:00
lzma.rst
bpo-43785: Update bz2 document (GH-25351)
2021-04-14 08:22:49 +09:00
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
modulefinder.rst
modules.rst
msilib.rst
bpo-44045: fix spelling of uppercase vs upper-case (GH-25985)
2021-05-28 17:54:25 -03:00
msvcrt.rst
multiprocessing.rst
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
2021-08-10 00:35:51 +02:00
multiprocessing.shared_memory.rst
netdata.rst
bpo-44740: Lowercase "internet" and "web" where appropriate. ( #27378 )
2021-07-27 00:11:55 +02:00
netrc.rst
bpo-43733: netrc try to use UTF-8 before using locale encoding. (GH-25781)
2021-05-02 14:01:02 +09:00
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
[doc] Remove duplicated operator.itemgetter example (GH-24178)
2021-04-26 21:15:31 -07: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
docs: replace "Mac OS X" -> "macOS" (GH-27364)
2021-07-26 21:37:31 +02:00
ossaudiodev.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
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
doc: "Mac OS " -> "macOS" (GH-27534)
2021-08-02 11:39:56 +02:00
plistlib.rst
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
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
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
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
selectors.rst
shelve.rst
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
2021-08-10 00:35:51 +02: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
site.rst
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
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
2021-08-26 20:40:28 +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
bpo-44688: Remove ASCII limitation from sqlite3
collation names (GH-27395)
2021-07-29 09:47:56 +02:00
ssl.rst
bpo-44740: Lowercase "internet" and "web" where appropriate. ( #27378 )
2021-07-27 00:11:55 +02:00
stat.rst
statistics.rst
bpo-44151: Various grammar, word order, and markup fixes (GH-26344)
2021-05-24 23:04:04 -07:00
stdtypes.rst
bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760)
2021-08-15 12:29:05 +01: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-39498 Start linking the security warnings in the stdlib modules (GH-18272)
2021-08-10 00:35:51 +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
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
The current documentation says it returns None if the name is not found, but (GH-26785)
2021-07-26 18:18:19 +02: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
bpo-44740: Lowercase "internet" and "web" where appropriate. ( #27378 )
2021-07-27 00:11:55 +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
bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)
2021-03-05 20:22:13 -05:00
timeit.rst
Specify Python Cookbook edition for reference (GH-26301)
2021-05-21 15:17:10 -07: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
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
traceback.rst
bpo-44569: Decouple frame formatting in traceback.py (GH-27038)
2021-07-16 13:21:16 +01:00
tracemalloc.rst
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
bpo-44732: Rename types.Union to types.UnionType ( #27342 )
2021-07-26 18:00:21 +02:00
typing.rst
bpo-44957: Promote PEP 604 syntax in typing docs (GH-27833)
2021-08-22 20:45:01 +02: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-45010: Remove support of special method __div__ in unittest.mock (GH-27965)
2021-08-26 20:19:47 +02:00
unittest.rst
bpo-41322: Add unit tests for deprecation of test return values (GH-27846)
2021-08-22 21:32:45 +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-44740: Lowercase "internet" and "web" where appropriate. ( #27378 )
2021-07-27 00:11:55 +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
bpo-44388: Update venv EnvBuilder.ensure_directories() docs. (GH-26663)
2021-07-02 13:48:15 -07:00
warnings.rst
bpo-43774: Document configure options (GH-25283)
2021-04-08 22:32:21 +02:00
wave.rst
weakref.rst
bpo-44702: Remove ambiguity in sentence (GH-27676)
2021-08-09 05:01:30 -07:00
webbrowser.rst
Update URLs in comments and metadata to use HTTPS (GH-27458)
2021-07-30 15:54:46 +02:00
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
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
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
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
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
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