.. |
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
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +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
|
Merged revisions 78576 via svnmerge from
|
2010-03-02 09:22: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 errors found by "make suspicious".
|
2010-10-06 10:26:05 +00:00 |
array.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
ast.rst
|
Add bytes in literal_eval doc.
|
2010-07-13 06:38:10 +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
|
#10046: small correction to atexit docs.
|
2010-10-14 06:43:22 +00:00 |
audioop.rst
|
Merged revisions 74207 via svnmerge from
|
2009-07-26 15:02:41 +00:00 |
base64.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
bdb.rst
|
Terminology fix: exceptions are raised, except in generator.throw().
|
2010-08-03 12:06:29 +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
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +00:00 |
builtins.rst
|
Merged revisions 79316 via svnmerge from
|
2010-03-23 00:32:49 +00:00 |
bz2.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
calendar.rst
|
Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from
|
2010-06-27 22:32:30 +00:00 |
cgi.rst
|
Oops, fix typo
|
2010-08-14 05:00:18 +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
|
Add docstring to cmd.Cmd.do_help()
|
2010-09-09 03:53:22 +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
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +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
|
Add method to OrderedDict for repositioning keys to the ends.
|
2010-09-06 21:26:09 +00:00 |
colorsys.rst
|
Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from
|
2008-05-15 22:09:29 +00:00 |
compileall.rst
|
PEP 3147
|
2010-04-17 00:19:56 +00:00 |
concurrent.futures.rst
|
Fixing some sphinx inline directives - detected using ``make check``.
|
2010-10-15 12:55:19 +00:00 |
configparser.rst
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +00:00 |
constants.rst
|
Remove redundant information.
|
2010-08-02 19:39:17 +00:00 |
contextlib.rst
|
#6522: add a "decorator" directive to explicitly document decorators, and use it in a few places.
|
2010-07-29 16:01:11 +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
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
ctypes.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +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
|
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 |
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
|
Fix "Berkeley" name.
|
2010-07-31 21:41:42 +00:00 |
debug.rst
|
remove hotshot profiler from Py3k
|
2007-10-11 18:01:43 +00:00 |
decimal.rst
|
Consistency check for versionadded/changed directives.
|
2010-08-17 15:07: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
|
Merged revisions 80004 via svnmerge from
|
2010-04-12 16:58:02 +00:00 |
dis.rst
|
#4617: Previously it was illegal to delete a name from the local
|
2010-09-10 21:39: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
|
Consistency check for versionadded/changed directives.
|
2010-08-17 15:07:14 +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
|
Fixing some sphinx inline directives - detected using ``make check``.
|
2010-10-15 12:55:19 +00:00 |
email.header.rst
|
Use new optional argument style in email docs.
|
2009-05-17 11:28:33 +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 sphinx role markups.
|
2010-10-15 13:29:33 +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
|
Merged revisions 77943,77959-77960 via svnmerge from
|
2010-02-04 16:41:57 +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
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
fcntl.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
filecmp.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
2009-05-17 12:29:12 +00:00 |
fileformats.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
2009-05-17 12:29:12 +00:00 |
fileinput.rst
|
Clean-up example of using fileinput as a context manager.
|
2010-09-05 23:50:32 +00:00 |
filesys.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
fnmatch.rst
|
Re-apply r83871.
|
2010-08-13 16:26:40 +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
|
More conversion to new-style optional args.
|
2009-05-17 13:00:36 +00:00 |
ftplib.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
functions.rst
|
Issue #10029: Fix sample code in the docs for zip().
|
2010-10-10 05:54:39 +00:00 |
functools.rst
|
Adopt more descriptive attribute names as suggested on python-dev.
|
2010-09-04 22:46:06 +00:00 |
gc.rst
|
Consistency check for versionadded/changed directives.
|
2010-08-17 15:07:14 +00:00 |
getopt.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +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
|
More conversion to new-style optional args.
|
2009-05-17 13:00:36 +00:00 |
grp.rst
|
More conversion to new-style optional args.
|
2009-05-17 13:00:36 +00:00 |
gzip.rst
|
GzipFile.peek improvements, suggested by Nir Aides.
|
2010-10-04 21:55:14 +00:00 |
hashlib.rst
|
hashlib has two new constant attributes: algorithms_guaranteed and
|
2010-09-06 08:30:23 +00:00 |
heapq.rst
|
remove author names from prose
|
2010-10-09 01:58:37 +00:00 |
hmac.rst
|
Merged revisions 76904 via svnmerge from
|
2009-12-19 23:26:38 +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
|
Terminology fix: exceptions are raised, except in generator.throw().
|
2010-08-03 12:06:29 +00:00 |
http.client.rst
|
Fix grammar
|
2010-10-13 10:39:21 +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
|
Issue1491 - BaseHTTPServer incorrectly implements response code 100
|
2010-09-30 06:09:18 +00:00 |
i18n.rst
|
More conversion to new-style optional args.
|
2009-05-17 13:00:36 +00:00 |
idle.rst
|
Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from
|
2009-03-21 17:31:58 +00:00 |
imaplib.rst
|
Convert all "i" docs to new style optional args.
|
2009-06-01 17:35:27 +00:00 |
imghdr.rst
|
Convert all "i" docs to new style optional args.
|
2009-06-01 17:35:27 +00:00 |
imp.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +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
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +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
|
Fix errors found by "make suspicious".
|
2010-10-06 10:26:05 +00:00 |
ipc.rst
|
Convert all "i" docs to new style optional args.
|
2009-06-01 17:35:27 +00:00 |
itertools.rst
|
#9944: fix typo.
|
2010-09-25 13:30:03 +00:00 |
json.rst
|
#9767: doctest run over json docs.
|
2010-09-03 22:36:22 +00:00 |
keyword.rst
|
Signature documentation style update, modules J, K, L and M.
|
2009-06-08 09:13:45 +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
|
Terminology fix: exceptions are raised, except in generator.throw().
|
2010-08-03 12:06:29 +00:00 |
locale.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
logging.rst
|
Fix ``make check`` warnings.
|
2010-10-15 13:10:10 +00:00 |
macpath.rst
|
Signature documentation style update, modules J, K, L and M.
|
2009-06-08 09:13:45 +00:00 |
mailbox.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
mailcap.rst
|
Signature documentation style update, modules J, K, L and M.
|
2009-06-08 09:13:45 +00:00 |
markup.rst
|
Signature documentation style update, modules J, K, L and M.
|
2009-06-08 09:13: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
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
msvcrt.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
multiprocessing.rst
|
Fix Issue7285 - multiprocessing module, example code error.
|
2010-10-10 06:13:49 +00:00 |
netdata.rst
|
remove the rfc822 module
|
2008-06-12 22:15:50 +00:00 |
netrc.rst
|
Remove many "versionchanged" items that didn't use the official markup,
|
2008-05-12 18:05:20 +00:00 |
nis.rst
|
Get rid of the remaining versionadded/versionchanged directives.
|
2007-09-01 13:51:09 +00:00 |
nntplib.rst
|
Issue #9360: Cleanup and improvements to the nntplib module. The API
|
2010-09-29 15:03:40 +00:00 |
numbers.rst
|
Merged revisions 80826 via svnmerge from
|
2010-05-05 21:54:18 +00:00 |
numeric.rst
|
Move UserList to collections.
|
2008-02-12 20:03:09 +00:00 |
operator.rst
|
2-to-3 fixup for map() example in docs
|
2010-09-01 07:46:54 +00:00 |
optparse.rst
|
Fix errors found by "make suspicious".
|
2010-10-06 10:26:05 +00:00 |
os.path.rst
|
#6825: small correction to split() docs.
|
2010-10-14 06:46:08 +00:00 |
os.rst
|
#7642: update to os.system() docs.
|
2010-10-14 06:35:53 +00:00 |
ossaudiodev.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +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
|
Terminology fix: exceptions are raised, except in generator.throw().
|
2010-08-03 12:06:29 +00:00 |
pdb.rst
|
Show the traceback line numbers as well as the current line numbers if an exception is being debugged. Courtesy of pdb++ by Antonio Cuni. Also document -> and >> markers for "list".
|
2010-07-30 18:46:38 +00:00 |
persistence.rst
|
Switch more function arguments docs to new-style.
|
2009-09-02 20:34:52 +00:00 |
pickle.rst
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +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
|
Merged revisions 81163 via svnmerge from
|
2010-05-14 14:36:18 +00:00 |
platform.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +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
|
Switch more function arguments docs to new-style.
|
2009-09-02 20:34:52 +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
|
Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from
|
2009-11-13 02:25:08 +00:00 |
pwd.rst
|
Switch more function arguments docs to new-style.
|
2009-09-02 20:34:52 +00:00 |
py_compile.rst
|
PEP 3147
|
2010-04-17 00:19:56 +00:00 |
pyclbr.rst
|
Switch more function arguments docs to new-style.
|
2009-09-02 20:34:52 +00:00 |
pydoc.rst
|
#7057: fix several errors.
|
2010-03-14 09:51:37 +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
|
Merged revisions 78463 via svnmerge from
|
2010-02-26 13:35:56 +00:00 |
quopri.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
random.rst
|
typo
|
2010-09-07 05:35:10 +00:00 |
re.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +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
|
Switch more function arguments docs to new-style.
|
2009-09-02 20:34:52 +00:00 |
rlcompleter.rst
|
Switch more function arguments docs to new-style.
|
2009-09-02 20:34:52 +00:00 |
runpy.rst
|
Consistency check for versionadded/changed directives.
|
2010-08-17 15:07:14 +00:00 |
sched.rst
|
Merged revisions 72932 via svnmerge from
|
2009-05-26 07:51:03 +00:00 |
select.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
shelve.rst
|
Merged revisions 78141-78142 via svnmerge from
|
2010-02-11 02:42:19 +00:00 |
shlex.rst
|
Switch more function arguments docs to new-style.
|
2009-09-02 20:34:52 +00:00 |
shutil.rst
|
make sure shutil checks for bz2 availability before it uses it.
|
2010-04-29 13:34:35 +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
|
Terminology fix: exceptions are raised, except in generator.throw().
|
2010-08-03 12:06:29 +00:00 |
sndhdr.rst
|
Switch more function arguments docs to new-style.
|
2009-09-02 20:34:52 +00:00 |
socket.rst
|
Issue10100 - fromfd is now available on all platforms
|
2010-10-15 09:02:14 +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
|
Initial implementation of PEP 3148
|
2010-09-18 22:35:02 +00:00 |
spwd.rst
|
Last round of adapting style of documenting argument default values.
|
2009-09-16 15:58:14 +00:00 |
sqlite3.rst
|
Fixes #10020
|
2010-10-03 21:47:06 +00:00 |
ssl.rst
|
Issue #10075: Add a session_stats() method to SSLContext objects.
|
2010-10-12 20:09:02 +00:00 |
stat.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
stdtypes.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
string.rst
|
fix spelling #10078
|
2010-10-12 23:07:13 +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
|
Fixing some sphinx inline directives - detected using ``make check``.
|
2010-10-15 12:55:19 +00:00 |
subprocess.rst
|
Fixing some sphinx inline directives - detected using ``make check``.
|
2010-10-15 12:55:19 +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
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +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
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
telnetlib.rst
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +00:00 |
tempfile.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
termios.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
test.rst
|
Fix a minor docs bug.
|
2010-10-15 15:21:19 +00:00 |
textwrap.rst
|
Last round of adapting style of documenting argument default values.
|
2009-09-16 15:58:14 +00:00 |
threading.rst
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +00:00 |
time.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
timeit.rst
|
Last round of adapting style of documenting argument default values.
|
2009-09-16 15:58:14 +00:00 |
tk.rst
|
Merged revisions 69050 via svnmerge from
|
2009-01-28 14:41:10 +00:00 |
tkinter.rst
|
Issue #9384: python -m tkinter will now display a simple demo applet.
|
2010-07-27 14:16:32 +00:00 |
tkinter.scrolledtext.rst
|
Tkinter, step 3: doc updates.
|
2008-05-17 18:44:45 +00:00 |
tkinter.tix.rst
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +00:00 |
tkinter.ttk.rst
|
#7057: fix several errors.
|
2010-03-14 09:51:37 +00:00 |
token.rst
|
Last round of adapting style of documenting argument default values.
|
2009-09-16 15:58:14 +00:00 |
tokenize.rst
|
Improve the repr for the TokenInfo named tuple.
|
2010-09-09 04:32:39 +00:00 |
trace.rst
|
Last round of adapting style of documenting argument default values.
|
2009-09-16 15:58:14 +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.rst
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +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
|
Merged revisions 79320 via svnmerge from
|
2010-03-23 00:39:22 +00:00 |
unittest.rst
|
Fixing some sphinx inline directives - detected using ``make check``.
|
2010-10-15 12:55:19 +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
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +00:00 |
urllib.request.rst
|
Fixing some sphinx inline directives - detected using ``make check``.
|
2010-10-15 12:55:19 +00:00 |
urllib.robotparser.rst
|
Review the doc changes for the urllib package creation.
|
2008-06-23 11:23:31 +00:00 |
uu.rst
|
Last round of adapting style of documenting argument default values.
|
2009-09-16 15:58:14 +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
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +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
|
Merged revisions 77022 via svnmerge from
|
2009-12-24 03:23:23 +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
|
Fix errors found by "make suspicious".
|
2010-10-06 10:26:05 +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
|
#7637: fix a grammar error; simplify a sentence
|
2010-07-26 12:54:02 +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
|
Last round of adapting style of documenting argument default values.
|
2009-09-16 15:58:14 +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
|
Last round of adapting style of documenting argument default values.
|
2009-09-16 15:58:14 +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
|
#1710703: write zipfile structures also in the case of closing a new, but empty, archive.
|
2010-10-14 06:59:45 +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 |