..
2to3.rst
bpo-40360: Make the 2to3 deprecation more obvious. (GH-29064)
2021-10-19 20:28:27 +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-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
2021-10-11 20:54:44 +02: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
[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
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-45449: add note about PEP 585 in collections.abc's documentation (GH-29047)
2021-10-19 20:18:50 +02:00
collections.rst
Fix typo in Counter documentation (GH-29223)
2021-10-28 18:43:09 +08: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
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
bpo-25625: [doc] fix async/aync typo (GH-29091)
2021-10-20 15:51:07 +02:00
contextvars.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833)
2021-10-11 20:08:15 +09: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
Add zoneinfo to the datetime documentation (GH-29038)
2021-10-19 20:09:41 +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
bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922)
2021-10-27 10:45:35 +01: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
bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094)
2021-10-20 18:54:31 +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-44547: Make Fractions objects instances of typing.SupportsInt (GH-27851)
2021-10-22 00:09:47 +02: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-44344: Document that pow can return a complex number for non-complex inputs. (GH-27853)
2021-10-21 22:57:49 +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
bpo-45441: Update some moved URLs in documentation (GH-28861)
2021-10-12 13:36:14 +03:00
heapq.rst
hmac.rst
html.entities.rst
bpo-45441: Update some moved URLs in documentation (GH-28861)
2021-10-12 13:36:14 +03:00
html.parser.rst
html.rst
http.client.rst
http.cookiejar.rst
bpo-45441: Update some moved URLs in documentation (GH-28861)
2021-10-12 13:36:14 +03: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-45516: add protocol description to the TraversableResources documentation ( #29173 )
2021-10-23 11:47:55 -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-45320: Remove long-deprecated inspect methods (GH-28618)
2021-10-20 20:48:55 +02: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
Slight correct grammar (GH-28860)
2021-10-12 12:29:29 +03:00
ipc.rst
itertools.rst
Docs: Clarify the before_and_after() example (GH-28458)
2021-09-19 19:52:27 -05:00
json.rst
bpo-45441: Update some moved URLs in documentation (GH-28861)
2021-10-12 13:36:14 +03:00
keyword.rst
Expand about soft keywords in the docs for keyword.py (GH-29139)
2021-10-23 09:24:02 -07:00
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-40915: Fix mmap resize bugs on Windows (GH-29213)
2021-10-26 22:56:43 +01: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
bpo-45604: add level
argument to multiprocessing.log_to_stderr
func (GH-29226)
2021-10-28 21:38:14 +02: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
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
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
Improve multiserver queue recipe (GH-29012)
2021-10-17 18:20:34 -05:00
re.rst
Fix the "Finding all Adverbs" example (GH-21420)
2021-10-09 21:46:56 +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-42174: fallback to sane values if the columns or lines are 0 in get_terminal_size (GH-29046)
2021-10-19 20:42:13 +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
bpo-41983: add availability info to socket docs (GH-27519)
2021-10-21 23:13:37 +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-45608: Document missing sqlite3
DB-API attributes and methods (GH-29219)
2021-10-28 21:35:51 +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
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)
2021-10-13 18:08:19 +01:00
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
bpo-45410: Add test.support.flush_std_streams() (GH-28885)
2021-10-11 23:07:21 +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-45655: Add "relevant PEPs" section to `typing
` documentation (GH-29280)
2021-10-28 21:55:50 +02: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
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-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
[doc] Mention __slots__ behavior in weakref.rst (GH-21061)
2021-10-06 20:23:02 +02: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
bpo-42253: Update xml.dom.minidom.rst (GH-23126)
2021-10-11 13:42:05 +03: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