.. |
2to3.rst
|
fix long fixer docs (#4590)
|
2013-01-28 18:28:38 -05:00 |
__builtin__.rst
|
Add links from builtins module docs to built-in functions and constants docs
|
2011-07-29 11:53:57 +02:00 |
__future__.rst
|
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
|
2012-05-19 18:36:33 +03:00 |
__main__.rst
|
…
|
|
_winreg.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
abc.rst
|
Merge fixes for #13614, #13512 and #7719 from 3.2
|
2012-12-08 22:53:43 -05:00 |
aepack.rst
|
Merged revisions 72007-72010,72036-72037 via svnmerge from
|
2009-04-28 18:23:28 +00:00 |
aetools.rst
|
Merged revisions 72007-72010,72036-72037 via svnmerge from
|
2009-04-28 18:23:28 +00:00 |
aetypes.rst
|
Merged revisions 72007-72010,72036-72037 via svnmerge from
|
2009-04-28 18:23:28 +00:00 |
aifc.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
al.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
allos.rst
|
Issue #11794: Reorganised logging documentation.
|
2011-04-08 11:40:38 +01:00 |
anydbm.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
archiving.rst
|
Improve interlinking of archiving/compression modules docs.
|
2012-02-26 01:10:14 +01:00 |
argparse.rst
|
#16940: merge with 3.2.
|
2013-01-12 10:40:24 +02:00 |
array.rst
|
Issue #13072: The array module's 'u' format code is now deprecated and
|
2012-08-24 20:14:12 +02:00 |
ast.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
asynchat.rst
|
remove unused import in asyncore doc
|
2012-05-15 15:46:00 +02:00 |
asyncore.rst
|
issue 10527: fix missing import
|
2013-01-03 02:53:28 +01:00 |
atexit.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:34:44 +01:00 |
audioop.rst
|
Issue #16686: Fixed a lot of bugs in audioop module.
|
2013-02-09 11:10:53 +02:00 |
autogil.rst
|
Merged revisions 72007-72010,72036-72037 via svnmerge from
|
2009-04-28 18:23:28 +00:00 |
base64.rst
|
Merge #15636: add versionadded for decodebytes
|
2012-08-17 20:55:54 -04:00 |
basehttpserver.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
bastion.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
bdb.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
binascii.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
binhex.rst
|
Merged revisions 72007-72010,72036-72037 via svnmerge from
|
2009-04-28 18:23:28 +00:00 |
bisect.rst
|
Make the example cut and pasteable.
|
2012-04-27 09:55:31 -07:00 |
bsddb.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:24:31 +01:00 |
bz2.rst
|
#15543: glossary entry for and 'universal newlines', and links to it.
|
2012-08-15 11:15:39 -04:00 |
calendar.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
carbon.rst
|
Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and
|
2013-01-09 22:04:35 -08:00 |
cd.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
cgi.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:27:49 +01:00 |
cgihttpserver.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
cgitb.rst
|
Update signature style of optional arguments, part two.
|
2009-04-05 22:20:44 +00:00 |
chunk.rst
|
Fix some mentions of IOError
|
2011-10-12 19:10:10 +02: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
|
merge
|
2012-07-12 11:26:56 -07: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
|
Backport rev. 3ae74b361f53 to 2.7 branch.
|
2013-03-28 13:35:18 +01: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
|
Update collections ABC table to match the __abstractmethods__ attribute for each container.
|
2013-03-23 08:57:00 -07:00 |
colorpicker.rst
|
Merged revisions 72007-72010,72036-72037 via svnmerge from
|
2009-04-28 18:23:28 +00:00 |
colorsys.rst
|
#16154: fix some doctests in Doc/library. Patch by Ravi Sinha.
|
2013-01-11 09:09:07 +02:00 |
commands.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
compileall.rst
|
#10553: Explain why compileall has no command-line argument to control optimization
|
2011-03-26 03:22:55 +01:00 |
compiler.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:24:31 +01:00 |
configparser.rst
|
Fixes `parser.clean()` reported in issue #16820.
|
2012-12-31 03:38:39 +01:00 |
constants.rst
|
#15429: Fix invalid mention of types.NoneType from None docs.
|
2012-07-22 20:43:13 -04:00 |
contextlib.rst
|
#17351: merge with 3.2.
|
2013-03-11 09:42:40 +02:00 |
cookie.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
cookielib.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
copy.rst
|
#11481: update copyreg docs and add example.
|
2012-11-08 11:04:57 +02:00 |
copy_reg.rst
|
#11481: fix markup.
|
2012-11-08 11:02:58 +02:00 |
crypt.rst
|
Now that it's possible, avoid timing attacks in the crypt module examples)
|
2012-09-28 18:50:38 +05:30 |
crypto.rst
|
Now that it's possible, avoid timing attacks in the crypt module examples)
|
2012-09-28 18:50:38 +05:30 |
csv.rst
|
#16053: merge with 3.2.
|
2012-11-18 12:56:17 +02:00 |
ctypes.rst
|
Add warning in ctypes documentation for #16575 and #16576
|
2013-03-09 05:56:35 -08: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
|
Merged revisions 73286,73294,73296,73459,73462-73463,73544,73576-73577,73595-73596,73693-73694,73704-73705,73707,73713,73937-73940,73945,73951,73979 via svnmerge from
|
2009-10-27 14:29:22 +00:00 |
curses.rst
|
Merge link addition from 3.2.
|
2013-02-28 18:03:16 +02: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
|
Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section
|
2012-08-20 18:05:46 +10:00 |
datetime.rst
|
#8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen.
|
2013-04-04 09:16:15 +03:00 |
dbhash.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
dbm.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
debug.rst
|
Issue #11393: Add the new faulthandler module
|
2011-03-31 01:31:06 +02:00 |
decimal.rst
|
Issue #15783: Except for the number methods, the C version of decimal now
|
2012-12-15 22:33:33 +01:00 |
development.rst
|
Implemented PEP 405 (Python virtual environments).
|
2012-05-26 03:45:29 +01:00 |
difflib.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
dircache.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
dis.rst
|
Issue #16538: correctly describe MAKE_CLOSURE in docs.
|
2012-11-23 15:28:34 +02:00 |
distutils.rst
|
Remove packaging from the standard library.
|
2012-06-24 00:07:41 -04:00 |
dl.rst
|
Restore [] where default arguments are not keywords
|
2012-05-22 15:22:14 +02:00 |
doctest.rst
|
Issue #12947: Backport doctest documentation change from 3.3.
|
2012-10-10 08:39:34 -07:00 |
docxmlrpcserver.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
dumbdbm.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
dummy_thread.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
dummy_threading.rst
|
Issue #16174: Fix suggested usage of dummy_threading module.
|
2012-10-09 13:44:16 +03:00 |
easydialogs.rst
|
fix some broken URLs
|
2011-12-31 18:13:59 +01:00 |
email-examples.rst
|
Adding an example of reproducing the rfc822.Message() parsing.
|
2010-03-19 23:23:05 +00:00 |
email.charset.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:17:53 -04:00 |
email.encoders.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:17:53 -04:00 |
email.errors.rst
|
Fix a couple of versionadded/versionchanged related markup errors.
|
2012-06-24 22:48:30 +02:00 |
email.generator.rst
|
Update pydoc topics and fix new suspicious markup.
|
2012-05-30 22:03:20 +02:00 |
email.header.rst
|
fix doctest for email.header docs
|
2012-08-12 14:49:59 +03:00 |
email.iterators.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:17:53 -04:00 |
email.message.rst
|
#1672568: email now registers defects for base64 payload format errors.
|
2012-05-27 21:23:34 -04:00 |
email.mime.rst
|
#13163: fix names of _get_socket args
|
2013-04-02 12:15:07 -04:00 |
email.parser.rst
|
update doctests
|
2012-08-12 15:16:42 +03:00 |
email.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:10:36 -04:00 |
email.util.rst
|
Fix a couple of versionadded/versionchanged related markup errors.
|
2012-06-24 22:48:30 +02: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
|
Issue #15209: Fix typo and some additional wording tweaks
|
2012-12-09 16:21:46 +10:00 |
fcntl.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
filecmp.rst
|
#16154: merge with 3.2.
|
2013-01-11 09:12:28 +02:00 |
fileformats.rst
|
Issue 10499: Modular interpolation in configparser
|
2010-12-03 16:28:00 +00:00 |
fileinput.rst
|
This shameful limitation of the fileinput module is not relevant anymore.
|
2011-10-12 19:11:12 +02:00 |
filesys.rst
|
Merged revisions 84827-84829 via svnmerge from
|
2010-09-15 11:25:11 +00:00 |
fl.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
fm.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
fnmatch.rst
|
#16420: document a way to escape metacharacters in glob/fnmatch.
|
2012-11-17 17:38:11 +02:00 |
formatter.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
fpectl.rst
|
Use source role to get links to files
|
2012-07-02 17:46:56 -04:00 |
fpformat.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
fractions.rst
|
Remove debug output from example.
|
2012-12-08 12:29:40 +02:00 |
framework.rst
|
Merged revisions 72007-72010,72036-72037 via svnmerge from
|
2009-04-28 18:23:28 +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
|
MERGE: Closes #16789: :meth:`quit` links to constants instead of own module
|
2012-12-26 16:47:40 +01:00 |
functions.rst
|
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
|
2013-03-28 13:28:44 +01:00 |
functools.rst
|
Add usage note.
|
2012-06-04 00:32:15 -07:00 |
future_builtins.rst
|
Merged revisions 76927 via svnmerge from
|
2009-12-20 15:25:18 +00:00 |
gc.rst
|
doc typo fixes
|
2012-09-30 10:36:07 -07:00 |
gdbm.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
gensuitemodule.rst
|
remove mac module docs missed in the first round
|
2008-06-01 20:16:07 +00:00 |
getopt.rst
|
Issue #16341: convert examples to use except ... as ... syntax.
|
2012-10-30 21:56:43 +02:00 |
getpass.rst
|
More conversion to new-style optional args.
|
2009-05-17 13:00:36 +00:00 |
gettext.rst
|
Replace mentions of IOError
|
2011-10-12 20:10:51 +02:00 |
gl.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
glob.rst
|
Issue #16695: Document how glob handles filenames starting with a dot
|
2013-02-23 19:53:27 +01:00 |
grp.rst
|
Merged revisions 87238 via svnmerge from
|
2010-12-14 16:26:30 +00:00 |
gzip.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:24:31 +01:00 |
hashlib.rst
|
link to GIL as a term
|
2012-12-20 20:24:37 -06:00 |
heapq.rst
|
Clean-up and improve the priority queue example in the heapq docs.
|
2011-10-09 17:32:43 +01:00 |
hmac.rst
|
Minor grammar refinement for hmac.compare_digest().
|
2012-06-25 00:59:34 -07:00 |
hotshot.rst
|
Merged revisions 76904 via svnmerge from
|
2009-12-19 22:59:01 +00:00 |
htmllib.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
htmlparser.rst
|
#14020: improve HTMLParser documentation.
|
2012-02-18 01:46:04 +02:00 |
httplib.rst
|
#17307 - Example of HTTP PUT Request using httplib
|
2013-03-13 13:30:25 -07:00 |
i18n.rst
|
More conversion to new-style optional args.
|
2009-05-17 13:00:36 +00:00 |
ic.rst
|
Merged revisions 72007-72010,72036-72037 via svnmerge from
|
2009-04-28 18:23:28 +00:00 |
idle.rst
|
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
|
2012-11-01 22:41:19 +02:00 |
imageop.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
imaplib.rst
|
Merge: #13700: Make imap.authenticate with authobject work.
|
2013-02-19 12:19:13 -05:00 |
imgfile.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
imghdr.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:27:49 +01:00 |
imp.rst
|
Issue #17176: Document that imp.NullImporter is no longer
|
2013-03-13 10:58:50 -07:00 |
importlib.rst
|
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
|
2013-02-17 16:55:58 +02:00 |
imputil.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
index.rst
|
Backport from 3.2: remove "Release" and "Date" markers from index pages.
|
2012-10-28 11:16:36 -07:00 |
inspect.rst
|
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
|
2013-03-28 13:28:44 +01:00 |
internet.rst
|
Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http".
|
2012-10-06 13:49:34 +02:00 |
intro.rst
|
Merged revisions 74008,74021-74022,74074-74075,74077,74148,74179,74188,74192-74194,74200,74205 via svnmerge from
|
2009-10-27 14:34:21 +00:00 |
io.rst
|
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
|
2013-03-28 13:28:44 +01:00 |
ipc.rst
|
Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section
|
2012-08-20 18:05:46 +10:00 |
itertools.rst
|
Add an itertools recipe showing how to use t.__copy__().
|
2013-03-30 23:37:57 -07:00 |
jpeg.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
json.rst
|
#17438: add links to the conversion tables in dump(s)/load(s).
|
2013-03-29 03:59:29 +02:00 |
keyword.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
language.rst
|
Merged revisions 77886 via svnmerge from
|
2010-05-19 14:07:38 +00:00 |
linecache.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
locale.rst
|
Backport rev. 3ae74b361f53 to 2.7 branch.
|
2013-03-28 13:35:18 +01:00 |
logging.config.rst
|
Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios.
|
2012-07-25 19:19:25 +01:00 |
logging.handlers.rst
|
Issue #17376: Merged clarification from 3.2.
|
2013-03-08 23:26:43 +00:00 |
logging.rst
|
Backport rev. 3ae74b361f53 to 2.7 branch.
|
2013-03-28 13:35:18 +01:00 |
mac.rst
|
Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and
|
2013-01-09 22:04:35 -08:00 |
macos.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
macosa.rst
|
Issue #15116: Remove references to appscript as it is no longer being
|
2013-02-02 00:14:44 -08:00 |
macostools.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
macpath.rst
|
Signature documentation style update, modules J, K, L and M.
|
2009-06-08 09:13:45 +00:00 |
mailbox.rst
|
#16071: fix email.message links in the mailbox docs.
|
2012-09-28 15:21:32 -04:00 |
mailcap.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:27:49 +01:00 |
markup.rst
|
Issue 17538: Document XML vulnerabilties
|
2013-03-26 17:53:05 +01: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
|
#15438: merge with 3.2.
|
2013-02-23 04:55:24 +02:00 |
md5.rst
|
Enable doctest running for several other documents.
|
2008-03-22 22:04:10 +00:00 |
mhlib.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
mimetools.rst
|
deprecated mimetools
|
2008-06-12 14:23:49 +00:00 |
mimetypes.rst
|
porting mimetype doc changes from 3.2.
|
2011-12-23 11:08:31 +08:00 |
mimewriter.rst
|
…
|
|
mimify.rst
|
…
|
|
miniaeframe.rst
|
remove mac module docs missed in the first round
|
2008-06-01 20:16:07 +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
|
#17402: merge with 3.2.
|
2013-03-13 02:27:35 +02:00 |
modulefinder.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
modules.rst
|
Signature documentation style update, modules J, K, L and M.
|
2009-06-08 09:13:45 +00:00 |
msilib.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
msvcrt.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
multifile.rst
|
Merged revisions 74207 via svnmerge from
|
2009-10-27 14:36:50 +00:00 |
multiprocessing.rst
|
#17364: merge with 3.2.
|
2013-03-06 03:23:28 +02:00 |
mutex.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
netdata.rst
|
remove the rfc822 module
|
2008-06-12 22:15:50 +00:00 |
netrc.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
new.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
nis.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-21 11:01:54 +02:00 |
nntplib.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:34:44 +01:00 |
numbers.rst
|
Improve glossary entry for ABCs.
|
2011-07-29 11:34:17 +02:00 |
numeric.rst
|
Issue #7652: Integrate the decimal floating point libmpdec library to speed
|
2012-03-21 18:25:23 +01:00 |
operator.rst
|
Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck
|
2012-06-01 20:23:20 +02:00 |
optparse.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:27:49 +01:00 |
os.path.rst
|
Merge with 3.2
|
2013-03-17 15:28:52 -04:00 |
os.rst
|
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
|
2013-02-16 17:29:56 +02:00 |
ossaudiodev.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
2012-09-14 06:48:32 +03:00 |
othergui.rst
|
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
|
2011-12-04 23:56:30 +01:00 |
parser.rst
|
Adapt mentions of future changes in doc
|
2012-07-02 17:46:40 -04:00 |
pdb.rst
|
Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases
|
2012-03-10 22:36:48 +01:00 |
persistence.rst
|
Switch more function arguments docs to new-style.
|
2009-09-02 20:34:52 +00:00 |
pickle.rst
|
Fix method name in documentation (__setstate__ --> __getstate__)
|
2013-01-02 06:02:23 -08:00 |
pickletools.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
pipes.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:27:49 +01:00 |
pkgutil.rst
|
Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al)
|
2012-07-15 21:19:18 +10:00 |
platform.rst
|
Issue #15527: fix docs, remove double parens by changing markup.
|
2012-08-11 21:14:08 +03:00 |
plistlib.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
popen2.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
poplib.rst
|
Closes #16789: :meth:`quit` links to constants instead of own module
|
2012-12-26 16:47:03 +01:00 |
posix.rst
|
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
|
2013-02-16 17:29:56 +02:00 |
posixfile.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:24:31 +01:00 |
pprint.rst
|
#16589: fix pprint signatures in the doc (backport of 106ee4eb5970).
|
2012-12-01 19:36:00 +02:00 |
profile.rst
|
Issue #14900: document added sort keys for profile stats.
|
2012-10-31 22:03:28 +02: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
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
pyclbr.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
pydoc.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
pyexpat.rst
|
Issue 17538: Document XML vulnerabilties
|
2013-03-26 17:53:05 +01:00 |
python.rst
|
Remove packaging from the standard library.
|
2012-06-24 00:07:41 -04:00 |
queue.rst
|
Improve the grammar of a non-sentence.
|
2012-05-08 21:29:36 -04:00 |
quopri.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
random.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
2012-09-14 06:48:32 +03:00 |
re.rst
|
#16304: merge with 3.2.
|
2012-11-04 06:59:51 +02:00 |
readline.rst
|
Replace mentions of IOError
|
2011-10-12 20:10:51 +02:00 |
repr.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
resource.rst
|
alias resource.error to OSError
|
2011-12-10 17:50:22 -05:00 |
restricted.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
rexec.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
rfc822.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
rlcompleter.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
robotparser.rst
|
Issue #17398: document url argument of RobotFileParser
|
2013-03-15 16:49:22 -04:00 |
runpy.rst
|
Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue
|
2012-07-15 00:36:39 +10:00 |
sched.rst
|
Issue #16642: sched.scheduler timefunc initial default is time.monotonic.
|
2013-03-09 02:14:27 -05:00 |
scrolledtext.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
select.rst
|
Fix a couple of versionadded/versionchanged related markup errors.
|
2012-06-24 22:48:30 +02:00 |
sets.rst
|
Link from deprecated sets module to builtins set and frozenset (#11238)
|
2011-02-18 17:47:23 +00:00 |
sgi.rst
|
…
|
|
sgmllib.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
sha.rst
|
Fix lots of broken links in the docs, found by Sphinx' external link checker.
|
2008-03-15 00:20:19 +00:00 |
shelve.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
shlex.rst
|
Add missing 'versionadded' for shlex.quote; closes #14165
|
2012-03-01 19:07:55 +02:00 |
shutil.rst
|
Fix shutil.which() test for issue #16993.
|
2013-01-22 10:31:36 +02:00 |
signal.rst
|
Fix formatting
|
2012-03-31 21:09:53 +02:00 |
simplehttpserver.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
simplexmlrpcserver.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
site.rst
|
#11643: merge with 3.2.
|
2012-09-17 09:01:03 +02:00 |
smtpd.rst
|
Merge markup fixes in smtpd.rst with 3.2.
|
2012-09-20 09:09:24 +03:00 |
smtplib.rst
|
MERGE: Closes #16789: :meth:`quit` links to constants instead of own module
|
2012-12-26 16:47:40 +01:00 |
sndhdr.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
socket.rst
|
Update suspicious ignore file.
|
2013-03-28 05:47:31 +02:00 |
socketserver.rst
|
Merge with 3.2 :
|
2012-12-26 15:13:29 +00:00 |
someos.rst
|
Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section
|
2012-08-20 18:05:46 +10:00 |
spwd.rst
|
Merged revisions 74821,74828-74831,74833,74835 via svnmerge from
|
2009-09-16 16:05:59 +00:00 |
sqlite3.rst
|
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
|
2013-02-26 21:45:09 +02:00 |
ssl.rst
|
#17641: 2.X / 3.X ssl doc unification
|
2013-04-06 03:46:47 +02:00 |
stat.rst
|
Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs.
|
2013-01-11 20:25:54 +01:00 |
statvfs.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
stdtypes.rst
|
Add link to glossary for hashable term in docs for set type
|
2013-04-05 16:21:39 +03:00 |
string.rst
|
#17265: merge with 3.2.
|
2013-02-21 12:35:40 +02:00 |
stringio.rst
|
Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode
|
2011-10-22 21:26:01 +02:00 |
stringprep.rst
|
Merged revisions 74821,74828-74831,74833,74835 via svnmerge from
|
2009-09-16 16:05:59 +00:00 |
strings.rst
|
Close #4966: revamp the sequence docs in order to better explain the state of modern Python
|
2012-08-20 17:14:07 +10:00 |
struct.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
subprocess.rst
|
Backport rev. 3ae74b361f53 to 2.7 branch.
|
2013-03-28 13:35:18 +01:00 |
sun.rst
|
…
|
|
sunau.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
sunaudio.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
symbol.rst
|
Issue #11984: remove reference to parser, it's not showing symbol usage anymore
|
2012-01-05 19:06:25 +01:00 |
symtable.rst
|
Merged revisions 81387 via svnmerge from
|
2010-05-20 22:34:00 +00:00 |
sys.rst
|
Backport rev. 3ae74b361f53 to 2.7 branch.
|
2013-03-28 13:35:18 +01:00 |
sysconfig.rst
|
Fix typo (#13467)
|
2012-02-26 01:29:09 +01:00 |
syslog.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
2012-09-14 06:48:32 +03:00 |
tabnanny.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
tarfile.rst
|
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
|
2013-02-16 17:29:56 +02:00 |
telnetlib.rst
|
Replace mentions of socket.error.
|
2011-10-12 17:53:43 +02:00 |
tempfile.rst
|
#17271: merge with 3.2.
|
2013-02-22 08:29:11 +02:00 |
termios.rst
|
Merged revisions 84827-84829 via svnmerge from
|
2010-09-15 11:25:11 +00:00 |
test.rst
|
#11732: add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes.
|
2013-03-07 18:44:29 +02:00 |
textwrap.rst
|
#15510: clarify textwrap's handling of whitespace, and add confirming tests.
|
2012-09-08 13:42:01 -04:00 |
thread.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
threading.rst
|
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
|
2013-02-16 17:29:56 +02:00 |
time.rst
|
Issue #15940: Replace tab.
|
2013-04-03 12:45:24 -04:00 |
timeit.rst
|
#15979: merge with 3.2.
|
2012-10-02 06:01:16 +03:00 |
tix.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
2012-09-14 06:48:32 +03: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
|
Issue #15041: Update "see also" list in tkinter documentation.
|
2012-07-26 17:19:40 +03:00 |
token.rst
|
Issue #13632: Update token documentation to reflect actual token types
|
2011-12-23 22:30:16 -06:00 |
tokenize.rst
|
The StopIteration API applies to both tokenize() and generate_tokens()
|
2012-07-01 20:00:09 -07:00 |
trace.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:27:49 +01:00 |
traceback.rst
|
Merged revisions 73824,78887,78895,78900,79024 via svnmerge from
|
2010-03-23 13:20:39 +00:00 |
ttk.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
tty.rst
|
Merged revisions 74821,74828-74831,74833,74835 via svnmerge from
|
2009-09-16 16:05:59 +00:00 |
turtle.rst
|
Backport rev. 3ae74b361f53 to 2.7 branch.
|
2013-03-28 13:35:18 +01:00 |
types.rst
|
Fix typo.
|
2012-08-26 07:33:10 +03:00 |
undoc.rst
|
Merged revisions 74209 via svnmerge from
|
2009-10-27 14:37:48 +00:00 |
unicodedata.rst
|
#16681: merge with 3.2.
|
2012-12-14 20:13:39 +02:00 |
unittest.rst
|
#17329: merge with 3.2.
|
2013-03-27 20:12:55 +02:00 |
unix.rst
|
Merged revisions 74821,74828-74831,74833,74835 via svnmerge from
|
2009-09-16 16:05:59 +00:00 |
urllib.rst
|
Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http".
|
2012-10-06 13:49:34 +02:00 |
urllib2.rst
|
Fix Issue17069: Document getcode method in urllib.request.rst
|
2013-02-07 00:51:34 -08:00 |
urlparse.rst
|
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior
|
2013-02-26 01:02:14 -08:00 |
user.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
userdict.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
uu.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
uuid.rst
|
#13499: fix example adding >>> before the comments.
|
2011-12-02 19:28:36 +02:00 |
warnings.rst
|
Backport rev. 3ae74b361f53 to 2.7 branch.
|
2013-03-28 13:35:18 +01:00 |
wave.rst
|
Backport source links from 3.x.
|
2011-08-19 02:14:03 +02:00 |
weakref.rst
|
Issue #14954: Clarify the interaction of weak references and garbage collection.
|
2012-08-21 00:07:07 +02:00 |
webbrowser.rst
|
merge with 3.2
|
2012-08-12 17:34:13 +02:00 |
whichdb.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
windows.rst
|
#2879: rename _winreg to winreg.
|
2008-05-25 07:45:51 +00:00 |
winsound.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
wsgiref.rst
|
Fix markup for versionchanged sphinx directive.
|
2012-07-08 01:32:57 -07:00 |
xdrlib.rst
|
Issue #16341: convert examples to use except ... as ... syntax.
|
2012-10-30 21:56:43 +02:00 |
xml.dom.minidom.rst
|
Issue 17538: Document XML vulnerabilties
|
2013-03-26 17:53:05 +01:00 |
xml.dom.pulldom.rst
|
Issue 17538: Document XML vulnerabilties
|
2013-03-26 17:53:05 +01:00 |
xml.dom.rst
|
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
|
2013-03-11 17:23:46 -04:00 |
xml.etree.elementtree.rst
|
Backport rev. 3ae74b361f53 to 2.7 branch.
|
2013-03-28 13:35:18 +01:00 |
xml.rst
|
Fix typos and clear up one very odd bit of wording as pointed out by
|
2013-03-30 01:38:38 -07: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 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from
|
2010-10-06 09:28:45 +00:00 |
xml.sax.rst
|
Issue 17538: Document XML vulnerabilties
|
2013-03-26 17:53:05 +01:00 |
xml.sax.utils.rst
|
Fix a couple of versionadded/versionchanged related markup errors.
|
2012-06-24 22:48:30 +02:00 |
xmllib.rst
|
reformat some documentation of classes so methods and attributes are under the class directive
|
2008-04-25 01:29:10 +00:00 |
xmlrpclib.rst
|
Issue 17538: Document XML vulnerabilties
|
2013-03-26 17:53:05 +01:00 |
zipfile.rst
|
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
|
2013-02-16 17:29:56 +02:00 |
zipimport.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:34:44 +01:00 |
zlib.rst
|
Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'.
|
2012-11-11 14:14:47 +01:00 |