cpython/Doc/library
2011-09-06 00:21:30 +08:00
..
2to3.rst
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst Fix some misuses of Sphinx roles and one typo 2011-09-01 03:19:30 +02:00
array.rst
ast.rst
asynchat.rst
asyncore.rst
atexit.rst Add a few missing source links from 2.7 and harmonize lib docs headers 2011-08-19 00:49:18 +02:00
audioop.rst
base64.rst Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. 2011-09-01 02:47:34 +02:00
bdb.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst Add missing reST target for one section of this file 2011-08-19 00:39:57 +02:00
code.rst
codecs.rst From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc. 2011-09-01 08:11:28 +03:00
codeop.rst
collections.rst Fix a typo and touch up blank lines 2011-08-19 00:40:46 +02:00
colorsys.rst
compileall.rst
concurrent.futures.rst Add a few missing source links from 2.7 and harmonize lib docs headers 2011-08-19 00:49:18 +02:00
configparser.rst removed misleading editing leftovers 2011-09-02 23:17:39 +02:00
constants.rst
contextlib.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst #12670: Fix struct code after forward declaration on ctypes doc 2011-08-02 16:17:14 +02:00
curses.ascii.rst
curses.panel.rst
curses.rst it's 'rather than'; reported by James Bateman on docs@ 2011-08-12 19:31:32 +02:00
custominterp.rst
datatypes.rst
datetime.rst
dbm.rst
debug.rst
decimal.rst
development.rst
difflib.rst
dis.rst
distutils.rst
doctest.rst
dummy_threading.rst
email-examples.rst
email.charset.rst
email.encoders.rst
email.errors.rst
email.generator.rst
email.header.rst Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. 2011-09-01 02:47:34 +02:00
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.rst
email.util.rst
errno.rst
exceptions.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 Add links from library/functions to other docs. 2011-09-01 23:10:36 +02:00
functools.rst
gc.rst
getopt.rst Remove outdated pointer to optparse (fixes #11360). 2011-08-26 16:38:40 +02:00
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst
hashlib.rst
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst Fix closes issue12524 - update http.client POST example with a working example. 2011-07-20 21:56:24 +08:00
http.cookiejar.rst
http.cookies.rst
http.server.rst
i18n.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst
importlib.rst
index.rst
inspect.rst Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. 2011-09-01 02:47:34 +02:00
internet.rst
intro.rst
io.rst Issue #12213: make it clear that BufferedRWPair shouldn't be called with the 2011-08-20 19:48:43 +02:00
ipc.rst
itertools.rst
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst Issue #12718: Add documentation on using custom importers. 2011-08-11 13:45:48 +01:00
logging.handlers.rst Fix markup to get a target instead of a comment 2011-08-19 00:41:23 +02:00
logging.rst
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst
misc.rst
mm.rst
mmap.rst Issue #12102: Document that buffered files must be flushed before being used 2011-07-25 07:12:43 +02:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. 2011-09-06 00:21:30 +08:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst Add a few missing source links from 2.7 and harmonize lib docs headers 2011-08-19 00:49:18 +02:00
os.path.rst
os.rst Remove duplicate text in os documentation. 2011-09-01 06:58:52 +02:00
ossaudiodev.rst Fix “anyways” (following R. David Murray in 4d5a546b6186) 2011-07-26 16:53:17 +02:00
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 Merge profile docs followup (#12417) from 3.1 2011-07-28 23:00:14 +02:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst fix description of \r; thanks to Thomas Waldmann from docs@ 2011-08-19 22:54:50 +02:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
select.rst
shelve.rst
shlex.rst
shutil.rst Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. 2011-08-02 18:52:28 +08:00
signal.rst
site.rst Add documentation for PEP 370 features in distutils (#10745). 2011-08-06 16:30:42 +02:00
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst #12781: Mention SO_REUSEADDR flag near socket examples 2011-09-02 20:06:31 +02:00
socketserver.rst
someos.rst
spwd.rst
sqlite3.rst
ssl.rst
stat.rst Use attribute access instead of index access for namedtuple. 2011-08-01 22:58:53 +02:00
stdtypes.rst Add links from library/functions to other docs. 2011-09-01 23:10:36 +02:00
string.rst Document that format string don’t support arbitrary dictonary keys. 2011-09-01 18:59:06 +02:00
stringprep.rst
strings.rst
struct.rst
subprocess.rst
sunau.rst
symbol.rst
symtable.rst
sys.rst Update sys.platform doc for #12326. 2011-09-03 09:26:09 +02:00
sysconfig.rst Add a few missing source links from 2.7 and harmonize lib docs headers 2011-08-19 00:49:18 +02:00
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst
test.rst Change test.support docs to be more specific about the nature of this module. 2011-07-30 09:00:48 +02:00
textwrap.rst
threading.rst
time.rst mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ 2011-08-19 18:40:21 +02:00
timeit.rst Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. 2011-08-06 13:37:04 +08:00
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 #12677: correct turtle orientation in doc 2011-08-07 17:12:19 +02:00
types.rst
undoc.rst
unicodedata.rst
unittest.rst Add version number for versionchanged directive (backport from 3.3) 2011-09-01 05:55:26 +02:00
unix.rst
urllib.error.rst
urllib.parse.rst Add a few missing source links from 2.7 and harmonize lib docs headers 2011-08-19 00:49:18 +02:00
urllib.request.rst fix whitespace nit. 2011-07-18 07:17:20 +08:00
urllib.robotparser.rst
uu.rst
uuid.rst
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.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst #12787: link original MultiCall proposal to webarchive and in a footnote 2011-08-20 17:05:56 +02:00
xmlrpc.server.rst
zipfile.rst Minor improvements to BadZipFile and BadZipfile docs. 2011-08-19 00:44:31 +02:00
zipimport.rst
zlib.rst