summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue 4593: apply() documentation is unclearJesse Noller2009-01-221-1/+3
* More doc tweaks.Raymond Hettinger2009-01-221-15/+12
* Tighten-up the docs for Counter().Raymond Hettinger2009-01-211-25/+21
* Simplify explanation of multiset operations by removing restrictions on negat...Raymond Hettinger2009-01-211-14/+6
* Markup fixesAndrew M. Kuchling2009-01-211-4/+5
* Beautify and cleanup the references section.Raymond Hettinger2009-01-201-12/+19
* Fix typos.Raymond Hettinger2009-01-201-3/+3
* Don't disrupt automatic url target name generationRaymond Hettinger2009-01-201-15/+1
* Build-outs for Counter() class:Raymond Hettinger2009-01-201-4/+33
* add email addressBenjamin Peterson2009-01-191-1/+1
* move BufferedIOBase into the base class sectionBenjamin Peterson2009-01-191-53/+53
* Added more cross-reference targets and tidied up list of useful handlers.Vinay Sajip2009-01-191-22/+45
* #4923: clarify what was added.Georg Brandl2009-01-181-5/+6
* #4979: correct result range for some random functions.Georg Brandl2009-01-181-9/+10
* #4914: trunc is in math.Georg Brandl2009-01-181-1/+1
* #4974: fix redundant mention of lists and tuples.Georg Brandl2009-01-181-3/+3
* #4976: union() and intersection() take multiple args, but talk about "the oth...Georg Brandl2009-01-181-2/+2
* Resolve issue 4449: AssertionError in mp_benchmarks.pyJesse Noller2009-01-181-3/+3
* Change an example in the docs to avoid a mistake when the code is copyThomas Heller2009-01-161-1/+1
* Minor changes/corrections in markup.Vinay Sajip2009-01-151-1/+5
* Made minor changes/corrections in markup. Added a couple of section headings.Vinay Sajip2009-01-151-21/+29
* Fix-up indentation of sample code blocks for namedtuple mthod definitions.Raymond Hettinger2009-01-141-5/+3
* Minor doc tweaks.Raymond Hettinger2009-01-141-19/+17
* Note that first coord. is left aloneAndrew M. Kuchling2009-01-131-1/+1
* Add table of idioms/patterns for using Counter objects.Raymond Hettinger2009-01-131-11/+21
* Minor documentation tweaks and simpler update() example.Raymond Hettinger2009-01-131-15/+12
* small logic correctionBenjamin Peterson2009-01-131-2/+1
* Simplify Counter() API. Replace items keyword argumentRaymond Hettinger2009-01-131-16/+16
* Issue 1696199: Add collections.Counter().Raymond Hettinger2009-01-121-0/+128
* Minor changes/corrections in markup.Vinay Sajip2009-01-121-17/+14
* add email addressesBenjamin Peterson2009-01-112-2/+2
* Update the documentation for binascii and zlib crc32/adler32 functionsGregory P. Smith2009-01-112-14/+55
* correct email addressGregory P. Smith2009-01-111-2/+2
* macos 9 isn't supportedBenjamin Peterson2009-01-101-1/+0
* move seealso to a more appropiate placeBenjamin Peterson2009-01-101-7/+4
* Corrected minor typo and added .currentmodule directives to fix missing cross...Vinay Sajip2009-01-101-1/+10
* Corrected an incorrect self-reference.Vinay Sajip2009-01-101-1/+0
* Minor documentation changes cross-referencing NullHandler to the documentatio...Vinay Sajip2009-01-101-1/+8
* Forward port r68394 for issue 4816.Raymond Hettinger2009-01-081-1/+12
* Issue #4869: clarify documentation for random.expovariate.Mark Dickinson2009-01-071-3/+5
* Issue #4272: Add an optional argument to the GzipFile constructor to override...Antoine Pitrou2009-01-041-1/+10
* Fix two issues found by the suspicious builder.Georg Brandl2009-01-043-3/+3
* Test commit.Georg Brandl2009-01-041-1/+0
* Manually merge r67868 from 2.6 branch.Georg Brandl2009-01-031-7/+5
* Manually merge r68095,68186,68187,68188,68190 from 2.6 branch.Georg Brandl2009-01-031-7/+8
* Remove tabs from the documentation.Georg Brandl2009-01-038-47/+45
* Remove trailing whitespace.Georg Brandl2009-01-0395-400/+400
* Fix uses of the default role.Georg Brandl2009-01-038-69/+67
* Fix role name.Georg Brandl2009-01-031-1/+1
* Make indentation consistent.Georg Brandl2009-01-031-9/+9