cpython/Doc/library
Kojo Idrissa 03af428242 [3.6] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2532)
Improve the description of the high and low parameters for set_write_buffer_limits.
Also fixed a small grammatical issue.
(cherry picked from commit 5200a7c7f9)
2017-07-01 19:48:07 -07:00
..
2to3.rst [3.6] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1303) 2017-04-26 09:55:55 -07:00
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst Fix grammar, typos and markup in documentation and code comments 2017-01-14 08:23:08 +00:00
array.rst
ast.rst
asynchat.rst
asyncio-dev.rst
asyncio-eventloop.rst
asyncio-eventloops.rst
asyncio-protocol.rst [3.6] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2532) 2017-07-01 19:48:07 -07:00
asyncio-queue.rst
asyncio-stream.rst
asyncio-subprocess.rst Correct spelling "instanciate" (GH-465) (GH-467) 2017-03-04 15:40:48 -08:00
asyncio-sync.rst
asyncio-task.rst bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2019) 2017-06-09 07:32:46 -07:00
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
base64.rst Add Python version since deprecation in base64 methods. (#33) (#429) 2017-03-03 18:07:18 +03:00
bdb.rst
binary.rst
binascii.rst
binhex.rst bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-475) 2017-03-06 09:31:16 -08:00
bisect.rst
builtins.rst
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
code.rst
codecs.rst
codeop.rst
collections.abc.rst
collections.rst bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (GH-2195) 2017-06-14 11:59:37 -07:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst [3.6] Correct typo in configparser.rst (GH-1012) (GH-1025) 2017-04-09 15:15:57 -07:00
constants.rst Fix "NotImplentedError" typo in constants documentation (#692) (#739) 2017-03-20 14:54:52 +02:00
contextlib.rst
copy.rst bpo-29506: Clarify deep copy note in copy module 2017-04-09 20:57:04 +10:00
copyreg.rst
crypt.rst
crypto.rst
csv.rst [3.6] bpo-21056: Document return type of next method of csv reader (GH-146) (#1749) 2017-05-22 22:27:02 -07:00
ctypes.rst [3.6] bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810) (GH-1833) 2017-05-27 07:58:25 -07:00
curses.ascii.rst
curses.panel.rst
curses.rst bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241) 2017-06-16 07:19:56 -07:00
custominterp.rst
datatypes.rst
datetime.rst bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) (GH-1974) 2017-06-06 12:32:14 -07:00
dbm.rst
debug.rst
decimal.rst
depgraph-output.png
development.rst
difflib.rst
dis.rst bpo-28810: Document remaining bytecode changes in 3.6 (GH-651) (GH-808) 2017-03-24 14:18:53 -07:00
distribution.rst
distutils.rst
doctest.rst [3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445) 2017-05-03 18:41:20 -07:00
dummy_threading.rst
email.charset.rst
email.compat32-message.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
email.contentmanager.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
email.encoders.rst
email.errors.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
email.examples.rst
email.generator.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
email.header.rst
email.headerregistry.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
email.iterators.rst
email.message.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
email.mime.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
email.parser.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
email.policy.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
email.rst
email.util.rst
ensurepip.rst
enum.rst correct documentation for enum.html (GH-358) (GH-367) 2017-02-28 21:07:32 -08:00
errno.rst
exceptions.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2065) 2017-06-10 07:25:33 -07:00
formatter.rst
fpectl.rst [3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445) 2017-05-03 18:41:20 -07:00
fractions.rst
frameworks.rst
ftplib.rst ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) (GH-657) 2017-03-13 11:03:36 +08:00
functional.rst
functions.rst bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) (GH-1915) 2017-06-01 21:56:24 -07:00
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst [3.6] bpo-29755: Fixed the lgettext() family of functions in the gettext module. (GH-2266) (#2297) 2017-06-20 18:06:35 +03:00
glob.rst
grp.rst
gzip.rst
hashlib-blake2-tree.png
hashlib.rst
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst [3.6] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1793) 2017-05-24 16:11:01 -05:00
i18n.rst
idle.rst [3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178) 2017-06-13 22:13:15 -04:00
imaplib.rst
imghdr.rst
imp.rst
importlib.rst
index.rst
inspect.rst bpo-26985: Add missing info of code object in inspect documentation (GH-1090) (GH-1099) 2017-04-13 11:14:17 +08:00
internet.rst
intro.rst
io.rst
ipaddress.rst
ipc.rst
itertools.rst
json.rst [3.6] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1828) 2017-05-27 16:37:11 +03:00
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst Avoid line breaks after hyphens, otherwise they are turned into spaces 2017-01-14 08:24:20 +00:00
logging.handlers.rst Merge doc fixes from 3.5 2017-01-14 09:54:57 +00:00
logging.rst
lzma.rst Tweak PEP 519 documentation in stdlib (#164) 2017-02-19 14:40:55 +03:00
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst bpo-29746: Update marshal docs to Python 3. (#547) (#631) 2017-03-12 10:05:05 +02:00
math.rst
mimetypes.rst [3.6] bpo-30178: Indent methods and attributes of MimeType class (GH-1306) (#1570) 2017-05-13 09:42:39 -07:00
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst
os.rst Tweak PEP 519 documentation in stdlib (#164) 2017-02-19 14:40:55 +03:00
ossaudiodev.rst
othergui.rst bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-688) 2017-03-16 19:56:56 -07:00
parser.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst
pdb.rst [3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445) 2017-05-03 18:41:20 -07:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst
posix.rst
pprint.rst
profile.rst bpo-30358: Document sort argument of profile.runctx() (GH-1566) 2017-05-14 18:30:48 +03:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst [3.6] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1614) 2017-05-17 00:09:23 +03:00
python.rst
queue.rst
quopri.rst Avoid line breaks after hyphens, otherwise they are turned into spaces 2017-01-14 08:24:20 +00:00
random.rst
re.rst [3.6] bpo-30398: Add a docstring for re.error. (GH-1647) (#1830) 2017-05-27 16:37:40 +03:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
select.rst [3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098) 2017-04-12 20:02:21 -07:00
selectors.rst [3.6] Fix typo in selectors.rst (GH-1383) (#1414) 2017-05-02 21:35:43 -07:00
shelve.rst
shlex.rst Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. 2017-01-27 13:04:33 +00:00
shutil.rst bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-608) 2017-03-10 19:36:26 -08:00
signal.rst [3.6] Mention how to disable signal fd wakeup (GH-2140) (#2149) 2017-06-13 10:23:13 +02:00
site.rst
smtpd.rst bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278) 2017-02-24 15:44:34 -05:00
smtplib.rst
sndhdr.rst
socket.rst Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION 2017-01-23 12:30:00 +01:00
socketserver.rst
spwd.rst
sqlite3.rst bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#985) 2017-04-03 22:27:15 -07:00
ssl.rst backport ssl doc fixes (#2117) 2017-06-11 11:53:14 -07:00
stat.rst
statistics.rst
stdtypes.rst fix some reference to Unicode 8 that should be to Unicode 9 (#2346) 2017-06-22 23:11:52 -07:00
string.rst
stringprep.rst
struct.rst
subprocess.rst [3.6] bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685) (GH-2253) 2017-06-19 20:28:16 -07:00
sunau.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
superseded.rst
symbol.rst
symtable.rst
sys.rst
sysconfig.rst [3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461) 2017-05-05 00:46:56 +02:00
syslog.rst
tabnanny.rst fix function name in tabnanny documentation (GH-762) 2017-03-22 15:26:53 +08:00
tarfile.rst [3.6] bpo-28230: Document the pathlib support in tarfile and add tests. (#559) 2017-03-08 12:29:33 +02:00
telnetlib.rst
tempfile.rst tempfile.rst: Fix some typos (GH-610) (GH-618) 2017-03-11 10:19:51 -08:00
termios.rst
test.rst [3.6] Fix trailing colon and newline in test.rst (GH-1250) (#1254) 2017-04-22 14:48:53 +03:00
text.rst
textwrap.rst
threading.rst bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1894) 2017-05-31 18:53:24 -07:00
time.rst bpo-29026: Clarify documentation of time.time (GH-34) (GH-417) 2017-03-02 21:50:10 -08:00
timeit.rst bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333) 2017-02-27 13:55:07 +08:00
tk.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token.rst
tokenize.rst
trace.rst bpo-29455: Mention coverage.py in trace module documentation (GH-435) 2017-03-03 12:58:17 -08:00
traceback.rst bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) (GH-1913) 2017-06-01 20:26:15 -07:00
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
types.rst
typing.rst [3.6] bpo-30619: Clarify typing.Union documentation (GH-2326) (GH-2337) 2017-06-22 18:52:57 -07:00
undoc.rst
unicodedata.rst [3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445) 2017-05-03 18:41:20 -07:00
unittest.mock-examples.rst
unittest.mock.rst bpo-28911: Clarify the behaviour of assert_called_once_with. (#252) 2017-02-23 16:17:11 +01:00
unittest.rst [3.6] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) (GH-2055) 2017-06-09 18:33:31 -07:00
unix.rst
urllib.error.rst
urllib.parse.rst bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1596) 2017-05-15 22:41:07 -07:00
urllib.request.rst Issues #29189: Merge indentation fixes from 3.5 2017-01-24 00:29:11 +00:00
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst
warnings.rst
wave.rst
weakref.rst bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22) 2017-02-12 08:18:07 -08:00
webbrowser.rst
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst [3.6] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1614) 2017-05-17 00:09:23 +03:00
xml.dom.pulldom.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
xml.dom.rst
xml.etree.elementtree.rst [3.6] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1614) 2017-05-17 00:09:23 +03: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-29770: remove outdated PYO related info (GH-590) (GH-612) 2017-03-11 14:07:30 +08:00
zipimport.rst bpo-29770: remove outdated PYO related info (GH-590) (GH-612) 2017-03-11 14:07:30 +08:00
zlib.rst