cpython/Doc/library
Christian Heimes 3628187b66 Fix for feature request #1528 Add os.fchmod
Georg Brandl has added fchmod() and fchown(). I've contributed lchown but I'm not able to test it on Linux. However it should be available on Mac and some other flavors of Unix.
I've made a quick test of fchmod() and fchown() on my system. They are working as expected.
2007-11-30 21:11:28 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
aepack.rst Fix RST link (backport from Py3k). 2007-09-01 07:51:24 +00:00
aetools.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
aetypes.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 move descriptions of ac_(in|out)_buffer_size to the right place 2007-10-05 02:48:32 +00:00
atexit.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
audioop.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
bdb.rst New documentation page for the bdb module. 2007-09-12 18:03:51 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
bsddb.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 issue1172: Documentation of "done" attribute in cgi module. 2007-09-18 23:34:44 +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 :term: for generators. 2007-10-21 10:52:38 +00:00
codeop.rst Replace "Caveat" paragraphs by .. warning::s. 2007-08-15 19:06:04 +00:00
collections.rst Fix signature in example 2007-11-17 01:51:22 +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 Add examples to the ConfigParser documentation. 2007-11-29 17:02:34 +00:00
constants.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
contextlib.rst Add :term: for generators. 2007-10-21 10:52:38 +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 Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +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 Fix syntax for versionchanged markup. 2007-11-04 17:43:49 +00:00
ctypes.rst Add :term:s for "new-style class". 2007-10-21 12:15:05 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. 2007-11-02 20:06:17 +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 Typo fix 2007-09-24 23:46:28 +00:00
development.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
difflib.rst Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. 2007-11-02 20:06:17 +00:00
dircache.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dis.rst Add :term:s for iterator. 2007-10-21 12:10:28 +00:00
distutils.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dl.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
doctest.rst Bug #1594966: fix misleading usage example 2007-08-23 20:53:28 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Add :term:s for iterator. 2007-10-21 12:10:28 +00:00
fcntl.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
filecmp.rst Added a cross-ref to each other. 2007-10-19 12:48:17 +00:00
fileformats.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
functions.rst Added more file-handling related cross-references. 2007-11-02 08:24:59 +00:00
functools.rst Document rev. 57574. 2007-08-28 08:29:08 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
getopt.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
getpass.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
gettext.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
gl.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Add :term:s for iterator. 2007-10-21 12:10:28 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
imageop.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
imaplib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Add markup to new function descriptions. 2007-10-21 10:32:54 +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 Add :term:s for iterator. 2007-10-21 12:10:28 +00:00
jpeg.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Bug #1313, fix typo (wrong variable name) in example. 2007-10-23 05:44:27 +00:00
mac.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
md5.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
mhlib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Add phuang patch from Issue 708374 which adds offset parameter to mmap module. 2007-10-23 02:40:56 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
msvcrt.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
multifile.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
new.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
nis.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
nntplib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
numeric.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
objects.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
operator.rst Replaced variable o with obj in operator.rst because o is easy to 2007-09-13 14:54:30 +00:00
optparse.rst Fix typo and double word. 2007-09-24 17:55:47 +00:00
os.path.rst Add :term: for generators. 2007-10-21 10:52:38 +00:00
os.rst Fix for feature request #1528 Add os.fchmod 2007-11-30 21:11:28 +00:00
ossaudiodev.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
othergui.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
parser.rst Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. 2007-10-21 10:24:20 +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 Add :term:s for "new-style class". 2007-10-21 12:15:05 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
popen2.rst Bug #1766421: "return code" vs. "status code". 2007-08-23 17:57:05 +00:00
poplib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
posix.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
posixfile.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
pprint.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
profile.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pyclbr.rst Add :term:s for descriptors. 2007-10-21 10:45:46 +00:00
pydoc.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pyexpat.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
python.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
queue.rst Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
quopri.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
random.rst Remove dead link from random docs. 2007-11-14 13:59:09 +00:00
re.rst Add :term:s for iterator. 2007-10-21 12:10:28 +00:00
readline.rst Patch #1388440: Add set_completion_display_matches_hook and 2007-09-04 13:13:14 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
scrolledtext.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
select.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sets.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +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 Added more file-handling related cross-references. 2007-11-02 08:24:59 +00:00
signal.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
simplehttpserver.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
simplexmlrpcserver.rst Bug #1152: use non-deprecated name in example. 2007-09-12 18:05:57 +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 Markup fix 2007-09-01 20:31:59 +00:00
sndhdr.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
socket.rst Change socket.error to inherit from IOError rather than being a stand 2007-09-09 23:36:46 +00:00
socketserver.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Add :term:s for "new-style class". 2007-10-21 12:15:05 +00:00
ssl.rst Fix protocol name 2007-10-20 19:25:37 +00:00
stat.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
statvfs.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
stdtypes.rst Fix reference target. 2007-11-29 17:01:20 +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 Bug #1734111: document struct.Struct.size. 2007-08-23 21:21:36 +00:00
subprocess.rst #1344: document that you need to open std{in,out,err} with PIPE if you want 2007-11-24 11:31:46 +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 Added py3kwarning to the documentation of the sys module. 2007-11-28 08:02:36 +00:00
syslog.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tabnanny.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tarfile.rst Added cross-references between the various archive file formats. 2007-11-05 09:22:48 +00:00
telnetlib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tempfile.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
termios.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
test.rst Document new utility functions in test_support. 2007-08-24 18:27:43 +00:00
textwrap.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
thread.rst Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
threading.rst Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
time.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
timeit.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tix.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tk.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tkinter.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
traceback.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tty.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
turtle.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
types.rst Add :term: for generators. 2007-10-21 10:52:38 +00:00
undoc.rst Remove bdb from the "undocumented modules" list. 2007-09-15 16:53:36 +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 Add :term:s for iterator. 2007-10-21 12:10:28 +00:00
urllib2.rst Patch 10124 by Bill Janssen, docs for the new ssl code. 2007-08-27 19:11:11 +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 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 2007-11-27 23:16:44 +00:00
wave.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
weakref.rst Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. 2007-11-02 20:06:17 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
winsound.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
wsgiref.rst Add more examples to the wsgiref docs. 2007-11-29 23:00:03 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Bug #1494: Document that appendChild removes first. 2007-11-24 18:33:40 +00:00
xml.etree.elementtree.rst Add :term:s for iterator. 2007-10-21 12:10:28 +00:00
xml.etree.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.sax.handler.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.sax.reader.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xmllib.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
xmlrpclib.rst Add :term:s for "new-style class". 2007-10-21 12:15:05 +00:00
zipfile.rst Clarified the fact that you can have comments for individual archive 2007-11-05 14:38:50 +00:00
zipimport.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
zlib.rst Added cross-references between the various archive file formats. 2007-11-05 09:22:48 +00:00