cpython/Doc/library
Christian Heimes 422051a367 Patch #1953
I implemented the function sys._compact_freelists() and C API functions PyInt_/PyFloat_CompactFreeList() to compact the pre-allocated blocks of ints and floats. They allow the user to reduce the memory usage of a Python process that deals with lots of numbers.
The patch also renames sys._cleartypecache to sys._clear_type_cache
2008-02-04 18:00:12 +00:00
..
__builtin__.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
__future__.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
__main__.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
_ast.rst Add :term:s for descriptors. 2007-10-21 10:45:46 +00:00
_winreg.rst Fix markup errors from r59857 and clarify key.__enter__/__exit__ docs 2008-01-08 16:18:26 +00:00
aepack.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
aetools.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
aetypes.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
aifc.rst Replace "Caveat" paragraphs by .. warning::s. 2007-08-15 19:06:04 +00:00
al.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
allos.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
anydbm.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
archiving.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
array.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
asynchat.rst move descriptions of ac_(in|out)_buffer_size to the right place 2007-10-05 02:48:32 +00:00
asyncore.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
atexit.rst correct email address 2007-12-08 15:26:16 +00:00
audioop.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
autogil.rst Add :term:s for iterator. 2007-10-21 12:10:28 +00:00
base64.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
basehttpserver.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
bastion.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
bdb.rst Diverse markup fixes. 2007-12-06 01:52:24 +00:00
binascii.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
binhex.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
bisect.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
bsddb.rst correct email address 2007-12-08 15:26:16 +00:00
bz2.rst Added cross-references between the various archive file formats. 2007-11-05 09:22:48 +00:00
calendar.rst Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for 2007-08-28 16:38:26 +00:00
carbon.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cd.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cgi.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
cgihttpserver.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cgitb.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
chunk.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cmath.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cmd.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
code.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
codecs.rst Add more entries to the glossary. 2007-12-02 14:58:50 +00:00
codeop.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
collections.rst Removed an unnecessary and confusing paragraph from the namedtuple docs. 2008-01-27 10:47:55 +00:00
colorpicker.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
colorsys.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
commands.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
compileall.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
compiler.rst Add :term: for generators. 2007-10-21 10:52:38 +00:00
configparser.rst Fix example. 2008-01-21 16:28:13 +00:00
constants.rst #652749: document the constants added to the builtins by site.py. 2008-01-20 13:08:37 +00:00
contextlib.rst Remove with_statement future imports from 2.6 docs. 2008-01-05 19:28:16 +00:00
cookie.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cookielib.rst Add :term:s for iterator. 2007-10-21 12:10:28 +00:00
copy.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
copy_reg.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
crypt.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
crypto.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
csv.rst #1686390: add example for csv.Sniffer use. 2008-01-06 16:04:56 +00:00
ctypes.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
curses.ascii.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
curses.panel.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
curses.rst Polish sentence 2008-01-19 13:33:20 +00:00
custominterp.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
datatypes.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
datetime.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
dbhash.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dbm.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
debug.rst New documentation page for the bdb module. 2007-09-12 18:03:51 +00:00
decimal.rst Issue 1780: Allow leading and trailing whitespace in Decimal constructor, 2008-01-12 01:56:00 +00:00
development.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
difflib.rst Documentation for r5990[3567]. 2008-01-11 09:55:53 +00:00
dircache.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dis.rst Update the opcode docs for STORE_MAP and BUILD_MAP 2008-01-11 23:25:18 +00:00
distutils.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dl.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
doctest.rst Documentation for r5990[3567]. 2008-01-11 09:55:53 +00:00
docxmlrpcserver.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dumbdbm.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dummy_thread.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dummy_threading.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
easydialogs.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email-examples.rst Add email example how to send a multipart message. 2008-02-02 10:49:58 +00:00
email.charset.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.encoders.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.errors.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.generator.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.header.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.mime.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.parser.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
email.util.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
errno.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
exceptions.rst Fix editing glitch. 2008-01-12 16:11:09 +00:00
fcntl.rst Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. 2008-01-05 19:44:22 +00:00
filecmp.rst Added a cross-ref to each other. 2007-10-19 12:48:17 +00:00
fileformats.rst #1555501: document plistlib and move it to the general library. 2008-01-21 16:34:07 +00:00
fileinput.rst Replaced variable o with obj in operator.rst because o is easy to 2007-09-13 14:54:30 +00:00
filesys.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
fl.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
fm.rst Fix stray backticks. 2007-08-19 18:43:50 +00:00
fnmatch.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
formatter.rst Fix stray backticks. 2007-08-19 18:43:50 +00:00
fpectl.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
fpformat.rst Added more cross-references. 2007-08-30 15:03:03 +00:00
framework.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
frameworks.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
ftplib.rst Update docs for new callpack params added in r60188 2008-01-26 18:51:05 +00:00
functions.rst Move __builtins__.trunc() to math.trunc() per 2008-02-01 06:22:46 +00:00
functools.rst Add more entries to the glossary. 2007-12-02 14:58:50 +00:00
gc.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
gdbm.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
gensuitemodule.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
getopt.rst Fix introductory sentence. 2008-01-06 17:21:00 +00:00
getpass.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
gettext.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
gl.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
glob.rst Add :term:s for iterator. 2007-10-21 12:10:28 +00:00
grp.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
gzip.rst Added cross-references between the various archive file formats. 2007-11-05 09:22:48 +00:00
hashlib.rst Fixes Issue 1385: The hmac module now computes the correct hmac when using 2007-11-06 00:19:03 +00:00
heapq.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
hmac.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
hotshot.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
htmllib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
htmlparser.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
httplib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
i18n.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
ic.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
idle.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
imageop.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
imaplib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
imgfile.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
imghdr.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
imp.rst Clarify wording a bit. 2007-08-23 20:55:44 +00:00
imputil.rst Fix some glitches. 2007-08-28 10:48:18 +00:00
index.rst New documentation page for the bdb module. 2007-09-12 18:03:51 +00:00
inspect.rst Documentation for r5990[3567]. 2008-01-11 09:55:53 +00:00
internet.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
intro.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
ipc.rst Patch 10124 by Bill Janssen, docs for the new ssl code. 2007-08-27 19:11:11 +00:00
itertools.rst Update itertool recipes 2008-01-30 22:17:31 +00:00
jpeg.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
keyword.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
language.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
linecache.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
locale.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
logging.rst Added documentation for optional delay argument to FileHandler and subclasses. 2008-01-24 12:38:30 +00:00
mac.rst Removing bundlebuilder docs again -- it's not to be used anymore (see #779825). 2008-01-21 16:46:58 +00:00
macos.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
macosa.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
macostools.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
macpath.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
mailbox.rst #1284: "S" means "seen", not unread. 2007-10-19 17:38:49 +00:00
mailcap.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
markup.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
marshal.rst Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). 2007-11-07 01:13:09 +00:00
math.rst Move __builtins__.trunc() to math.trunc() per 2008-02-01 06:22:46 +00:00
md5.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
mhlib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
mimetools.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
mimetypes.rst Fixed detail in add_type() explanation (issue 1463). 2007-11-19 16:30:24 +00:00
mimewriter.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
mimify.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
miniaeframe.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
misc.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
mm.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
mmap.rst #1087741: make mmap.mmap the type of mmap objects, not a 2008-01-21 14:16:46 +00:00
modulefinder.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
modules.rst Adding basic imputil documentation. 2007-08-28 09:07:54 +00:00
msilib.rst Fix MSDN library URL. (#1854) 2008-01-16 16:56:29 +00:00
msvcrt.rst Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. 2008-01-05 19:44:22 +00:00
multifile.rst correct email address 2007-12-08 15:26:16 +00:00
mutex.rst Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
netdata.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
netrc.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
new.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
nis.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
nntplib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
numbers.rst Added more documentation on how mixed-mode arithmetic should be implemented. I 2008-01-31 07:44:11 +00:00
numeric.rst Add rational.Rational as an implementation of numbers.Rational with infinite 2008-01-15 07:46:24 +00:00
objects.rst Remove orphaned footnote reference. 2007-12-16 15:47:46 +00:00
operator.rst Add more entries to the glossary. 2007-12-02 14:58:50 +00:00
optparse.rst Bug 1296: restore text describing OptionGroup 2008-01-19 21:00:38 +00:00
os.path.rst Slashes allowed on Windows. 2008-01-26 11:02:22 +00:00
os.rst #1663329: add os.closerange() to close a range of fds, 2008-01-19 20:22:13 +00:00
ossaudiodev.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
othergui.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
parser.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pdb.rst Remove stray odd character; grammar fix 2007-09-24 23:45:51 +00:00
persistence.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pickle.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pickletools.rst Add :term:s for iterator. 2007-10-21 12:10:28 +00:00
pipes.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pkgutil.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
platform.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
plistlib.rst #1555501: document plistlib and move it to the general library. 2008-01-21 16:34:07 +00:00
popen2.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
poplib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
posix.rst Move OSError docs to exceptions doc, remove obsolete descriptions 2008-01-12 10:53:29 +00:00
posixfile.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pprint.rst Let pprint() support sets and frozensets (suggested by David Mertz). 2008-01-23 00:04:40 +00:00
profile.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pty.rst Unify "file-descriptor" to "file descriptor". 2007-10-21 10:46:24 +00:00
pwd.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
py_compile.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pyclbr.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pydoc.rst Adapt pydoc to new doc URLs. 2008-01-21 17:13:03 +00:00
pyexpat.rst Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects 2008-01-08 14:30:55 +00:00
python.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
queue.rst Remove extra tick marks and add a missing closing parenthesis. 2008-02-03 02:34:14 +00:00
quopri.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
random.rst Issue #1727780: Support loading pickles of random.Random objects created 2007-12-03 19:20:02 +00:00
rational.rst Several tweaks: add construction from strings and .from_decimal(), change 2008-01-19 09:56:06 +00:00
re.rst Closing issue1761. 2008-01-10 21:59:42 +00:00
readline.rst correct email address 2007-12-08 15:26:16 +00:00
repr.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
resource.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
restricted.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
rexec.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
rfc822.rst Bug #1011: fix rfc822.Message.getheader docs. 2007-08-24 17:23:23 +00:00
rlcompleter.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
robotparser.rst correct email address 2007-12-08 15:26:16 +00:00
runpy.rst Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) 2007-08-25 04:32:07 +00:00
sched.rst Typo fix 2008-01-18 02:42:52 +00:00
scrolledtext.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
select.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
sets.rst Add more entries to the glossary. 2007-12-02 14:58:50 +00:00
sgi.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sgmllib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sha.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
shelve.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
shlex.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
shutil.rst #1669: don't allow shutil.rmtree() to be called on a symlink. 2008-01-20 14:17:42 +00:00
signal.rst Patch #1583 by Adam Olsen. 2007-12-19 19:41:06 +00:00
simplehttpserver.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
simplexmlrpcserver.rst Add examples to the xmlrpclib docs. 2007-12-03 20:03:46 +00:00
site.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
smtpd.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
smtplib.rst Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339 2008-01-17 08:35:49 +00:00
sndhdr.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
socket.rst Update IPv6 RFC number. 2008-02-01 11:59:08 +00:00
socketserver.rst Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer that will call 2008-01-19 16:26:13 +00:00
someos.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
spwd.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sqlite3.rst #1509: fix sqlite3 docstrings and docs w.r.t. cursor.fetchXXX methods. 2008-01-19 20:53:07 +00:00
ssl.rst Diverse markup fixes. 2007-12-06 01:52:24 +00:00
stat.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
statvfs.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
stdtypes.rst Fix two further doc build warnings. 2008-01-07 18:57:03 +00:00
string.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
stringio.rst Added more cross-references. 2007-08-30 15:03:03 +00:00
stringprep.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
strings.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
struct.rst Fix issue1789: The tutorial contained a misuse of the struct module. 2008-01-24 09:38:26 +00:00
subprocess.rst #1727024: document that Popen.returncode is set by Popen.poll/wait. 2008-01-06 16:01:26 +00:00
sun.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sunau.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sunaudio.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
symbol.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sys.rst Patch #1953 2008-02-04 18:00:12 +00:00
syslog.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tabnanny.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
tarfile.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
telnetlib.rst correct email address 2007-12-08 15:26:16 +00:00
tempfile.rst #1615275: clarify return object types of different tempfile factories. 2008-01-06 15:55:26 +00:00
termios.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
test.rst Markup fix 2008-01-15 01:29:44 +00:00
textwrap.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
thread.rst Remove with_statement future imports from 2.6 docs. 2008-01-05 19:28:16 +00:00
threading.rst Clarify thread.join() docs. #1873. 2008-01-19 17:38:53 +00:00
time.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
timeit.rst Add more entries to the glossary. 2007-12-02 14:58:50 +00:00
tix.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
tk.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
tkinter.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
token.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tokenize.rst Add :term: for generators. 2007-10-21 10:52:38 +00:00
trace.rst Fix #1693149. Now you can pass several modules separated by 2008-01-19 18:38:19 +00:00
traceback.rst Add examples to csv, pprint and traceback docs. 2007-12-05 17:56:50 +00:00
tty.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
turtle.rst Remove another unnecessary Unicode character. 2007-12-16 15:59:19 +00:00
types.rst Add :term: for generators. 2007-10-21 10:52:38 +00:00
undoc.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
unicodedata.rst Added a note in each regarding the fact that unicode strings that look the same 2007-08-16 10:09:22 +00:00
unittest.rst #1467: fix documentation for TestResult.add{Error,Failure}. 2007-11-24 11:39:13 +00:00
unix.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
urllib.rst #856047: respect the ``no_proxy`` env var when checking for proxies 2008-01-20 12:05:43 +00:00
urllib2.rst Amendments to the urllib2 docs, written for GHOP by Thomas Lamb. 2008-02-02 09:56:20 +00:00
urlparse.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
user.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
userdict.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
uu.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
uuid.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
warnings.rst Use a versionchanged directive. 2007-12-09 05:09:37 +00:00
wave.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
weakref.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
webbrowser.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
whichdb.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
windows.rst Add "Using Python on Windows" document, by Robert Lehmann. 2007-12-01 23:12:45 +00:00
winsound.rst Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. 2008-01-05 19:44:22 +00:00
wsgiref.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xdrlib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.dom.minidom.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.dom.pulldom.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.dom.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.etree.elementtree.rst Add examples to the ElementTree documentation. 2007-12-01 22:42:46 +00:00
xml.etree.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.sax.handler.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.sax.reader.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.sax.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.sax.utils.rst #1411695: clarify behavior of xml.sax.utils.[un]escape. 2008-01-19 20:40:24 +00:00
xmllib.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
xmlrpclib.rst Bug #1790: update link; remove outdated paragraph 2008-01-11 19:33:24 +00:00
zipfile.rst Document that zipfile decryption is insanely slow and fix a typo and 2008-01-20 01:32:00 +00:00
zipimport.rst #1325: Add docs and tests for zipimporter.archive and zipimporter.prefix. 2008-01-06 16:49:50 +00:00
zlib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00