..
2to3.rst
bpo-21446: Update reload fixer to use importlib (GH-8391)
2018-07-23 09:49:08 +03:00
__future__.rst
…
__main__.rst
…
_dummy_thread.rst
…
_thread.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
abc.rst
…
aifc.rst
…
allos.rst
…
archiving.rst
…
argparse.rst
Fix doc for `add_subparsers` arguments (GH-8884)
2018-08-23 20:08:54 -07:00
array.rst
…
ast.rst
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
2018-09-27 17:42:37 +03:00
asynchat.rst
…
asyncio-api-index.rst
bpo-33649: Add low-level APIs index. (GH-9364)
2018-09-17 15:35:24 -04:00
asyncio-dev.rst
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
2018-09-17 19:16:44 -04:00
asyncio-eventloop.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
asyncio-exceptions.rst
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
2018-09-17 19:16:44 -04:00
asyncio-future.rst
bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)
2018-09-18 17:55:44 -04:00
asyncio-llapi-index.rst
bpo-34746: Fix stop -> close (GH-9437)
2018-09-20 01:17:09 -04:00
asyncio-platforms.rst
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
2018-09-25 11:27:08 -04:00
asyncio-policy.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
asyncio-protocol.rst
bpo-23554: Change echo server example class name from EchoServerClientProtocol to EchoServerProtocol (GH-9859)
2018-10-15 17:39:16 -04:00
asyncio-queue.rst
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
2018-09-17 19:16:44 -04:00
asyncio-stream.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
asyncio-subprocess.rst
bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623)
2018-09-28 08:40:08 -07:00
asyncio-sync.rst
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
2018-09-17 19:16:44 -04:00
asyncio-task.rst
Use f-strings in asyncio-task code examples (GH-10035)
2018-10-25 00:37:12 +02:00
asyncio.rst
bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)
2018-09-18 17:55:44 -04:00
asyncore.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
atexit.rst
…
audioop.rst
…
base64.rst
…
bdb.rst
…
binary.rst
…
binascii.rst
…
binhex.rst
…
bisect.rst
…
builtins.rst
…
bz2.rst
bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785)
2018-09-10 18:15:56 -07:00
calendar.rst
…
cgi.rst
bpo-33843: Remove deprecated stuff in cgi module (GH-7662)
2018-06-19 17:28:50 +09:00
cgitb.rst
…
chunk.rst
…
cmath.rst
…
cmd.rst
…
code.rst
…
codecs.rst
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
2018-10-20 02:22:31 +02:00
codeop.rst
…
collections.abc.rst
…
collections.rst
Fix missing line from example shell session (GH-9143)
2018-09-10 18:43:08 -07:00
colorsys.rst
…
compileall.rst
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607)
2018-10-10 18:43:14 +02:00
concurrency.rst
…
concurrent.futures.rst
Doc: Fix is_prime (GH-9909)
2018-10-17 08:45:51 +02:00
concurrent.rst
…
configparser.rst
configparser doc: Properly label ConfigParser attributes (GH-9930)
2018-10-25 01:47:01 +02:00
constants.rst
Use double quote instead of backtick to clarify Ellipsis constant (GH-9754)
2018-10-08 20:44:16 +05:30
contextlib.rst
Clarify that AsyncExitStack works with coroutine functions (GH-9405)
2018-09-18 14:27:59 -07:00
contextvars.rst
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
2018-06-28 13:20:29 -04:00
copy.rst
…
copyreg.rst
…
crypt.rst
…
crypto.rst
…
csv.rst
bpo-33798: Update csv document about dict order (GH-7490)
2018-06-08 21:51:12 +09:00
ctypes.rst
bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)
2018-07-13 15:50:20 +03:00
curses.ascii.rst
…
curses.panel.rst
…
curses.rst
…
custominterp.rst
…
dataclasses.rst
Fix astuple in dataclasses documentation (GH-9631)
2018-09-29 06:50:31 -04:00
datatypes.rst
…
datetime.rst
bpo-34158: Documentation UTC offset update (GH-8377)
2018-10-05 18:57:02 -04:00
dbm.rst
…
debug.rst
…
decimal.rst
…
development.rst
…
difflib.rst
…
dis.rst
bpo-34906: Doc: Fix typos (GH-9712)
2018-10-05 16:17:18 +02:00
distribution.rst
…
distutils.rst
…
doctest.rst
bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736)
2018-10-20 10:43:32 +02:00
dummy_threading.rst
…
email.charset.rst
bpo-26441: Remove documentation for deleted to_splittable and from_splittable methods ( #9865 )
2018-10-18 20:13:23 -04:00
email.compat32-message.rst
Fix "Python" casing in a few places (GH-9001)
2018-09-14 10:13:09 -07:00
email.contentmanager.rst
bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager ( #7631 )
2018-06-11 10:47:47 -04:00
email.encoders.rst
…
email.errors.rst
bpo-27397: Make email module properly handle invalid-length base64 strings ( #7583 )
2018-06-12 15:46:22 +03:00
email.examples.rst
…
email.generator.rst
…
email.header.rst
…
email.headerregistry.rst
…
email.iterators.rst
…
email.message.rst
…
email.mime.rst
…
email.parser.rst
In email.parser in message_from_bytes, update `strict` to `policy` ( #9854 )
2018-10-16 15:26:17 -04:00
email.policy.rst
…
email.rst
In email docs, correct spelling of foregoing ( #9856 )
2018-10-16 15:28:34 -04:00
email.util.rst
…
ensurepip.rst
…
enum.rst
bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328)
2018-09-21 19:03:09 -07:00
errno.rst
…
exceptions.rst
Clarify ValueError's broad applicability (GH-8313)
2018-07-17 08:35:26 -07:00
faulthandler.rst
…
fcntl.rst
…
filecmp.rst
…
fileformats.rst
…
fileinput.rst
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
2018-08-11 09:05:04 +03:00
filesys.rst
…
fnmatch.rst
…
formatter.rst
…
fractions.rst
…
frameworks.rst
…
ftplib.rst
…
functional.rst
…
functions.rst
fix dangling keyfunc examples in documentation of heapq and sorted ( #1432 )
2018-10-15 13:06:53 -06:00
functools.rst
bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)
2018-10-23 14:11:20 +08:00
gc.rst
bpo-34605: Avoid master/slave terms (GH-9101)
2018-09-07 17:30:33 +02:00
getopt.rst
…
getpass.rst
…
gettext.rst
…
glob.rst
…
grp.rst
…
gzip.rst
bpo-34913: Document gzip command line interface (GH-9782)
2018-10-10 08:28:26 +02:00
hashlib-blake2-tree.png
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
2018-07-01 16:02:52 +09:00
hashlib.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
heapq.rst
fix dangling keyfunc examples in documentation of heapq and sorted ( #1432 )
2018-10-15 13:06:53 -06:00
hmac.rst
bpo-33604: Remove deprecated HMAC default value marked for removal in 3.8 (GH-7063)
2018-09-10 11:10:01 -07:00
html.entities.rst
…
html.parser.rst
…
html.rst
bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9662)
2018-10-01 17:34:46 -07:00
http.client.rst
…
http.cookiejar.rst
bpo-34911: Added support for secure websocket cookies (GH-9734)
2018-10-08 21:49:29 +03:00
http.cookies.rst
…
http.rst
…
http.server.rst
bpo-34576 - Fix the formatting for security considerations in http.server.rst ( #10005 )
2018-10-20 11:32:07 -07:00
i18n.rst
…
idle.rst
Fix "Python" casing in a few places (GH-9001)
2018-09-14 10:13:09 -07:00
imaplib.rst
Fix "Python" casing in a few places (GH-9001)
2018-09-14 10:13:09 -07:00
imghdr.rst
…
imp.rst
…
importlib.rst
importlib doc: Fix approximated import_module() code (GH-9945)
2018-10-25 01:32:26 +02:00
index.rst
bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)
2018-09-17 18:12:21 -04:00
inspect.rst
bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098)
2018-10-25 14:13:45 -07:00
internet.rst
…
intro.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
io.rst
bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510)
2018-07-07 23:17:16 +03:00
ipaddress.rst
…
ipc.rst
bpo-33649: Fix asyncio-dev (GH-9324)
2018-09-14 16:57:11 -07:00
itertools.rst
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
2018-09-23 17:34:59 -07:00
json.rst
bpo-34379: Doc: Move note for json.dump (GH-8730)
2018-08-11 16:34:02 +09:00
keyword.rst
…
language.rst
…
linecache.rst
bpo-32797: improve documentation of linecache.getline (GH-9540)
2018-10-24 14:44:41 +02:00
locale.rst
…
logging.config.rst
bpo-34844: logging.Formatter enhancement - Ensure style and format string matches in logging.Formatter (GH-9703)
2018-10-15 19:41:36 +01:00
logging.handlers.rst
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537)
2018-09-26 00:00:08 +01:00
logging.rst
Updated documentation on logging.debug(). (GH-9946)
2018-10-18 11:45:58 +01:00
lzma.rst
…
macpath.rst
…
mailbox.rst
…
mailcap.rst
…
markup.rst
…
marshal.rst
…
math.rst
bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561)
2018-07-31 00:45:49 -07:00
mimetypes.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
misc.rst
…
mm.rst
…
mmap.rst
bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs ( #5621 )
2018-10-20 02:37:55 +02:00
modulefinder.rst
…
modules.rst
…
msilib.rst
…
msvcrt.rst
…
multiprocessing.rst
bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the queue is closed. (GH-9010)
2018-10-13 12:26:09 +03:00
netdata.rst
…
netrc.rst
…
nis.rst
…
nntplib.rst
…
numbers.rst
…
numeric.rst
…
operator.rst
…
optparse.rst
bpo-33892: Doc: Use gender neutral words (GH-7770)
2018-06-18 13:34:30 +09:00
os.path.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
os.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
ossaudiodev.rst
…
othergui.rst
…
parser.rst
…
pathlib-inheritance.png
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
2018-07-01 16:02:52 +09:00
pathlib-inheritance.svg
…
pathlib.rst
bpo-34825: Add more entries to os to pathlib reference table (GH-9608)
2018-10-05 08:24:11 -07:00
pdb.rst
Doc: Remove superfluous markup. (GH-8112)
2018-07-06 11:15:13 +02:00
persistence.rst
…
pickle.rst
Fix typo in object.__getnewargs__() documentation (GH-7554)
2018-06-10 03:41:09 +03:00
pickletools.rst
…
pipes.rst
…
pkgutil.rst
…
platform.rst
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
2018-07-09 11:47:45 +03:00
plistlib.rst
bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495)
2018-06-08 17:51:20 -04:00
poplib.rst
…
posix.rst
…
pprint.rst
…
profile.rst
bpo-5978: Document that profiling needs cmd/function to return (GH-7938)
2018-07-28 11:01:24 +01:00
pty.rst
…
pwd.rst
…
py_compile.rst
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607)
2018-10-10 18:43:14 +02:00
pyclbr.rst
Fix "Python" casing in a few places (GH-9001)
2018-09-14 10:13:09 -07:00
pydoc.rst
…
pyexpat.rst
…
python.rst
…
queue.rst
queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372)
2018-10-20 00:27:49 +02:00
quopri.rst
…
random.rst
…
re.rst
bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)
2018-10-12 09:51:05 +02:00
readline.rst
…
reprlib.rst
…
resource.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
rlcompleter.rst
…
runpy.rst
…
sched.rst
versionadded -> versionchanged for all 'X parameter was added' for uniformity. (GH8114)
2018-07-05 17:01:16 -07:00
secrets.rst
…
select.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
selectors.rst
…
shelve.rst
…
shlex.rst
…
shutil.rst
bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523)
2018-10-23 12:09:50 +02:00
signal.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
site.rst
Fix site module documentation. (GH-8441)
2018-07-24 09:14:20 -07:00
smtpd.rst
…
smtplib.rst
closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)
2018-09-10 10:29:43 -07:00
sndhdr.rst
…
socket.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
socketserver.rst
…
spwd.rst
…
sqlite3.rst
bpo-8145: Improve isolation_level documentation (GH-8499)
2018-07-29 10:01:38 +01:00
ssl.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
stat.rst
…
statistics.rst
bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587)
2018-06-25 14:04:01 +03:00
stdtypes.rst
bpo-35020: Link to sorting examples from list.sort() (GH-9931)
2018-10-20 14:39:03 -07:00
string.rst
bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. ( #8673 )
2018-08-06 08:41:17 -04:00
stringprep.rst
…
struct.rst
bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700)
2018-09-10 21:37:33 -07:00
subprocess.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
sunau.rst
…
superseded.rst
…
symbol.rst
…
symtable.rst
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)
2018-10-20 01:46:00 +01:00
sys.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
sysconfig.rst
…
syslog.rst
Fix "Python" casing in a few places (GH-9001)
2018-09-14 10:13:09 -07:00
tabnanny.rst
…
tarfile.rst
…
telnetlib.rst
…
tempfile.rst
Clarified the tempfile.tempdir documentation (GH-7829)
2018-06-21 03:52:43 -04:00
termios.rst
…
test.rst
Fix "Python" casing in a few places (GH-9001)
2018-09-14 10:13:09 -07:00
text.rst
…
textwrap.rst
…
threading.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
time.rst
bpo-11233: Create availability directive for documentation (GH-9692)
2018-10-12 16:55:20 +02:00
timeit.rst
bpo-28240: timeit: Update repeat() doc (GH-7419)
2018-06-06 17:55:18 +02:00
tk.rst
…
tkinter.rst
…
tkinter.scrolledtext.rst
…
tkinter.tix.rst
…
tkinter.ttk.rst
…
token.rst
…
tokenize.rst
…
trace.rst
…
traceback.rst
bpo-27910: Update documentation of traceback module (GH-6116)
2018-08-02 19:08:59 +03:00
tracemalloc.rst
…
tty.rst
…
tulip_coro.dia
…
tulip_coro.png
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
2018-07-01 16:02:52 +09:00
turtle-star.pdf
…
turtle-star.png
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
2018-07-01 16:02:52 +09:00
turtle-star.ps
…
turtle.rst
bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)
2018-10-12 09:51:05 +02:00
types.rst
…
typing.rst
Clarify that Type[SomeTypeVar] is legal ( #9585 )
2018-09-26 16:13:28 +01:00
undoc.rst
…
unicodedata.rst
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
2018-06-06 20:14:28 -07:00
unittest.mock-examples.rst
bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)
2018-10-12 09:51:05 +02:00
unittest.mock.rst
bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960)
2018-10-25 23:48:58 +02:00
unittest.rst
Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRaisesRegex is keyword-only. (GH-9680)
2018-10-02 21:38:39 -07:00
unix.rst
…
urllib.error.rst
…
urllib.parse.rst
…
urllib.request.rst
bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)
2018-08-17 12:47:32 +03:00
urllib.robotparser.rst
…
urllib.rst
…
uu.rst
…
uuid.rst
…
venv.rst
bpo-24356: Specify which Python binary will be used with venv (GH-6589)
2018-07-28 13:58:05 +01:00
warnings.rst
…
wave.rst
…
weakref.rst
…
webbrowser.rst
…
windows.rst
…
winreg.rst
…
winsound.rst
…
wsgiref.rst
Add missing comma to wsgiref doc (GH-9932)
2018-10-17 22:55:32 +01:00
xdrlib.rst
…
xml.dom.minidom.rst
…
xml.dom.pulldom.rst
bpo-17239: Disable external entities in SAX parser (GH-9217)
2018-09-23 00:50:25 -07:00
xml.dom.rst
…
xml.etree.elementtree.rst
bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)
2018-07-24 12:03:34 +03:00
xml.rst
bpo-17239: Disable external entities in SAX parser (GH-9217)
2018-09-23 00:50:25 -07:00
xml.sax.handler.rst
…
xml.sax.reader.rst
…
xml.sax.rst
bpo-17239: Disable external entities in SAX parser (GH-9217)
2018-09-23 00:50:25 -07:00
xml.sax.utils.rst
…
xmlrpc.client.rst
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
2018-06-16 08:08:31 +03:00
xmlrpc.rst
…
xmlrpc.server.rst
…
zipapp.rst
bpo-34906: Doc: Fix typos (GH-9712)
2018-10-05 16:17:18 +02:00
zipfile.rst
bpo-34097: Polish API design (GH-8725)
2018-08-31 16:43:31 +02:00
zipimport.rst
bpo-5950: Support reading zips with comments in zipimport ( #9548 )
2018-09-25 15:15:47 -04:00
zlib.rst
bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940)
2018-06-27 21:04:51 +03:00