summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 73286 via svnmerge fromGeorg Brandl2009-06-083-8/+6
* #6235: ASCII also affects \[dD] escapes.Georg Brandl2009-06-081-3/+3
* Remove duplicated sentence. Remove duplicated sentence.Georg Brandl2009-06-081-2/+1
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-061-5/+5
* Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-041-15/+36
* Remove the ipaddr module per discussion on python-dev.Raymond Hettinger2009-06-042-429/+0
* Merged revisions 73224 via svnmerge fromEric Smith2009-06-041-2/+2
* Merged revisions 73217 via svnmerge fromGeorg Brandl2009-06-041-0/+3
* Merged revisions 73215 via svnmerge fromGeorg Brandl2009-06-041-1/+1
* #3791: remove last traces of bsddb.Georg Brandl2009-06-042-9/+10
* #3613: add base64.encodebytes and decodebytes as the new spelling of encodest...Georg Brandl2009-06-041-18/+24
* Fix header level for 'Constants' section of math.rstMark Dickinson2009-06-021-1/+1
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-019-25/+39
* Fix-up doc for itertools.repeat(). A -1 translates to zero repetitions, not ...Raymond Hettinger2009-06-011-1/+1
* Convert all "i" docs to new style optional args.Georg Brandl2009-06-019-55/+50
* Typo fix; constant name is uppercaseAndrew M. Kuchling2009-06-011-1/+1
* #5675 followup: bytearray also has translate and maketrans.Georg Brandl2009-05-311-0/+2
* Merged revisions 73077 via svnmerge fromR. David Murray2009-05-311-0/+5
* #6155: remove usage of cPickle.Georg Brandl2009-05-311-2/+2
* Merged revisions 73060 via svnmerge fromGregory P. Smith2009-05-301-2/+90
* Deprecate contextlib.nested(). The with-statement now provides this function...Raymond Hettinger2009-05-281-0/+2
* Fix field name conflicts for named tuples.Raymond Hettinger2009-05-271-6/+6
* Merged revisions 72932 via svnmerge fromGeorg Brandl2009-05-261-1/+1
* Manual merge of r72710: use table of flags for dbm.open description.Georg Brandl2009-05-251-5/+17
* Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge fromGeorg Brandl2009-05-255-20/+28
* Merged revisions 72905 via svnmerge fromBenjamin Peterson2009-05-251-21/+5
* #6079: use 3k except syntax in examples.Georg Brandl2009-05-221-2/+2
* 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
* 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
* 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-088-15/+91
* Merged revisions 72439 via svnmerge fromEric Smith2009-05-071-1/+1
* Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na...Eric Smith2009-05-061-1/+2
* Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.Mark Hammond2009-05-061-5/+14
* Improved wording.Eric Smith2009-05-051-4/+4
* Documentation for Issue #5920.Eric Smith2009-05-051-1/+4