summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Added more file-handling related cross-references.Mark Summerfield2007-11-024-5/+15
* Fix markup glitch.Georg Brandl2007-11-011-1/+1
* #1364: os.lstat is available on Windows too, as an alias to os.stat.Georg Brandl2007-11-011-2/+3
* Sets are marshalable.Raymond Hettinger2007-10-311-1/+1
* Clarify the reasons why pickle is almost always better than marshalRaymond Hettinger2007-10-311-1/+9
* Make example about hiding None return values at the prompt clearer.Georg Brandl2007-10-301-1/+2
* Use correct markup.Georg Brandl2007-10-301-2/+2
* Update URL for Pygments. 0.8.1 is no longer availableNeal Norwitz2007-10-271-1/+1
* Bug #1287: make os.environ.pop() work as expected.Georg Brandl2007-10-241-2/+3
* Update nameAndrew M. Kuchling2007-10-231-2/+2
* Update Pygments version from externals.Georg Brandl2007-10-231-1/+1
* Bug #1313, fix typo (wrong variable name) in example.Neal Norwitz2007-10-231-1/+1
* Add phuang patch from Issue 708374 which adds offset parameter to mmap module.Travis E. Oliphant2007-10-231-2/+11
* Add :term:s for "new-style class".Georg Brandl2007-10-2111-20/+27
* Add :term:s for iterator.Georg Brandl2007-10-2120-45/+48
* Add :term: for generators.Georg Brandl2007-10-2117-46/+47
* Unify "file-descriptor" to "file descriptor".Georg Brandl2007-10-213-3/+3
* 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
* 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
* Remove ``:const:`` notation on None in parameter list. Since the markup is notBrett Cannon2007-10-161-1/+1
* 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 unbo...Raymond Hettinger2007-10-101-1/+1
* 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
* Missed a line in the docsRaymond Hettinger2007-10-081-1/+1
* Add comments to NamedTuple code.Raymond Hettinger2007-10-081-3/+5
* #1123: fix the docs for the str.split(None, sep) case.Georg Brandl2007-10-081-23/+32
* move descriptions of ac_(in|out)_buffer_size to the right placeFred Drake2007-10-052-13/+13