..
2to3.rst
__future__.rst
__main__.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst
bpo-38531: document extend action's added version (GH-16865)
2019-10-20 13:13:54 -07:00
array.rst
bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388)
2019-08-22 16:28:28 +01:00
ast.rst
bpo-38049: Add command-line interface for the ast module. (GH-15724)
2019-09-09 23:36:13 +03:00
asynchat.rst
asyncio-api-index.rst
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" ( #16482 )
2019-09-29 21:59:55 -07:00
asyncio-dev.rst
Fix grammar in asyncio-dev.rst (GH-15672)
2019-09-03 23:04:09 -07:00
asyncio-eventloop.rst
docs: Add asyncio source code links (GH-16640)
2019-10-10 19:18:46 -04:00
asyncio-exceptions.rst
docs: Add asyncio source code links (GH-16640)
2019-10-10 19:18:46 -04:00
asyncio-future.rst
docs: Add asyncio source code links (GH-16640)
2019-10-10 19:18:46 -04:00
asyncio-llapi-index.rst
asyncio-platforms.rst
docs: Add asyncio source code links (GH-16640)
2019-10-10 19:18:46 -04:00
asyncio-policy.rst
asyncio-protocol.rst
docs: Add asyncio source code links (GH-16640)
2019-10-10 19:18:46 -04:00
asyncio-queue.rst
docs: Add asyncio source code links (GH-16640)
2019-10-10 19:18:46 -04:00
asyncio-stream.rst
docs: Add asyncio source code links (GH-16640)
2019-10-10 19:18:46 -04:00
asyncio-subprocess.rst
docs: Add asyncio source code links (GH-16640)
2019-10-10 19:18:46 -04:00
asyncio-sync.rst
docs: Add asyncio source code links (GH-16640)
2019-10-10 19:18:46 -04:00
asyncio-task.rst
docs: Add asyncio source code links (GH-16640)
2019-10-10 19:18:46 -04:00
asyncio.rst
docs: Add asyncio source code links (GH-16640)
2019-10-10 19:18:46 -04:00
asyncore.rst
atexit.rst
audioop.rst
audit_events.rst
base64.rst
bdb.rst
binary.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst
bz2.rst
Fix docs bz.open default mode (GH-15100)
2019-09-09 08:49:47 -07:00
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst
Correct typos in the codecs module documentation ( #15135 )
2019-09-12 08:41:32 +01:00
codeop.rst
collections.abc.rst
collections.rst
colorsys.rst
compileall.rst
bpo-38112: Compileall improvements (GH-16012)
2019-09-26 08:28:26 +02:00
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst
bpo-21018: added missing documentation about escaping characters for configparser (GH-6137)
2019-09-10 14:51:09 +02:00
constants.rst
contextlib.rst
contextvars.rst
copy.rst
bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15465)
2019-08-24 11:15:44 -07:00
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst
Fix typos in docs, comments and test assert messages ( #14872 )
2019-07-21 16:12:33 -04:00
curses.ascii.rst
curses.panel.rst
curses.rst
Doc: Fix link to window.getch in curses documentation (GH-16132)
2019-09-14 07:17:09 +01:00
custominterp.rst
dataclasses.rst
datatypes.rst
bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055)
2019-09-10 17:11:16 +02:00
datetime.rst
bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773)
2019-09-11 06:58:42 -07:00
dbm.rst
debug.rst
decimal.rst
development.rst
dialog.rst
bpo-25237: Documentation for tkinter modules (GH-1870)
2019-09-10 10:55:34 +02:00
difflib.rst
bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439)
2019-09-11 13:21:30 +02:00
dis.rst
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
2019-08-25 12:44:09 +03:00
distribution.rst
distutils.rst
doctest.rst
bpo-36675: Remove obsolete code. (GH-16024)
2019-09-12 12:23:53 +01:00
email.charset.rst
email.compat32-message.rst
email.contentmanager.rst
email.encoders.rst
Fix typos in comments, docs and test names ( #15018 )
2019-07-30 18:16:13 -04:00
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
Minor documentation fixes on library/enum (GH-15234)
2019-08-19 18:41:31 -07:00
errno.rst
exceptions.rst
faulthandler.rst
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)
2019-09-18 14:15:10 +02:00
fcntl.rst
Doc: fcntl.lockf() is more powerful than written (GH-6750)
2019-09-13 18:32:28 +01:00
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
formatter.rst
fractions.rst
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)
2019-08-11 14:40:59 -07:00
frameworks.rst
ftplib.rst
bpo-38244: [Documentation] Fix unreliable link to sever in ftplib.rst ( #16319 )
2019-09-26 17:22:31 +08:00
functional.rst
functions.rst
bpo-38255: super() can search attributes as well as methods (GH-16368)
2019-09-25 08:13:19 -07:00
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
Doc: recursive glob ** follows symlinks to directories (GH-12918)
2019-09-11 19:17:05 +02:00
grp.rst
gzip.rst
hashlib-blake2-tree.png
hashlib.rst
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
2019-09-12 19:30:00 -05:00
heapq.rst
hmac.rst
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
2019-10-17 20:30:42 -07:00
html.entities.rst
html.parser.rst
html.rst
http.client.rst
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447)
2019-09-13 12:40:07 +01:00
http.cookiejar.rst
http.cookies.rst
http.rst
bpo-26589: Add http status code 451 (GH-15413)
2019-08-23 10:19:15 -07:00
http.server.rst
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398)
2019-09-11 14:03:46 +01:00
i18n.rst
idle.rst
bpo-37748: Re-order the Run menu. (GH-15115)
2019-08-04 16:45:15 -04:00
imaplib.rst
imghdr.rst
imp.rst
bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040)
2019-09-12 14:10:50 +02:00
importlib.metadata.rst
bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
2019-09-10 14:53:31 +01:00
importlib.rst
bpo-37574: Mention helper functions for find_spec documentation (GH-14739)
2019-09-10 17:06:22 +01:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst
Improve the io module documentation (GH-15099)
2019-09-11 15:55:13 +01:00
ipaddress.rst
ipc.rst
itertools.rst
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
2019-09-09 11:47:14 +03:00
json.rst
Correct minor grammar mistake (GH-15404)
2019-08-23 10:58:27 +01:00
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst
logging.handlers.rst
bpo-38034: Fix typo in logging.handlers.rst (GH-15708)
2019-09-11 07:44:37 +01:00
logging.rst
bpo-38235: Correct some arguments names in logging documentation (GH-16571)
2019-10-04 08:55:14 +01:00
lzma.rst
mailbox.rst
bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163)
2019-07-13 07:47:14 -07:00
mailcap.rst
markup.rst
marshal.rst
math.rst
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975)
2019-07-27 14:04:29 -07:00
mimetypes.rst
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst
Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004)
2019-09-13 14:01:02 +01:00
os.rst
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
2019-10-21 10:01:05 +03:00
ossaudiodev.rst
othergui.rst
parser.rst
bpo-37353: Updated parser note about source code compatibility(GH-14277)
2019-09-20 08:55:26 -05:00
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst
bpo-30618: add readlink to pathlib.Path (GH-8285)
2019-10-23 14:18:40 -07:00
pdb.rst
persistence.rst
pickle.rst
bpo-37977: Warn more strongly and clearly about pickle security (GH-15595)
2019-08-30 22:51:33 -07:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
bpo-38053 Update documentation for plistlib (GH-15727)
2019-09-09 16:13:43 +02:00
poplib.rst
posix.rst
bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388)
2019-08-22 16:28:28 +01:00
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)
2019-08-22 09:19:36 -07:00
re.rst
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442)
2019-10-07 23:54:35 +03:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
select.rst
selectors.rst
shelve.rst
shlex.rst
bpo-35168: Make shlex.punctuation_chars read-only ( #11631 )
2019-09-11 12:04:04 +01:00
shutil.rst
bpo-32689: Updates shutil.move to allow for Path objects to be used as source arg (GH-15326)
2019-09-30 19:41:16 -07:00
signal.rst
Improve signal documentation (GH-14274)
2019-08-06 14:12:22 -07:00
site.rst
bpo-33944: note about the intended use of code in .pth files (GH-10131)
2019-09-11 06:21:04 -07:00
smtpd.rst
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
2019-10-12 10:24:26 -07:00
smtplib.rst
sndhdr.rst
socket.rst
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
2019-09-11 19:12:21 +02:00
socketserver.rst
spwd.rst
sqlite3.rst
ssl.rst
Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)
2019-09-17 12:42:30 +02:00
stat.rst
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
2019-08-21 15:27:33 -07:00
statistics.rst
bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757)
2019-10-13 19:53:30 -07:00
stdtypes.rst
Doc: Clarify dict equality irrespective of ordering. (GH-16266)
2019-09-19 07:51:23 +02:00
string.rst
bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624)
2019-09-13 18:20:21 +01:00
stringprep.rst
struct.rst
bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388)
2019-08-22 16:28:28 +01:00
subprocess.rst
bpo-38417: Add umask support to subprocess (GH-16726)
2019-10-12 13:24:56 -07:00
sunau.rst
superseded.rst
symbol.rst
symtable.rst
sys.rst
bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)
2019-09-21 01:19:02 +10:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389)
2019-09-28 08:04:44 -07:00
telnetlib.rst
bpo-37823: Fix open() link in telnetlib doc (GH-15281)
2019-08-21 12:13:34 +01:00
tempfile.rst
bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
2019-09-09 10:54:34 -05:00
termios.rst
test.rst
bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_helper (GH-15168)
2019-09-12 10:02:59 +01:00
text.rst
textwrap.rst
threading.rst
bpo-38466: Fix threading.excepthook doc (GH-16891)
2019-10-22 22:37:47 +02:00
time.rst
bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)
2019-09-12 11:22:30 +01:00
timeit.rst
tk.rst
bpo-25237: Documentation for tkinter modules (GH-1870)
2019-09-10 10:55:34 +02:00
tk_msg.png
bpo-25237: Documentation for tkinter modules (GH-1870)
2019-09-10 10:55:34 +02:00
tkinter.colorchooser.rst
bpo-25237: Documentation for tkinter modules (GH-1870)
2019-09-10 10:55:34 +02:00
tkinter.dnd.rst
bpo-25237: Documentation for tkinter modules (GH-1870)
2019-09-10 10:55:34 +02:00
tkinter.font.rst
bpo-25237: Documentation for tkinter modules (GH-1870)
2019-09-10 10:55:34 +02:00
tkinter.messagebox.rst
bpo-25237: Documentation for tkinter modules (GH-1870)
2019-09-10 10:55:34 +02:00
tkinter.rst
bpo-25237: Documentation for tkinter modules (GH-1870)
2019-09-10 10:55:34 +02:00
tkinter.scrolledtext.rst
bpo-25237: Documentation for tkinter modules (GH-1870)
2019-09-10 10:55:34 +02:00
tkinter.tix.rst
tkinter.ttk.rst
token-list.inc
token.rst
tokenize.rst
trace.rst
traceback.rst
tracemalloc.rst
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
2019-10-15 14:00:16 +02:00
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
types.rst
typing.rst
bpo-38467: Fix argument name of typing functions (GH-16753)
2019-10-13 19:31:35 +01:00
undoc.rst
unicodedata.rst
bpo-36502: Update link to UAX #44 , the Unicode doc on the UCD. (GH-15301)
2019-09-09 09:37:13 -07:00
unittest.mock-examples.rst
bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)
2019-09-19 21:04:18 -07:00
unittest.mock.rst
bpo-38163: Child mocks detect their type as sync or async (GH-16471)
2019-09-29 21:56:47 -07:00
unittest.rst
Remove doc reference to unmaitained Nose package (GH-16849)
2019-10-19 12:22:20 -07:00
unix.rst
urllib.error.rst
urllib.parse.rst
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
2019-10-14 13:36:29 +03:00
urllib.request.rst
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447)
2019-09-13 12:40:07 +01:00
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst
bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768)
2019-09-09 14:50:38 +01:00
warnings.rst
wave.rst
weakref.rst
webbrowser.rst
windows.rst
winreg.rst
bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062)
2019-08-01 01:49:55 +03:00
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861)
2019-09-11 15:09:53 +01:00
xml.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst
zipfile.rst
bpo-36260: Add pitfalls to zipfile module documentation ( #13378 )
2019-09-11 16:04:11 +01:00
zipimport.rst
zlib.rst