summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fixed detail in add_type() explanation (issue 1463).Facundo Batista2007-11-191-2/+2
* Use a slightly more recent version than 1.5.2b2.Neal Norwitz2007-11-191-2/+2
* Remove a confusing sentence about pth files and which directories are searchedBrett Cannon2007-11-171-2/+1
* Fix signature in exampleRaymond Hettinger2007-11-171-1/+1
* Add example for use cases requiring default values.Raymond Hettinger2007-11-151-0/+9
* Example of multiple replacements.Raymond Hettinger2007-11-151-2/+2
* Fixup example in docs.Raymond Hettinger2007-11-151-1/+1
* Small improvement to the implementation of __replace__().Raymond Hettinger2007-11-151-1/+1
* Accept Issac Morland's suggestion for __replace__ to allow multiple replacementsRaymond Hettinger2007-11-151-13/+24
* Remove dead link from random docs.Georg Brandl2007-11-141-5/+0
* Remove duplication of "this".Georg Brandl2007-11-111-1/+1
* Fix misleading example.Georg Brandl2007-11-091-1/+2
* Fix seealso link to sets docs. Do not merge to Py3k.Georg Brandl2007-11-091-1/+1
* Add set.isdisjoint()Raymond Hettinger2007-11-081-0/+7
* Fix marshal's incorrect handling of subclasses of builtin types (backport can...Raymond Hettinger2007-11-071-6/+0
* Fixes Issue 1385: The hmac module now computes the correct hmac when usingGregory P. Smith2007-11-061-1/+9
* Clarified the fact that you can have comments for individual archiveMark Summerfield2007-11-051-5/+7
* Added cross-references between the various archive file formats.Mark Summerfield2007-11-055-8/+21
* Fix syntax for versionchanged markup.Georg Brandl2007-11-041-4/+3
* Note change to get_dialect semantics in 2.5. Will backport to 2.5.Skip Montanaro2007-11-041-0/+5
* Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __ha...Georg Brandl2007-11-029-61/+84
* 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