cpython/Doc/library
Serhiy Storchaka 009b0a1fac Issue #29193: A format string argument for string.Formatter.format()
is now positional-only.
2017-01-13 09:10:51 +02:00
..
2to3.rst
__future__.rst PEP 479: Change StopIteration handling inside generators. 2015-05-09 11:44:30 -04:00
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst
array.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:53 +02:00
ast.rst
asynchat.rst
asyncio-dev.rst
asyncio-eventloop.rst Issue #28091: Document PEP 525 & PEP 530. 2016-12-15 17:36:05 -05:00
asyncio-eventloops.rst
asyncio-protocol.rst Issue #28089: Document TCP_NODELAY in asyncio 2016-12-12 16:44:58 -05:00
asyncio-queue.rst #23464: remove JoinableQueue that was deprecated in 3.4.4. 2015-04-12 18:47:56 -04:00
asyncio-stream.rst
asyncio-subprocess.rst
asyncio-sync.rst
asyncio-task.rst
asyncio.rst docs: asyncio is no longer provisional 2016-12-15 18:58:19 -05:00
asyncore.rst
atexit.rst
audioop.rst
base64.rst
bdb.rst
binary.rst
binascii.rst Issue #29004: Merge crc_hqx() doc from 3.5 2016-12-24 07:44:03 +00:00
binhex.rst
bisect.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:49:07 +03:00
builtins.rst
bz2.rst
calendar.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:28 +02:00
cgi.rst
cgitb.rst
chunk.rst
cmath.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:49:59 +02:00
cmd.rst
code.rst
codecs.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:49:59 +02:00
codeop.rst
collections.abc.rst Issue #28793: Fix c/p error in AsyncGenerator documentation 2016-11-25 17:31:27 +03:00
collections.rst Update OrderedDict docs to reflect acceptance of PEP 468 2017-01-07 22:05:12 -08:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst
constants.rst
contextlib.rst
copy.rst
copyreg.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 2016-06-11 15:02:54 -04:00
crypt.rst
crypto.rst
csv.rst Issue #16026: Fix parameter names of DictReader and DictWriter 2017-01-07 09:32:56 +03:00
ctypes.rst
curses.ascii.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:28 +02:00
curses.panel.rst
curses.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:28 +02:00
custominterp.rst
datatypes.rst
datetime.rst Issue #29078: Merge 3.5. 2016-12-27 12:30:42 +08:00
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
distribution.rst
distutils.rst
doctest.rst
dummy_threading.rst
email.charset.rst
email.compat32-message.rst
email.contentmanager.rst
email.encoders.rst
email.errors.rst
email.examples.rst
email.generator.rst
email.header.rst
email.headerregistry.rst
email.iterators.rst
email.message.rst Fix typos in documentation 2016-11-20 08:37:21 +00:00
email.mime.rst
email.parser.rst
email.policy.rst #20476: Deal with the message_factory circular import differently. 2016-09-10 00:22:25 -04:00
email.rst
email.util.rst
ensurepip.rst
enum.rst Issue #29129: Fix typo in "Using auto" section 2017-01-02 05:51:04 +03: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
functional.rst
functions.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:49:59 +02:00
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst
hashlib-blake2-tree.png
hashlib-blake2.rst Issue #29062: doc: Fix heading level of hashlib-blake2 2016-12-27 15:07:18 +09:00
hashlib.rst
heapq.rst
hmac.rst Change double hyphens (en dashes) to em (longer) dashes 2016-11-21 00:15:20 +00:00
html.entities.rst
html.parser.rst
html.rst
http.client.rst
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst
i18n.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst
importlib.rst Issue #28896: Deprecate WindowsRegistryFinder 2016-12-07 13:02:27 -08:00
index.rst
inspect.rst Issue #28091: Document PEP 525 & PEP 530. 2016-12-15 17:36:05 -05:00
internet.rst
intro.rst
io.rst
ipaddress.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:28 +02:00
ipc.rst
itertools.rst
json.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:49:59 +02:00
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:26 +03:00
logging.handlers.rst Closes #29105: Updated RotatingFileHandler documentation. 2016-12-31 11:06:57 +00:00
logging.rst Closes #28524: added default level for logging.disable(). 2016-12-31 11:40:11 +00:00
lzma.rst
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 2016-06-11 15:02:54 -04:00
math.rst
mimetypes.rst
misc.rst
mm.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
mmap.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:15:22 +02:00
modulefinder.rst
modules.rst
msilib.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 2016-06-11 15:02:54 -04:00
msvcrt.rst Fixed double hyphens that are rendered to literal en-dashes in the documenation. 2016-12-04 10:20:55 +02:00
multiprocessing.rst
netdata.rst
netrc.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:53 +02:00
nis.rst
nntplib.rst
numbers.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 2016-06-11 15:02:54 -04:00
numeric.rst
operator.rst
optparse.rst
os.path.rst
os.rst Issue #27998: Documented bytes paths support on Windows. 2016-11-20 08:23:07 +02:00
ossaudiodev.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 2016-06-11 15:02:54 -04:00
othergui.rst
parser.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 2016-06-11 15:02:54 -04:00
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst
pdb.rst Merge doc fixups from 3.5 2016-11-21 04:22:22 +00:00
persistence.rst
pickle.rst
pickletools.rst Fix indentation 2016-11-21 13:36:36 +00:00
pipes.rst
pkgutil.rst Merge for issue #28424 2016-12-10 14:14:47 -08:00
platform.rst
plistlib.rst
poplib.rst
posix.rst
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 Neaten-up and extend the examples in the random module docs. 2016-12-04 11:00:34 -08:00
re.rst Fix typos in comment and documentation 2016-12-10 05:32:55 +00:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
select.rst
selectors.rst Fixed double hyphens that are rendered to literal en-dashes in the documenation. 2016-12-04 10:20:55 +02:00
shelve.rst
shlex.rst Fixes #29133: clarified shlex documentation. 2017-01-09 16:46:04 +00:00
shutil.rst Merge from 3.5 2016-12-27 15:09:35 +03:00
signal.rst Issue #28738: Document SIGBREAK as an acceptable value on Windows 2016-11-25 19:46:57 +03:00
site.rst
smtpd.rst Merge: #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. 2016-09-07 14:02:11 -04:00
smtplib.rst
sndhdr.rst
socket.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:15:42 +02:00
socketserver.rst
spwd.rst
sqlite3.rst
ssl.rst
stat.rst
statistics.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:49:59 +02:00
stdtypes.rst Issue #29112: Merge 3.6. 2016-12-30 11:58:14 +08:00
string.rst Issue #29193: A format string argument for string.Formatter.format() 2017-01-13 09:10:51 +02:00
stringprep.rst
struct.rst
subprocess.rst issue 20572: remove the deprecation notice for the deleted endtime parameter. 2016-11-20 16:35:30 -08:00
sunau.rst
superseded.rst
symbol.rst
symtable.rst
sys.rst Merge 3.6 (issue #28091) 2016-12-15 17:36:37 -05:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst
test.rst
text.rst
textwrap.rst
threading.rst Issue #28960: Drop comma attached to dash in Thread.join() description 2016-12-24 07:28:26 +00:00
time.rst Closes #28130: Documented that time.tzset() updates time module globals. 2017-01-12 13:17:23 -05: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 Merge 3.5 2016-12-30 02:15:29 +01:00
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
types.rst Issue #28091: Document PEP 525 & PEP 530. 2016-12-15 17:36:05 -05:00
typing.rst Merge from 3.5 2016-11-25 20:10:30 +03:00
undoc.rst
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst Issue #20804: The unittest.mock.sentinel attributes now preserve their 2017-01-11 20:13:03 +02:00
unittest.rst Issue #26638: Merge option warning fixes from 3.5 into 3.6 2016-10-30 04:21:23 +00:00
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst Issue #29217: Fix the wrong type description of UUID.variant. 2017-01-10 11:29:27 +08:00
venv.rst
warnings.rst Issue #26638: Merge option warning fixes from 3.5 into 3.6 2016-10-30 04:21:23 +00:00
wave.rst
weakref.rst
webbrowser.rst
windows.rst
winreg.rst Fixed double hyphens that are rendered to literal en-dashes in the documenation. 2016-12-04 10:22:09 +02:00
winsound.rst
wsgiref.rst
xdrlib.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 2016-06-11 15:02:54 -04:00
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 2016-06-11 15:02:54 -04:00
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst
zipfile.rst Issue #29013: Merge from 3.6 2017-01-02 06:14:39 +03:00
zipimport.rst
zlib.rst