| .. |
|
2to3.rst
|
bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1296)
|
9 years ago |
|
__future__.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
__main__.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
_dummy_thread.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
_thread.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
abc.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
aifc.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
allos.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
archiving.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
argparse.rst
|
Fix grammar, typos and markup in documentation and code comments
|
9 years ago |
|
array.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
ast.rst
|
bpo-29463: Add docstring field to some AST nodes. (#46)
|
9 years ago |
|
asynchat.rst
|
Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.
|
9 years ago |
|
asyncio-dev.rst
|
Issue #21443: Show how to change log level for asyncio.
|
9 years ago |
|
asyncio-eventloop.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
asyncio-eventloops.rst
|
Issue #27700: Document AbstractEventLoop, not BaseEventLoop.
|
10 years ago |
|
asyncio-protocol.rst
|
Fix a minor typo. (#1032)
|
9 years ago |
|
asyncio-queue.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
asyncio-stream.rst
|
Issue #27896: Allow passing sphinx options to Doc/Makefile
|
9 years ago |
|
asyncio-subprocess.rst
|
Correct spelling "instanciate" (#465)
|
9 years ago |
|
asyncio-sync.rst
|
Issue #24617: Add comment for os.mkdir about mode quirks
|
10 years ago |
|
asyncio-task.rst
|
Issue #29441: Update examples to use async and await keywords in asyncio-task.rst
|
9 years ago |
|
asyncio.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
asyncore.rst
|
Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.
|
9 years ago |
|
atexit.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
audioop.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
base64.rst
|
Add Python version since deprecation in base64 methods. (#33)
|
9 years ago |
|
bdb.rst
|
Issue #19795: Mark up None as literal text.
|
9 years ago |
|
binary.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
binascii.rst
|
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326)
|
9 years ago |
|
binhex.rst
|
bpo-29557: Remove ambiguous line in binhex docs (#90)
|
9 years ago |
|
bisect.rst
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
|
10 years ago |
|
builtins.rst
|
Issue #24314: Fix doc links for general attributes like __name__, __dict__
|
10 years ago |
|
bz2.rst
|
Issue #28225: bz2 module now supports pathlib
|
9 years ago |
|
calendar.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
cgi.rst
|
bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991)
|
9 years ago |
|
cgitb.rst
|
bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849)
|
9 years ago |
|
chunk.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
cmath.rst
|
bpo-29956: Improve the math.exp() related documentation. (#1073)
|
9 years ago |
|
cmd.rst
|
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
|
10 years ago |
|
code.rst
|
Issue #19795: Mark up None as literal text.
|
9 years ago |
|
codecs.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
codeop.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
collections.abc.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
collections.rst
|
bpo-28851: Improve namedtuple documentation (GH-1274)
|
9 years ago |
|
colorsys.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
compileall.rst
|
Issue #28226: compileall now supports pathlib
|
9 years ago |
|
concurrency.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
concurrent.futures.rst
|
Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor()
|
10 years ago |
|
concurrent.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
configparser.rst
|
Correct typo in configparser.rst (#1012)
|
9 years ago |
|
constants.rst
|
Fix "NotImplentedError" typo in constants documentation (#692)
|
9 years ago |
|
contextlib.rst
|
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
|
9 years ago |
|
copy.rst
|
bpo-29506: Clarify deep copy note in copy module
|
9 years ago |
|
copyreg.rst
|
bpo-27200: fix configparser, copyreg and ctypes doctests (#240)
|
9 years ago |
|
crypt.rst
|
Merge Issue #22558.
|
10 years ago |
|
crypto.rst
|
Documentation for secrets.py
|
10 years ago |
|
csv.rst
|
Issue #16026: Fix parameter names of DictReader and DictWriter
|
9 years ago |
|
ctypes.rst
|
bpo-28315: Improve code examples in docs (GH-1372)
|
9 years ago |
|
curses.ascii.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
curses.panel.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
curses.rst
|
bpo-30101: Add support for curses.A_ITALIC. (#1015)
|
9 years ago |
|
custominterp.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
datatypes.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
datetime.rst
|
bpo-27200: Fix doctests in programming.rst and datetime.rst (#401)
|
9 years ago |
|
dbm.rst
|
Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm
|
10 years ago |
|
debug.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
decimal.rst
|
bpo-30055: add testcleanup to leave a fresh context (#1094)
|
9 years ago |
|
depgraph-output.png
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
development.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
difflib.rst
|
Correct misspellings of ISO-8859
|
10 years ago |
|
dis.rst
|
bpo-28810: Document remaining bytecode changes in 3.6 (GH-651)
|
9 years ago |
|
distribution.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
distutils.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
doctest.rst
|
bpo-28315: Improve code examples in docs (GH-1372)
|
9 years ago |
|
dummy_threading.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
email.charset.rst
|
#24277: The new email API is no longer provisional.
|
10 years ago |
|
email.compat32-message.rst
|
bpo-27200: Fix several doctests (GH-604)
|
9 years ago |
|
email.contentmanager.rst
|
24277: Make it clearer that the new modules are not provisional.
|
10 years ago |
|
email.encoders.rst
|
#24277: The new email API is no longer provisional.
|
10 years ago |
|
email.errors.rst
|
#24277: The new email API is no longer provisional.
|
10 years ago |
|
email.examples.rst
|
#24277: The new email API is no longer provisional.
|
10 years ago |
|
email.generator.rst
|
Add policy keyword to email.generator.DecodedGenerator.
|
10 years ago |
|
email.header.rst
|
#24277: The new email API is no longer provisional.
|
10 years ago |
|
email.headerregistry.rst
|
24277: Make it clearer that the new modules are not provisional.
|
10 years ago |
|
email.iterators.rst
|
Correct misspellings of ISO-8859
|
10 years ago |
|
email.message.rst
|
Fixed a handful of typos (GH-343)
|
9 years ago |
|
email.mime.rst
|
#24277: The new email API is no longer provisional.
|
10 years ago |
|
email.parser.rst
|
bold arguments
|
9 years ago |
|
email.policy.rst
|
#20476: Deal with the message_factory circular import differently.
|
9 years ago |
|
email.rst
|
24277: Make it clearer that the new modules are not provisional.
|
10 years ago |
|
email.util.rst
|
#24277: The new email API is no longer provisional.
|
10 years ago |
|
ensurepip.rst
|
Issue #19795: Mark up None as literal text.
|
9 years ago |
|
enum.rst
|
correct documentation for enum.html (#358)
|
9 years ago |
|
errno.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
exceptions.rst
|
Issue #15767: Add ModuleNotFoundError.
|
10 years ago |
|
faulthandler.rst
|
Merge Issue #22558.
|
10 years ago |
|
fcntl.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
filecmp.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
fileformats.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
fileinput.rst
|
Merge Issue #22558.
|
10 years ago |
|
filesys.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
fnmatch.rst
|
Issue #22949: Documented that fnmatch.translate() is for use with re.match().
|
9 years ago |
|
formatter.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
fpectl.rst
|
bpo-28315: Improve code examples in docs (GH-1372)
|
9 years ago |
|
fractions.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
frameworks.rst
|
Issue #7061: Dropped "for Tk" from turtle module title and moved its
|
15 years ago |
|
ftplib.rst
|
ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652)
|
9 years ago |
|
functional.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
functions.rst
|
bpo-27200: Fix several doctests (GH-604)
|
9 years ago |
|
functools.rst
|
Issue #19795: Improved more markups of True/False.
|
9 years ago |
|
gc.rst
|
fix name of keyword parameter to gc.collect() (closes #28525)
|
9 years ago |
|
getopt.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
getpass.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
gettext.rst
|
Issue #26638: Merge option warning fixes from 3.6
|
9 years ago |
|
glob.rst
|
Issue #25596: Optimized glob() and iglob() functions in the
|
10 years ago |
|
grp.rst
|
Merge Issue #22558.
|
10 years ago |
|
gzip.rst
|
Issue #28227: gzip now supports pathlib
|
9 years ago |
|
hashlib-blake2-tree.png
|
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
|
10 years ago |
|
hashlib.rst
|
Issue #29062: Merge hashlib-blake2.rst into hashlib.rst
|
9 years ago |
|
heapq.rst
|
Docs: Add note regarding "reversed" flag in heapq.merge (#300)
|
9 years ago |
|
hmac.rst
|
Change double hyphens (en dashes) to em (longer) dashes
|
9 years ago |
|
html.entities.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
html.parser.rst
|
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
|
10 years ago |
|
html.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
http.client.rst
|
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
|
9 years ago |
|
http.cookiejar.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
http.cookies.rst
|
Issue #29192: Removed deprecated features in the http.cookies module.
|
9 years ago |
|
http.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
http.server.rst
|
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)
|
9 years ago |
|
i18n.rst
|
More conversion to new-style optional args.
|
17 years ago |
|
idle.rst
|
bpo-30208: DOC: fix small typos in IDLE (#1354)
|
9 years ago |
|
imaplib.rst
|
Issue #19795: Mark up None as literal text.
|
9 years ago |
|
imghdr.rst
|
Issue #28228: imghdr now supports pathlib
|
9 years ago |
|
imp.rst
|
Merge Issue #22558.
|
10 years ago |
|
importlib.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
index.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
inspect.rst
|
bpo-26985: Add missing info of code object in inspect documentation (GH-1090)
|
9 years ago |
|
internet.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
intro.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
io.rst
|
Issue #23214: Fix formatting of -1
|
9 years ago |
|
ipaddress.rst
|
bpo-27200: Fix several doctests (GH-604)
|
9 years ago |
|
ipc.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
itertools.rst
|
Merge Issue #22558.
|
10 years ago |
|
json.rst
|
Issues #29189: Merge indentation fixes from 3.5
|
9 years ago |
|
keyword.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
language.rst
|
Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from
|
16 years ago |
|
linecache.rst
|
Issue #19795: Mark up None as literal text.
|
9 years ago |
|
locale.rst
|
bpo-10379: Add %char examples to locale.format() docs (GH-1145)
|
9 years ago |
|
logging.config.rst
|
Avoid line breaks after hyphens, otherwise they are turned into spaces
|
9 years ago |
|
logging.handlers.rst
|
Merge doc fixes from 3.5
|
9 years ago |
|
logging.rst
|
Closes bpo-30168: indent methods in Logger Class (#1295)
|
9 years ago |
|
lzma.rst
|
Tweak PEP 519 documentation in stdlib (#163)
|
9 years ago |
|
macpath.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
mailbox.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
mailcap.rst
|
Issue #23921: Standardized documentation whitespace formatting.
|
10 years ago |
|
markup.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
marshal.rst
|
bpo-29746: Update marshal docs to Python 3. (#547)
|
9 years ago |
|
math.rst
|
bpo-29956: Improve the math.exp() related documentation. (#1073)
|
9 years ago |
|
mimetypes.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
misc.rst
|
Signature documentation style update, modules J, K, L and M.
|
17 years ago |
|
mm.rst
|
Signature documentation style update, modules J, K, L and M.
|
17 years ago |
|
mmap.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
modulefinder.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
modules.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
msilib.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
msvcrt.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
multiprocessing.rst
|
doc: Fix small typos in library/multiprocessing (GH-698)
|
9 years ago |
|
netdata.rst
|
remove the rfc822 module
|
18 years ago |
|
netrc.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
nis.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
nntplib.rst
|
Issue #19795: Mark up None as literal text.
|
9 years ago |
|
numbers.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
numeric.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
operator.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
optparse.rst
|
Issue #19795: Mark up None as literal text.
|
9 years ago |
|
os.path.rst
|
Issue #29197: Removed deprecated function ntpath.splitunc().
|
9 years ago |
|
os.rst
|
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
|
9 years ago |
|
ossaudiodev.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
othergui.rst
|
bpo-29820: othergui.rst: Remove outdated information (GH-685)
|
9 years ago |
|
parser.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
pathlib-inheritance.png
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
pathlib-inheritance.svg
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
pathlib.rst
|
bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616)
|
9 years ago |
|
pdb.rst
|
bpo-28315: Improve code examples in docs (GH-1372)
|
9 years ago |
|
persistence.rst
|
Switch more function arguments docs to new-style.
|
17 years ago |
|
pickle.rst
|
Merge Issue #22558.
|
10 years ago |
|
pickletools.rst
|
Fix indentation
|
9 years ago |
|
pipes.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
pkgutil.rst
|
Merge for issue #28424
|
9 years ago |
|
platform.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
plistlib.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
poplib.rst
|
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
|
9 years ago |
|
posix.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
pprint.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
profile.rst
|
doc: minor fix for library/profile (GH-761)
|
9 years ago |
|
pty.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
pwd.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
py_compile.rst
|
#27753: fix typo (name->named).
|
10 years ago |
|
pyclbr.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
pydoc.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
pyexpat.rst
|
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
|
10 years ago |
|
python.rst
|
Merged revisions 77914 via svnmerge from
|
16 years ago |
|
queue.rst
|
Issue #19795: Mark up None as literal text.
|
9 years ago |
|
quopri.rst
|
Avoid line breaks after hyphens, otherwise they are turned into spaces
|
9 years ago |
|
random.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
re.rst
|
bpo-30215: Make re.compile() locale agnostic. (#1361)
|
9 years ago |
|
readline.rst
|
Issue #19795: Improved more markups of True/False.
|
9 years ago |
|
reprlib.rst
|
bpo-27200: Fix several doctests (GH-604)
|
9 years ago |
|
resource.rst
|
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
|
10 years ago |
|
rlcompleter.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
runpy.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
sched.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
secrets.rst
|
Fix a few minor typos to secrets documentation.
|
10 years ago |
|
select.rst
|
bpo-30047: Fix a typo in Doc/library/select.rst (#1086)
|
9 years ago |
|
selectors.rst
|
Fix typo in selectors.rst (#1383)
|
9 years ago |
|
shelve.rst
|
Issue #19795: Mark up True and False as literal text instead of bold.
|
9 years ago |
|
shlex.rst
|
bpo-27200: Fix several doctests (GH-604)
|
9 years ago |
|
shutil.rst
|
bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367)
|
9 years ago |
|
signal.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
site.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
smtpd.rst
|
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274)
|
9 years ago |
|
smtplib.rst
|
Issue #19795: Mark up None as literal text.
|
9 years ago |
|
sndhdr.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
socket.rst
|
bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)
|
9 years ago |
|
socketserver.rst
|
Issue #26462: Merge code block fixes from 3.5
|
10 years ago |
|
spwd.rst
|
Merge Issue #22558.
|
10 years ago |
|
sqlite3.rst
|
bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947)
|
9 years ago |
|
ssl.rst
|
Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS transition (#1355)
|
9 years ago |
|
stat.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
statistics.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
stdtypes.rst
|
bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271)
|
9 years ago |
|
string.rst
|
Improve the documentation for template strings (#856)
|
9 years ago |
|
stringprep.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
struct.rst
|
Issue #29300: Convert _struct module to Argument Clinic
|
9 years ago |
|
subprocess.rst
|
Tweak subprocess.STARTUPINFO documentation (#347)
|
9 years ago |
|
sunau.rst
|
#25916: fix a few 'string of bytes' references.
|
10 years ago |
|
superseded.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
symbol.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
symtable.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
sys.rst
|
Merge 3.6 (issue #28091)
|
9 years ago |
|
sysconfig.rst
|
bpo-30273: Update sysconfig (#1464)
|
9 years ago |
|
syslog.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
tabnanny.rst
|
fix function name in tabnanny documentation (GH-759)
|
9 years ago |
|
tarfile.rst
|
bpo-28230: Document the pathlib support in tarfile and add tests. (#512)
|
9 years ago |
|
telnetlib.rst
|
Merge Issue #22558.
|
10 years ago |
|
tempfile.rst
|
tempfile.rst: Fix some typos (GH-610)
|
9 years ago |
|
termios.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
test.rst
|
Fix trailing colon and newline in test.rst (#1250)
|
9 years ago |
|
text.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
textwrap.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
threading.rst
|
Issue #28960: Drop comma attached to dash in Thread.join() description
|
9 years ago |
|
time.rst
|
bpo-29026: Clarify documentation of time.time (#34)
|
9 years ago |
|
timeit.rst
|
bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-332)
|
9 years ago |
|
tk.rst
|
Issue #7061: Dropped "for Tk" from turtle module title and moved its
|
15 years ago |
|
tkinter.rst
|
Issue #27455: Improve examples in tkinter documentation
|
10 years ago |
|
tkinter.scrolledtext.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
tkinter.tix.rst
|
Deprecate Tix
|
10 years ago |
|
tkinter.ttk.rst
|
Issue #19795: Mark up None as literal text.
|
9 years ago |
|
token.rst
|
Issue #23322: Remove outdated reference to an example in parser docs
|
10 years ago |
|
tokenize.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
trace.rst
|
bpo-29455: Mention coverage.py in trace module documentation (#261)
|
9 years ago |
|
traceback.rst
|
Issue #26823: fix traceback abbreviation docs
|
10 years ago |
|
tracemalloc.rst
|
Merge 3.5
|
9 years ago |
|
tty.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
tulip_coro.dia
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
tulip_coro.png
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
turtle-star.pdf
|
Issue #7061: Added a 'Turtle star' sidebar
|
15 years ago |
|
turtle-star.png
|
Issue #7061: Added a 'Turtle star' sidebar
|
15 years ago |
|
turtle-star.ps
|
Issue #7061: Added a 'Turtle star' sidebar
|
15 years ago |
|
turtle.rst
|
bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616)
|
9 years ago |
|
types.rst
|
bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)
|
9 years ago |
|
typing.rst
|
bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)
|
9 years ago |
|
undoc.rst
|
Issue #27355: Removed support for Windows CE. It was never finished,
|
10 years ago |
|
unicodedata.rst
|
bpo-28315: Improve code examples in docs (GH-1372)
|
9 years ago |
|
unittest.mock-examples.rst
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
|
10 years ago |
|
unittest.mock.rst
|
bpo-28911: Clarify the behaviour of assert_called_once_with. (#251)
|
9 years ago |
|
unittest.rst
|
Issue 29274: Merge doc fixes from 3.5
|
9 years ago |
|
unix.rst
|
Last round of adapting style of documenting argument default values.
|
17 years ago |
|
urllib.error.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
urllib.parse.rst
|
bpo-27200: Fix several doctests (GH-604)
|
9 years ago |
|
urllib.request.rst
|
Issues #29189: Merge indentation fixes from 3.5
|
9 years ago |
|
urllib.robotparser.rst
|
Merge Issue #22558.
|
10 years ago |
|
urllib.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
uu.rst
|
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326)
|
9 years ago |
|
uuid.rst
|
bpo-22807: Expose platform UUID generation safety information. (#138)
|
9 years ago |
|
venv.rst
|
Merge from 3.5
|
9 years ago |
|
warnings.rst
|
Issue #26638: Merge option warning fixes from 3.6
|
9 years ago |
|
wave.rst
|
#25916: fix a few 'string of bytes' references.
|
10 years ago |
|
weakref.rst
|
bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616)
|
9 years ago |
|
webbrowser.rst
|
bpo-24241: Add versionchanged directive to the documentation (#342)
|
9 years ago |
|
windows.rst
|
#2879: rename _winreg to winreg.
|
18 years ago |
|
winreg.rst
|
Issue #28770: Update python-gdb.py for fastcalls
|
9 years ago |
|
winsound.rst
|
Issue #25387: Check return value of winsound.MessageBeep
|
10 years ago |
|
wsgiref.rst
|
Merge Issue #22558.
|
10 years ago |
|
xdrlib.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
xml.dom.minidom.rst
|
English spelling and grammar fixes
|
10 years ago |
|
xml.dom.pulldom.rst
|
Minor spelling fixes
|
10 years ago |
|
xml.dom.rst
|
Issue #27993: Merge plural fixes from 3.5
|
10 years ago |
|
xml.etree.elementtree.rst
|
Issue #19795: Mark up True and False as literal text instead of bold.
|
9 years ago |
|
xml.rst
|
Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes.
|
9 years ago |
|
xml.sax.handler.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
xml.sax.reader.rst
|
Issue #19795: Mark up None as literal text.
|
9 years ago |
|
xml.sax.rst
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
|
10 years ago |
|
xml.sax.utils.rst
|
Issue #19795: Mark up True and False as literal text instead of bold.
|
9 years ago |
|
xmlrpc.client.rst
|
Issue #28389: Merge from 3.5
|
9 years ago |
|
xmlrpc.rst
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
xmlrpc.server.rst
|
bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231)
|
9 years ago |
|
zipapp.rst
|
bpo-29901: Improve support of path-like objects in zipapp. (#815)
|
9 years ago |
|
zipfile.rst
|
bpo-29770: remove outdated PYO related info (GH-590)
|
9 years ago |
|
zipimport.rst
|
bpo-29770: remove outdated PYO related info (GH-590)
|
9 years ago |
|
zlib.rst
|
Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
|
10 years ago |