cpython/Doc/library
2017-12-29 13:13:06 -08:00
..
2to3.rst bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417) 2017-11-28 11:26:56 -05:00
__future__.rst
__main__.rst
_dummy_thread.rst Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648) 2017-09-18 22:04:20 +02:00
_thread.rst Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648) 2017-09-18 22:04:20 +02:00
abc.rst bpo-31567: add or fix decorator markup in docs (#3959) 2017-10-12 10:39:43 -04:00
aifc.rst remote note about IRIX in aifc (#3299) 2017-09-04 13:32:34 -07:00
allos.rst
archiving.rst
argparse.rst bpo-26510: make argparse subparsers required by default (#3027) 2017-09-20 17:35:27 -04:00
array.rst
ast.rst
asynchat.rst
asyncio-dev.rst bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) 2017-12-11 17:35:49 +02:00
asyncio-eventloop.rst bpo-29970: Make ssh_handshake_timeout None by default (#4939) 2017-12-20 20:24:43 +02:00
asyncio-eventloops.rst Add asyncio.get_running_loop() function. (#4782) 2017-12-11 10:07:44 -05:00
asyncio-protocol.rst bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) 2017-12-18 17:03:23 -05:00
asyncio-queue.rst bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) 2017-12-11 17:35:49 +02:00
asyncio-stream.rst bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) 2017-12-11 17:35:49 +02:00
asyncio-subprocess.rst bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) 2017-12-11 17:35:49 +02:00
asyncio-sync.rst bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764) 2017-12-09 20:00:05 +02:00
asyncio-task.rst bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992) 2017-12-23 15:04:15 -05:00
asyncio.rst
asyncore.rst
atexit.rst bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) 2017-12-20 11:17:58 +01:00
audioop.rst
base64.rst
bdb.rst
binary.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109) 2017-10-26 15:34:11 -04:00
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst bpo-28393: Update encoding lookup docs wrt bpo-27938 (#4871) 2017-12-15 11:19:23 +01:00
codeop.rst
collections.abc.rst bpo-18558: Clarify glossary entry for "Iterable" (#3732) 2017-09-25 00:52:06 -07:00
collections.rst bpo-32099 Add deque variant of roundrobin() recipe (#4497) 2017-11-23 13:32:23 -08:00
colorsys.rst
compileall.rst closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) 2017-12-09 10:26:52 -08:00
concurrency.rst Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648) 2017-09-18 22:04:20 +02:00
concurrent.futures.rst bpo-32306: Clarify c.f.Executor.map() documentation (#4947) 2017-12-20 19:06:20 +01:00
concurrent.rst
configparser.rst bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420) 2017-11-02 15:47:04 +03:00
constants.rst
contextlib.rst bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412) 2017-12-13 20:19:17 -05:00
copy.rst
copyreg.rst
crypt.rst bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110) 2017-11-16 13:22:51 +02:00
crypto.rst
csv.rst bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730) 2017-10-26 11:27:46 +03:00
ctypes.rst bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810) 2017-05-27 07:23:26 -07:00
curses.ascii.rst bpo-30872: Update the curses docs to Python 3. (#2620) 2017-10-04 22:44:13 +03:00
curses.panel.rst bpo-30872: Update the curses docs to Python 3. (#2620) 2017-10-04 22:44:13 +03:00
curses.rst bpo-18699: Corrected documentation for window.chgat in curses module (#1430) 2017-11-04 10:13:16 +02:00
custominterp.rst
datatypes.rst
datetime.rst bpo-15873: Implement [date][time].fromisoformat (#4699) 2017-12-21 00:33:49 -05:00
dbm.rst
debug.rst
decimal.rst
depgraph-output.png
development.rst bpo-32101: Add PYTHONDEVMODE environment variable (#4624) 2017-11-30 11:40:24 +01:00
difflib.rst
dis.rst [Doc] Update opcode for var-positional arguments (#4446) 2017-11-19 00:49:15 +02:00
distribution.rst
distutils.rst
doctest.rst
dummy_threading.rst Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648) 2017-09-18 22:04:20 +02:00
email.charset.rst
email.compat32-message.rst
email.contentmanager.rst
email.encoders.rst
email.errors.rst
email.examples.rst
email.generator.rst bpo-25910: Fixes redirection from http to https (#4674) 2017-12-06 17:39:33 +01:00
email.header.rst
email.headerregistry.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.util.rst
ensurepip.rst bpo-31351: Set return code in ensurepip when pip fails (GH-3626) 2017-09-21 20:07:45 +10:00
enum.rst
errno.rst
exceptions.rst
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst bpo-30397: Add re.Pattern and re.Match. (#1646) 2017-10-04 20:09:49 +03:00
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966) 2017-10-12 12:28:55 -04:00
functools.rst bpo-32227: functools.singledispatch supports registering via type annotations (#4733) 2017-12-11 13:56:31 -08:00
gc.rst bpo-31558: Add gc.freeze() (#3705) 2017-10-16 12:49:41 -07:00
getopt.rst
getpass.rst
gettext.rst bpo-31667: Fix gettext related links. (#3860) 2017-10-04 20:28:20 +03:00
glob.rst
grp.rst
gzip.rst
hashlib-blake2-tree.png
hashlib.rst bpo-25910: Fixes redirection from http to https (#4674) 2017-12-06 17:39:33 +01:00
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279) 2017-11-06 13:16:37 -08:00
http.cookiejar.rst
http.cookies.rst
http.rst bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589) 2017-10-26 21:49:19 +03:00
http.server.rst bpo-30160: Clarify intended usage of wfile (gh-1300) 2017-05-24 14:25:50 -04:00
i18n.rst
idle.rst bpo-314777: IDLE - improve rstrip entry in doc (#3602) 2017-09-15 13:05:28 -04:00
imaplib.rst
imghdr.rst
imp.rst
importlib.rst bpo-32248: Implement importlib.abc.ResourceReader (GH-4892) 2017-12-15 16:29:35 -08:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343) 2017-12-21 09:59:53 +09:00
ipaddress.rst bpo-20825: Containment test for ip_network in ip_network. 2017-10-22 23:39:49 +02:00
ipc.rst
itertools.rst Minor wording tweak for itertools documentation (#4893) 2017-12-15 13:17:55 -08:00
json.rst Make json.dumps() example to be PEP-8 compliant. (GH-3472) 2017-09-09 09:39:36 -07:00
keyword.rst
language.rst
linecache.rst
locale.rst bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) 2017-12-13 12:29:09 +01:00
logging.config.rst bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs. (GH-2979) 2017-08-02 21:44:28 +01:00
logging.handlers.rst bpo-30522: Implemented a method to allow setting a logging.StreamHander's stream. (GH-2921) 2017-07-30 10:41:45 +01:00
logging.rst bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) 2017-12-09 11:09:04 +00:00
lzma.rst
macpath.rst
mailbox.rst trivial: link updates in documentation (#2765) 2017-12-13 14:37:51 +02:00
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst
misc.rst
mm.rst
mmap.rst Added :const:mmap.ACCESS_DEFAULT constant. (#4093) 2017-11-07 12:51:43 -08:00
modulefinder.rst
modules.rst
msilib.rst Remove outdated .pyo reference from msilib docs (GH-4461) 2017-11-19 13:04:25 +03:00
msvcrt.rst
multiprocessing.rst bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469) 2017-11-27 04:18:33 +03:00
netdata.rst
netrc.rst bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537) 2017-11-25 13:37:22 +03:00
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst bpo-30085: Improve documentation for operator (#1171) 2017-09-24 14:29:22 -04:00
optparse.rst
os.path.rst bpo-31827: Remove os.stat_float_times() (GH-4061) 2017-10-24 02:02:00 -07:00
os.rst return the new file descriptor from os.dup2 (closes bpo-32441) (#5041) 2017-12-29 13:13:06 -08:00
ossaudiodev.rst
othergui.rst bpo-25910: Fixes redirection from http to https (#4674) 2017-12-06 17:39:33 +01:00
parser.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980) 2017-08-01 16:47:50 -07:00
pdb.rst Add version{changed,added} markers and make minor style changes (GH-4273) 2017-11-04 15:17:56 +03:00
persistence.rst
pickle.rst Fix trivial typo in pickle.rst (#4955) 2017-12-21 11:00:49 +02:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst
posix.rst
pprint.rst
profile.rst bpo-21862: Add -m option to cProfile for profiling modules (#4297) 2017-11-08 11:50:56 +01:00
pty.rst
pwd.rst
py_compile.rst closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) 2017-12-09 10:26:52 -08:00
pyclbr.rst bpo-6691: Pyclbr now reports nested classes and functions. (#2503) 2017-07-03 21:31:25 -04:00
pydoc.rst bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) 2017-09-14 17:54:09 -04:00
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471) 2017-12-04 14:29:05 +02:00
readline.rst bpo-31537: Update readline documentation example. (GH-3925) 2017-10-10 14:52:58 -07:00
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst Improve Scheduler Objects documentation. (GH-4556) 2017-11-24 21:43:01 -08:00
secrets.rst bpo-25910: Fixes redirection from http to https (#4674) 2017-12-06 17:39:33 +01:00
select.rst bpo-25910: Fixes redirection from http to https (#4674) 2017-12-06 17:39:33 +01:00
selectors.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792) 2017-12-17 23:10:18 -05:00
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877) 2017-12-18 20:02:54 -05:00
socketserver.rst Document parameters of BaseServer.finish_request() (GH-4445) 2017-11-19 10:33:37 +03:00
spwd.rst
sqlite3.rst bpo-25910: Fixes redirection from http to https (#4674) 2017-12-06 17:39:33 +01:00
ssl.rst trivial: link updates in documentation (#2765) 2017-12-13 14:37:51 +02:00
stat.rst
statistics.rst
stdtypes.rst bpo-31942: Document optional support of start and stop attributes in Sequence.index method (#4277) 2017-12-12 11:22:30 +01:00
string.rst bpo-31672 - Add one last minor clarification for idpattern (#4483) 2017-11-21 10:28:13 -05:00
stringprep.rst
struct.rst bpo-21071: struct.Struct.format type is now str (#845) 2017-06-23 15:11:12 +02:00
subprocess.rst bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218) 2017-12-18 10:28:19 +01:00
sunau.rst bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344) 2017-11-10 11:38:25 -05:00
superseded.rst
symbol.rst
symtable.rst
sys.rst bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) 2017-12-13 12:29:09 +01:00
sysconfig.rst Remove all mention of Windows IA-64 support (GH-3389) 2017-09-06 15:45:25 -07:00
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst The termios man page is in section 3 (GH-2450) 2017-11-11 19:40:26 +03:00
test.rst bpo-31567: add or fix decorator markup in docs (#3959) 2017-10-12 10:39:43 -04:00
text.rst
textwrap.rst
threading.rst bpo-32208: update threading.Semaphore docs and add unit test (#4709) 2017-12-07 20:04:26 +02:00
time.rst bpo-32025: Add time.thread_time() (#4410) 2017-11-15 22:52:21 +01:00
timeit.rst
tk.rst
tkinter.rst bpo-25910: Fixes redirection from http to https (#4674) 2017-12-06 17:39:33 +01:00
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667) 2017-09-24 14:34:09 +03:00
token.rst bpo-30406: Make async and await proper keywords (#1669) 2017-10-05 23:24:46 -04:00
tokenize.rst bpo-31394: Make tokenize.rst PEP 8-compliant (GH-3526) 2017-09-12 21:00:00 -07:00
trace.rst
traceback.rst bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) 2017-06-01 14:54:01 -07:00
tracemalloc.rst bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) 2017-11-30 00:05:07 +01:00
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) 2017-07-20 06:58:40 -07:00
types.rst bpo-32265: Classify class and static methods of builtin types. (#4776) 2017-12-15 14:13:41 +02:00
typing.rst bpo-32284: Fix documentation of BinaryIO and TextIO (#4832) 2017-12-13 10:39:55 +02:00
undoc.rst
unicodedata.rst bpo-30736: upgrade to Unicode 10.0 (#2344) 2017-06-22 22:31:08 -07:00
unittest.mock-examples.rst
unittest.mock.rst Fix miscellaneous typos (#4275) 2017-11-05 15:37:50 +02:00
unittest.rst bpo-25910: Fixes redirection from http to https (#4674) 2017-12-06 17:39:33 +01:00
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst
urllib.robotparser.rst bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529) 2017-11-23 15:40:26 -08:00
urllib.rst
uu.rst
uuid.rst bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600) 2017-11-28 17:26:04 -05:00
venv.rst
warnings.rst
wave.rst bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344) 2017-11-10 11:38:25 -05:00
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 bpo-31648: Improve ElementPath (#3835) 2017-09-30 16:35:21 +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 Add version{changed,added} markers and make minor style changes (GH-4273) 2017-11-04 15:17:56 +03:00
zipfile.rst
zipimport.rst
zlib.rst