summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue 6261: Clarify behavior of random.uniform().Raymond Hettinger2009-06-111-0/+2
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-113-13/+85
* Move comment to correct line.Raymond Hettinger2009-06-111-2/+2
* Add example of how to do key lookups with bisect().Raymond Hettinger2009-06-111-1/+19
* Fix funny typo.Raymond Hettinger2009-06-101-1/+1
* Add notes for porting issues related to pickles.Raymond Hettinger2009-06-091-0/+5
* Add example for the change to pickle and note the effect of the fix_imports o...Raymond Hettinger2009-06-091-18/+24
* Fix markup.Georg Brandl2009-06-081-3/+3
* Fix typo.Thomas Heller2009-06-081-1/+1
* Elaborate encoding recommendations, and fix ambiguous wording for list compre...Georg Brandl2009-06-082-9/+13
* Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge fromGeorg Brandl2009-06-085-16/+22
* Review ctypes docs w.r.t. bytes/unicode. Use bytes where appropriate as the t...Georg Brandl2009-06-081-225/+218
* Signature documentation style update, modules J, K, L and M.Georg Brandl2009-06-0820-116/+100
* 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
* Add what's new entry for r73236.Antoine Pitrou2009-06-061-0/+18
* 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
* Take ipaddr out of whatsnew.Raymond Hettinger2009-06-041-37/+0
* Merged revisions 73217 via svnmerge fromGeorg Brandl2009-06-041-0/+3
* Merged revisions 73215 via svnmerge fromGeorg Brandl2009-06-041-1/+1
* Merged revisions 73186,73206,73212 via svnmerge fromGeorg Brandl2009-06-041-7/+7
* #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
* #6190: Remove duplicate paragraph.Georg Brandl2009-06-031-7/+0
* <> is gone (almost).Georg Brandl2009-06-031-1/+1
* range() doesn't return a listBenjamin Peterson2009-06-031-1/+1
* Fix header level for 'Constants' section of math.rstMark Dickinson2009-06-021-1/+1
* Merged revisions 73073-73074,73089 via svnmerge fromBenjamin Peterson2009-06-011-14/+14
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-0113-37/+50
* 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
* Issue #6012: Add cleanup support to O& argument parsing.Martin v. Löwis2009-05-292-5/+28
* Issue 5150: Add rstrip() menu option to IDLE.Raymond Hettinger2009-05-291-0/+8
* fix typoRaymond Hettinger2009-05-281-1/+1
* Deprecate contextlib.nested(). The with-statement now provides this function...Raymond Hettinger2009-05-282-0/+5
* Merged revisions 72971 via svnmerge fromBenjamin Peterson2009-05-281-2/+2
* Add attribution for patch co-author.Georg Brandl2009-05-271-1/+1
* Update whatsnew for compound with-statements.Raymond Hettinger2009-05-271-0/+11
* Fix field name conflicts for named tuples.Raymond Hettinger2009-05-271-6/+6
* #6115: remove entries for the already removed PyNumber_Divide and PyNumber_In...Georg Brandl2009-05-261-13/+0
* Merged revisions 72932 via svnmerge fromGeorg Brandl2009-05-261-1/+1