summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.Georg Brandl2009-01-03127-825/+825
* Merged revisions 68219 via svnmerge fromGeorg Brandl2009-01-037-63/+62
* Merged revisions 68214-68215,68217-68218 via svnmerge fromGeorg Brandl2009-01-033-13/+241
* Issue 4796: Add from_float methods to the decimal module.Raymond Hettinger2009-01-031-0/+43
* Issue #4718: Adapt the wsgiref package so that it actually works with Python ...Antoine Pitrou2009-01-031-12/+12
* Merged revisions 68203 via svnmerge fromMartin v. Löwis2009-01-032-10/+0
* Issue #4615. Document how to use itertools for de-duping.Raymond Hettinger2009-01-021-0/+24
* #4808: move old API below new API doc.Georg Brandl2009-01-021-12/+14
* Minor documentation changes relating to NullHandler, the module used for hand...Vinay Sajip2009-01-021-3/+22
* Merged revisions 68116-68119,68121,68123-68127 via svnmerge fromBenjamin Peterson2009-01-017-7/+56
* Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,...Benjamin Peterson2009-01-016-13/+30
* Merged revisions 67982,67988,67990 via svnmerge fromBenjamin Peterson2008-12-301-0/+18
* Minor documentation change relating to NullHandler.Vinay Sajip2008-12-301-4/+4
* hexdigest() doesn't return bytes #4771Benjamin Peterson2008-12-291-2/+2
* Merged revisions 67979 via svnmerge fromAntoine Pitrou2008-12-281-2/+7
* Document bytes.translate().Georg Brandl2008-12-271-17/+16
* #4697: clarify that the functions are Unix-only.Georg Brandl2008-12-271-0/+4
* Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,...Benjamin Peterson2008-12-278-79/+45
* Merged revisions 67946 via svnmerge fromAntoine Pitrou2008-12-271-2/+4
* return the module object from PyMODINIT_FUNCBenjamin Peterson2008-12-245-2/+6
* Merged revisions 67885 via svnmerge fromBenjamin Peterson2008-12-211-1/+5
* Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-...Benjamin Peterson2008-12-2111-93/+113
* fix syntaxBenjamin Peterson2008-12-201-1/+1
* Merged revisions 67857 via svnmerge fromMark Dickinson2008-12-191-1/+1
* Fix-up and clean-up docs for int.bit_length().Raymond Hettinger2008-12-191-21/+12
* Merged revisions 67818 via svnmerge fromAntoine Pitrou2008-12-181-4/+15
* Forward merge of r67822 to py3k: add bit_length method to int.Mark Dickinson2008-12-173-1/+78
* Use :samp: role.Georg Brandl2008-12-151-4/+4
* #4603: Note that inconsistent tab/space use is now illegal.Georg Brandl2008-12-151-6/+10
* #4668: wrap iterator returns in list() in functional howto.Georg Brandl2008-12-151-2/+2
* #4667: fix some 2.x leftovers in the tutorial.Georg Brandl2008-12-152-3/+5
* tip-toe around dictionary keys view in the tutorialBenjamin Peterson2008-12-141-1/+1
* string.maketrans -> str.maketransBenjamin Peterson2008-12-131-6/+3
* #4592: fix embedding example with new C API changes.Georg Brandl2008-12-092-3/+9
* #4586: fix usage of Py_InitModule.Georg Brandl2008-12-071-1/+6
* Merged revisions 67511,67536-67537,67543 via svnmerge fromGeorg Brandl2008-12-072-1/+40
* Forward-port r67624 and r67627.Georg Brandl2008-12-072-8/+1
* remove extraneous 'text'Benjamin Peterson2008-12-071-3/+3
* Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,...Georg Brandl2008-12-0711-41/+93
* document how to deal with binary standard streamsBenjamin Peterson2008-12-071-0/+6
* #4576: fix ob_type access.Georg Brandl2008-12-071-4/+4
* #4562: fix zip() examples.Georg Brandl2008-12-061-2/+2
* Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment.Raymond Hettinger2008-12-061-8/+9
* cmp() is not really gone.Georg Brandl2008-12-061-6/+5
* #4557: remove 'c' typecode from array docs and add a note in whatsnew.Georg Brandl2008-12-062-6/+5
* Use :samp: role.Georg Brandl2008-12-051-7/+6
* #4549: Mention nonlocal statement in tutorial section about scoping.Georg Brandl2008-12-051-6/+5
* #4550: fix 2.x syntax in webservers howto.Georg Brandl2008-12-051-7/+8
* Manually merged r67583: move __import__ doc to the bottom.Georg Brandl2008-12-051-53/+53
* #4504, #4505: Update noddy examples in "Extending & Embedding".Georg Brandl2008-12-057-219/+215