summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Add :term:s for descriptors.Georg Brandl2007-10-2110-29/+30
|
* Add markup to new function descriptions.Georg Brandl2007-10-211-18/+19
|
* Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.Georg Brandl2007-10-2110-40/+40
|
* Use correct header lineAndrew M. Kuchling2007-10-201-1/+1
|
* Various itemsAndrew M. Kuchling2007-10-201-6/+40
|
* Fix protocol nameAndrew M. Kuchling2007-10-201-1/+1
|
* Even more clarification.Georg Brandl2007-10-201-1/+1
|
* Clarify -E docs.Georg Brandl2007-10-201-3/+3
|
* Add entry to ACKS.Georg Brandl2007-10-201-0/+1
|
* Change title, for now.Georg Brandl2007-10-201-2/+2
|
* * Add new toplevel chapter, "Using Python." (how to install,Georg Brandl2007-10-205-1/+445
| | | | | | | 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.
* Document new directive "envvar".Georg Brandl2007-10-201-0/+5
|
* Make a path more Unix-standardy.Georg Brandl2007-10-201-1/+1
|
* Document new "cmdoption" directive.Georg Brandl2007-10-201-0/+8
|
* Fix code being interpreted as a target.Georg Brandl2007-10-201-3/+5
|
* #1284: "S" means "seen", not unread.Georg Brandl2007-10-191-1/+1
|
* Added a cross-ref to each other.Mark Summerfield2007-10-192-1/+6
|
* Clarify wording for apply().Georg Brandl2007-10-191-4/+3
|
* Remove useless warningRaymond Hettinger2007-10-181-6/+0
|
* Issue 1289, just a typo.Facundo Batista2007-10-181-1/+1
|
* Re-order some functions whose parameters differ between PyObject and const charBrett Cannon2007-10-161-14/+14
| | | | * so that they are next to each other.
* Remove ``:const:`` notation on None in parameter list. Since the markup is notBrett Cannon2007-10-161-1/+1
| | | | rendered for parameters it just showed up as ``:const:`None` `` in the output.
* Add itemsAndrew M. Kuchling2007-10-161-1/+50
|
* More docs, error messages, and testsRaymond Hettinger2007-10-161-3/+7
|
* Fix email example.Georg Brandl2007-10-131-1/+1
|
* Accept Jim Jewett's api suggestion to use None instead of -1 to indicate ↵Raymond Hettinger2007-10-101-1/+1
| | | | unbounded deques.
* Eliminate camelcase function nameAndrew M. Kuchling2007-10-081-2/+2
|
* Eliminate camelcase function nameRaymond Hettinger2007-10-081-18/+26
|
* #1199: docs for tp_as_{number,sequence,mapping}, by Amaury Forgeot d'Arc.Georg Brandl2007-10-082-15/+194
| | | | No need to merge this to py3k!
* Missed a line in the docsRaymond Hettinger2007-10-081-1/+1
|
* Add comments to NamedTuple code.Raymond Hettinger2007-10-081-3/+5
| | | | | 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).
* #1123: fix the docs for the str.split(None, sep) case.Georg Brandl2007-10-081-23/+32
| | | | Also expand a few other methods' docs, which had more info in the deprecated string module docs.
* move descriptions of ac_(in|out)_buffer_size to the right placeFred Drake2007-10-052-13/+13
| | | | http://bugs.python.org/issue1053
* Add __asdict__() to NamedTuple and refine the docs.Raymond Hettinger2007-10-051-45/+48
| | | | | | 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.
* wrap lines to <80 characters before fixing errorsFred Drake2007-10-052-178/+190
|
* itertools.count() no longer limited to sys.maxint.Raymond Hettinger2007-10-041-7/+3
|
* Added note in footnote about string comparisons aboutMark Summerfield2007-10-031-2/+3
| | | | unicodedata.normalize().
* #1208: document match object's boolean value.Georg Brandl2007-09-271-17/+20
|
* Add various itemsAndrew M. Kuchling2007-09-251-18/+105
|
* Typo fixAndrew M. Kuchling2007-09-241-1/+1
|
* Remove stray odd character; grammar fixAndrew M. Kuchling2007-09-241-2/+2
|
* #1196: document default radix for int().Georg Brandl2007-09-241-11/+12
|
* Fix typo and double word.Georg Brandl2007-09-241-2/+2
|
* Patch #1181: add os.environ.clear() method.Georg Brandl2007-09-201-2/+6
|
* #1176: document that string methods don't take keyword args.Georg Brandl2007-09-201-1/+3
|
* alternate -> alternative.Georg Brandl2007-09-202-2/+2
|
* Fit nitsRaymond Hettinger2007-09-201-7/+11
|
* issue1172: Documentation of "done" attribute in cgi module.Sean Reifscheider2007-09-181-0/+5
|
* Cleanup docs for NamedTuple.Raymond Hettinger2007-09-181-72/+71
|
* A bit of reordering, also show more subheadings in the lang ref index.Georg Brandl2007-09-182-43/+43
|