summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-025-26/+24
* 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
* Bug #1287: make os.environ.pop() work as expected.Georg Brandl2007-10-241-2/+3
* 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-216-15/+16
* Add :term:s for iterator.Georg Brandl2007-10-2117-42/+43
* Add :term: for generators.Georg Brandl2007-10-2115-38/+39
* Unify "file-descriptor" to "file descriptor".Georg Brandl2007-10-212-2/+2
* Add :term:s for descriptors.Georg Brandl2007-10-214-14/+13
* 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-215-28/+28
* Fix protocol nameAndrew M. Kuchling2007-10-201-1/+1
* 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
* Issue 1289, just a typo.Facundo Batista2007-10-181-1/+1
* Remove ``:const:`` notation on None in parameter list. Since the markup is notBrett Cannon2007-10-161-1/+1
* More docs, error messages, and testsRaymond Hettinger2007-10-161-3/+7
* Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbo...Raymond Hettinger2007-10-101-1/+1
* Eliminate camelcase function nameRaymond Hettinger2007-10-081-18/+26
* 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
* Add __asdict__() to NamedTuple and refine the docs.Raymond Hettinger2007-10-051-45/+48
* 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
* #1208: document match object's boolean value.Georg Brandl2007-09-271-17/+20
* 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