cpython/Doc/library
Raymond Hettinger 64906bbeba Add helpful link. 2009-04-04 05:37:47 +00:00
..
2to3.rst #5486: typos. 2009-03-13 19:03:58 +00:00
__builtin__.rst
__future__.rst
__main__.rst
_winreg.rst #1386675: specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have. 2009-03-31 16:31:11 +00:00
abc.rst Fix 'the the' duplication 2009-04-03 21:45:29 +00:00
aepack.rst
aetools.rst
aetypes.rst
aifc.rst
al.rst
allos.rst
anydbm.rst
archiving.rst
array.rst
ast.rst
asynchat.rst
asyncore.rst Fix for failing asyncore tests. 2009-04-01 01:28:11 +00:00
atexit.rst
audioop.rst
autogil.rst
base64.rst #1661108: note that urlsafe encoded string can contain "=". 2009-02-13 10:56:50 +00:00
basehttpserver.rst
bastion.rst
bdb.rst
binascii.rst Update doc wording as suggested in issue4903. 2009-02-01 00:16:01 +00:00
binhex.rst
bisect.rst
bsddb.rst Minor bsddb documentation glitch 2009-03-05 19:37:37 +00:00
bz2.rst gzip and bz2 are context managers 2009-03-09 20:38:56 +00:00
calendar.rst
carbon.rst Fix for issue 896199 (some Carbon modules aren't present in the documentation) 2009-03-30 16:01:51 +00:00
cd.rst
cgi.rst At least separate imports from other statements. 2009-02-20 08:22:21 +00:00
cgihttpserver.rst
cgitb.rst At least separate imports from other statements. 2009-02-20 08:22:21 +00:00
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst
codeop.rst
collections.rst Update docs for namedtuple's renaming change. 2009-04-02 22:34:17 +00:00
colorpicker.rst
colorsys.rst
commands.rst
compileall.rst
compiler.rst
configparser.rst Backport 70111: Let configparser use ordered dicts by default. 2009-03-03 05:00:37 +00:00
constants.rst
contextlib.rst #5491: clarify nested() semantics. 2009-03-15 21:44:43 +00:00
cookie.rst
cookielib.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
copy.rst
copy_reg.rst
crypt.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
crypto.rst
csv.rst clarify the type of data returned 2009-03-25 00:52:11 +00:00
ctypes.rst #4820: use correct module for ctypes.util. 2009-02-05 11:35:28 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst Clarify that datetime strftime does not produce leap seconds and datetime 2009-04-02 04:34:04 +00:00
dbhash.rst
dbm.rst
debug.rst
decimal.rst Update the decimal FAQ for the from_float() classmethod and improve the recipe for remove_exponent() to make it cut and pasteable. 2009-03-10 08:16:05 +00:00
development.rst add some documentation for 2to3 2008-07-24 02:45:37 +00:00
difflib.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
dircache.rst
dis.rst Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with 2009-02-28 19:03:21 +00:00
distutils.rst
dl.rst
doctest.rst #5598: document DocFileSuite *args argument. 2009-03-31 21:15:33 +00:00
docxmlrpcserver.rst
dumbdbm.rst
dummy_thread.rst
dummy_threading.rst
easydialogs.rst
email-examples.rst
email.charset.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
email.encoders.rst
email.errors.rst
email.generator.rst
email.header.rst A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), 2009-03-30 22:42:17 +00:00
email.iterators.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.message.rst
email.mime.rst
email.parser.rst
email.rst
email.util.rst
errno.rst
exceptions.rst #5486: typos. 2009-03-13 19:03:58 +00:00
fcntl.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
filecmp.rst #5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code. 2009-02-27 16:39:26 +00:00
fileformats.rst
fileinput.rst
filesys.rst
fl.rst
fm.rst
fnmatch.rst
formatter.rst
fpectl.rst
fpformat.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
fractions.rst
framework.rst
frameworks.rst
ftplib.rst
functions.rst Issue #2396: backport the memoryview object. 2009-04-02 21:18:34 +00:00
functools.rst
future_builtins.rst Add future_builtins.ascii(). 2008-06-11 18:55:38 +00:00
gc.rst Issue #4688: Add a heuristic so that tuples and dicts containing only 2009-03-23 18:41:45 +00:00
gdbm.rst
gensuitemodule.rst
getopt.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
getpass.rst
gettext.rst
gl.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
glob.rst
grp.rst
gzip.rst gzip and bz2 are context managers 2009-03-09 20:38:56 +00:00
hashlib.rst
heapq.rst
hmac.rst
hotshot.rst
htmllib.rst
htmlparser.rst
httplib.rst
i18n.rst
ic.rst
idle.rst #5276: document IDLESTARTUP and .Idle.py. 2009-03-15 21:51:48 +00:00
imageop.rst
imaplib.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
imgfile.rst
imghdr.rst
imp.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
importlib.rst Backport importlib in the form of providing importlib.import_module(). This has 2009-01-26 01:16:50 +00:00
imputil.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
index.rst Add section numbering to some of the larger subdocuments. 2009-03-28 19:57:36 +00:00
inspect.rst
internet.rst
intro.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
io.rst #4572: add SEEK_* values as constants in io.py. 2009-04-01 21:00:55 +00:00
ipc.rst
itertools.rst typo fix 2009-03-30 23:08:24 +00:00
jpeg.rst
json.rst Typo fixes 2009-03-30 22:29:15 +00:00
keyword.rst
language.rst
linecache.rst
locale.rst
logging.rst Clarified warning about logging use from asynchronous signal handlers. 2009-04-03 21:58:16 +00:00
mac.rst
macos.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
macosa.rst
macostools.rst
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst Add links to helpful external resources. 2009-02-19 06:55:03 +00:00
md5.rst
mhlib.rst
mimetools.rst deprecated mimetools 2008-06-12 14:23:49 +00:00
mimetypes.rst
mimewriter.rst
mimify.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
miniaeframe.rst
misc.rst
mm.rst
mmap.rst Binary flag is needed on windows. 2009-02-28 15:24:00 +00:00
modulefinder.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
modules.rst Backport importlib in the form of providing importlib.import_module(). This has 2009-01-26 01:16:50 +00:00
msilib.rst
msvcrt.rst
multifile.rst
multiprocessing.rst Fix 'the the' duplication 2009-04-03 21:45:29 +00:00
mutex.rst
netdata.rst
netrc.rst
new.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
objects.rst
operator.rst Doc fixes. Remove overbroad, redundant warnings. Fixup example code. 2009-02-04 11:14:18 +00:00
optparse.rst #4827: fix callback example. 2009-02-05 11:33:21 +00:00
os.path.rst Fix for issue 13095 2009-03-30 20:02:08 +00:00
os.rst #837577: note cryptic return value of spawn*e on invalid env dicts. 2009-03-31 18:26:55 +00:00
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst Fix 'the the' duplication 2009-04-03 21:45:29 +00:00
persistence.rst
pickle.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst Clarify the deprecation of platform.dist(). 2009-02-17 12:48:19 +00:00
plistlib.rst
popen2.rst
poplib.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
posix.rst
posixfile.rst
pprint.rst
profile.rst
pty.rst Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst Fix markup. 2009-03-10 00:06:05 +00:00
quopri.rst
random.rst Typo fix 2009-04-02 00:02:14 +00:00
re.rst #4882: document named group behavior a bit better. 2009-03-31 19:06:57 +00:00
readline.rst
repr.rst
resource.rst
restricted.rst
rexec.rst
rfc822.rst
rlcompleter.rst
robotparser.rst
runpy.rst Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda) 2009-02-08 01:26:34 +00:00
sched.rst
scrolledtext.rst
select.rst
sets.rst
sgi.rst
sgmllib.rst
sha.rst
shelve.rst Add helpful link. 2009-04-04 05:37:47 +00:00
shlex.rst ConfigParser renaming reversal part 3: move module into place and adapt imports. 2008-05-25 07:25:25 +00:00
shutil.rst
signal.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
simplehttpserver.rst
simplexmlrpcserver.rst
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
socket.rst Clarify socket timeout behavior vs system network stack behavior on connect 2009-02-18 05:46:11 +00:00
socketserver.rst #5297: fix example. 2009-02-18 00:22:55 +00:00
someos.rst
spwd.rst
sqlite3.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
ssl.rst Fix 'the the' duplication 2009-04-03 21:45:29 +00:00
stat.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
statvfs.rst
stdtypes.rst Issue #2396: backport the memoryview object. 2009-04-02 21:18:34 +00:00
string.rst give os.symlink and os.link() better parameter names #5564 2009-03-28 19:16:10 +00:00
stringio.rst
stringprep.rst
strings.rst
struct.rst Fixed a typo. 2009-03-04 21:18:17 +00:00
subprocess.rst Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
sun.rst
sunau.rst
sunaudio.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
symbol.rst
symtable.rst add example 2009-03-05 00:17:57 +00:00
sys.rst #1096310: document usage of sys.__std*__ a bit better. 2009-03-31 19:10:35 +00:00
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
test.rst
textwrap.rst
thread.rst
threading.rst #1674032: return value of flag from Event.wait(). OKed by Guido. 2009-03-31 20:41:08 +00:00
time.rst #5365: add quick look conversion table for different time representations. 2009-02-27 16:59:03 +00:00
timeit.rst
tix.rst
tk.rst Added the ttk module. See issue #2983: Ttk support for Tkinter. 2009-01-28 13:09:03 +00:00
tkinter.rst
token.rst
tokenize.rst
trace.rst
traceback.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
ttk.rst Fix 'the the' duplication 2009-04-03 21:45:29 +00:00
tty.rst
turtle.rst #5486: typos. 2009-03-13 19:03:58 +00:00
types.rst
undoc.rst
unicodedata.rst
unittest.rst Better exception messages for unittest assert methods. 2009-04-02 03:20:38 +00:00
unix.rst
urllib.rst #3427: document correct return type for urlopen().info(). 2009-03-31 22:18:19 +00:00
urllib2.rst #4894: document "newurl" parameter to redirect_request(). 2009-02-13 10:40:14 +00:00
urlparse.rst
user.rst
userdict.rst
uu.rst
uuid.rst
warnings.rst Require implementations for warnings.showwarning() support the 'line' argument. 2009-03-11 04:51:06 +00:00
wave.rst
weakref.rst
webbrowser.rst there's actually three methods here #5600 2009-03-30 02:49:32 +00:00
whichdb.rst
windows.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst #5478: fix copy-paste oversight in function signature. 2009-03-15 21:47:42 +00:00
xml.etree.elementtree.rst Fix punctuation. 2009-02-20 08:45:47 +00:00
xml.etree.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmllib.rst
xmlrpclib.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
zipfile.rst
zipimport.rst Issue #4512 closeout: Make ZipImport.get_filename() a public method 2009-02-08 03:17:00 +00:00
zlib.rst wording for for issue4903. 2009-02-01 00:24:21 +00:00