summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* #4427: fix arguments for "y" BuildValue type.Georg Brandl2008-12-051-1/+1
* #4355: refer to urlencode in the correct module.Georg Brandl2008-12-052-6/+6
* Tweak verbiage and markup for relative/absolute import. Backport candidate.Guido van Rossum2008-12-051-4/+3
* fix Sphinx warningsBenjamin Peterson2008-12-051-2/+2
* Add a skeleton 3.1 whatsnew document.Georg Brandl2008-12-042-0/+70
* #4521: fix getcwdu() vs getcwdb().Georg Brandl2008-12-041-1/+1
* #4526: fix typo.Georg Brandl2008-12-041-2/+3
* #4527: fix "unicode or string".Georg Brandl2008-12-041-1/+1
* - fix markup errorFred Drake2008-12-041-2/+2
* Wording change (flaunt -> disobey); markup fixes. The largest edit is to the...Andrew M. Kuchling2008-12-041-10/+11
* Prep for Python 3.1!Barry Warsaw2008-12-034-12/+12
* Remove remark about NaN==NaN, I misunderstood that issue.Guido van Rossum2008-12-031-2/+1
* Minor edits.Raymond Hettinger2008-12-031-3/+4
* Fixed a warning on whatsnew/3.0.rstChristian Heimes2008-12-031-1/+1
* Use the :mod: role.Georg Brandl2008-12-031-1/+1
* Some textual tweaks, and fixed a few typos found by a spell checker.Guido van Rossum2008-12-031-26/+39
* Fix bad markup.Guido van Rossum2008-12-031-2/+2
* More cleanup. Moved all Unicode and str/bytes info to the text/dataGuido van Rossum2008-12-031-289/+296
* Another checkpoint.Guido van Rossum2008-12-031-12/+33
* Another checkpoint -- some stuff I managed to do on the train.Guido van Rossum2008-12-031-81/+94
* Another checkpoint.Guido van Rossum2008-12-031-38/+38
* interators -> iterators (thanks Taggnostr)Gregory P. Smith2008-12-021-1/+1