cpython/Doc/library
Éric Araujo fa088dbd0c Improve glossary entry for ABCs.
- Rename reST target name for collections ABCs to avoid collisions
- Add link to importlib ABCs (collections, numbers and io ABCs were already
  linked)
- Link to glossary entry from numbers module doc (other modules already do it)
2011-06-04 18:42:38 +02:00
..
2to3.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
__future__.rst Merge 3.1 2011-04-27 16:27:38 +02:00
__main__.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
_dummy_thread.rst Add missing source links. 2011-02-10 08:09:36 +00:00
_thread.rst Issue #8844: Regular and recursive lock acquisitions can now be interrupted 2010-12-15 22:59:16 +00:00
abc.rst Improve glossary entry for ABCs. 2011-06-04 18:42:38 +02:00
aifc.rst Missing source links. 2011-01-24 16:28:06 +00:00
allos.rst Logging documentation reorganised. 2010-12-19 12:56:57 +00:00
archiving.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
argparse.rst Fix some more markup glitches in argparse doc. 2011-04-22 01:42:10 +03:00
array.rst Merged revisions 87184-87186 via svnmerge from 2010-12-12 18:17:32 +00:00
ast.rst Issue #11000 ast.parse doc fix (r88172) + tix fix (r88170) 2011-01-24 21:46:05 +00:00
asynchat.rst Missing source links. 2011-01-24 16:28:06 +00:00
asyncore.rst Merge doc fixes. 2011-03-06 11:12:42 +01:00
atexit.rst atexit.py doesn't exist 2011-01-07 18:42:21 +00:00
audioop.rst Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from 2010-11-26 08:49:15 +00:00
base64.rst Merged revisions 85674 via svnmerge from 2010-12-06 18:52:48 +00:00
bdb.rst More source links. 2011-01-27 01:20:32 +00:00
binascii.rst Consistency check for versionadded/changed directives. 2010-08-17 15:07:14 +00:00
binhex.rst Update signature style of optional arguments, part two. 2009-04-05 22:20:44 +00:00
bisect.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
builtins.rst Recorded merge of revisions 86795,86798-86799,86801 via svnmerge from 2010-11-26 18:29:10 +00:00
bz2.rst Merged revisions 84827-84829 via svnmerge from 2010-09-15 11:25:11 +00:00
calendar.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
cgi.rst More source links. 2011-01-27 01:20:32 +00:00
cgitb.rst Update signature style of optional arguments, part two. 2009-04-05 22:20:44 +00:00
chunk.rst Update signature style of optional arguments, part two. 2009-04-05 22:20:44 +00:00
cmath.rst Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups. 2010-07-11 19:47:37 +00:00
cmd.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
code.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
codecs.rst Merge: Fix wording and clarify that the IDNA codec operates on full domain names. 2011-04-13 14:12:59 -04:00
codeop.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
collections.rst Improve glossary entry for ABCs. 2011-06-04 18:42:38 +02:00
colorsys.rst More source links. 2011-01-27 01:20:32 +00:00
compileall.rst #10553: Explain why compileall has no command-line argument to control optimization 2011-03-26 03:22:55 +01:00
concurrent.futures.rst Wording fix. 2011-02-01 21:31:22 +00:00
configparser.rst Actually print out the description of what changed. 2011-05-10 15:25:41 +02:00
constants.rst Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from 2010-10-06 08:26:09 +00:00
contextlib.rst Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. 2011-05-05 23:49:25 +10:00
copy.rst Merged revisions 74609,74627,74634,74645,74651,74738,74840,75016,75316-75317,75323-75324,75326,75328,75330,75338,75340-75341,75343,75352-75353,75355,75357,75359 via svnmerge from 2009-10-27 20:19:02 +00:00
copyreg.rst Merged revisions 76812 via svnmerge from 2009-12-13 21:06:19 +00:00
crypt.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
crypto.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
csv.rst Merge markup fixes for #7198 patch. 2011-03-20 11:19:20 -04:00
ctypes.rst Markup backport fix. 2011-02-25 11:27:55 +00:00
curses.ascii.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
curses.panel.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
curses.rst Merge doc fixes. 2011-03-06 11:12:42 +01:00
custominterp.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
datatypes.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
datetime.rst Improved footnote for the %Y directive slightly. 2011-01-10 23:31:51 +00:00
dbm.rst Merge 3.1 2011-04-20 19:24:09 +02:00
debug.rst remove hotshot profiler from Py3k 2007-10-11 18:01:43 +00:00
decimal.rst Issue #10225: Fixed the simple mistakes in doctests. 2011-01-12 16:37:14 +00:00
development.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
difflib.rst Beautify and modernize the SequenceMatcher example 2011-04-09 19:41:00 -07:00
dis.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
distutils.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
doctest.rst Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from 2010-12-16 03:16:29 +00:00
dummy_threading.rst More source links 2011-01-27 20:38:46 +00:00
email-examples.rst Adding an example of reproducing the rfc822.Message() parsing. 2010-03-19 23:23:05 +00:00
email.charset.rst Merged revisions 87789-87790 via svnmerge from 2011-01-09 08:01:46 +00:00
email.encoders.rst Merged revisions 71572 via svnmerge from 2009-04-27 16:46:17 +00:00
email.errors.rst Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from 2010-10-06 08:35:38 +00:00
email.generator.rst #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. 2011-01-07 23:25:30 +00:00
email.header.rst Fix markup. 2011-04-18 15:54:58 -04:00
email.iterators.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.message.rst Merge #11216: document all possible set_charset execution paths. 2011-03-15 17:42:50 -04:00
email.mime.rst Merged revisions 77417 via svnmerge from 2010-01-10 19:21:20 +00:00
email.parser.rst #4661: add bytes parsing and generation to email (email version bump to 5.1.0) 2010-10-08 15:55:28 +00:00
email.rst Fixing some sphinx inline directives - detected using ``make check``. 2010-10-15 12:55:19 +00:00
email.util.rst #8989: add 'domain' keyword to make_msgid. 2010-12-02 21:47:19 +00:00
errno.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
exceptions.rst Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from 2011-02-25 10:03:34 +00:00
fcntl.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
filecmp.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
fileformats.rst Issue 10499: Modular interpolation in configparser 2010-12-03 16:28:00 +00:00
fileinput.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
filesys.rst Merged revisions 84827-84829 via svnmerge from 2010-09-15 11:25:11 +00:00
fnmatch.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
formatter.rst Merged revisions 84827-84829 via svnmerge from 2010-09-15 11:25:11 +00:00
fpectl.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
fractions.rst More source links 2011-01-27 20:38:46 +00:00
frameworks.rst Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from 2010-11-05 01:07:35 +00:00
ftplib.rst Issue 11263: Fix link to source code. 2011-02-21 19:56:24 +00:00
functional.rst itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter. 2011-01-06 09:23:19 +00:00
functions.rst Forward port doc updates for builtin functions. 2011-06-01 16:17:23 -07:00
functools.rst Missed two source links 2011-01-10 21:16:07 +00:00
gc.rst Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, 2010-10-24 15:11:22 +00:00
getopt.rst More source links 2011-01-27 20:38:46 +00:00
getpass.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
gettext.rst More source links 2011-01-27 20:38:46 +00:00
glob.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
grp.rst Merged revisions 87238 via svnmerge from 2010-12-14 16:24:18 +00:00
gzip.rst Clarify that GzipFile.read1() isn't implemented. 2011-04-04 21:06:20 +02:00
hashlib.rst More source links 2011-01-27 20:38:46 +00:00
heapq.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
hmac.rst More source links 2011-01-27 20:38:46 +00:00
html.entities.rst More source links. 2011-01-27 01:20:32 +00:00
html.parser.rst Merge to 3.2. 2011-03-21 08:55:31 +01:00
html.rst More source links. 2011-01-27 01:20:32 +00:00
http.client.rst Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from 2011-02-11 03:13:19 +00:00
http.cookiejar.rst Merge 3.1 2011-03-26 01:59:47 +01:00
http.cookies.rst More source links 2011-01-27 20:38:46 +00:00
http.server.rst More source links 2011-01-27 20:38:46 +00:00
i18n.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
idle.rst Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from 2010-12-16 03:16:29 +00:00
imaplib.rst Merged revisions 88371 via svnmerge from 2011-02-07 16:03:24 +00:00
imghdr.rst More source links 2011-01-27 20:38:46 +00:00
imp.rst Remove mentions of the Demo directory. 2010-12-30 22:12:40 +00:00
importlib.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
index.rst itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter. 2011-01-06 09:23:19 +00:00
inspect.rst Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution 2011-03-15 19:20:44 -04:00
internet.rst Remove the ipaddr module per discussion on python-dev. 2009-06-04 18:32:39 +00:00
intro.rst Merged revisions 74055 via svnmerge from 2009-08-13 12:26:19 +00:00
io.rst Merged revisions 88540-88541 via svnmerge from 2011-02-24 03:03:46 +00:00
ipc.rst Convert all "i" docs to new style optional args. 2009-06-01 17:35:27 +00:00
itertools.rst Fix example for count(). 2011-02-14 06:01:56 +00:00
json.rst Merge 3.1 2011-04-24 02:42:52 +02:00
keyword.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
language.rst Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from 2010-02-03 02:59:43 +00:00
linecache.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
locale.rst Merge doc fixes. 2011-03-06 11:12:42 +01:00
logging.config.rst Updated documentation on fileConfig(). 2011-04-19 13:56:39 +01:00
logging.handlers.rst Remove editing slip. 2011-02-15 12:44:43 +00:00
logging.rst Normalised whitespace. 2011-04-08 01:34:20 +01:00
macpath.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
mailbox.rst #9124: mailbox now accepts binary input and uses binary internally 2011-01-30 06:21:28 +00:00
mailcap.rst More source links 2011-01-27 20:38:46 +00:00
markup.rst #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. 2010-10-15 15:57:45 +00:00
marshal.rst Merged revisions 74609,74627,74634,74645,74651,74738,74840,75016,75316-75317,75323-75324,75326,75328,75330,75338,75340-75341,75343,75352-75353,75355,75357,75359 via svnmerge from 2009-10-27 20:19:02 +00:00
math.rst Fix markup and wording. 2011-03-31 13:59:24 -07:00
mimetypes.rst More source links 2011-01-27 20:38:46 +00:00
misc.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
mm.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
mmap.rst (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X 2011-05-02 01:11:33 +02:00
modulefinder.rst merge 11164 2011-05-09 08:10:38 +02:00
modules.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
msilib.rst Merged revisions 87489 via svnmerge from 2010-12-26 02:39:07 +00:00
msvcrt.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
multiprocessing.rst #11952: merge with 3.1. 2011-04-29 07:12:42 +03:00
netdata.rst remove the rfc822 module 2008-06-12 22:15:50 +00:00
netrc.rst More source links 2011-01-27 20:38:46 +00:00
nis.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
nntplib.rst More source links 2011-01-27 20:38:46 +00:00
numbers.rst Improve glossary entry for ABCs. 2011-06-04 18:42:38 +02:00
numeric.rst itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter. 2011-01-06 09:23:19 +00:00
operator.rst Issue #10225: Fixed the simple mistakes in doctests. 2011-01-12 16:37:14 +00:00
optparse.rst Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from 2011-02-25 10:18:11 +00:00
os.path.rst Merged revisions 87188-87190,87192-87194 via svnmerge from 2010-12-12 21:07:49 +00:00
os.rst merge 3.1 2011-05-20 11:49:19 -05:00
ossaudiodev.rst #6518: enable context manager protocol for ossaudiodev types. 2010-10-23 17:31:52 +00:00
othergui.rst Merged revisions 75797 via svnmerge from 2009-10-27 20:24:45 +00:00
parser.rst Merged revisions 86892 via svnmerge from 2010-11-30 17:38:32 +00:00
pdb.rst Merged revisions 87993 via svnmerge from 2011-01-14 08:55:38 +00:00
persistence.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pickle.rst Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from 2011-02-25 09:48:21 +00:00
pickletools.rst Issue #9268: Documented -m pickletools usage. 2011-01-13 21:58:44 +00:00
pipes.rst More source links 2011-01-27 20:38:46 +00:00
pkgutil.rst More source links 2011-01-27 20:38:46 +00:00
platform.rst #11985: merge with 3.1. 2011-05-03 20:43:48 +03:00
plistlib.rst More source links 2011-01-27 20:38:46 +00:00
poplib.rst More source links 2011-01-27 20:38:46 +00:00
posix.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
pprint.rst Merge 3.1 2011-05-29 18:07:12 +02:00
profile.rst Merge with 3.1 2011-04-03 16:24:22 +03:00
pty.rst Remove some of the old demos. (Put a few somewhere else.) 2010-12-30 17:22:33 +00:00
pwd.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
py_compile.rst More source links 2011-01-27 20:38:46 +00:00
pyclbr.rst More source links. 2011-01-27 01:20:32 +00:00
pydoc.rst More source links 2011-01-27 20:38:46 +00:00
pyexpat.rst Merged revisions 87762 via svnmerge from 2011-01-05 18:41:10 +00:00
python.rst Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from 2010-02-03 02:59:43 +00:00
queue.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
quopri.rst Missed two source links 2011-01-10 21:16:07 +00:00
random.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
re.rst Clean-up example. 2011-05-23 12:45:34 -07:00
readline.rst Merge 3.1 2011-03-26 01:59:47 +01:00
reprlib.rst Add entry for reprlib. 2011-01-23 21:05:46 +00:00
resource.rst Issue #10440: Support RUSAGE_THREAD as a constant in the resource module. 2010-11-17 16:19:35 +00:00
rlcompleter.rst More source links 2011-01-27 20:38:46 +00:00
runpy.rst Fix indentation 2011-04-24 02:44:39 +02:00
sched.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
select.rst Fix the description of PIPE_BUF 2011-01-25 17:24:57 +00:00
shelve.rst Merged revisions 88377 via svnmerge from 2011-02-07 23:18:52 +00:00
shlex.rst More source links. 2011-01-27 01:20:32 +00:00
shutil.rst Add entry for shutil's archiving operations. 2011-01-23 11:29:08 +00:00
signal.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
site.rst More source links 2011-01-27 20:38:46 +00:00
smtpd.rst More source links 2011-01-27 20:38:46 +00:00
smtplib.rst More source links 2011-01-27 20:38:46 +00:00
sndhdr.rst More source links 2011-01-27 20:38:46 +00:00
socket.rst Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in 2011-05-10 19:16:29 +02:00
socketserver.rst More source links 2011-01-27 20:38:46 +00:00
someos.rst Merged revisions 87197-87198 via svnmerge from 2010-12-12 21:08:54 +00:00
spwd.rst Merged revisions 74821,74828-74831,74833,74835 via svnmerge from 2009-09-16 16:05:59 +00:00
sqlite3.rst there's now a setup.py switch for this 2010-11-28 02:51:28 +00:00
ssl.rst (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional 2011-05-10 00:48:41 +02:00
stat.rst Merge #10999 fix. 2011-03-10 17:22:33 -05:00
stdtypes.rst Merge with 3.1. 2011-05-09 04:00:06 +03:00
string.rst Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from 2011-02-25 10:18:11 +00:00
stringprep.rst Merged revisions 74821,74828-74831,74833,74835 via svnmerge from 2009-09-16 16:05:59 +00:00
strings.rst Merged revisions 74821,74828-74831,74833,74835 via svnmerge from 2009-09-16 16:05:59 +00:00
struct.rst Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 2010-12-28 13:26:42 +00:00
subprocess.rst merge - 7a3f3ad83676 Fixes Issue #12044. 2011-05-11 22:18:23 -07:00
sunau.rst More source links 2011-01-27 20:38:46 +00:00
symbol.rst More source links. 2011-01-27 01:20:32 +00:00
symtable.rst Merged revisions 81387 via svnmerge from 2010-05-20 22:34:00 +00:00
sys.rst Use singular they. Thanks to Mark Summerfield. 2011-05-13 06:55:28 +02:00
sysconfig.rst More source links. 2011-01-27 01:20:32 +00:00
syslog.rst Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from 2010-05-19 20:57:08 +00:00
tabnanny.rst More source links. 2011-01-27 01:20:32 +00:00
tarfile.rst More source links. 2011-01-27 01:20:32 +00:00
telnetlib.rst More source links 2011-01-27 20:38:46 +00:00
tempfile.rst Issue #11818: Fix tempfile examples for Python 3. 2011-04-10 09:30:04 +02:00
termios.rst Merged revisions 84827-84829 via svnmerge from 2010-09-15 11:25:11 +00:00
test.rst Make this a note again. 2010-12-18 12:33:06 +00:00
textwrap.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
threading.rst Merged revisions 88281 via svnmerge from 2011-01-31 19:41:53 +00:00
time.rst Issue #2568: Removed bogus rationale for supporting tm_sec=61. 2011-01-10 22:56:14 +00:00
timeit.rst More source links. 2011-01-27 01:20:32 +00:00
tk.rst Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from 2010-11-05 01:07:35 +00:00
tkinter.rst Remove mentions of the Demo directory. 2010-12-30 22:12:40 +00:00
tkinter.scrolledtext.rst Tkinter, step 3: doc updates. 2008-05-17 18:44:45 +00:00
tkinter.tix.rst Issue #11000 ast.parse doc fix (r88172) + tix fix (r88170) 2011-01-24 21:46:05 +00:00
tkinter.ttk.rst Merged revisions 78950 via svnmerge from 2010-03-14 09:53:34 +00:00
token.rst More source links. 2011-01-27 01:20:32 +00:00
tokenize.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
trace.rst Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
traceback.rst Merged revisions 78896 via svnmerge from 2010-03-13 01:30:13 +00:00
tty.rst Merged revisions 74821,74828-74831,74833,74835 via svnmerge from 2009-09-16 16:05:59 +00:00
turtle-star.pdf Issue #7061: Added a 'Turtle star' sidebar 2010-11-09 18:40:03 +00:00
turtle-star.png Issue #7061: Added a 'Turtle star' sidebar 2010-11-09 18:40:03 +00:00
turtle-star.ps Issue #7061: Added a 'Turtle star' sidebar 2010-11-09 18:40:03 +00:00
turtle.rst Merge doc fixes. 2011-03-06 11:12:42 +01:00
types.rst More source links. 2011-01-27 01:20:32 +00:00
undoc.rst Merged revisions 74821,74828-74831,74833,74835 via svnmerge from 2009-09-16 16:05:59 +00:00
unicodedata.rst Updated UCD version and unicode.org links to Unicode 6.0.0 2010-12-10 18:11:24 +00:00
unittest.rst #11282: the fail* methods will stay around a few more versions. 2011-04-03 17:37:58 +03:00
unix.rst Merged revisions 74821,74828-74831,74833,74835 via svnmerge from 2009-09-16 16:05:59 +00:00
urllib.error.rst Merged revisions 74821,74828-74831,74833,74835 via svnmerge from 2009-09-16 16:05:59 +00:00
urllib.parse.rst Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode. 2011-02-11 11:25:47 +00:00
urllib.request.rst Issue #11855: merge from 3.1 2011-04-16 15:34:29 +03:00
urllib.robotparser.rst Review the doc changes for the urllib package creation. 2008-06-23 11:23:31 +00:00
uu.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
uuid.rst Merged revisions 76884-76885,76887,76889-76890,76895 via svnmerge from 2010-10-06 07:12:17 +00:00
warnings.rst More source links 2011-01-27 20:38:46 +00:00
wave.rst More source links 2011-01-27 20:38:46 +00:00
weakref.rst More source links 2011-01-27 20:38:46 +00:00
webbrowser.rst More source links 2011-01-27 20:38:46 +00:00
windows.rst #2879: rename _winreg to winreg. 2008-05-25 07:45:51 +00:00
winreg.rst Merged revisions 84945 via svnmerge from 2010-10-06 08:56:53 +00:00
winsound.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
wsgiref.rst Issue #11968 - the start_response header values in wsgiref shoudl be str not 2011-05-11 22:34:59 +08:00
xdrlib.rst More source links 2011-01-27 20:38:46 +00:00
xml.dom.minidom.rst merge 11164 2011-05-09 08:10:38 +02:00
xml.dom.pulldom.rst Add missing source links. 2011-02-10 08:09:36 +00:00
xml.dom.rst merge 11164 2011-05-09 08:10:38 +02:00
xml.etree.elementtree.rst Add missing source links. 2011-02-10 08:09:36 +00:00
xml.sax.handler.rst Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from 2010-11-26 09:05:43 +00:00
xml.sax.reader.rst Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from 2010-10-06 08:35:38 +00:00
xml.sax.rst Merged revisions 74821,74828-74831,74833,74835 via svnmerge from 2009-09-16 16:05:59 +00:00
xml.sax.utils.rst #1343: Add short_empty_elements option to XMLGenerator. 2010-10-17 22:46:45 +00:00
xmlrpc.client.rst Add missing source links. 2011-02-10 08:09:36 +00:00
xmlrpc.server.rst Add missing source links. 2011-02-10 08:09:36 +00:00
zipfile.rst Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from 2011-02-25 09:48:21 +00:00
zipimport.rst Merged revisions 84142 via svnmerge from 2010-10-06 08:43:56 +00:00
zlib.rst Merged revisions 87807,87820,87831,87859,87870 via svnmerge from 2011-01-09 07:59:02 +00:00