Terry Jan Reedy
|
fa089b9b0b
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format.
Patch by Yoni Lavi.
|
2016-06-11 15:02:54 -04:00 |
Georg Brandl
|
e21a531ef1
|
merge with 3.4
|
2014-10-31 10:39:29 +01:00 |
Georg Brandl
|
2677faecf5
|
#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
|
2014-10-31 10:25:38 +01:00 |
Donald Stufft
|
8b852f111e
|
Fix Issue #21528 - Fix documentation typos
|
2014-05-20 12:58:38 -04:00 |
Raymond Hettinger
|
77f7a9bcc9
|
merge
|
2012-07-12 11:26:56 -07:00 |
Raymond Hettinger
|
921d1244c6
|
Show the proper way to exit a cmd shell
|
2012-07-12 11:26:01 -07:00 |
Ezio Melotti
|
d964ee9cd5
|
#12940: merge with 3.2.
|
2011-09-10 10:08:13 +03:00 |
Ezio Melotti
|
4165bfb6e9
|
#12940: fix cmd example. Patch by Tim Chase.
|
2011-09-10 10:06:01 +03:00 |
Éric Araujo
|
24d6cc6f4f
|
Merge 3.2
|
2011-08-19 03:19:36 +02:00 |
Éric Araujo
|
6e7d0ba309
|
Add missing reST target for one section of this file
|
2011-08-19 00:39:57 +02:00 |
Senthil Kumaran
|
276a58b821
|
Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck.
|
2011-07-04 11:31:53 -07:00 |
Senthil Kumaran
|
a6bac95a3c
|
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
|
2011-07-04 11:28:30 -07:00 |
Éric Araujo
|
a3dd56b6cf
|
Use with statement where it improves the documentation (closes #10461)
|
2011-03-11 17:42:48 +01:00 |
Raymond Hettinger
|
4f707fd316
|
Separate source link from main text.
|
2011-01-10 19:54:11 +00:00 |
Raymond Hettinger
|
1048094037
|
Move source links to consistent location and remove wordy, big yellow boxes.
|
2011-01-10 03:26:08 +00:00 |
Éric Araujo
|
6e6cb8e0e4
|
Provide links to Python source where the code is short, readable and
informative adjunct to the docs. Forward-port of Raymond's r86225 and
r86245 using the new source reST role added in #10334.
|
2010-11-16 19:13:50 +00:00 |
Alexander Belopolsky
|
f0a0d14c28
|
Issue #7061: Dropped "for Tk" from turtle module title and moved its
doc section under frameworks. Also fixed a couple of markup issues
that affected TOC rendering.
|
2010-10-27 03:06:43 +00:00 |
Raymond Hettinger
|
44d7b6ad60
|
Add docstring to cmd.Cmd.do_help()
|
2010-09-09 03:53:22 +00:00 |
Raymond Hettinger
|
bd889e8c40
|
Add a working example for the cmd module.
|
2010-09-09 01:40:50 +00:00 |
Georg Brandl
|
b2566cfbf9
|
#9111: document that do_help() looks at docstrings.
|
2010-08-02 20:27:20 +00:00 |
Georg Brandl
|
0d8f07305d
|
Update signature style of optional arguments, part two.
|
2009-04-05 22:20:44 +00:00 |
Georg Brandl
|
0c77a82c3d
|
Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r63829 | mark.summerfield | 2008-05-31 15:05:34 +0200 (Sat, 31 May 2008) | 4 lines
Added a note to [] that special forms & special chars lose their meaning
and backrefs can't be used inside []
........
r63830 | georg.brandl | 2008-05-31 16:40:09 +0200 (Sat, 31 May 2008) | 2 lines
#3010: clarification about stdin/use_rawinput.
........
r63831 | georg.brandl | 2008-05-31 16:45:55 +0200 (Sat, 31 May 2008) | 2 lines
#3005: add explaining sentence to easydialogs docs.
........
r63858 | georg.brandl | 2008-06-01 18:41:31 +0200 (Sun, 01 Jun 2008) | 2 lines
Add plain text make target.
........
r63865 | georg.brandl | 2008-06-01 21:24:36 +0200 (Sun, 01 Jun 2008) | 2 lines
Spaces vs. tabs.
........
r63879 | gregory.p.smith | 2008-06-02 00:57:47 +0200 (Mon, 02 Jun 2008) | 3 lines
Make the _H #define's match the header file names. Fix comments to
mention the correct type names.
........
r63882 | gregory.p.smith | 2008-06-02 01:48:47 +0200 (Mon, 02 Jun 2008) | 3 lines
Adds a Thread.getIdent() method to provide the _get_ident() value for
any given threading.Thread object. feature request issue 2871.
........
r63948 | alexandre.vassalotti | 2008-06-04 22:41:44 +0200 (Wed, 04 Jun 2008) | 2 lines
Fixed complex.__getnewargs__() to not emit another complex object.
........
r63970 | andrew.kuchling | 2008-06-06 01:33:54 +0200 (Fri, 06 Jun 2008) | 1 line
Document 'utc' parameter
........
r63971 | andrew.kuchling | 2008-06-06 01:35:31 +0200 (Fri, 06 Jun 2008) | 1 line
Add various items
........
r63972 | andrew.kuchling | 2008-06-06 01:35:48 +0200 (Fri, 06 Jun 2008) | 1 line
Grammar fix
........
r63976 | georg.brandl | 2008-06-06 09:34:50 +0200 (Fri, 06 Jun 2008) | 2 lines
Markup fix.
........
r63989 | thomas.heller | 2008-06-06 20:42:11 +0200 (Fri, 06 Jun 2008) | 2 lines
Add a reminder for the maintainer of whatsnew.
........
r64014 | georg.brandl | 2008-06-07 17:59:10 +0200 (Sat, 07 Jun 2008) | 3 lines
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
to ease standalone use of the algorithm.
........
r64015 | georg.brandl | 2008-06-07 18:04:01 +0200 (Sat, 07 Jun 2008) | 2 lines
Revert unwanted changes.
........
r64021 | georg.brandl | 2008-06-07 20:16:12 +0200 (Sat, 07 Jun 2008) | 2 lines
X-ref to numbers module.
........
r64022 | georg.brandl | 2008-06-07 20:17:37 +0200 (Sat, 07 Jun 2008) | 3 lines
Document the "st" API, to avoid confusion with the "new" AST.
Add a note about using the new AST module.
........
r64063 | martin.v.loewis | 2008-06-10 07:03:35 +0200 (Tue, 10 Jun 2008) | 2 lines
Add Gregor Lingl.
........
r64064 | georg.brandl | 2008-06-10 09:45:28 +0200 (Tue, 10 Jun 2008) | 2 lines
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
........
r64065 | raymond.hettinger | 2008-06-10 09:57:15 +0200 (Tue, 10 Jun 2008) | 1 line
Add Arnaud for his efforts on multi-arg set operations.
........
r64067 | georg.brandl | 2008-06-10 14:46:39 +0200 (Tue, 10 Jun 2008) | 2 lines
#2536: fix itertools.permutations and itertools.combinations docstrings.
........
|
2008-06-10 16:37:50 +00:00 |
Georg Brandl
|
55ac8f0f26
|
Get rid of the remaining versionadded/versionchanged directives.
|
2007-09-01 13:51:09 +00:00 |
Georg Brandl
|
116aa62bf5
|
Move the 3k reST doc tree in place.
|
2007-08-15 14:28:22 +00:00 |