summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #6079: use 3k except syntax in examples.Georg Brandl2009-05-221-2/+2
* Recorded merge of revisions 72830 via svnmerge fromGeorg Brandl2009-05-222-6/+6
* Merged revisions 72817 via svnmerge fromPhilip Jenvey2009-05-221-0/+10
* Fix-up moving average example.Raymond Hettinger2009-05-221-3/+2
* Note that ordered dictionaries work with reversed().Raymond Hettinger2009-05-191-0/+3
* More conversion to new-style optional args.Georg Brandl2009-05-1719-129/+120
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-1739-74/+38
* Use new optional argument style in email docs.Georg Brandl2009-05-179-86/+72
* Recorded merge of revisions 72708 via svnmerge fromGeorg Brandl2009-05-171-2/+2
* Merged revisions 72703 via svnmerge fromGeorg Brandl2009-05-171-2/+2
* #4144: fix output of console sessions.Georg Brandl2009-05-171-2/+2
* More updates.Raymond Hettinger2009-05-151-4/+18
* Add examples for ipaddr.Raymond Hettinger2009-05-151-1/+32
* Update whatsnew for imaplib changes. Move importlib work to end of section.Raymond Hettinger2009-05-151-13/+14
* this statement isn't actually trueBenjamin Peterson2009-05-141-3/+1
* Bring whatsnew up-to-date as of May 14th.Raymond Hettinger2009-05-141-0/+14
* Update whatsnew for NEWS entries through May 5th.Raymond Hettinger2009-05-141-6/+14
* Fix error in 2-to-3 translation of docs.Raymond Hettinger2009-05-141-1/+1
* Suggest how to use compare_networks() with a modern Python.Raymond Hettinger2009-05-141-0/+10
* typoTarek Ziadé2009-05-141-1/+1
* typoBenjamin Peterson2009-05-131-1/+1
* two editsBenjamin Peterson2009-05-121-2/+2
* add example functionBenjamin Peterson2009-05-121-1/+7
* Examples correction in urllib2 howto. Michael FoordMichael Foord2009-05-121-5/+5
* detach() is a nifty trick for making std* binaryBenjamin Peterson2009-05-121-5/+4
* Merged revisions 72572 via svnmerge fromR. David Murray2009-05-121-7/+11
* Rename utf8b error handler to surrogateescape.Martin v. Löwis2009-05-102-4/+4
* Rename the surrogates error handler to surrogatepass.Martin v. Löwis2009-05-101-7/+7
* Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,...Benjamin Peterson2009-05-0812-42/+169
* Merged revisions 72439 via svnmerge fromEric Smith2009-05-071-1/+1
* Merged revisions 72415 via svnmerge fromAndrew M. Kuchling2009-05-071-2/+0
* Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na...Eric Smith2009-05-061-1/+2
* #5946: fix speling.Georg Brandl2009-05-061-3/+3
* Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.Mark Hammond2009-05-061-5/+14
* Small style edits.Georg Brandl2009-05-051-18/+16
* editsBenjamin Peterson2009-05-051-74/+58
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-055-27/+248
* Improved wording.Eric Smith2009-05-051-4/+4
* Documentation for Issue #5920.Eric Smith2009-05-051-1/+4
* Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...Eric Smith2009-05-051-4/+4
* 2.7 -> 3.1 versionchanges.Georg Brandl2009-05-058-20/+7
* Merged revisions 72322 via svnmerge fromGeorg Brandl2009-05-051-4/+49
* #5923: update turtle module to version 1.1.Georg Brandl2009-05-051-4/+183
* #5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examp...Georg Brandl2009-05-054-4/+4
* Issue #5915: Implement PEP 383, Non-decodable Bytes inMartin v. Löwis2009-05-052-11/+31
* Merged revisions 72149 via svnmerge fromR. David Murray2009-05-051-349/+684
* Add missing documentation for bytes.decode().Georg Brandl2009-05-042-9/+21
* Merged revisions 72292 via svnmerge fromGeorg Brandl2009-05-041-2/+7
* Merged revisions 72290 via svnmerge fromGeorg Brandl2009-05-041-2/+2
* Merged revisions 72288 via svnmerge fromGeorg Brandl2009-05-041-1/+3