cpython/Doc/library
Brian Curtin b9bf97132d #8575 - Update and reorganize some _winreg contents.
I've removed the hopeful note about a future higher-level module since
it's been in there for quite a long time and nothing of the sort has
come up. There are a few places where markup was added to cross-reference
other sections, and many of the external links have been removed and now
point to newly created sections containing previously undocumented
information.

The Value Types section was created and it's contents were taken from
a function-specific area, since it applies to more than just that
function. It fits in better with the other newly documented constants.
2010-05-11 19:13:13 +00:00
..
2to3.rst wrap 2010-03-20 16:17:37 +00:00
__builtin__.rst Remove link to objects.rst (gone in r79179). 2010-03-23 00:25:19 +00:00
__future__.rst
__main__.rst
_winreg.rst #8575 - Update and reorganize some _winreg contents. 2010-05-11 19:13:13 +00:00
abc.rst
aepack.rst
aetools.rst
aetypes.rst
aifc.rst
al.rst
allos.rst Initial commit of the argparse library, based on argparse 1.1. 2010-03-02 08:38:09 +00:00
anydbm.rst
archiving.rst
argparse.rst #8528: fix typo. 2010-04-25 10:16:00 +00:00
array.rst
ast.rst
asynchat.rst Fixes issue 8543 (asynchat documentation issues) 2010-04-29 20:31:17 +00:00
asyncore.rst Issue #7733: add explicit reference in asyncore docs. 2010-02-24 04:00:52 +00:00
atexit.rst
audioop.rst
autogil.rst
base64.rst
basehttpserver.rst
bastion.rst
bdb.rst
binascii.rst
binhex.rst
bisect.rst
bsddb.rst
bz2.rst fix broken links 2010-03-13 00:15:36 +00:00
calendar.rst Fix typos 2010-04-30 01:02:15 +00:00
carbon.rst
cd.rst
cgi.rst
cgihttpserver.rst
cgitb.rst
chunk.rst
cmath.rst Clarify that the rect, phase and polar functions work with radians. 2010-01-02 14:29:52 +00:00
cmd.rst
code.rst
codecs.rst #8137: add iso-8859-16 to the standard encodings table. 2010-03-14 09:55:08 +00:00
codeop.rst
collections.rst Add usage notes for collections.Counter(). 2010-04-12 21:12:06 +00:00
colorpicker.rst
colorsys.rst
commands.rst
compileall.rst
compiler.rst
configparser.rst - apply patch from issue 7005 2010-02-19 05:24:30 +00:00
constants.rst
contextlib.rst
cookie.rst
cookielib.rst Fixing the Broken links of mechanize library. 2010-04-29 19:46:08 +00:00
copy.rst
copy_reg.rst
crypt.rst
crypto.rst
csv.rst Fix #1537721: add writeheader() method to csv.DictWriter. 2010-02-23 21:09:52 +00:00
ctypes.rst Adds c_ssize_t to ctypes. issue 6729. 2010-03-01 04:56:12 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst Issue #8644: Improve accuracy of timedelta.total_seconds method. 2010-05-09 09:30:06 +00:00
dbhash.rst
dbm.rst
debug.rst
decimal.rst Fix markup in decimal.rst. 2010-04-04 23:21:53 +00:00
development.rst
difflib.rst Issue #7585: use tab between components in unified and context diff headers. 2010-04-12 16:35:19 +00:00
dircache.rst
dis.rst
distutils.rst
dl.rst
doctest.rst Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module containing the exception under test (original patch by Lennart Regebro) 2010-04-28 14:29:06 +00:00
docxmlrpcserver.rst
dumbdbm.rst
dummy_thread.rst
dummy_threading.rst
easydialogs.rst
email-examples.rst Adding an example of reproducing the rfc822.Message() parsing. 2010-03-19 23:19:55 +00:00
email.charset.rst
email.encoders.rst
email.errors.rst
email.generator.rst Issue #7119: document that a program-generated Message object 2010-01-10 17:41:28 +00:00
email.header.rst
email.iterators.rst
email.message.rst Fix documentation of email.Message.get_filename to match 2010-03-04 17:34:05 +00:00
email.mime.rst Issue #7119: document that a program-generated Message object 2010-01-10 17:41:28 +00:00
email.parser.rst
email.rst
email.util.rst Explicitly mention the default value for formatdate's usegmt parameter. 2010-02-03 13:36:23 +00:00
errno.rst
exceptions.rst
fcntl.rst Remove LaTeXy index entry syntax. 2010-04-25 10:29:17 +00:00
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fl.rst
fm.rst
fnmatch.rst
formatter.rst
fpectl.rst
fpformat.rst
fractions.rst Issue #8294: Allow float and Decimal arguments in Fraction constructor. 2010-04-02 22:27:36 +00:00
framework.rst
frameworks.rst
ftplib.rst Fix reference direction. 2010-05-10 21:46:50 +00:00
functions.rst #8472: fix wrong function name in functions.rst: itertools.filterfalse -> itertools.ifilterfalse 2010-04-20 16:49:48 +00:00
functools.rst Two typo fixes 2010-04-11 12:48:08 +00:00
future_builtins.rst builtin-ins -> builtins 2009-12-20 15:23:22 +00:00
gc.rst
gdbm.rst
gensuitemodule.rst
getopt.rst Initial commit of the argparse library, based on argparse 1.1. 2010-03-02 08:38:09 +00:00
getpass.rst
gettext.rst
gl.rst
glob.rst
grp.rst
gzip.rst Document that GzipFile supports iteration. 2010-03-21 09:09:38 +00:00
hashlib.rst Adds the hashlib.algorithms attribute. See issue7418. 2010-03-01 02:01:47 +00:00
heapq.rst
hmac.rst #7388: "python".capitalize() in the Doc 2009-12-19 22:41:49 +00:00
hotshot.rst #7388: "python".capitalize() in the Doc 2009-12-19 22:41:49 +00:00
htmllib.rst
htmlparser.rst
httplib.rst fix typo 2010-05-11 18:12:27 +00:00
i18n.rst
ic.rst
idle.rst
imageop.rst
imaplib.rst
imgfile.rst
imghdr.rst
imp.rst
importlib.rst
imputil.rst
index.rst Remove the "built-in objects" file. It only contained two paragraphs of which only one contained useful information, which belongs in the ref manual however. 2010-03-21 09:02:01 +00:00
inspect.rst add inspect.getcallargs, which binds function arguments like a normal call #3135 2010-03-30 17:58:13 +00:00
internet.rst
intro.rst
io.rst Fix typo. 2010-05-10 21:51:33 +00:00
ipc.rst
itertools.rst Fixup new itertools recipes. 2010-04-10 07:01:32 +00:00
jpeg.rst
json.rst #8642: fix wrong function name. 2010-05-10 21:02:51 +00:00
keyword.rst
language.rst move distutils.rst to different toc 2010-01-31 18:09:34 +00:00
linecache.rst
locale.rst
logging.rst Issue #8331: logging: fixed some grammatical errors in documentation. 2010-04-07 09:40:52 +00:00
mac.rst
macos.rst
macosa.rst
macostools.rst A number of APIs in macostools cannot work in 64-bit mode because they 2010-02-07 11:38:28 +00:00
macpath.rst
mailbox.rst
mailcap.rst
markup.rst #7967: PyXML is no more. 2010-02-19 19:36:08 +00:00
marshal.rst
math.rst More NaN consistency doc fixes. 2010-04-06 22:18:23 +00:00
md5.rst
mhlib.rst
mimetools.rst
mimetypes.rst Issue #4969: The mimetypes module now reads the MIME database from 2009-11-15 14:10:48 +00:00
mimewriter.rst
mimify.rst
miniaeframe.rst
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst We only support Windows NT derivatives now. 2009-12-30 19:03:00 +00:00
multifile.rst
multiprocessing.rst fixup markup error 2010-02-23 17:23:30 +00:00
mutex.rst #8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :) 2010-02-23 21:33:17 +00:00
netdata.rst
netrc.rst
new.rst
nis.rst
nntplib.rst
numbers.rst Issue 8628: fix incorrect documentation for numbers.Complex.imag. 2010-05-05 21:52:39 +00:00
numeric.rst
operator.rst #7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs. 2009-11-04 07:38:12 +00:00
optparse.rst Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs 2010-03-23 08:46:31 +00:00
os.path.rst Availability gets its own line 2010-05-06 22:33:46 +00:00
os.rst ensure that availability information is on its own line at the end of the function docs 2010-05-06 22:49:28 +00:00
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst Fix some issues found by Jacques Ducasse on the docs list. 2010-03-21 09:01:27 +00:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
popen2.rst
poplib.rst
posix.rst
posixfile.rst
pprint.rst
profile.rst #7725: fix referencing issue. 2010-01-23 08:47:54 +00:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst first version of the sysconfig module documentation 2010-02-02 22:27:58 +00:00
queue.rst #7407: specify default maxsize value; patch by Floris Bruynooghe 2010-02-26 13:22:50 +00:00
quopri.rst
random.rst #7076: mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki. 2010-02-22 02:29:10 +00:00
re.rst Issue 8671: Whitespace fix. 2010-05-09 14:04:59 +00:00
readline.rst fixed markup errors 2010-01-04 09:00:11 +00:00
repr.rst
resource.rst
restricted.rst
rexec.rst
rfc822.rst
rlcompleter.rst
robotparser.rst
runpy.rst fixed markup errors 2010-01-04 09:00:11 +00:00
sched.rst
scrolledtext.rst
select.rst #7595: fix typo in argument default constant. 2009-12-29 21:09:17 +00:00
sets.rst
sgi.rst
sgmllib.rst
sha.rst
shelve.rst Issue 5754: tweak shelve doc wording to make it clearer that even when 2010-02-11 01:38:42 +00:00
shlex.rst
shutil.rst removed ztar support in shutil.make_archive 2010-04-20 21:09:06 +00:00
signal.rst Add version info for os.kill and signal changes from #1220212. 2010-04-20 15:23:18 +00:00
simplehttpserver.rst
simplexmlrpcserver.rst
site.rst Fix warnings from "make check". 2010-03-12 10:02:03 +00:00
smtpd.rst
smtplib.rst #7388: "python".capitalize() in the Doc 2009-12-19 22:41:49 +00:00
sndhdr.rst
socket.rst Fix typo 2010-05-10 23:13:41 +00:00
socketserver.rst Issue 7363: fix indentation in socketserver udpserver example. 2009-11-20 13:29:43 +00:00
someos.rst
spwd.rst
sqlite3.rst Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
ssl.rst Reword paragraph to make its meaning clearer. 2010-04-30 00:52:31 +00:00
stat.rst
statvfs.rst
stdtypes.rst Add a link on maketrans(). 2010-05-10 19:59:22 +00:00
string.rst Issue #7928: Document str.format element_index better. 2010-02-25 14:26:33 +00:00
stringio.rst
stringprep.rst
strings.rst
struct.rst More struct doc tweaks. 2010-04-12 20:38:36 +00:00
subprocess.rst Fix markup errors. 2010-04-05 08:16:41 +00:00
sun.rst
sunau.rst
sunaudio.rst
symbol.rst
symtable.rst
sys.rst Group the Windows entries in getfilesystemencoding doc, move the win 9x one at the bottom of the list and fix some markup. 2010-04-29 16:07:20 +00:00
sysconfig.rst Reword paragraph; fix filename, which should be pyconfig.h 2010-05-06 01:09:47 +00:00
syslog.rst Markup fixes. 2010-04-24 08:56:58 +00:00
tabnanny.rst
tarfile.rst Punctuation fix 2010-04-11 01:40:06 +00:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst A couple small grammar fixes in test.rst, and rewrite the 2010-04-01 01:28:39 +00:00
textwrap.rst
thread.rst Remove official documentation entry for thread._count() and make the 2009-10-30 22:19:09 +00:00
threading.rst Added a note about Event.is_set() syntax being new to 2.6 2010-01-25 06:15:01 +00:00
time.rst
timeit.rst
tix.rst
tk.rst
tkinter.rst
token.rst
tokenize.rst
trace.rst
traceback.rst #8011: use exc.tb_lineno instead of traceback.tb_lineno() and pep8ify variable names. 2010-03-13 01:21:34 +00:00
ttk.rst
tty.rst
turtle.rst #7388: "python".capitalize() in the Doc 2009-12-19 22:41:49 +00:00
types.rst
undoc.rst
unicodedata.rst Link specifically to the UCD version 5.2.0. 2010-03-23 00:38:12 +00:00
unittest.rst Consolidate deprecation messages. 2010-05-10 21:50:57 +00:00
unix.rst
urllib.rst Fixing issue5475 : urllib2.getproxies not documented 2010-02-26 00:47:05 +00:00
urllib2.rst Fix for Issue7570: Error in urllib2 example. 2009-12-24 02:18:14 +00:00
urlparse.rst Changed tests to only urlparse one, which was enough, addressed Ezio's comment 2010-04-22 12:10:13 +00:00
user.rst
userdict.rst
uu.rst
uuid.rst
warnings.rst #6647: add note to two examples 2010-04-02 17:54:26 +00:00
wave.rst
weakref.rst Backport of weakref.WeakSet and tests from Python 3. 2010-03-29 20:04:23 +00:00
webbrowser.rst Added markup and default arg, fixed example 2009-12-24 02:54:53 +00:00
whichdb.rst
windows.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst #7637: update discussion of minidom.unlink() and garbage collection 2010-03-01 19:45:21 +00:00
xml.dom.pulldom.rst
xml.dom.rst #7302: fix link. 2009-11-16 16:44:05 +00:00
xml.etree.elementtree.rst Minor documentation updates for xml.etree. 2010-03-14 01:22:09 +00:00
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmllib.rst
xmlrpclib.rst #7802: fix invalid example (heh). 2010-01-30 17:57:48 +00:00
zipfile.rst Issue 6003: ZipFile.writestr "compression_type" argument 2010-02-07 20:18:02 +00:00
zipimport.rst #5950: document that zip files with comments are unsupported in zipimport. 2010-01-06 18:26:08 +00:00
zlib.rst wbits negative was documented SEVEN years ago 2010-05-03 16:09:21 +00:00