cpython/Doc/library
Serhiy Storchaka 43566aee12 [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373)
To unify running tests in Python 2.7 and Python 3, the test
package can be run as a script.  This is equivalent to running the
test.regrtest module as a script.
2017-05-02 18:26:25 +03:00
..
2to3.rst [2.7] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1305) 2017-04-26 09:55:32 -07:00
__builtin__.rst Issue #24314: Add links for general attributes like __name__, __dict__ 2016-06-18 03:57:31 +00:00
__future__.rst
__main__.rst
_winreg.rst Fixed double hyphens that are rendered to literal en-dashes in the documenation. 2016-12-04 10:20:18 +02:00
abc.rst
aepack.rst
aetools.rst
aetypes.rst English spelling and grammar fixes 2016-07-11 07:51:37 +00:00
aifc.rst
al.rst
allos.rst
anydbm.rst
archiving.rst
argparse.rst Fix spelling and markup in documentation and code comment 2017-01-14 08:51:49 +00:00
array.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
ast.rst Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
asynchat.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 13:45:32 +03:00
asyncore.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
atexit.rst
audioop.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 13:45:32 +03:00
autogil.rst
base64.rst Issue #22088: Clarify base-64 alphabets and which characters are discarded 2016-02-23 22:30:50 +00:00
basehttpserver.rst Issue #25738: Don’t send message body for 205 Reset Content 2016-06-08 07:16:14 +00:00
bastion.rst
bdb.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
binascii.rst Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT 2016-12-24 07:53:57 +00:00
binhex.rst
bisect.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:50:12 +03:00
bsddb.rst
bz2.rst
calendar.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:39 +02:00
carbon.rst
cd.rst
cgi.rst Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
cgihttpserver.rst
cgitb.rst
chunk.rst Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
cmath.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:39 +02:00
cmd.rst
code.rst
codecs.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:39 +02:00
codeop.rst
collections.rst Insert the line which should not have been deleted (#581) 2017-03-09 08:54:27 -07:00
colorpicker.rst
colorsys.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:50:12 +03:00
commands.rst
compileall.rst
compiler.rst
configparser.rst [2.7] Correct typo in configparser.rst (GH-1012) (GH-1026) 2017-04-09 15:16:06 -07:00
constants.rst
contextlib.rst Remove redundant leading zeroes in PEP references. 2016-03-31 15:31:04 +03:00
cookie.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
cookielib.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
copy.rst bpo-29506: Clarify deep copy note in copy module 2017-04-09 20:57:29 +10:00
copy_reg.rst
crypt.rst
crypto.rst delete old crypto prose (closes #26066) 2016-01-09 23:55:47 -08:00
csv.rst Issue 13573: Document that csv.writer uses str() for floats instead of repr(). 2016-02-27 23:34:54 -08:00
ctypes.rst Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings 2016-10-30 05:19:02 +00:00
curses.ascii.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:39 +02:00
curses.panel.rst
curses.rst bpo-29856: Fix typo in curses documentation (GH-730) (GH-733) 2017-03-19 20:55:34 -07:00
custominterp.rst
datatypes.rst
datetime.rst Issue #29078: Add the missing import in datetime.time doc example. 2016-12-27 12:21:28 +08:00
dbhash.rst
dbm.rst
debug.rst
decimal.rst Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. 2016-08-13 11:10:23 -07:00
development.rst
difflib.rst Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
dircache.rst
dis.rst Document the BUILD_SET opcode. 2015-11-12 10:02:06 -06:00
distribution.rst
distutils.rst Issue #26014: Guide 2.7 users to the new packaging documentation: 2016-06-05 17:35:43 -07:00
dl.rst
doctest.rst Issue #29371: Clarify bitwise OR operation in doctest option flags. 2017-02-06 20:30:10 -08:00
docxmlrpcserver.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
dumbdbm.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
dummy_thread.rst
dummy_threading.rst
easydialogs.rst Issue #26638: Disable inappropriate links to Python interpreter options 2016-10-30 05:24:45 +00:00
email-examples.rst
email.charset.rst
email.encoders.rst
email.errors.rst
email.generator.rst Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. 2016-02-26 19:37:12 +01:00
email.header.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst Issue #25523: Backported a-to-an corrections. 2015-11-02 15:06:09 +02:00
email.rst
email.util.rst
ensurepip.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
errno.rst
exceptions.rst Issue #25161: Add full stops in documentation; patch by Takase Arihiro 2015-10-10 10:52:35 +00:00
fcntl.rst [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the library documentation. 2016-06-02 23:51:22 -07:00
filecmp.rst
fileformats.rst
fileinput.rst fileinput.hook_encoded() uses io.open(), not codecs.open(). 2016-04-27 23:07:25 +03:00
filesys.rst
fl.rst Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL 2016-05-28 02:33:05 +00:00
fm.rst
fnmatch.rst Issue #22949: Documented that fnmatch.translate() is for use with re.match(). 2016-10-27 22:47:08 +03:00
formatter.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
fpectl.rst
fpformat.rst
fractions.rst Issue #25161: Add full stops in documentation; patch by Takase Arihiro 2015-10-10 10:52:35 +00:00
framework.rst
frameworks.rst
ftplib.rst fix parameter names in ftplib documentation (GH-656) 2017-03-13 10:41:38 +08:00
functions.rst Issue #29329: Improve documentation for hex(). Patch by Ammar Askar 2017-02-01 22:27:02 -08:00
functools.rst Issue #24314: Add links for general attributes like __name__, __dict__ 2016-06-18 03:57:31 +00:00
future_builtins.rst
gc.rst
gdbm.rst
gensuitemodule.rst
getopt.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 13:45:32 +03:00
getpass.rst Issue #12243: Remove redundant availability notes from getpass docs 2016-06-01 18:32:42 -07:00
gettext.rst
gl.rst
glob.rst Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones 2015-11-16 23:46:22 +00:00
grp.rst
gzip.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
hashlib.rst make wikipedia link https 2015-09-27 02:05:01 -07:00
heapq.rst Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
hmac.rst Change double hyphens (en dashes) to em (longer) dashes 2016-11-21 00:21:39 +00:00
hotshot.rst
htmllib.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
htmlparser.rst Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
httplib.rst Fix typo in HTTPConnection.set_tunnel description (#1179) 2017-04-19 08:45:16 -07:00
i18n.rst
ic.rst Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
idle.rst [2.7] bpo-30208: DOC: fix small typos in IDLE (#1358) 2017-04-29 20:44:04 -04:00
imageop.rst Corrections for a/an in code comments and documentation 2016-05-08 13:45:55 +00:00
imaplib.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
imgfile.rst
imghdr.rst
imp.rst
importlib.rst Fixed double hyphens that are rendered to literal en-dashes in the documenation. 2016-12-04 10:20:18 +02:00
imputil.rst
index.rst
inspect.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
internet.rst
intro.rst
io.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
ipc.rst Fix typo in library/ipc.rst 2014-02-09 05:54:13 -08:00
itertools.rst Issue 25926: Clarify that the pure python equivalents are only approximate. 2016-05-28 00:26:41 -07:00
jpeg.rst
json.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:39 +02:00
keyword.rst
language.rst
linecache.rst
locale.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 13:45:32 +03:00
logging.config.rst Avoid line breaks after hyphens, otherwise they are turned into spaces 2017-01-14 09:53:23 +00:00
logging.handlers.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
logging.rst Issue #19795: Fixed formatting a table. 2016-10-19 19:37:20 +03:00
mac.rst
macos.rst
macosa.rst
macostools.rst
macpath.rst
mailbox.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:50:12 +03:00
mailcap.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 13:45:32 +03:00
markup.rst
marshal.rst [Issue 15476] Make "code object" its own entry in the index 2016-06-02 19:26:51 -04:00
math.rst Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. 2016-02-26 19:37:12 +01:00
md5.rst
mhlib.rst
mimetools.rst
mimetypes.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:50:12 +03:00
mimewriter.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
mimify.rst
miniaeframe.rst
misc.rst
mm.rst
mmap.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
modulefinder.rst Issue #25161: Add full stops in documentation; patch by Takase Arihiro 2015-10-10 10:52:35 +00:00
modules.rst
msilib.rst Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. 2016-02-26 19:37:12 +01:00
msvcrt.rst Fixed double hyphens that are rendered to literal en-dashes in the documenation. 2016-12-04 10:20:18 +02:00
multifile.rst
multiprocessing.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
mutex.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
netdata.rst
netrc.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
new.rst
nis.rst Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar 2016-02-10 05:44:01 +00:00
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
os.path.rst Issue 27216: Fix typo (noticed by Alex Chan). 2016-06-04 09:39:42 -07:00
os.rst Issue #15527: remove double parens by changing markup. 2017-01-14 09:40:11 +00:00
ossaudiodev.rst
othergui.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:50:12 +03:00
parser.rst
pdb.rst Change double hyphens (en dashes) to em (longer) dashes 2016-11-21 00:21:39 +00:00
persistence.rst
pickle.rst [2.7] bpo-22392: Improve documentation for __getinitargs__ (GH-899) 2017-03-30 13:39:06 -07:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst Issue #15527: remove double parens by changing markup. 2017-01-14 09:40:11 +00:00
plistlib.rst
popen2.rst
poplib.rst
posix.rst
posixfile.rst
pprint.rst Issue #25179: Preparatory cleanup of existing docs on string formatting 2016-02-08 01:34:09 +00:00
profile.rst Add the original author of profile.py back to the docs, at his request. 2015-09-10 12:11:17 -07:00
pty.rst
pwd.rst
py_compile.rst #27753: fix typo (name->named). 2016-08-13 14:46:23 -04:00
pyclbr.rst
pydoc.rst #16484: Change PYTHONDOCS to "https:", and fix links to use lowercase 2016-06-12 05:25:16 +00:00
pyexpat.rst Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
python.rst
queue.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
quopri.rst
random.rst Issue #29023: Clarify that ints and longs are always deterministic seeds for random. 2017-01-06 16:13:37 -08:00
re.rst bpo-30021: Add examples for re.escape(). (#1048) (#1118) 2017-04-13 19:47:18 +03:00
readline.rst Issue #16182: Backport documentation of set_pre_input_hook() availability 2016-06-14 08:45:43 +00:00
repr.rst
resource.rst Issue #25393: Fix probable copy/paste error in resource docs 2016-07-19 16:41:20 -05:00
restricted.rst Issue #24314: Add links for general attributes like __name__, __dict__ 2016-06-18 03:57:31 +00:00
rexec.rst
rfc822.rst
rlcompleter.rst
robotparser.rst
runpy.rst
sched.rst
scrolledtext.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
select.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
sets.rst issue26484 - fix the broken table in the doc about len(). 2016-03-04 16:32:36 -08:00
sgi.rst
sgmllib.rst Insert a missing semicolon in sgmllib documentation (#772) 2017-03-22 21:12:36 +02:00
sha.rst
shelve.rst Issue #19795: Mark up True and False as literal text instead of bold. 2016-10-19 16:43:18 +03:00
shlex.rst Issue #27125: Fix various errors like “will [be] inherited” 2016-05-29 08:13:58 +00:00
shutil.rst Issue #14061: Misc fixes and cleanups in archiving code in shutil. 2016-12-16 19:04:17 +02:00
signal.rst Marked keystrokes with the :kbd: role. 2015-09-12 17:47:12 +03:00
simplehttpserver.rst
simplexmlrpcserver.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
site.rst
smtpd.rst #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. 2016-09-07 14:09:51 -04:00
smtplib.rst Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
sndhdr.rst
socket.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
socketserver.rst Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
someos.rst
spwd.rst
sqlite3.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
ssl.rst Issue #29038: Fix duplicate get_ca_certs() doc entry. 2016-12-23 11:10:19 +08:00
stat.rst
statvfs.rst
stdtypes.rst bpo-29709: Improve Boolean Operations documentation (#433) (#438) 2017-03-03 13:34:52 -08:00
string.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
stringio.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
stringprep.rst
strings.rst
struct.rst
subprocess.rst Issue #19795: Mark up True and False as literal text instead of bold. 2016-10-19 16:43:18 +03:00
sun.rst
sunau.rst Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
sunaudio.rst Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
symbol.rst
symtable.rst
sys.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:39 +02:00
sysconfig.rst Issue #19795: Improved more markups of True/False. 2016-10-19 18:30:16 +03:00
syslog.rst
tabnanny.rst fix function name in tabnanny documentation (GH-764) 2017-03-22 15:22:44 +08:00
tarfile.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:50:12 +03:00
telnetlib.rst
tempfile.rst Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name 2016-02-22 10:10:00 +00:00
termios.rst [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the library documentation. 2016-06-02 23:51:22 -07:00
test.rst [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373) 2017-05-02 18:26:25 +03:00
textwrap.rst
thread.rst Issue #24952: Clarify default argument of stack_size() in threading, thread 2015-08-31 03:40:59 +00:00
threading.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 13:45:32 +03:00
time.rst Closes #28130: Documented that time.tzset() updates time module globals. 2017-01-12 15:06:34 -05:00
timeit.rst Issue #26638: Cannot directly link to main option from the “timeit” module 2016-10-30 05:41:04 +00:00
tix.rst Issue #27125: Remove duplicated words from documentation and comments 2016-05-30 04:04:50 +00:00
tk.rst
tkinter.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:50:12 +03:00
token.rst
tokenize.rst Issue #26127: Fix links in tokenize documentation 2016-01-16 04:32:52 +00:00
trace.rst
traceback.rst Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. 2016-01-15 22:13:16 -08:00
ttk.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
tty.rst
turtle.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
types.rst Issue #26747: Document that InstanceTypes only works for old-style classes 2016-04-14 15:51:22 +03:00
undoc.rst
unicodedata.rst
unittest.rst Issue #29274: tests cases → test cases 2017-01-18 12:14:29 +00:00
unix.rst
urllib.rst Add clarity to the warning on certificate verification in urllib. 2017-01-27 23:05:34 -08:00
urllib2.rst Prevent HTTPoxy attack (CVE-2016-1000110) 2016-07-30 05:49:53 -07:00
urlparse.rst Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list. 2016-06-22 00:56:22 -07:00
user.rst
userdict.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
uu.rst
uuid.rst Issue #29217: Fix the wrong type description of UUID.variant. 2017-01-10 11:27:07 +08:00
warnings.rst Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings 2016-10-30 05:19:02 +00:00
wave.rst
weakref.rst bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11) 2017-02-10 19:44:57 -06:00
webbrowser.rst Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
whichdb.rst Change double hyphens (en dashes) to em (longer) dashes 2016-11-21 00:21:39 +00:00
windows.rst
winsound.rst
wsgiref.rst Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2016-07-28 03:04:04 +00:00
xdrlib.rst
xml.dom.minidom.rst English spelling and grammar fixes 2016-07-11 07:51:37 +00:00
xml.dom.pulldom.rst
xml.dom.rst Issue #27993: Fix problems with the plural “objects” in docs and comments 2016-09-08 05:39:59 +00:00
xml.etree.elementtree.rst Issue #19795: Improved more markups of True/False. 2016-10-19 18:30:16 +03:00
xml.rst Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (backport to 2.7) 2016-10-13 14:34:20 -07:00
xml.sax.handler.rst
xml.sax.reader.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
xml.sax.rst
xml.sax.utils.rst
xmllib.rst
xmlrpclib.rst Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL 2016-05-28 02:33:05 +00:00
zipfile.rst Issue #28513: Documented command-line interface of zipfile. 2016-11-02 12:05:54 +02:00
zipimport.rst Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
zlib.rst Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5 2016-05-27 11:20:21 +00:00