..
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:04 +03:00
__main__.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
_winreg.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
abc.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02: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 : fix indentation in example.
2013-01-12 10:39:45 +02:00
array.rst
update to new C roles and directives
2012-01-14 16:42:02 +01:00
ast.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
asynchat.rst
update to new C roles and directives
2012-01-14 16:42:02 +01:00
asyncore.rst
issue 10527: fix missing import
2013-01-03 02:53:28 +01:00
atexit.rst
Improve doc for atexit.register ( #12297 )
2012-02-15 17:08:34 +01:00
audioop.rst
Issue #16686 : Fixed a lot of bugs in audioop module.
2013-02-09 11:10:30 +02:00
autogil.rst
Merged revisions 72007-72010,72036-72037 via svnmerge from
2009-04-28 18:23:28 +00:00
base64.rst
Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from
2010-11-26 07:53:50 +00: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
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03: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
complete cgi.parse() signature; thanks to Aaron Bingham from docs@
2012-08-12 18:47:45 +02:00
cgihttpserver.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
cgitb.rst
Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,69293,69295,69297-69301,69409,69414,69570,69573,69576,69728-69730,69769,69776,69803-69805,69840,69896 via svnmerge from
2009-02-23 10:41:11 +00:00
chunk.rst
reformat some documentation of classes so methods and attributes are under the class directive
2008-04-25 01:29:10 +00:00
cmath.rst
Merged revisions 77230 via svnmerge from
2010-01-02 14:31:13 +00:00
cmd.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
code.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
codecs.rst
update to new C roles and directives
2012-01-14 16:42:02 +01:00
codeop.rst
Merged revisions 72007-72010,72036-72037 via svnmerge from
2009-04-28 18:23:28 +00:00
collections.rst
Update example: Counter.subtract returns None, not self
2012-12-17 14:01:03 +02: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 08:53:10 +02:00
commands.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
compileall.rst
Merged revisions 88402 via svnmerge from
2011-02-11 22:54:34 +00:00
compiler.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
configparser.rst
#16085 : Don't promote shadowing builtins in the configparser example.
2012-09-29 14:44:16 -04:00
constants.rst
Add links from builtins module docs to built-in functions and constants docs
2011-07-29 11:53:57 +02:00
contextlib.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +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
Issue #9021 : Add an introduction to the copy module. Doc changes suggested by Terry Reedy.
2012-02-09 18:22:01 +08:00
copy_reg.rst
#11481 : fix markup.
2012-11-08 11:02:58 +02:00
crypt.rst
Merged revisions 72558,72745,72750,72876,73042,73045-73048,73069,73089,73163,73186,73213,73215,73217,73257-73258,73260 via svnmerge from
2009-10-27 14:19:50 +00:00
crypto.rst
update link to pycrypto ( closes #12351 )
2011-06-16 18:49:46 -05:00
csv.rst
#16053 : document csv.Dialect.strict. Patch by Kushal Das.
2012-11-18 12:55:35 +02:00
ctypes.rst
#16371 : fix up the English.
2012-10-31 10:53:13 -04:00
curses.ascii.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +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
#15831 : document multiple signatures on different lines. Patch by Chris Jerdonek.
2012-09-14 06:48:32 +03:00
custominterp.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
datatypes.rst
Revert the renaming of repr to reprlib.
2008-05-23 05:03:59 +00:00
datetime.rst
#16985 : Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance.
2013-01-18 15:33:39 -05: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
New documentation page for the bdb module.
2007-09-12 18:03:51 +00:00
decimal.rst
Typo fix.
2012-11-18 10:41:29 +00:00
development.rst
add some documentation for 2to3
2008-07-24 02:45:37 +00: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
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
distutils.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00: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
Backport source links from 3.x.
2011-08-19 02:14:03 +02: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:19:55 +00:00
email.charset.rst
#11785 : fix the :mod: references in email package submodule titles.
2012-05-27 17:13:54 -04:00
email.encoders.rst
#11785 : fix the :mod: references in email package submodule titles.
2012-05-27 17:13:54 -04:00
email.errors.rst
#11785 : fix the :mod: references in email package submodule titles.
2012-05-27 17:13:54 -04:00
email.generator.rst
#11785 : fix the :mod: references in email package submodule titles.
2012-05-27 17:13:54 -04:00
email.header.rst
#11785 : fix the :mod: references in email package submodule titles.
2012-05-27 17:13:54 -04:00
email.iterators.rst
#11785 : fix the :mod: references in email package submodule titles.
2012-05-27 17:13:54 -04:00
email.message.rst
#11785 : fix the :mod: references in email package submodule titles.
2012-05-27 17:13:54 -04:00
email.mime.rst
#11785 : fix the :mod: references in email package submodule titles.
2012-05-27 17:13:54 -04:00
email.parser.rst
#11785 : fix the :mod: references in email package submodule titles.
2012-05-27 17:13:54 -04:00
email.rst
Some cleanup in the docs.
2007-12-29 10:57:00 +00:00
email.util.rst
#11785 : fix the :mod: references in email package submodule titles.
2012-05-27 17:13:54 -04:00
errno.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
exceptions.rst
document UnicodeError attributes
2012-12-02 11:33:06 -05:00
fcntl.rst
update to new C roles and directives
2012-01-14 16:42:02 +01:00
filecmp.rst
#16154 : fix some doctests in Doc/library. Patch by Ravi Sinha.
2013-01-11 08:53:10 +02:00
fileformats.rst
#1555501 : document plistlib and move it to the general library.
2008-01-21 16:34:07 +00:00
fileinput.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
filesys.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +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
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
ftplib.rst
Closes #16789 : :meth:`quit` links to constants instead of own module
2012-12-26 16:46:04 +01:00
functions.rst
#16503 : clarify "apply" docs.
2012-11-18 21:23:44 +02:00
functools.rst
#13852 : some small doc fixes.
2012-01-25 22:36:25 +01:00
future_builtins.rst
Merged revisions 76927 via svnmerge from
2009-12-20 15:25:18 +00:00
gc.rst
Merged revisions 74209 via svnmerge from
2009-10-27 14:37:48 +00:00
gdbm.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
gensuitemodule.rst
Some cleanup in the docs.
2007-12-29 10:57:00 +00:00
getopt.rst
Issue #16341 : convert examples to use except ... as ... syntax.
2012-10-30 21:56:43 +02:00
getpass.rst
syntax fixup
2008-04-23 01:06:42 +00:00
gettext.rst
Fix a typo and a broken link (part of #10536 ).
2011-10-08 02:15:04 +02:00
gl.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
glob.rst
#16420 : document a way to escape metacharacters in glob/fnmatch.
2012-11-17 17:38:11 +02:00
grp.rst
Merged revisions 87238 via svnmerge from
2010-12-14 16:26:30 +00:00
gzip.rst
Issue #15677 : Document that zlib and gzip accept a compression level of 0 to mean 'no compression'.
2012-11-11 13:52:10 +01:00
hashlib.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02: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
Closes #13944 : fix capitalization of class name.
2012-02-05 09:25:22 +01: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
#14804 : Remove [] around optional arguments with default values
2012-05-22 10:27:40 +02:00
i18n.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +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:39:14 +02:00
imageop.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
imaplib.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
imgfile.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
imghdr.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
imp.rst
Fix indentation.
2012-12-22 10:43:06 +01:00
importlib.rst
Merged revisions 84945 via svnmerge from
2010-10-06 09:32:48 +00: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
update to new C roles and directives
2012-01-14 16:42:02 +01:00
internet.rst
Remove the ipaddr module per discussion on python-dev
2009-06-23 21:09:09 +00: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
#15543 : reflow paragraphs.
2012-08-15 11:22:58 -04:00
ipc.rst
Patch 10124 by Bill Janssen, docs for the new ssl code.
2007-08-27 19:11:11 +00:00
itertools.rst
Make the from_iterable() recipe more usable.
2012-12-28 00:03:30 -08:00
jpeg.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
json.rst
#16333 : document a way to get rid of trailing whitespace when indent is used.
2012-11-29 00:22:30 +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
refer to time.strftime
2012-06-02 18:21:06 +02: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:12:35 +01:00
logging.handlers.rst
Closes #15807 : Removed incorrect directive from help.
2012-08-29 14:25:42 +01:00
logging.rst
Issue #17007 : Made minor changes to documentation wording.
2013-01-21 21:56:35 +00: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
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
2008-09-13 17:41:16 +00:00
mailbox.rst
#16071 : fix email.message links in the mailbox docs.
2012-09-28 15:21:32 -04:00
mailcap.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
markup.rst
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
2012-03-05 16:44:49 +01:00
marshal.rst
Merged revisions 74492,74531,74545-74550,74553-74555,74588,74603,74608,74614,74616-74618,74631-74633,74652-74653,74666,74671,74737,74739,74779,74781-74782,74784,74791,74793,74818-74820,74822,74832 via svnmerge from
2009-10-27 14:50:20 +00:00
math.rst
math.fsum docs did not show up because of a misplaced testsetup directive
2013-01-18 13:31:53 +01: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
Mark deprecated modules as such.
2007-08-15 18:41:25 +00:00
mimify.rst
Mark deprecated modules as such.
2007-08-15 18:41:25 +00:00
miniaeframe.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
misc.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
mm.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
mmap.rst
Issue #12102 : Document that buffered files must be flushed before being used
2011-07-25 07:23:58 +02:00
modulefinder.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
modules.rst
Backport importlib in the form of providing importlib.import_module(). This has
2009-01-26 01:16:50 +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
#15831 : document multiple signatures on different lines. Patch by Chris Jerdonek.
2012-09-14 06:48:32 +03:00
mutex.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
netdata.rst
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
2008-05-05 20:21:38 +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
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
nntplib.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
numbers.rst
Improve glossary entry for ABCs.
2011-07-29 11:34:17 +02:00
numeric.rst
Restore fractions.rst to the document tree.
2008-02-12 00:15:32 +00:00
operator.rst
note the blinding speed of these functions
2011-12-20 10:12:41 -06:00
optparse.rst
#15831 : document multiple signatures on different lines. Patch by Chris Jerdonek.
2012-09-14 06:48:32 +03:00
os.path.rst
#16877 : Add mention that shell-style path expansions are not automatic.
2013-01-06 16:14:57 -05:00
os.rst
#16530 : the "options" arg of os.wait3 is required.
2012-11-23 19:45:52 +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
Issue #10902 : Fix reference to run* methods
2011-01-14 07:50:27 +00:00
persistence.rst
Revert copy_reg -> copyreg rename.
2008-05-20 07:49:57 +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 #14616 : Document pipes.quote and mention this one in subprocess docs.
2012-10-28 11:48:02 +02:00
pkgutil.rst
added versionadd information for pkgutil.get_data(); thanks to Kyle Monson from docs@
2011-08-30 19:40:28 +02:00
platform.rst
merge from fb225c289bf0
2012-02-01 15:17:39 -06: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:46:04 +01:00
posix.rst
update to new C roles and directives
2012-01-14 16:42:02 +01:00
posixfile.rst
Merged revisions 74207 via svnmerge from
2009-10-27 14:36:50 +00: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 21:54:45 +02:00
pty.rst
Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,75590,75592,75594-75596,75600,75602-75603,75605-75607,75610-75613,75616-75617,75623,75627,75647 via svnmerge from
2009-10-27 15:08:27 +00:00
pwd.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +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
Fix a few quotes/backslashes.
2012-09-20 09:48:07 +03:00
python.rst
Merged revisions 77886 via svnmerge from
2010-05-19 14:07:38 +00: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 : clarify match objects docs. Initial patch by Jan Duzinkiewicz.
2012-11-04 06:46:28 +02:00
readline.rst
Use universal construct os.path.expanduser('~') instead of os.environ['HOME']
2011-03-26 01:24:47 +01:00
repr.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
resource.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00: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
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
runpy.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
sched.rst
#13278 : fix typo.
2011-10-28 12:22:25 +03:00
scrolledtext.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
select.rst
update to new C roles and directives
2012-01-14 16:42:02 +01:00
sets.rst
Link from deprecated sets module to builtins set and frozenset ( #11238 )
2011-02-18 17:47:23 +00:00
sgi.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
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
Note that the #1548891 fix indirectly fixes shlex ( #6988 , #1170 )
2011-10-23 04:37:51 +02:00
shutil.rst
Issue #16341 : convert examples to use except ... as ... syntax.
2012-10-30 21:56:43 +02:00
signal.rst
update to new C roles and directives
2012-01-14 16:42:02 +01: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 : fix rst markup error in site.rst.
2012-09-17 08:59:36 +02:00
smtpd.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
smtplib.rst
Closes #16789 : :meth:`quit` links to constants instead of own module
2012-12-26 16:46:04 +01:00
sndhdr.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
socket.rst
#16666 : document default values for socket.getaddrinfo in the text to clarify that it doesn't accept keyword args.
2012-12-25 14:45:55 +02:00
socketserver.rst
Issue #14574 : Ignore socket errors raised when flushing a connection on close.
2012-12-25 22:46:32 +00:00
someos.rst
Put threading in front of thread
2008-06-19 20:33:31 +00:00
spwd.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
sqlite3.rst
#13934 : document sqlite version strings.
2013-01-10 20:22:57 -05:00
ssl.rst
Issue #16341 : convert examples to use except ... as ... syntax.
2012-10-30 21:56:43 +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
Drop double newlines printed in some file iteration examples.
2012-12-08 18:01:27 +02:00
string.rst
#16154 : fix some doctests in Doc/library. Patch by Ravi Sinha.
2013-01-11 08:53:10 +02:00
stringio.rst
Issue #1548891 : The cStringIO.StringIO() constructor now encodes unicode
2011-10-22 21:26:01 +02:00
stringprep.rst
Mark deprecated modules as such.
2007-08-15 18:41:25 +00:00
strings.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
struct.rst
#14804 : Remove [] around optional arguments with default values
2012-05-22 10:27:40 +02:00
subprocess.rst
#10385 : use the mod role in subprocess docs.
2012-11-08 10:07:10 +02:00
sun.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
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:05:44 +01:00
symtable.rst
Merged revisions 81385 via svnmerge from
2010-05-20 22:27:10 +00:00
sys.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03: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
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
telnetlib.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
tempfile.rst
#9957 : document that SpooledTemporaryFile.truncate does not take size arg
2012-10-06 18:26:40 -04:00
termios.rst
Merged revisions 74861-74863,74876,74896,74930,74933,74952-74953,75015,75019,75260-75263,75265-75266,75289 via svnmerge from
2009-10-27 14:59:26 +00:00
test.rst
Issue #14554 : correct example for captured_stdout()
2012-04-24 18:38:59 +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
#16978 : rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe.
2013-01-18 19:55:46 +02:00
time.rst
Fix time.time() references in the time module docs
2012-05-18 21:19:18 +03:00
timeit.rst
#15979 : improve timeit documentation.
2012-10-02 05:34:38 +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
Added the ttk module. See issue #2983 : Ttk support for Tkinter.
2009-01-28 13:09:03 +00:00
tkinter.rst
Issue #15041 : Update "see also" list in tkinter documentation.
2012-07-26 17:19:40 +03:00
token.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
tokenize.rst
The StopIteration API applies to both tokenize() and generate_tokens()
2012-07-01 20:00:09 -07:00
trace.rst
#14804 : Remove [] around optional arguments with default values
2012-05-22 10:27:40 +02: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
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
turtle.rst
document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from docs@
2011-10-31 10:08:14 +01:00
types.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
undoc.rst
Merged revisions 74209 via svnmerge from
2009-10-27 14:37:48 +00:00
unicodedata.rst
#16681 : use "bidirectional class" instead of "bidirectional category".
2012-12-14 20:06:43 +02:00
unittest.rst
Add missing comma.
2012-08-29 17:50:42 +03:00
unix.rst
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
urllib.rst
#15543 : reflow paragraphs.
2012-08-15 11:22:58 -04:00
urllib2.rst
Fix Issue17069: Document getcode method in urllib.request.rst
2013-02-07 00:51:34 -08:00
urlparse.rst
urlparse docs clean up
2012-06-28 21:07:32 -07: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:26:48 +02:00
warnings.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
wave.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
weakref.rst
Issue #15412 : Remove erroneous note about weakrefs
2012-08-17 15:00:58 +01:00
webbrowser.rst
add usage example from cli; thanks to Christian Clauss from docs@
2012-08-12 17:33:41 +02:00
whichdb.rst
Use Python 3 instead of 3.0.
2012-05-03 19:21:40 +03:00
windows.rst
Add "Using Python on Windows" document, by Robert Lehmann.
2007-12-01 23:12:45 +00:00
winsound.rst
update to new C roles and directives
2012-01-14 16:42:02 +01:00
wsgiref.rst
#14804 : Remove [] around optional arguments with default values
2012-05-22 10:27:40 +02:00
xdrlib.rst
Issue #16341 : convert examples to use except ... as ... syntax.
2012-10-30 21:56:43 +02:00
xml.dom.minidom.rst
#11379 : rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
2013-01-22 22:47:57 +02:00
xml.dom.pulldom.rst
Backport source links from 3.x.
2011-08-19 02:14:03 +02:00
xml.dom.rst
- clarify Attr.name comment on the presence of colons in namespace mode
2010-05-12 02:24:50 +00:00
xml.etree.elementtree.rst
Issue #9708 : clarify doc of iterparse - cElementTree doesn't support the parser argument
2013-01-24 07:28:33 -08:00
xml.sax.handler.rst
Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from
2010-11-26 08:20:18 +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
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
xml.sax.utils.rst
#1411695 : clarify behavior of xml.sax.utils.[un]escape.
2008-01-19 20:40:24 +00: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 #16341 : convert examples to use except ... as ... syntax.
2012-10-30 21:56:43 +02:00
zipfile.rst
whitespace fix
2013-02-07 22:18:21 -08:00
zipimport.rst
Use correct markup in zipimport.rst. Patch by Sara Magliacane.
2011-06-25 19:40:06 +03:00
zlib.rst
Issue #15677 : Document that zlib and gzip accept a compression level of 0 to mean 'no compression'.
2012-11-11 13:52:10 +01:00