Chris Jerdonek
64c0b2ca3d
Backport from 3.2: remove "Release" and "Date" markers from index pages.
2012-10-28 11:16:36 -07:00
Andrew Svetlov
41c25ba451
Issue #14570 : Document json sort_keys parameter properly.
...
Patch by Chris Rebert.
2012-10-28 14:58:52 +02:00
Georg Brandl
f4712d4a82
Remove confusing "Release" and "Date" markers from whatsnews.
2012-10-28 13:35:56 +01:00
Andrew Svetlov
61822667df
Issue #14616 : Document pipes.quote and mention this one in subprocess docs.
...
Patch by Chris Rebert.
2012-10-28 11:48:02 +02:00
Georg Brandl
0685e14645
Update current version of the "dailybuild" script.
2012-10-28 10:12:47 +01:00
Georg Brandl
b70290a7d4
Update current version of the "dailybuild" script.
2012-10-28 08:18:52 +01:00
Georg Brandl
5fb657dfab
Add a autobuild-quick target that only rebuilds HTML.
2012-10-28 08:09:02 +01:00
Georg Brandl
819574a226
merge with 2.6
2012-10-28 08:06:11 +01:00
Georg Brandl
55f23c4233
#8040 : port versionswitcher patch to 2.6.
2012-10-28 08:04:38 +01:00
Ezio Melotti
fd3d102af8
#8040 : fix the version.
2012-10-27 23:12:48 +03:00
Ezio Melotti
8645890f8b
#8040 : enable the versionswitcher for the autobuild-dev target.
2012-10-27 22:28:48 +03:00
Ezio Melotti
3d072066c7
#8040 : add a version switcher to the documentation. Patch by Yury Selivanov.
2012-10-27 22:04:56 +03:00
Ezio Melotti
e793f44abe
#16332 : use "except OSError as e" in subprocess docs. Patch by Berker Peksag.
2012-10-26 23:10:07 +03:00
Ezio Melotti
8221f86513
#16206 : Improve examples about dict construction.
2012-10-26 19:14:16 +03:00
Chris Jerdonek
32473e73f4
Backport from 3.2: fix formatting of syntax description of function definition.
2012-10-25 17:26:10 -07:00
Ezio Melotti
b8fbff889f
#16210 : combine the two type() docs. Patch by Pete Sevander.
2012-10-24 23:01:30 +03:00
Jesus Cea
3dd8cbea9b
Closes #16294 : 8 space indent in tutorial
2012-10-22 13:14:20 +02:00
Ned Deily
c859bd2b28
Issue #10405 : Document IDLE context menus in Standard Library document
...
and IDLE Help file. (Thanks to Nick ODell and Todd Rovito for suggestions.)
Update Debug menu options in docs to match current code plus various other
minor IDLE doc and help edits.
2012-10-20 13:23:25 -07:00
Andrew Svetlov
f892597eb5
Issue #9583 : Document startup option/environment interaction.
...
Patch by Todd Rovito.
2012-10-17 17:14:28 +03:00
Andrew Svetlov
ae1d185750
Issue #15936 : Reformat text for os.random to follow Larry Hastings suggestion
2012-10-16 13:51:26 +03:00
Andrew Svetlov
8a9d370a2b
Issue #15936 : Add link from os.urandom to random.SystemRandom
2012-10-16 13:23:15 +03:00
Chris Jerdonek
0cffd6be56
Issue #16225 : Backport from 3.2: Add additional note to tutorial about looping.
2012-10-15 20:01:38 -07:00
Chris Jerdonek
d7d9a44226
Issue #16227 : Add to 2.x Unicode HOWTO a link to the Python 3 version.
2012-10-15 17:12:17 -07:00
Chris Jerdonek
def5df6c53
Issue #16206 : Backport dict documentation improvements from 3.2.
...
Improve the documentation of the dict constructor. This change includes
replacing the single-line signature documentation with a more complete
multiple-line signature.
2012-10-13 03:49:30 -07:00
Raymond Hettinger
d9edd82b7f
String exceptions aren't just deprecated, they are gone.
2012-10-12 19:44:35 -07:00
Chris Jerdonek
2aa5afab4e
Issue #16199 : Backport 2to3 typo fix from 3.2.
2012-10-11 16:15:46 -07:00
Chris Jerdonek
1e65159b34
Backport from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs.
2012-10-10 22:58:57 -07:00
Chris Jerdonek
2a6672b100
Issue #16115 : Backport subprocess.Popen() documentation improvements from 3.2.
2012-10-10 17:55:41 -07:00
Chris Jerdonek
cfb01a5ad0
Issue #12947 : Backport doctest documentation change from 3.3.
2012-10-10 08:39:34 -07:00
Georg Brandl
a11c1fcd20
Missed one instance of code-block:: text highlighting to revert.
2012-10-10 16:56:15 +02:00
Georg Brandl
7495456ffc
Issue #12947 : revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
2012-10-10 16:45:11 +02:00
Chris Jerdonek
d469c400ed
Issue #12947 : Backport doctest documentation improvements from 3.3.
2012-10-10 07:13:56 -07:00
Senthil Kumaran
7c06801638
Fix Issue 15922: make howto/urllib2.rst doctests pass.
...
Patch by Chris Jerdonek. Address Ezio's review comment.
2012-10-09 01:03:35 -07:00
Chris Jerdonek
1906c0c992
Issue #16115 : Backport subprocess.Popen() documentation improvements from 3.2.
2012-10-08 23:18:17 -07:00
Chris Jerdonek
ad4b000179
Issue #14783 : Backport changes from 3.2.
2012-10-07 20:37:54 -07:00
R David Murray
fefd3ac04c
#9957 : document that SpooledTemporaryFile.truncate does not take size arg
2012-10-06 18:26:40 -04:00
Andrew Svetlov
8c4419304d
Issue #16025 : Minor corrections to the zipfile documentation.
...
Patch by Serhiy Storchaka.
2012-10-06 18:01:05 +03:00
Nick Coghlan
7c0a87f211
Issue #12947 : Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives
2012-10-03 13:48:17 +05:30
Nick Coghlan
a42709e6bb
Issue #12947 : Add a note to doctest until the example rendering is fixed
2012-10-03 12:18:23 +05:30
Ezio Melotti
31a9e83d7d
#15979 : improve timeit documentation.
2012-10-02 05:34:38 +03:00
Chris Jerdonek
71d74b0c4e
Close #16036 : Backport 3.x documentation improvement.
...
See changeset 6ccb04c4cbae for the corresponding 3.3 change.
2012-09-30 21:07:56 -07:00
R David Murray
95d7cdfd7b
Fix sqlite3 class markup.
2012-09-30 21:04:46 -04:00
Georg Brandl
2fbe856dc6
Commit current version of the doc "dailybuild" script.
2012-09-30 09:03:09 +02:00
Georg Brandl
e8b2b67950
Doc sidebar: point to 3.4 as dev.
2012-09-30 08:59:31 +02:00
Chris Jerdonek
fab57ccd13
Close issue #16077 : fix code example in documentation of reduce() built-in (from docs@).
2012-09-29 11:51:37 -07:00
R David Murray
3e09b14026
#16085 : Don't promote shadowing builtins in the configparser example.
2012-09-29 14:44:16 -04:00
R David Murray
9faaf1b43e
#16071 : fix email.message links in the mailbox docs.
2012-09-28 15:21:32 -04:00
Jesus Cea
9662b84913
Closes #15953 : Incorrect some fields declaration in the PyTypeObject documentation
2012-09-28 16:33:38 +02:00
Andrew Svetlov
0c68c5ddb2
Update docs for string.zfill
2012-09-28 16:32:27 +03:00
Andrew Svetlov
9ac20231e0
Update documentation for string.replace. Thanks to docs@
2012-09-28 16:31:06 +03:00