cpython/Doc/library
2010-04-02 17:48:23 +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 #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 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 #5341: more built-in vs builtin fixes. 2010-03-07 15:23:59 +00:00
array.rst
ast.rst
asynchat.rst
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
carbon.rst
cd.rst
cgi.rst
cgihttpserver.rst
cgitb.rst
chunk.rst
cmath.rst
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 nicer docstrings to namedtuples(). 2010-03-09 09:01:46 +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
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 Update text for newest US DST regulation. The sample file already has the calculation right. 2010-03-21 09:58:36 +00:00
dbhash.rst
dbm.rst
debug.rst
decimal.rst Issue #2531: Make float-to-decimal comparisons return correct results. 2010-04-02 08:53:22 +00:00
development.rst
difflib.rst
dircache.rst
dis.rst
distutils.rst
dl.rst
doctest.rst
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
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
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
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 Document link to Sorting HowTo 2010-04-01 07:54:16 +00:00
functools.rst
future_builtins.rst
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
hotshot.rst
htmllib.rst
htmlparser.rst
httplib.rst
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
ipc.rst
itertools.rst Cleanup itertools recipes 2010-04-02 06:23:12 +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 Remove col-spanning cells in logging docs. 2010-04-02 09:03:18 +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
md5.rst
mhlib.rst
mimetools.rst
mimetypes.rst
mimewriter.rst
mimify.rst
miniaeframe.rst
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
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
numeric.rst
operator.rst
optparse.rst Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs 2010-03-23 08:46:31 +00:00
os.path.rst
os.rst #2768: add a note on how to get a file descriptor. 2010-04-02 08:39:09 +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
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 Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana. 2010-03-25 23:48:54 +00:00
readline.rst
repr.rst
resource.rst
restricted.rst
rexec.rst
rfc822.rst
rlcompleter.rst
robotparser.rst
runpy.rst
sched.rst
scrolledtext.rst
select.rst
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 added make_archive (and secondary APIs) to shutil 2010-02-23 05:16:41 +00:00
signal.rst
simplehttpserver.rst
simplexmlrpcserver.rst
site.rst Fix warnings from "make check". 2010-03-12 10:02:03 +00:00
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst
socketserver.rst
someos.rst
spwd.rst
sqlite3.rst Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
ssl.rst
stat.rst
statvfs.rst
stdtypes.rst Remove leftover word. 2010-03-21 11:50:58 +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 Issue #1530559: When packing a non-integer with any integer conversion 2010-03-07 16:24:45 +00:00
subprocess.rst Clarify that for shell=True, the shell PID will be the child PID. 2010-03-21 09:28:16 +00:00
sun.rst
sunau.rst
sunaudio.rst
symbol.rst
symtable.rst
sys.rst Fix warnings from "make check". 2010-03-12 10:02:03 +00:00
sysconfig.rst Review sysconfig docs. 2010-02-06 10:23:16 +00:00
syslog.rst
tabnanny.rst
tarfile.rst Issue #7232: Add support for the context manager protocol 2010-03-03 11:55:48 +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
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
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 Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual and changing behaviour 2010-03-20 03:00:34 +00:00
unix.rst
urllib.rst Fixing issue5475 : urllib2.getproxies not documented 2010-02-26 00:47:05 +00:00
urllib2.rst
urlparse.rst
user.rst
userdict.rst
uu.rst
uuid.rst
warnings.rst #6647: document that catch_warnings is not thread-safe 2010-04-02 17:48:23 +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
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
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
zlib.rst #7191: describe more details of wbits parameter 2010-03-01 19:51:43 +00:00