cpython/Doc/library
Ezio Melotti 6164d7ac84 #7907: fix wrong function name in doc. Patch by Brian Curtin. 2010-02-11 23:50:57 +00:00
..
2to3.rst Added documentation for dictionary views fixer. 2010-01-12 18:25:33 +00:00
__builtin__.rst Use "impl-detail" directive where applicable. 2009-10-22 11:48:10 +00:00
__future__.rst #6574: list the future features in a table. 2009-09-14 14:08:54 +00:00
__main__.rst
_winreg.rst #7907: fix wrong function name in doc. Patch by Brian Curtin. 2010-02-11 23:50:57 +00:00
abc.rst
aepack.rst
aetools.rst
aetypes.rst
aifc.rst
al.rst
allos.rst
anydbm.rst
archiving.rst
array.rst
ast.rst
asynchat.rst
asyncore.rst
atexit.rst
audioop.rst
autogil.rst
base64.rst
basehttpserver.rst
bastion.rst
bdb.rst Document 'skip' parameter to constructor 2009-10-05 21:25:03 +00:00
binascii.rst
binhex.rst
bisect.rst
bsddb.rst
bz2.rst
calendar.rst #7345: fix arguments of formatyear(). 2009-11-23 19:53:19 +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 #7035: improve docs of the various <method>_errors() functions, and give them docstrings. 2009-10-22 15:42:32 +00:00
codeop.rst
collections.rst #7586: fix typo. 2009-12-28 08:01:59 +00:00
colorpicker.rst
colorsys.rst
commands.rst
compileall.rst
compiler.rst
configparser.rst Fix markup. 2009-10-24 10:04:19 +00:00
constants.rst
contextlib.rst
cookie.rst
cookielib.rst
copy.rst Properly document copy and deepcopy as functions. 2009-09-09 16:49:13 +00:00
copy_reg.rst
crypt.rst
crypto.rst
csv.rst Remove redundant sentence. 2009-11-09 14:18:14 +00:00
ctypes.rst Fix wrong markup. 2009-12-29 11:25:38 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst #7156: document curses as Unix-only. 2009-10-22 15:52:15 +00:00
custominterp.rst
datatypes.rst
datetime.rst #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such. 2010-01-17 08:42:30 +00:00
dbhash.rst
dbm.rst
debug.rst
decimal.rst Fix some documentation examples involving the repr of a float. 2009-11-24 14:27:02 +00:00
development.rst
difflib.rst
dircache.rst
dis.rst
distutils.rst
dl.rst
doctest.rst #7388: "python".capitalize() in the Doc 2009-12-19 22:41:49 +00:00
docxmlrpcserver.rst
dumbdbm.rst
dummy_thread.rst
dummy_threading.rst
easydialogs.rst
email-examples.rst
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 Issue #7119: document that a program-generated Message object 2010-01-10 17:41:28 +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
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fl.rst
fm.rst
fnmatch.rst improved phrasing, markup and example 2009-09-23 21:36:39 +00:00
formatter.rst
fpectl.rst
fpformat.rst
fractions.rst
framework.rst
frameworks.rst
ftplib.rst Fix-up ftplib documentation: 2010-01-31 18:51:49 +00:00
functions.rst #7400: typo. 2009-11-26 20:48:25 +00:00
functools.rst
future_builtins.rst builtin-ins -> builtins 2009-12-20 15:23:22 +00:00
gc.rst
gdbm.rst
gensuitemodule.rst
getopt.rst #6977: getopt does not support optional option arguments. 2009-10-22 15:54:35 +00:00
getpass.rst
gettext.rst
gl.rst
glob.rst
grp.rst
gzip.rst Issue #2846: Add support for gzip.GzipFile reading zero-padded files. 2010-01-13 14:32:10 +00:00
hashlib.rst #6908: fix association of hashlib hash attributes. 2009-09-14 14:50: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 issue3972: HTTPConnection and HTTPSConnection now support a 2010-01-03 02:06:07 +00:00
i18n.rst
ic.rst
idle.rst
imageop.rst
imaplib.rst
imgfile.rst
imghdr.rst
imp.rst
importlib.rst
imputil.rst
index.rst
inspect.rst #5341: fix "builtin" where used as an adjective ("built-in" is correct). 2010-02-06 18:44:44 +00:00
internet.rst
intro.rst
io.rst Issue #7545: improve documentation of the `buffering` argument in io.open(). 2009-12-19 21:01:10 +00:00
ipc.rst
itertools.rst #7746: rephrase a sentence 2010-01-21 20:50:57 +00:00
jpeg.rst
json.rst
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 #7851: logging: clarification on logging configuration files. 2010-02-04 20:23:45 +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 Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. 2009-10-11 20:16:16 +00:00
mailcap.rst
markup.rst
marshal.rst #6757: complete the list of types that marshal can serialize. 2009-09-03 12:31:39 +00:00
math.rst Issue #3366: Add error function and complementary error function to 2009-12-19 11:07: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 Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. 2009-10-11 20:16:16 +00:00
msvcrt.rst We only support Windows NT derivatives now. 2009-12-30 19:03:00 +00:00
multifile.rst
multiprocessing.rst Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool 2010-01-27 03:05:57 +00:00
mutex.rst
netdata.rst
netrc.rst
new.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
objects.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 #3340: document print/get_usage and print/get_version 2010-01-04 21:43:02 +00:00
os.path.rst
os.rst #7479: add note about function availability on Unices. 2009-12-19 18:16:31 +00:00
ossaudiodev.rst
othergui.rst Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. 2009-10-11 20:16:16 +00:00
parser.rst
pdb.rst #7388: "python".capitalize() in the Doc 2009-12-19 22:41:49 +00:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst Use "impl-detail" directive where applicable. 2009-10-22 11:48:10 +00:00
plistlib.rst Fix markup for external links. 2009-09-20 20:44:13 +00:00
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 platform we don't care about 2009-10-12 01:26:07 +00:00
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 use property api 2009-10-20 03:14:10 +00:00
quopri.rst
random.rst
re.rst #7685: typo 2010-01-13 00:25:03 +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
signal.rst #7088: document new functions in signal as Unix-only. 2009-10-22 15:04:09 +00:00
simplehttpserver.rst
simplexmlrpcserver.rst
site.rst comment out ugly xxx 2009-09-26 02:57:59 +00:00
smtpd.rst
smtplib.rst #7388: "python".capitalize() in the Doc 2009-12-19 22:41:49 +00:00
sndhdr.rst
socket.rst issue3972: HTTPConnection and HTTPSConnection now support a 2010-01-03 02:06:07 +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 Fix some documentation examples involving the repr of a float. 2009-11-24 14:27:02 +00:00
ssl.rst Rewrap long lines. 2009-09-16 15:57:46 +00:00
stat.rst
statvfs.rst
stdtypes.rst Issue #1967: Backport dictionary views. 2010-01-11 23:17:10 +00:00
string.rst #7527: use standard versionadded tags. 2009-12-19 17:30:28 +00:00
stringio.rst
stringprep.rst
strings.rst
struct.rst
subprocess.rst Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris Rebert 2010-02-04 12:43:58 +00:00
sun.rst
sunau.rst
sunaudio.rst
symbol.rst
symtable.rst
sys.rst Fix type on getwindowsversion documentation. Thanks Taggnostr. 2010-01-27 00:55:16 +00:00
sysconfig.rst Review sysconfig docs. 2010-02-06 10:23:16 +00:00
syslog.rst
tabnanny.rst
tarfile.rst Fix narkup 2009-10-05 21:24:35 +00:00
telnetlib.rst
tempfile.rst
termios.rst pep 8 defaults 2009-09-17 03:18:28 +00:00
test.rst
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
ttk.rst
tty.rst
turtle.rst #7388: "python".capitalize() in the Doc 2009-12-19 22:41:49 +00:00
types.rst Use "impl-detail" directive where applicable. 2009-10-22 11:48:10 +00:00
undoc.rst
unicodedata.rst
unittest.rst Issue 7893 and Issue 7588 2010-02-10 14:25:12 +00:00
unix.rst
urllib.rst Fix for Issue7155 - urllib do not document default use of system proxy configuration 2009-10-18 01:24:41 +00:00
urllib2.rst Fix for Issue7570: Error in urllib2 example. 2009-12-24 02:18:14 +00:00
urlparse.rst #7256: add versionadded tags for functions copied from cgi. 2009-11-03 18:34:27 +00:00
user.rst
userdict.rst
uu.rst
uuid.rst
warnings.rst DeprecationWarning is now silent by default. 2010-01-10 02:56:19 +00:00
wave.rst
weakref.rst Add a new directive marking up implementation details and start using it. 2009-10-22 08:05:04 +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
xml.dom.pulldom.rst
xml.dom.rst #7302: fix link. 2009-11-16 16:44:05 +00:00
xml.etree.elementtree.rst
xml.etree.rst
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