cpython/Doc/library
Ned Deily eaaedcdd89 Closes #18471: Fix typo in heapq documentation (reported by François Pinard). 2013-07-15 19:09:27 -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 #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. 2013-06-09 01:04:21 +03:00
ast.rst
asynchat.rst
asyncore.rst
atexit.rst
audioop.rst
base64.rst Issue #18011: base64.b32decode() now raises a binascii.Error if there are 2013-05-28 15:27:29 +03:00
bdb.rst
binary.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst Issue #18336. Fix a link to StreamReader's read() method. 2013-07-11 18:26:13 +03:00
codeop.rst
collections.abc.rst
collections.rst
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). 2013-07-14 12:43:16 -07:00
constants.rst
contextlib.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib. 2013-06-14 00:30:27 -07:00
datetime.rst
dbm.rst
debug.rst
decimal.rst
depgraph-output.png
development.rst
difflib.rst
dis.rst
distutils.rst
doctest.rst #11390: convert doctest CLI to argparse and add -o and -f options. 2013-06-23 14:24:13 -04:00
dummy_threading.rst
email-examples.rst
email.charset.rst
email.encoders.rst
email.errors.rst
email.generator.rst
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
enum.rst Added rationale for defaulting to 1 in the functional API. 2013-06-28 19:37:17 -07:00
errno.rst
exceptions.rst Issue #15767: back out 8a0ed9f63c6e, finishing the removal of 2013-07-04 17:51:50 -04:00
faulthandler.rst
fcntl.rst
filecmp.rst Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache. 2013-06-14 15:19:11 -07:00
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst - Issue #18440: Clarify that `hash()` can truncate the value returned from an 2013-07-15 15:21:41 -04:00
functools.rst Close issue 17482: don't overwrite __wrapped__ 2013-07-15 21:13:08 +10:00
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst
hashlib.rst
heapq.rst Issue #18471: Fix typo in heapq documentation (reported by François Pinard). 2013-07-15 19:08:13 -07:00
hmac.rst Issue 18240: The HMAC module is no longer restricted to bytes and accepts 2013-07-01 13:08:42 +02: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 (merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File". 2013-07-01 00:52:18 -04:00
imaplib.rst
imghdr.rst
imp.rst Merge from 3.3 2013-06-20 21:20:20 -04:00
importlib.rst merge for issue #18278 2013-06-21 18:37:02 -04:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst
ipaddress.rst
ipc.rst
itertools.rst Closes #18218: use correct variable name for starting point 2013-06-21 08:00:58 -04:00
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst
logging.handlers.rst
logging.rst
lzma.rst
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 #14206: Clarify docs for Queue.join_cancel_thread(). 2013-07-02 13:01:31 +01:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst #18389: Clarify that relpath does not access the file system. 2013-07-12 17:43:53 -04:00
os.rst #12716: reorganize docs for os module a bit 2013-06-21 11:49:57 -04:00
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst
posix.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst Issue #17222: Raise FileExistsError when py_compile.compile would 2013-06-14 18:33:00 -04:00
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
select.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst
site.rst
smtpd.rst Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state. 2013-06-07 15:21:41 +01:00
smtplib.rst Merge #18179: reflow paragraphs. 2013-06-23 16:06:13 -04:00
sndhdr.rst
socket.rst
socketserver.rst
spwd.rst
sqlite3.rst
ssl.rst Merge #18311: fix typo. 2013-06-26 15:11:32 -04:00
stat.rst Issue #11016: Add C implementation of the stat module as _stat 2013-06-22 21:05:02 +02:00
stdtypes.rst Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). 2013-07-14 12:43:16 -07:00
string.rst
stringprep.rst
struct.rst
subprocess.rst (3.3->default) Cleanup of documentation change from #17860 2013-07-07 09:28:01 +02:00
sunau.rst
symbol.rst
symtable.rst
sys.rst #13226: update references from ctypes/DLFCN modules to os module 2013-06-21 10:58:41 -04:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst
test.rst #17987: properly document support.captured_xxx. 2013-07-11 12:28:40 -04:00
text.rst
textwrap.rst
threading.rst
time.rst
timeit.rst
tk.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token.rst
tokenize.rst
trace.rst
traceback.rst
tty.rst
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
types.rst Issue #17907: Document types.ModuleType's constructor and attributes, 2013-06-14 19:19:57 -04:00
undoc.rst
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst
unittest.rst Merge with 3.3 2013-06-29 13:16:17 -04:00
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst Closes #18433: Merged documentation update from 3.3. 2013-07-12 21:54:12 +01:00
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
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst Closes #18267: use floor division in code example 2013-06-20 21:33:05 -04:00
xmlrpc.rst
xmlrpc.server.rst
zipfile.rst Grammar tweak 2013-06-17 19:58:57 -04:00
zipimport.rst
zlib.rst