cpython/Doc/library
Senthil Kumaran a1cc98bb8f [merge from 3.6] Issue28438 - Fix the link for pkgutil.get_data doc.
Patch contributed by Xiang Zhang.
2016-10-13 23:00:37 -07:00
..
2to3.rst
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst
array.rst
ast.rst
asynchat.rst
asyncio-dev.rst Issue #21443: Show how to change log level for asyncio. 2016-10-13 13:56:40 -07:00
asyncio-eventloop.rst
asyncio-eventloops.rst
asyncio-protocol.rst
asyncio-queue.rst
asyncio-stream.rst
asyncio-subprocess.rst
asyncio-sync.rst
asyncio-task.rst Issue #28348: Fix typo in asyncio.Task() documentation 2016-10-04 20:45:47 +03:00
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
base64.rst
bdb.rst
binary.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst
bz2.rst Issue #28225: bz2 module now supports pathlib 2016-10-02 20:07:06 +03:00
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst
codeop.rst
collections.abc.rst
collections.rst Issue #17941: Add a *module* parameter to collections.namedtuple() 2016-09-12 00:18:31 -07:00
colorsys.rst
compileall.rst Issue #28226: compileall now supports pathlib 2016-10-01 00:54:18 +03:00
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst Docs: Correctly link to the methods 2016-09-20 00:01:53 +02:00
constants.rst
contextlib.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst Issue #21903: Merge from 3.5 2016-09-28 17:07:40 +03:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst
dbm.rst
debug.rst
decimal.rst Issue #26331: Implement the parsing part of PEP 515. 2016-09-09 14:57:09 -07:00
depgraph-output.png
development.rst
difflib.rst
dis.rst Issue #28394: More typo fixes for 3.6+ 2016-10-10 00:38:21 +00:00
distribution.rst
distutils.rst
doctest.rst
dummy_threading.rst
email.charset.rst
email.compat32-message.rst
email.contentmanager.rst 24277: Make it clearer that the new modules are not provisional. 2016-09-08 18:28:43 -04:00
email.encoders.rst
email.errors.rst
email.examples.rst
email.generator.rst Add policy keyword to email.generator.DecodedGenerator. 2016-09-08 17:57:06 -04:00
email.header.rst
email.headerregistry.rst 24277: Make it clearer that the new modules are not provisional. 2016-09-08 18:28:43 -04:00
email.iterators.rst
email.message.rst 24277: Make it clearer that the new modules are not provisional. 2016-09-08 18:28:43 -04:00
email.mime.rst
email.parser.rst #20476: add a message_factory policy attribute to email. 2016-09-09 18:39:18 -04:00
email.policy.rst #20476: Deal with the message_factory circular import differently. 2016-09-10 00:22:25 -04:00
email.rst 24277: Make it clearer that the new modules are not provisional. 2016-09-08 18:28:43 -04:00
email.util.rst
ensurepip.rst
enum.rst issue23591: fix flag decomposition and repr 2016-09-18 13:15:41 -07:00
errno.rst
exceptions.rst
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
functional.rst
functions.rst Issue #26331: Implement the parsing part of PEP 515. 2016-09-09 14:57:09 -07:00
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst Issue #28227: gzip now supports pathlib 2016-10-02 13:47:58 +03:00
hashlib-blake2-tree.png
hashlib-blake2.rst
hashlib.rst
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst
i18n.rst
idle.rst Issue #15308: Add 'interrupt execution' (^C) to Shell menu. 2016-09-12 01:50:03 -04:00
imaplib.rst Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
imghdr.rst Issue #28228: imghdr now supports pathlib 2016-10-01 05:01:54 +03:00
imp.rst
importlib.rst
index.rst
inspect.rst Issue #24254: Drop cls.__definition_order__. 2016-09-08 15:11:11 -07:00
internet.rst
intro.rst
io.rst
ipaddress.rst
ipc.rst
itertools.rst
json.rst Issue #17909: Accept binary input in json.loads 2016-09-10 20:16:18 +10:00
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst Closed #26533: expanded on behaviour of logging.config.listen(). 2016-09-11 13:15:06 +01:00
logging.handlers.rst
logging.rst
lzma.rst Issue #28229: lzma module now supports pathlib 2016-10-04 20:41:20 +03:00
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst Issue #10673: Merge from 3.5 2016-09-26 23:22:44 +03:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst
os.rst Merge from 3.5 2016-09-26 22:50:32 +03:00
ossaudiodev.rst
othergui.rst
parser.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst Merge from 3.5 2016-10-01 01:07:17 +03:00
pdb.rst Fix Python version in pdb.rst 2016-09-10 09:28:03 +03:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst [merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc. 2016-10-13 22:59:36 -07:00
platform.rst
plistlib.rst
poplib.rst Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
posix.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst merge 2016-09-09 15:58:00 -07:00
quopri.rst
random.rst Issue #18844: Fix-up examples for random.choices(). Remove over-specified test. 2016-10-12 01:42:10 -04:00
re.rst Issue 24454: Improve the usability of the re match object named group API 2016-09-11 08:55:43 -04:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
select.rst Issue #20100: Merge from 3.5 2016-09-11 15:46:07 +03:00
selectors.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst
site.rst
smtpd.rst
smtplib.rst Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
sndhdr.rst
socket.rst Issue #28332: Deprecated silent truncations in socket.htons and socket.ntohs. 2016-10-02 12:34:40 +03:00
socketserver.rst
spwd.rst
sqlite3.rst Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements 2016-09-11 12:57:15 +03:00
ssl.rst Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default. 2016-09-13 13:27:26 +02:00
stat.rst
statistics.rst Issue #27181 remove geometric_mean and defer for 3.7. 2016-10-05 03:24:45 +11:00
stdtypes.rst Issue #15819: Merge include search from 3.5 into 3.6 2016-09-13 12:40:51 +00:00
string.rst Further improved ',' and '_' specification in format mini-language. 2016-09-09 23:13:01 -04:00
stringprep.rst
struct.rst
subprocess.rst
sunau.rst
superseded.rst
symbol.rst
symtable.rst
sys.rst Issue #27932: Prevent memory leak in win32_ver(). 2016-09-17 17:27:48 -07:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst
test.rst
text.rst
textwrap.rst
threading.rst
time.rst Closes #25283: Make tm_gmtoff and tm_zone available on all platforms. 2016-09-11 22:55:16 -04:00
timeit.rst
tk.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token.rst
tokenize.rst
trace.rst
traceback.rst
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
types.rst Issue #24254: Drop cls.__definition_order__. 2016-09-08 15:11:11 -07:00
typing.rst Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388) 2016-10-08 20:12:54 -07:00
undoc.rst
unicodedata.rst Unicode 9.0.0 2016-09-14 23:53:47 -07:00
unittest.mock-examples.rst
unittest.mock.rst
unittest.rst Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.5->3.6) 2016-10-13 14:24:23 -07:00
unix.rst
urllib.error.rst
urllib.parse.rst Issue #25895: Merge from 3.5 2016-09-16 14:45:15 +03:00
urllib.request.rst Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst
warnings.rst
wave.rst
weakref.rst
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
xml.rst Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. 2016-10-13 14:31:50 -07:00
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst Issue #28389: Merge from 3.5 2016-10-09 18:18:55 +03:00
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst
zipfile.rst Issue #28103: Merge from 3.5 2016-09-13 04:49:44 +03:00
zipimport.rst
zlib.rst