cpython/Doc/library
Georg Brandl d933cc293b #2856: document 2.x os.listdir() behavior for undecodable filenames. 2009-05-16 11:21:29 +00:00
..
2to3.rst add myself 2009-05-02 20:26:53 +00:00
__builtin__.rst
__future__.rst #5813: add a reference to the "future statements" section. 2009-04-23 08:49:56 +00:00
__main__.rst
_winreg.rst Avoid sure signs of a diseased mind. 2009-04-05 10:32:26 +00:00
abc.rst Fix 'the the' duplication 2009-04-03 21:45:29 +00:00
aepack.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
aetools.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
aetypes.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
aifc.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
al.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
allos.rst
anydbm.rst
archiving.rst
array.rst
ast.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
asynchat.rst Fix for documentation bug. Fixes issue 3904. 2008-09-19 02:07:22 +00:00
asyncore.rst Fix for failing asyncore tests. 2009-04-01 01:28:11 +00:00
atexit.rst
audioop.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
autogil.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
base64.rst #1661108: note that urlsafe encoded string can contain "=". 2009-02-13 10:56:50 +00:00
basehttpserver.rst #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions. 2009-04-05 10:24:20 +00:00
bastion.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
bdb.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
binascii.rst Update doc wording as suggested in issue4903. 2009-02-01 00:16:01 +00:00
binhex.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
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 Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
cd.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
cgi.rst At least separate imports from other statements. 2009-02-20 08:22:21 +00:00
cgihttpserver.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
cgitb.rst At least separate imports from other statements. 2009-02-20 08:22:21 +00:00
chunk.rst
cmath.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
cmd.rst
code.rst
codecs.rst Use the correct names of the stateless codec functions (Fixes issue 4178). 2008-10-23 13:11:39 +00:00
codeop.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
collections.rst Make the doctests in the docs pass, except for those in the turtle module. 2009-04-28 21:48:35 +00:00
colorpicker.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
colorsys.rst
commands.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
compileall.rst document compileall command flags 2008-09-17 21:54:56 +00:00
compiler.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
configparser.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
constants.rst
contextlib.rst #5491: clarify nested() semantics. 2009-03-15 21:44:43 +00:00
cookie.rst #1638033: add support for httponly on Cookie.Morsel 2008-09-06 19:28:11 +00:00
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 Fix example output for doctest-like demos. 2009-05-15 08:03:03 +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 Deprecate bsddb for removal in Python 3.0. 2008-09-05 18:33:51 +00:00
dbm.rst
debug.rst
decimal.rst Make the doctests in the docs pass, except for those in the turtle module. 2009-04-28 21:48:35 +00:00
development.rst add some documentation for 2to3 2008-07-24 02:45:37 +00:00
difflib.rst Add example to the seealso section. 2009-04-27 21:12:54 +00:00
dircache.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
dis.rst Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with 2009-02-28 19:03:21 +00:00
distutils.rst
dl.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
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 Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
email-examples.rst
email.charset.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.encoders.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.errors.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.generator.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.header.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.iterators.rst
email.message.rst Revert inappropriate doc change. 2009-05-07 01:43:57 +00:00
email.mime.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.parser.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.rst
email.util.rst
errno.rst
exceptions.rst sys.setdefaultencoding() strikes me as a bad example 2009-05-10 23:52:09 +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 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
filesys.rst
fl.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
fm.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
fnmatch.rst
formatter.rst
fpectl.rst
fpformat.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
fractions.rst Issue #5812: make Fraction('1e-6') valid. Backport of r71806. 2009-04-22 18:15:25 +00:00
framework.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
frameworks.rst
ftplib.rst Test commit. 2009-01-04 08:26:10 +00:00
functions.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
functools.rst
future_builtins.rst Fix error in description of 'oct' (issue 5678). 2009-04-04 06:39:56 +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 Remove tabs from the documentation. 2009-01-03 21:04:55 +00:00
gl.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
glob.rst
grp.rst
gzip.rst gzip and bz2 are context managers 2009-03-09 20:38:56 +00:00
hashlib.rst Issue #4751: For hashlib algorithms provided by OpenSSL, the Python 2009-05-04 00:16:49 +00:00
heapq.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
hmac.rst
hotshot.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
htmllib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
htmlparser.rst
httplib.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
i18n.rst
ic.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
idle.rst #5276: document IDLESTARTUP and .Idle.py. 2009-03-15 21:51:48 +00:00
imageop.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
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 Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
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 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
internet.rst Review ipaddr docs and add them in the TOC under "Internet protocols". 2009-05-01 21:28:35 +00:00
intro.rst
io.rst #4572: add SEEK_* values as constants in io.py. 2009-04-01 21:00:55 +00:00
ipaddr.rst Fix directive name. 2009-05-01 21:30:25 +00:00
ipc.rst
itertools.rst Fix typo 2009-04-20 18:23:57 +00:00
jpeg.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
json.rst #5820: fix bug in usage of getreader(). 2009-04-23 08:44:57 +00:00
keyword.rst
language.rst add some documentation for symtable 2008-08-16 21:04:16 +00:00
linecache.rst
locale.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
logging.rst Clarified warning about logging use from asynchronous signal handlers. 2009-04-03 21:58:16 +00:00
mac.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
macos.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
macosa.rst fix various doc typos #3320 2008-07-12 20:16:19 +00:00
macostools.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
macpath.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
mailbox.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
mailcap.rst
markup.rst
marshal.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
math.rst Add links to helpful external resources. 2009-02-19 06:55:03 +00:00
md5.rst
mhlib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
mimetools.rst
mimetypes.rst
mimewriter.rst
mimify.rst
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 #3216: fix Execute's parameter description. 2008-07-01 20:18:10 +00:00
msvcrt.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
multifile.rst
multiprocessing.rst Various small fixups to the multiprocessing docs, mostly fixing and 2009-04-28 16:08:18 +00:00
mutex.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
netdata.rst
netrc.rst
new.rst Point to types module in new module deprecation notice. 2009-01-01 12:43:33 +00:00
nis.rst
nntplib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
numbers.rst #4811: fix markup glitches (mostly remains of the conversion), 2009-01-02 20:25:14 +00:00
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 #6009: undocument default argument of Option as deprecated. 2009-05-16 11:18:55 +00:00
os.path.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
os.rst #2856: document 2.x os.listdir() behavior for undecodable filenames. 2009-05-16 11:21:29 +00:00
ossaudiodev.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
othergui.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
parser.rst #4811: fix markup glitches (mostly remains of the conversion), 2009-01-02 20:25:14 +00:00
pdb.rst #5142: add module skipping feature to pdb. 2009-05-05 08:54:11 +00:00
persistence.rst
pickle.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +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 Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
popen2.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
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 Fixed issue #2888. Now the behaviour of pprint when working with nested 2008-06-21 17:43:56 +00:00
profile.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
pty.rst Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
pwd.rst
py_compile.rst Correct two versionchanged directives, to improve the 'changes' output 2008-06-21 00:17:22 +00:00
pyclbr.rst
pydoc.rst #4671: document that pydoc imports modules. 2008-12-27 19:11:15 +00:00
pyexpat.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
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 Fix uses of the default role. 2009-01-03 20:47:01 +00:00
resource.rst
restricted.rst
rexec.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
rfc822.rst
rlcompleter.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
robotparser.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
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 Remove tabs from the documentation. 2009-01-03 21:04:55 +00:00
scrolledtext.rst
select.rst #4167: fix markup glitches. 2008-11-04 20:49:35 +00:00
sets.rst
sgi.rst
sgmllib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
sha.rst
shelve.rst Make it clear up front that shelve only records changes 2009-05-12 01:36:57 +00:00
shlex.rst
shutil.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
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 Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
site.rst #3510: future-proof text 2008-09-27 22:54:08 +00:00
smtpd.rst
smtplib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
sndhdr.rst
socket.rst #5916, 5917: small socket doc improvements. 2009-05-04 20:49:17 +00:00
socketserver.rst #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions. 2009-04-05 10:24:20 +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 Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
stdtypes.rst note how using iter* are unsafe while mutating and document iter(dict) 2009-04-04 23:46:34 +00:00
string.rst Fixed wording for formatting integers: precision is not allowed. 2009-05-07 19:36:09 +00:00
stringio.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
stringprep.rst
strings.rst
struct.rst Fixed a typo. 2009-03-04 21:18:17 +00:00
subprocess.rst Make the doctests in the docs pass, except for those in the turtle module. 2009-04-28 21:48:35 +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 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
tarfile.rst #5821: add some capabilities of TarFile's file-like object. 2009-04-25 15:05:04 +00:00
telnetlib.rst
tempfile.rst Fix uses of the default role. 2009-01-03 20:47:01 +00:00
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 Make test.test_support.EnvironmentVarGuard behave like a dictionary. 2009-05-01 17:35:37 +00:00
textwrap.rst
thread.rst Typo: "ThreadError" is the name in the C source. 2008-10-10 08:40:44 +00:00
threading.rst #5757: fix copy-paste error in notify(). 2009-04-21 18:23: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 fix various doc typos #3320 2008-07-12 20:16:19 +00:00
tk.rst Added the ttk module. See issue #2983: Ttk support for Tkinter. 2009-01-28 13:09:03 +00:00
tkinter.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
token.rst
tokenize.rst
trace.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
traceback.rst Remove spurious 'u'. 2009-04-28 19:02:55 +00:00
ttk.rst Normalize spelling of Mac OS X. 2009-04-05 10:29:57 +00:00
tty.rst
turtle.rst Make the turtle.rst doctests pass. I have a feeling there should be 2009-04-30 12:42:32 +00:00
types.rst fix warning 2008-08-23 21:40:15 +00:00
undoc.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
unicodedata.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
unittest.rst Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes 2009-05-11 17:59:43 +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 #4811: fix markup glitches (mostly remains of the conversion), 2009-01-02 20:25:14 +00:00
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 #5601: clarify that webbrowser is not meant for file names. 2009-04-04 13:45:49 +00:00
whichdb.rst
windows.rst
winsound.rst #4754: improve winsound documentation. 2008-12-27 18:49:19 +00:00
wsgiref.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
xdrlib.rst
xml.dom.minidom.rst #6025: fix signature of parse(). 2009-05-16 11:14:46 +00:00
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 #5927, 5928: typos. 2009-05-04 20:45:13 +00:00
zipfile.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
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