Commit graph

8577 commits

Author SHA1 Message Date
Georg Brandl
cf3fb25932 Add :term: for generators. 2007-10-21 10:52:38 +00:00
Georg Brandl
bb75e4e5d2 Unify "file-descriptor" to "file descriptor". 2007-10-21 10:46:24 +00:00
Georg Brandl
5e52db035d Add :term:s for descriptors. 2007-10-21 10:45:46 +00:00
Georg Brandl
5c174bbd84 Add markup to new function descriptions. 2007-10-21 10:32:54 +00:00
Georg Brandl
63fa168326 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. 2007-10-21 10:24:20 +00:00
Andrew M. Kuchling
27a4498fca Use correct header line 2007-10-20 19:39:35 +00:00
Andrew M. Kuchling
e34d2895f2 Various items 2007-10-20 19:35:18 +00:00
Andrew M. Kuchling
529b1a91ce Fix protocol name 2007-10-20 19:25:37 +00:00
Georg Brandl
3507333909 Even more clarification. 2007-10-20 19:08:36 +00:00
Georg Brandl
c5004f39fd Clarify -E docs. 2007-10-20 19:05:45 +00:00
Georg Brandl
45af56d330 Add entry to ACKS. 2007-10-20 18:39:25 +00:00
Georg Brandl
1cddfed08d Change title, for now. 2007-10-20 18:33:20 +00:00
Georg Brandl
59d121af67 * Add new toplevel chapter, "Using Python." (how to install,
configure and setup python on different platforms -- at least
  in theory.)
* Move the Python on Mac docs in that chapter.
* Add a new chapter about the command line invocation, by stargaming.
2007-10-20 18:08:14 +00:00
Georg Brandl
a147bf9a08 Document new directive "envvar". 2007-10-20 17:51:39 +00:00
Georg Brandl
e36a652d0c Make a path more Unix-standardy. 2007-10-20 15:21:22 +00:00
Georg Brandl
dd197e95c7 Document new "cmdoption" directive. 2007-10-20 13:36:24 +00:00
Georg Brandl
ff27e0cd10 Fix code being interpreted as a target. 2007-10-20 13:22:53 +00:00
Georg Brandl
a2ba6ea9aa #1284: "S" means "seen", not unread. 2007-10-19 17:38:49 +00:00
Mark Summerfield
0752d20a34 Added a cross-ref to each other. 2007-10-19 12:48:17 +00:00
Georg Brandl
c4ed9713a7 Clarify wording for apply(). 2007-10-19 12:32:39 +00:00
Raymond Hettinger
11e679e6ff Remove useless warning 2007-10-18 21:13:06 +00:00
Facundo Batista
d97110dd1b Issue 1289, just a typo. 2007-10-18 03:44:48 +00:00
Brett Cannon
7b201162cf Re-order some functions whose parameters differ between PyObject and const char
* so that they are next to each other.
2007-10-16 23:26:45 +00:00
Brett Cannon
1f67a677d0 Remove `:const:` notation on None in parameter list. Since the markup is not
rendered for parameters it just showed up as ``:const:`None` `` in the output.
2007-10-16 23:24:06 +00:00
Andrew M. Kuchling
6edff59e3b Add items 2007-10-16 22:58:03 +00:00
Raymond Hettinger
abfd8dff3b More docs, error messages, and tests 2007-10-16 21:28:32 +00:00
Georg Brandl
5fbf663703 Fix email example. 2007-10-13 13:20:03 +00:00
Raymond Hettinger
68995867d5 Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbounded deques. 2007-10-10 00:26:46 +00:00
Andrew M. Kuchling
4b3074c795 Eliminate camelcase function name 2007-10-08 23:23:03 +00:00
Raymond Hettinger
a48a29947a Eliminate camelcase function name 2007-10-08 21:26:58 +00:00
Georg Brandl
814b04600c #1199: docs for tp_as_{number,sequence,mapping}, by Amaury Forgeot d'Arc.
No need to merge this to py3k!
2007-10-08 14:12:47 +00:00
Raymond Hettinger
b6893f2bf8 Missed a line in the docs 2007-10-08 09:56:29 +00:00
Raymond Hettinger
2115bbc4da Add comments to NamedTuple code.
Let the field spec be either a string or a non-string sequence (suggested by Martin Blais with use cases).
Improve the error message in the case of a SyntaxError (caused by a duplicate field name).
2007-10-08 09:14:28 +00:00
Georg Brandl
16fd6c4617 #1123: fix the docs for the str.split(None, sep) case.
Also expand a few other methods' docs, which had more info in the deprecated string module docs.
2007-10-08 07:50:24 +00:00
Fred Drake
06f8067acf move descriptions of ac_(in|out)_buffer_size to the right place
http://bugs.python.org/issue1053
2007-10-05 02:48:32 +00:00
Raymond Hettinger
a7fc4b13e0 Add __asdict__() to NamedTuple and refine the docs.
Add maxlen support to deque() and fixup docs.
Partially fix __reduce__().  The None as a third arg was no longer supported.
Still needs work on __reduce__() to handle recursive inputs.
2007-10-05 02:47:07 +00:00
Fred Drake
c9b7163da5 wrap lines to <80 characters before fixing errors 2007-10-05 02:46:12 +00:00
Raymond Hettinger
50e90e265f itertools.count() no longer limited to sys.maxint. 2007-10-04 00:20:27 +00:00
Mark Summerfield
d92e871ad8 Added note in footnote about string comparisons about
unicodedata.normalize().
2007-10-03 08:53:21 +00:00
Georg Brandl
ba2e519082 #1208: document match object's boolean value. 2007-09-27 06:26:58 +00:00
Andrew M. Kuchling
99479ebf9e Add various items 2007-09-25 00:09:42 +00:00
Andrew M. Kuchling
6d407e4d3d Typo fix 2007-09-24 23:46:28 +00:00
Andrew M. Kuchling
9c90635bcb Remove stray odd character; grammar fix 2007-09-24 23:45:51 +00:00
Georg Brandl
e4186252b1 #1196: document default radix for int(). 2007-09-24 17:59:28 +00:00
Georg Brandl
97ca58370a Fix typo and double word. 2007-09-24 17:55:47 +00:00
Georg Brandl
4a21268a74 Patch #1181: add os.environ.clear() method. 2007-09-20 17:57:59 +00:00
Georg Brandl
efa7d51ee6 #1176: document that string methods don't take keyword args. 2007-09-20 16:45:27 +00:00
Georg Brandl
5d242eef74 alternate -> alternative. 2007-09-20 08:44:59 +00:00
Raymond Hettinger
7268e9d1ff Fit nits 2007-09-20 03:03:43 +00:00
Sean Reifscheider
111c0ea34a issue1172: Documentation of "done" attribute in cgi module. 2007-09-18 23:34:44 +00:00