cpython/Doc/library
Alexander Belopolsky b9588b528a Issue #8013: time.asctime and time.ctime no longer call system asctime
and ctime functions.  The year range for time.asctime is now 1900
through maxint.  The range for time.ctime is the same as for
time.localtime.  The string produced by these functions is longer than
24 characters when year is greater than 9999.
2011-01-04 16:34:30 +00:00
..
2to3.rst #9911: doc copyedits. 2010-09-21 14:48:28 +00:00
__future__.rst Do not document the most important (at least for Guido) future import. 2009-09-15 19:55:15 +00:00
__main__.rst
_dummy_thread.rst Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 2008-05-25 13:05:15 +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 added versionadded 2010-08-17 03:37:20 +00:00
aifc.rst Add cross-references to the glossary entry for file objects. 2010-09-15 11:11:28 +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 #10728: the default for printing help is sys.stdout, not stderr. 2010-12-18 16:39:06 +00:00
array.rst Obsolete aliases needn't be documented 2010-12-12 18:14:34 +00:00
ast.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
asynchat.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
asyncore.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
atexit.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
audioop.rst Fix copy-paste error in example. 2010-10-17 10:07:29 +00:00
base64.rst #1466065: add validate option to base64.b64decode 2010-11-11 20:09:20 +00:00
bdb.rst #10420: fix docs of bdb.effective(). 2010-11-26 12:05:48 +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 Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
builtins.rst Remove parenthetical remark that is confusing now that the module is not named "__builtin__" anymore. 2010-11-26 12:08:19 +00:00
bz2.rst Add cross-references to the glossary entry for file objects. 2010-09-15 11:11:28 +00:00
calendar.rst Issue #10138: Removed 'indefinitely' from the proleptic calendar description. 2010-11-22 03:06:56 +00:00
cgi.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
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 Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +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 remove (un)transform methods 2010-12-12 01:33:04 +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.rst Fix typo. 2010-12-18 16:21:58 +00:00
colorsys.rst
compileall.rst #10454: clarify the compileall docs and help messages. 2010-12-17 16:29:07 +00:00
concurrent.futures.rst Homogenize the "optional OS services" menu 2010-12-12 20:34:49 +00:00
configparser.rst 100% test coverage, better mapping protocol compatibility, some minor bugfixes 2010-12-17 21:56:32 +00:00
constants.rst Remove redundant information. 2010-08-02 19:39:17 +00:00
contextlib.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
copy.rst Merged revisions 74737 via svnmerge from 2009-09-09 16:51:05 +00:00
copyreg.rst remove references to cPickle 2009-12-13 21:04:16 +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 #5975: add unix_dialect to csv module. 2010-10-27 07:27:06 +00:00
ctypes.rst Issue #8966: Remove the documentation of ctypes.set_conversion_mode() 2010-12-28 00:59:02 +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 Remove mentions of the Demo directory. 2010-12-30 22:12:40 +00: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 Fix errors found by "make suspicious". 2010-10-06 10:26:05 +00:00
dbm.rst #10609: fix non-working dbm example. 2010-12-28 11:53:25 +00:00
debug.rst
decimal.rst Fix capitalization. 2010-11-21 07:37:49 +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 Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport. 2010-12-15 20:18:10 +00:00
dis.rst SET_LINENO was removed in 2.3 2010-12-12 18:09:53 +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 #10698: fix typo in example. 2010-12-13 22:50:30 +00:00
dummy_threading.rst Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 2008-05-25 13:05:15 +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 Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.encoders.rst Merged revisions 71572 via svnmerge from 2009-04-27 16:46:17 +00:00
email.errors.rst Terminology fix: exceptions are raised, except in generator.throw(). 2010-08-03 12:06:29 +00:00
email.generator.rst Fix style. 2010-10-24 14:32:45 +00:00
email.header.rst Fix same typo in docs. 2010-12-29 19:06:48 +00:00
email.iterators.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.message.rst Fix markup error and update suspicious file. 2010-12-19 10:28:46 +00:00
email.mime.rst Merged revisions 77412 via svnmerge from 2010-01-10 19:18:27 +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 #10723: add missing builtin exceptions. 2010-12-18 17:51:28 +00:00
fcntl.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
filecmp.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
fileformats.rst Issue 10499: Modular interpolation in configparser 2010-12-03 16:28:00 +00:00
fileinput.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
filesys.rst Add cross-references to the glossary entry for file objects. 2010-09-15 11:11:28 +00:00
fnmatch.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
formatter.rst Add cross-references to the glossary entry for file objects. 2010-09-15 11:11:28 +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 Merged revisions 79629 via svnmerge from 2010-04-03 11:18:52 +00:00
frameworks.rst Issue #7061: Dropped "for Tk" from turtle module title and moved its 2010-10-27 03:06:43 +00:00
ftplib.rst #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs. 2010-10-15 19:46:19 +00:00
functions.rst Replace sys.maxint mention by sys.maxsize. 2010-12-28 09:16:12 +00:00
functools.rst Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None. 2010-12-01 03:45:41 +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 Fix usage of :option: in the docs (#9312). 2010-11-18 16:38:46 +00:00
getpass.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
gettext.rst Add cross-references to the glossary entry for file objects. 2010-09-15 11:11:28 +00:00
glob.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
grp.rst #775964: skip YP/NIS entries instead of failing the test 2010-12-14 16:20:53 +00:00
gzip.rst GzipFile.peek improvements, suggested by Nir Aides. 2010-10-04 21:55:14 +00:00
hashlib.rst Fix Issue10793 - hashlib documentation issue on return type of digest 2010-12-30 07:07:58 +00:00
heapq.rst #10511: clarification of what heaps are; suggested by Johannes Hoff. 2010-11-23 08:37:54 +00:00
hmac.rst #5212: md5 weaknesses do not affect hmac, so remove the note about that. 2010-10-17 10:09:06 +00:00
html.entities.rst Remove the htmllib and sgmllib modules as per PEP 3108. 2008-06-01 21:25:55 +00:00
html.parser.rst Add missing versionchanged, correct 'throw' wording to 'raise'. 2010-12-03 04:26:18 +00:00
html.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
http.client.rst #3243 follow-up: remove debugging print and fix docs; data is a bytes object. 2010-12-19 12:33:52 +00:00
http.cookiejar.rst Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee. 2010-07-11 05:01:52 +00:00
http.cookies.rst #9911: doc copyedits. 2010-09-21 14:48:28 +00:00
http.server.rst Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. 2010-11-21 14:36:14 +00:00
i18n.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
idle.rst Fix usage of :option: in the docs (#9312). 2010-11-18 16:38:46 +00:00
imaplib.rst Issue #4471: Add the IMAP.starttls() method to enable encryption on 2010-11-12 18:49:16 +00:00
imghdr.rst Convert all "i" docs to new style optional args. 2009-06-01 17:35:27 +00:00
imp.rst Remove mentions of the Demo directory. 2010-12-30 22:12:40 +00:00
importlib.rst #9911: doc copyedits. 2010-09-21 14:48:28 +00:00
index.rst Merged revisions 79168-79169 via svnmerge from 2010-03-21 09:04:24 +00:00
inspect.rst Nits 2010-12-16 00:30:53 +00:00
internet.rst Remove the ipaddr module per discussion on python-dev. 2009-06-04 18:32:39 +00:00
intro.rst Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from 2009-07-17 09:18:18 +00:00
io.rst Add an "advanced topics" section to the io doc. 2010-12-03 19:14:17 +00:00
ipc.rst Convert all "i" docs to new style optional args. 2009-06-01 17:35:27 +00:00
itertools.rst Note improvements to the docs. 2010-12-06 23:31:36 +00:00
json.rst Issue #5729: json.dumps to support using '\t' as an indent string 2010-10-31 08:00:16 +00:00
keyword.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +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 Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
locale.rst #10200: typo. 2010-10-26 19:58:11 +00:00
logging.config.rst Logging documentation updates. 2010-12-19 13:41:26 +00:00
logging.handlers.rst Logging documentation updates. 2010-12-22 15:04:15 +00:00
logging.rst Logging documentation updates. 2010-12-19 13:41:26 +00:00
macpath.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
mailbox.rst Fix test_mailbox by supporting context manager protocol for get_file() returns. 2010-10-30 14:33:28 +00:00
mailcap.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +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 74633 via svnmerge from 2009-09-03 12:34:10 +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 Merged revisions 76306 via svnmerge from 2009-11-15 14:25:16 +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 Add cross-references to the glossary entry for file objects. 2010-09-15 11:11:28 +00:00
modulefinder.rst more list()s on dictviews 2009-09-13 04:48:45 +00:00
modules.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
msilib.rst Remove unexistent parameter (#3216) 2010-12-26 02:38:05 +00:00
msvcrt.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
multiprocessing.rst Homogenize the "optional OS services" menu 2010-12-12 20:34:49 +00:00
netdata.rst remove the rfc822 module 2008-06-12 22:15:50 +00:00
netrc.rst
nis.rst
nntplib.rst Make usenetrc False by default (the old behaviour of having it True by 2010-11-09 18:58:42 +00:00
numbers.rst Merged revisions 80826 via svnmerge from 2010-05-05 21:54:18 +00:00
numeric.rst
operator.rst Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. 2010-10-31 15:26:04 +00:00
optparse.rst #1665333: add more docs for optparse.OptionGroup. 2011-01-02 14:23:43 +00:00
os.path.rst Consistent ordering of availability statements 2010-12-12 20:17:29 +00:00
os.rst Minor doc update for #9333. Took out the phrasing about os.symlink not 2010-12-28 17:08:22 +00:00
ossaudiodev.rst #6518: enable context manager protocol for ossaudiodev types. 2010-10-23 17:31:52 +00:00
othergui.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
parser.rst Let’s keep “throw” for the generator method and use “raise” elsewhere. 2010-11-30 17:20:31 +00:00
pdb.rst Add display/undisplay pdb commands. 2010-12-04 16:21:42 +00:00
persistence.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pickle.rst Fix typo. 2010-11-30 14:57:54 +00:00
pickletools.rst Consistency check for versionadded/changed directives. 2010-08-17 15:07:14 +00:00
pipes.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pkgutil.rst Mark up one missed None in pkgutil.rst (#8851) 2010-12-15 22:37:27 +00:00
platform.rst Suggest sys.maxsize as a reliable way to know whether the interpreter is 64-bit. 2010-12-21 18:49:01 +00:00
plistlib.rst updated the doc to match the module docstring, fixed a couple of errors in the doc markup and in the module 2009-09-16 00:49:03 +00:00
poplib.rst fix issue #8807: adds a context parameter to POP3_SSL class. 2010-08-17 16:09:53 +00:00
posix.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
pprint.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
profile.rst #3865: add note about benchmarking with profilers, and move licensing stuff to bottom of document. 2010-10-14 06:41:42 +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 Add missing docs and directives related to PEP 3147 and byte-compilation 2010-12-16 06:28:48 +00:00
pyclbr.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pydoc.rst Add a line with the actual changes. 2010-12-03 09:45:33 +00:00
pyexpat.rst #5355: Provide mappings from Expat error numbers to string descriptions and backwards, in order to actually make it possible to analyze error codes provided by ExpatError. 2010-10-15 14:46:48 +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 Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
quopri.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
random.rst Fix heading level 2010-12-12 20:13:31 +00:00
re.rst Make the example a little more interesting and useful. 2010-12-07 09:44:21 +00:00
readline.rst #10034: import readline in longer example. 2010-10-06 05:08:32 +00:00
reprlib.rst Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods. 2010-09-13 21:36:00 +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 Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
runpy.rst Add missing docs and directives related to PEP 3147 and byte-compilation 2010-12-16 06:28:48 +00:00
sched.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
select.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
shelve.rst #7905: Actually respect the keyencoding parameter to shelve.Shelf. 2010-12-04 11:12:43 +00:00
shlex.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
shutil.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
signal.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
site.rst Merged revisions 78859-78860 via svnmerge from 2010-03-12 10:06:40 +00:00
smtpd.rst Implementation for issue 4184 2010-07-24 09:51:40 +00:00
smtplib.rst #10321: Add support for sending binary DATA and Message objects to smtplib 2010-11-08 17:15:13 +00:00
sndhdr.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
socket.rst Some nits. 2011-01-02 22:12:22 +00:00
socketserver.rst Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from 2009-11-25 18:34:42 +00:00
someos.rst Homogenize the "optional OS services" menu 2010-12-12 20:34:49 +00:00
spwd.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
sqlite3.rst there's now a setup.py switch for this 2010-11-28 02:51:28 +00:00
ssl.rst Some nits. 2011-01-02 22:12:22 +00:00
stat.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
stdtypes.rst #10742: document readonly attribute of memoryviews. 2010-12-28 11:08:17 +00:00
string.rst Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon. 2010-11-25 16:08:06 +00:00
stringprep.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
strings.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +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 #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. 2010-12-14 13:43:30 +00:00
sunau.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
symbol.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
symtable.rst Merged revisions 81385 via svnmerge from 2010-05-20 22:29:43 +00:00
sys.rst Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. 2010-12-28 18:30:18 +00:00
sysconfig.rst Issue 9877: expose sysconfig.get_makefile_filename() in the public API. 2010-09-20 15:29:53 +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 Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
tarfile.rst Issue #10184: Touch directories only once when extracting a tarfile. 2010-11-01 21:39:13 +00:00
telnetlib.rst #9911: doc copyedits. 2010-09-21 14:48:28 +00:00
tempfile.rst Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) 2010-10-24 11:23:25 +00:00
termios.rst Add cross-references to the glossary entry for file objects. 2010-09-15 11:11:28 +00:00
test.rst Make this a note again. 2010-12-18 12:33:06 +00:00
textwrap.rst Issue 1859: Doc that textwrap does not break on \n (pending possible behavior patch). Patch by Jeremy Thurgood. 2010-11-23 20:17:24 +00:00
threading.rst Issue #8844: Regular and recursive lock acquisitions can now be interrupted 2010-12-15 22:59:16 +00:00
time.rst Issue #8013: time.asctime and time.ctime no longer call system asctime 2011-01-04 16:34:30 +00:00
timeit.rst Fix usage of :option: in the docs (#9312). 2010-11-18 16:38:46 +00:00
tk.rst Issue #7061: Dropped "for Tk" from turtle module title and moved its 2010-10-27 03:06:43 +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 Remove mentions of the Demo directory. 2010-12-30 22:12:40 +00:00
tkinter.ttk.rst #7057: fix several errors. 2010-03-14 09:51:37 +00:00
token.rst #8968: add actual name of token constants. 2010-10-17 09:46:11 +00:00
tokenize.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
trace.rst Use nested method directives, rewrap long lines, fix whitespace. 2010-12-15 19:30:15 +00:00
traceback.rst Merged revisions 78895 via svnmerge from 2010-03-13 01:28:34 +00:00
tty.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +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 Remove mentions of the Demo directory. 2010-12-30 22:12:40 +00:00
types.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
undoc.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +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 Enable unittest.TestCase to be instantiated without providing a method name. 2011-01-03 17:00:11 +00:00
unix.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
urllib.error.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
urllib.parse.rst Fix markup errors. 2010-12-04 19:06:18 +00:00
urllib.request.rst #3243 follow-up: remove debugging print and fix docs; data is a bytes object. 2010-12-19 12:33:52 +00:00
urllib.robotparser.rst Review the doc changes for the urllib package creation. 2008-06-23 11:23:31 +00:00
uu.rst Provide links to Python source where the code is short, readable and 2010-11-16 19:13:50 +00:00
uuid.rst #7380: Fix some str/bytearray/bytes issues in uuid docs and implementation. 2009-12-19 18:23:28 +00:00
warnings.rst #10535: Enable silenced warnings in unittest by default 2010-12-01 00:56:10 +00:00
wave.rst Issue #1512791: In setframerate method of Wave_write, round non-integral 2010-08-28 17:22:16 +00:00
weakref.rst Add cross-references to the glossary entry for file objects. 2010-09-15 11:11:28 +00:00
webbrowser.rst Fix usage of :option: in the docs (#9312). 2010-11-18 16:38:46 +00:00
windows.rst #2879: rename _winreg to winreg. 2008-05-25 07:45:51 +00:00
winreg.rst Implement #8521. Added named argument handling to winreg's CreateKeyEx, 2010-09-27 17:56:36 +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 Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.dom.minidom.rst #10781: clarify that *encoding* is not a parameter for Node objects in general. 2010-12-28 11:15:49 +00:00
xml.dom.pulldom.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +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 cross-references to the glossary entry for file objects. 2010-09-15 11:11:28 +00:00
xml.sax.handler.rst Fix latex conversion glitch in property/feature descriptions. 2010-11-08 11:05:18 +00:00
xml.sax.reader.rst Terminology fix: exceptions are raised, except in generator.throw(). 2010-08-03 12:06:29 +00:00
xml.sax.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +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 Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from 2010-02-03 02:35:45 +00:00
xmlrpc.server.rst #7814: fix wrong example function usage. 2010-01-30 17:54:04 +00:00
zipfile.rst Fix typo (#10770) 2010-12-26 17:53:27 +00:00
zipimport.rst Consistency check for versionadded/changed directives. 2010-08-17 15:07:14 +00:00
zlib.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00