cpython/Doc/library
Raymond Hettinger ba7b560c1d Fix set representation in an example. 2011-03-22 22:57:49 -07:00
..
2to3.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
__future__.rst Add missing source links. 2011-02-10 08:09:36 +00:00
__main__.rst
_dummy_thread.rst Add missing source links. 2011-02-10 08:09:36 +00:00
_thread.rst Issue #11140: Lock.release() now raises a RuntimeError when attempting 2011-02-28 22:03:34 +00:00
abc.rst Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spadolini (#10868). 2011-02-24 18:03:10 +00: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 Merged revisions 88717 via svnmerge from 2011-03-03 05:29:59 +00:00
array.rst Merged revisions 87184-87186 via svnmerge from 2010-12-12 18:17:32 +00:00
ast.rst convert ast versioning to mercurial 2011-03-12 18:28:16 -06:00
asynchat.rst Missing source links. 2011-01-24 16:28:06 +00:00
asyncore.rst Merge doc fixes. 2011-03-06 11:12:54 +01:00
atexit.rst Fix example in atexit doc: Both open and read could raise the IOError (#10461 follow-up). 2011-03-12 15:56:09 +01: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 Use with statement where it improves the documentation (closes #10461) 2011-03-11 17:42:48 +01: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 Issue #11303: Added shortcuts for utf8 and latin1 encodings. 2011-02-25 19:19:57 +00: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.abc.rst Merge 2011-03-22 18:33:33 +01:00
collections.rst Fix set representation in an example. 2011-03-22 22:57:49 -07:00
colorsys.rst More source links. 2011-01-27 01:20:32 +00:00
compileall.rst Fix argument name typo in compileall docs. 2011-02-11 22:37:16 +00:00
concurrent.futures.rst Wording fix. 2011-02-01 21:31:22 +00:00
configparser.rst #11027: documented how to override SECTCRE 2011-01-28 11:57:30 +00: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 Separate source link from main text. 2011-01-10 19:54:11 +00: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 Indent "versionadded" properly. 2011-02-23 07:31:24 +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 Markup fixes for #7198 patch. 2011-03-20 11:33:17 -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 Issue #11085: Moved collections abstract base classes into a separate module 2011-02-22 00:41:50 +00:00
datetime.rst Improved footnote for the %Y directive slightly. 2011-01-10 23:31:51 +00:00
dbm.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
debug.rst
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 Use with statement where it improves the documentation (closes #10461) 2011-03-11 17:42:48 +01: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 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from 2011-02-11 03:13:19 +00: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 Fix issue 8594: adds a source_address parameter to ftplib module. 2011-02-28 19:19:51 +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 Replace sys.maxint mention by sys.maxsize. 2010-12-28 09:16:12 +00: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 Remove outdated pointer to optparse (fixes #11360). 2011-03-01 18:26:56 +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 More source links 2011-01-27 20:38:46 +00: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 More source links 2011-01-27 20:38:46 +00: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 Merged revisions 88668 via svnmerge from 2011-02-27 15:15:06 +00: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 Issue 11008: docs updated to show versionadded for dictConfig. 2011-01-27 19:14:16 +00:00
logging.handlers.rst Documented QueueListener change. 2011-02-25 16:05:26 +00:00
logging.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
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 Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups. 2010-07-11 19:47:37 +00: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 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
modulefinder.rst More source links 2011-01-27 20:38:46 +00: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 Merge with 3.2 2011-03-14 10:42:24 +02:00
netdata.rst
netrc.rst More source links 2011-01-27 20:38:46 +00:00
nis.rst
nntplib.rst Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement. 2011-03-03 18:34:06 +00:00
numbers.rst trunc -> math.trunc (closes #11475) 2011-03-12 11:58:15 -06: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 Issue #10812: Add some extra posix functions to the os module. 2011-03-17 20:20:30 +02: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 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates 2011-03-19 17:06:22 +01: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 Separate source link from main text. 2011-01-10 19:54:11 +00:00
profile.rst More source links 2011-01-27 20:38:46 +00: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 forward merge from 3.1 2011-03-12 11:42:33 +08:00
readline.rst Merged revisions 85008,85011,85228,85240 via svnmerge from 2010-10-06 08:57:55 +00: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 More source links. 2011-01-27 01:20:32 +00: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 Do not touch sys.path when site is imported and python was started with -S. 2011-03-23 02:06:24 +01:00
smtpd.rst More source links 2011-01-27 20:38:46 +00:00
smtplib.rst - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used 2011-03-15 15:04:44 -04:00
sndhdr.rst More source links 2011-01-27 20:38:46 +00:00
socket.rst Merged revisions 88686 via svnmerge from 2011-02-28 23:03:28 +00: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 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
stat.rst Merge #10999 fix. 2011-03-10 17:22:33 -05:00
stdtypes.rst Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. 2011-03-22 17:34:28 -07: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 Issue #5870: Add subprocess.DEVNULL constant. 2011-03-16 18:40:25 +02: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 Remove sys.subversion and svn build identification leftovers. 2011-03-06 10:35:42 +01: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 More source links. 2011-01-27 01:20:32 +00: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 No need to put this at top 2011-02-28 22:04:51 +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.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 Closes issue 11407. TestCase.run returns the result object used or created 2011-03-14 19:01:46 -04: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 Merge from 3.1 2011-03-20 18:31:42 +01:00
urllib.robotparser.rst
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
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 Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added 2010-11-03 22:39:01 +00:00
xdrlib.rst More source links 2011-01-27 20:38:46 +00:00
xml.dom.minidom.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
xml.dom.pulldom.rst Add missing source links. 2011-02-10 08:09:36 +00:00
xml.dom.rst #1495229: update the type names used by the XML DOM mapping 2010-07-25 22:57:12 +00: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