cpython/Doc/library
Mark Shannon b2bf2bc1ec
bpo-43693: Compute deref offsets in compiler (gh-25152)
Merges locals and cells into a single array.
Saves a pointer in the interpreter and means that we don't need the LOAD_CLOSURE opcode any more

https://bugs.python.org/issue43693
2021-06-03 18:03:54 -06: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
abc.rst
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 bpo-43892: Make match patterns explicit in the AST (GH-25585) 2021-04-28 22:58:44 -07:00
asynchat.rst
asyncio-api-index.rst
asyncio-dev.rst
asyncio-eventloop.rst Typo fix in asyncio-eventloop.rst (GH-26482) 2021-06-02 12:00:25 -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
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 bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) 2021-05-26 14:59:34 -07:00
asyncio.rst
asyncore.rst
atexit.rst
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
bdb.rst
binary.rst
binascii.rst
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-43785: Update bz2 document (GH-25351) 2021-04-14 08:22:49 +09:00
calendar.rst
cgi.rst [doc] Fix typos in cgi.rst (#24766) 2021-05-14 18:09:01 +01: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-25478: Add total() method to collections.Counter (GH-25829) 2021-05-02 20:19:51 -07: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
concurrent.rst
configparser.rst bpo-41963: document that ConfigParser strips off comments (GH-26197) 2021-05-18 18:11:23 +02:00
constants.rst
contextlib.rst bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) 2021-06-01 21:15:30 +01: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
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
dataclasses.rst bpo-43558: Add note about base class initialization to dataclasses doc (GH-25967) 2021-05-10 09:30:22 -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
dialog.rst
difflib.rst
dis.rst bpo-43693: Compute deref offsets in compiler (gh-25152) 2021-06-03 18:03:54 -06:00
distribution.rst
distutils.rst
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 Remove duplicate words in docs. (GH-26167) 2021-05-21 23:39:09 +05:30
errno.rst
exceptions.rst bpo-44030: Fix formatting error in exceptions docs (GH-25929) 2021-05-13 01:11:36 +01:00
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst Remove duplicate words in docs. (GH-26167) 2021-05-21 23:39:09 +05:30
filesys.rst
fnmatch.rst
fractions.rst
frameworks.rst
ftplib.rst Simple Enhancement. Add missing return statements in ftplib documentation. (GH-25968) 2021-05-07 07:08:47 -07:00
functional.rst
functions.rst bpo-20408: Fix memoryview() signature in docs (GH-24431) 2021-05-25 17:24:30 +03:00
functools.rst
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 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
http.rst
http.server.rst Doc: http.server: directory is not a class attribute, but an argument. (GH-26017) 2021-05-10 18:26:53 -07:00
i18n.rst
idle.rst bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851) 2021-05-19 12:18:10 +03:00
imaplib.rst
imghdr.rst
imp.rst
importlib.metadata.rst bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565) 2021-05-02 17:03:40 -04: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
inspect.rst [doc] Fix indentation in inspect documentation (GH-24846) 2021-05-21 18:05:35 +01:00
internet.rst
intro.rst
io.rst
ipaddress.rst bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) 2021-05-02 14:00:35 +02:00
ipc.rst
itertools.rst
json.rst
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-43858: Add logging.getLevelNamesMapping() (GH-26459) 2021-06-03 01:12:59 -07: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 bpo-44045: fix spelling of uppercase vs upper-case (GH-25985) 2021-05-28 17:54:25 -03:00
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 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-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 [doc] Fix typo in os module (GH-24464) 2021-05-16 16:38:11 -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
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
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-43080: pprint for dataclass instances (GH-24389) 2021-04-13 19:59:24 -04:00
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
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
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
select.rst
selectors.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst bpo-43750: Fix incorrect reference to PACKET_MULTIHOST in the docs (GH-25241) 2021-05-29 19:46:01 -03:00
socketserver.rst
spwd.rst
sqlite3.rst bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-24203) 2021-06-03 20:59:26 +01:00
ssl.rst bpo-38820: Add ssl, hashlib, and hmac changes to whatsnew 3.10 (GH-25817) 2021-05-02 16:38:02 +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-20408: Fix memoryview() signature in docs (GH-24431) 2021-05-25 17:24:30 +03: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-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016) 2021-05-11 13:47:05 -07:00
sunau.rst
superseded.rst
symtable.rst
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
telnetlib.rst
tempfile.rst bpo-4928: Document NamedTemporaryFile non-deletion after SIGKILL (#26198) 2021-05-19 10:21:03 -04:00
termios.rst
test.rst bpo-43988: Document test.support.check_disallow_instantiation() (GH-26394) 2021-05-27 12:55:38 +02:00
text.rst
textwrap.rst
threading.rst bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (#23192) 2021-05-11 18:55:24 +01:00
time.rst
timeit.rst Specify Python Cookbook edition for reference (GH-26301) 2021-05-21 15:17:10 -07:00
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst Remove effbot urls (GH-26308) 2021-05-22 14:09:54 +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-33809: add the TracebackException.print() method (GH-24231) 2021-05-22 17:39:33 +01: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-24385) 2021-05-30 13:35:30 -03:00
types.rst Remove duplicate words in docs. (GH-26167) 2021-05-21 23:39:09 +05:30
typing.rst bpo-44001: improve Literal documentation (GH-25877) 2021-05-04 10:54:12 +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 Remove duplicate words in docs. (GH-26167) 2021-05-21 23:39:09 +05:30
unittest.rst bpo-10548: expectedFailure does not apply to fixtures (#23201) 2021-05-11 22:48:20 +01:00
unix.rst
urllib.error.rst
urllib.parse.rst bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) 2021-04-29 10:16:50 -07:00
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst
warnings.rst
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
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
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
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-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129) 2021-05-14 10:57:36 -07:00
zipimport.rst
zlib.rst
zoneinfo.rst bpo-43774: Add more links to configure options (GH-25363) 2021-04-12 23:27:35 +02:00