summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #4857: fix augmented assignment target spec.Georg Brandl2009-01-181-1/+2
* #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-182-2/+5
* Resolve issue 4449: AssertionError in mp_benchmarks.pyJesse Noller2009-01-181-3/+3
* fix grammarBenjamin Peterson2009-01-181-1/+1
* bytearrays are mutable sequencesBenjamin Peterson2009-01-181-1/+9
* 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
* Fix call signature and markup.Georg Brandl2009-01-131-3/+3
* 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
* fix encodingBenjamin Peterson2009-01-101-1/+1
* tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901Benjamin Peterson2009-01-101-1/+1
* 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
* Issue 4293: Make Py_AddPendingCall() thread safeKristján Valur Jónsson2009-01-092-0/+49
* fix spellingBenjamin Peterson2009-01-091-1/+1
* fix markupBenjamin Peterson2009-01-091-5/+4
* specify what -3 warnings are aboutBenjamin Peterson2009-01-091-1/+2
* fixed #4394 make the storage of the password optional in .pypircTarek Ziadé2009-01-083-37/+55
* Forward port r68394 for issue 4816.Raymond Hettinger2009-01-081-1/+12
* use new sphinx modulesBenjamin Peterson2009-01-082-10/+4
* string exceptions are goneBenjamin Peterson2009-01-081-0/+3
* Issue #4869: clarify documentation for random.expovariate.Mark Dickinson2009-01-071-3/+5
* Update make.bat.Georg Brandl2009-01-041-7/+2
* use Jinja 2.1.1Benjamin Peterson2009-01-041-3/+3
* 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
* Add "suspicious" builder which finds leftover markup in the HTML files.Georg Brandl2009-01-045-12/+430
* Test commit.Georg Brandl2009-01-041-1/+0
* only check the actual compile() call for a SyntaxErrorBenjamin Peterson2009-01-041-5/+5
* 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
* Grammar fix.Georg Brandl2009-01-031-4/+3