- b970b86 Merged revisions 73818 via svnmerge from by Gregory P. Smith · 16 years ago
- c2331db Remove docs for string.maketrans(). by Raymond Hettinger · 16 years ago
- 9c4d0ed Removed contextlib.nested() by Raymond Hettinger · 16 years ago
- 3d2eca0 Link to PEP 383. by Martin v. Löwis · 16 years ago
- 5a55b61 Issue #6354: More fixes for code examples involving the repr of a float. by Mark Dickinson · 16 years ago
- 8dad7df Corrections to decimal flying circus: round returns a Decimal; by Mark Dickinson · 16 years ago
- c609b6b document BufferedIOBase.raw and TextIOBase.buffer by Benjamin Peterson · 16 years ago
- 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 16 years ago
- 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 16 years ago
- d239775 Merged revisions 72570,72582-72583,73027,73049,73071,73151,73247 via svnmerge from by Benjamin Peterson · 16 years ago
- 2fad00c Updated the last example as requested in #6350 by Ezio Melotti · 16 years ago
- 6601126 Merged revisions 73511 via svnmerge from by R. David Murray · 16 years ago
- 7fcd3de Fix some broken/missing function:: declarations in turtle docs by R. David Murray · 16 years ago
- 3783143 Merged revisions 73537 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- 5250401 must be bytes by Benjamin Peterson · 16 years ago
- 4958cba Merged revisions 73465 via svnmerge from by Nick Coghlan · 16 years ago
- e810e5a Merged revisions 73462-73463 via svnmerge from by Georg Brandl · 16 years ago
- 5bc472a Add usage note. by Raymond Hettinger · 16 years ago
- c43a26d rephrase for clarity by Benjamin Peterson · 16 years ago
- 2c86004 Merged revisions 73447-73448 via svnmerge from by Georg Brandl · 16 years ago
- 995bb47 rewrite binary std streams part; note that detach()/buffer will not always work by Benjamin Peterson · 16 years ago
- 2a8b54d update peek documentation to implementation by Benjamin Peterson · 16 years ago
- be40db0 Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 16 years ago
- 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 16 years ago
- 27352a5 Move comment to correct line. by Raymond Hettinger · 16 years ago
- e046d2a Add example of how to do key lookups with bisect(). by Raymond Hettinger · 16 years ago
- 3440c42 Fix typo. by Thomas Heller · 16 years ago
- c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 16 years ago
- 8d8f197 Review ctypes docs w.r.t. bytes/unicode. Use bytes where appropriate as the type for C strings. Lots of small markup fixes. Also fixes #4309. by Georg Brandl · 16 years ago
- cd7f32b Signature documentation style update, modules J, K, L and M. by Georg Brandl · 16 years ago
- 0eaab97 Recorded merge of revisions 73286 via svnmerge from by Georg Brandl · 16 years ago
- 4049ce0 #6235: ASCII also affects \[dD] escapes. by Georg Brandl · 16 years ago
- ed2a1db Remove duplicated sentence. Remove duplicated sentence. by Georg Brandl · 16 years ago
- 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 16 years ago
- d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 16 years ago
- 40925d2 Remove the ipaddr module per discussion on python-dev. by Raymond Hettinger · 16 years ago
- 5c01a8d Merged revisions 73224 via svnmerge from by Eric Smith · 16 years ago
- f5123ef Merged revisions 73217 via svnmerge from by Georg Brandl · 16 years ago
- ec80688 Merged revisions 73215 via svnmerge from by Georg Brandl · 16 years ago
- 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 16 years ago
- b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 16 years ago
- 60fe6b0 Fix header level for 'Constants' section of math.rst by Mark Dickinson · 16 years ago
- fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 16 years ago
- d75ad44 Fix-up doc for itertools.repeat(). A -1 translates to zero repetitions, not infinite repetitions. This matches the behavior of ['x']*n. by Raymond Hettinger · 16 years ago
- 3dd3388 Convert all "i" docs to new style optional args. by Georg Brandl · 16 years ago
- 1c50e86 Typo fix; constant name is uppercase by Andrew M. Kuchling · 16 years ago
- 751771b #5675 followup: bytearray also has translate and maketrans. by Georg Brandl · 16 years ago
- 1855c21 Merged revisions 73077 via svnmerge from by R. David Murray · 16 years ago
- a35f4b9 #6155: remove usage of cPickle. by Georg Brandl · 16 years ago
- 15b3cbb Merged revisions 73060 via svnmerge from by Gregory P. Smith · 16 years ago
- 91e3b9d Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 16 years ago
- 089ba7f Fix field name conflicts for named tuples. by Raymond Hettinger · 16 years ago
- c38a000 Merged revisions 72932 via svnmerge from by Georg Brandl · 16 years ago
- 1a04058 Manual merge of r72710: use table of flags for dbm.open description. by Georg Brandl · 16 years ago
- 8a1e4c4 Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from by Georg Brandl · 16 years ago
- 14a3dd7 Merged revisions 72905 via svnmerge from by Benjamin Peterson · 16 years ago
- 0dedf45 #6079: use 3k except syntax in examples. by Georg Brandl · 16 years ago
- ab7481a Merged revisions 72817 via svnmerge from by Philip Jenvey · 16 years ago
- d40285a Fix-up moving average example. by Raymond Hettinger · 16 years ago
- e909150 Note that ordered dictionaries work with reversed(). by Raymond Hettinger · 16 years ago
- 036490d More conversion to new-style optional args. by Georg Brandl · 16 years ago
- 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 16 years ago
- 3f076d8 Use new optional argument style in email docs. by Georg Brandl · 16 years ago
- 8126914 Recorded merge of revisions 72708 via svnmerge from by Georg Brandl · 16 years ago
- 7c8494b Fix error in 2-to-3 translation of docs. by Raymond Hettinger · 16 years ago
- 9aaef2d Suggest how to use compare_networks() with a modern Python. by Raymond Hettinger · 16 years ago
- 434caaa typo by Tarek Ziadé · 16 years ago
- 4487f53 typo by Benjamin Peterson · 16 years ago
- 12f29ff two edits by Benjamin Peterson · 16 years ago
- 4199d60 add example function by Benjamin Peterson · 16 years ago
- 3261fa5 detach() is a nifty trick for making std* binary by Benjamin Peterson · 16 years ago
- ff85bca Merged revisions 72572 via svnmerge from by R. David Murray · 16 years ago
- 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 16 years ago
- e0a2b72 Rename the surrogates error handler to surrogatepass. by Martin v. Löwis · 16 years ago
- 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 16 years ago
- e5fffc7 Merged revisions 72439 via svnmerge from by Eric Smith · 16 years ago
- 741191f Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects nan and inf. by Eric Smith · 16 years ago
- 5a607a3 Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. by Mark Hammond · 16 years ago
- 3bef15b Improved wording. by Eric Smith · 16 years ago
- 25e218e Documentation for Issue #5920. by Eric Smith · 16 years ago
- 705d9d5 2.7 -> 3.1 versionchanges. by Georg Brandl · 16 years ago
- 243ad66 Merged revisions 72322 via svnmerge from by Georg Brandl · 16 years ago
- eaa84ef #5923: update turtle module to version 1.1. by Georg Brandl · 16 years ago
- 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 16 years ago
- f877feb Merged revisions 72149 via svnmerge from by R. David Murray · 16 years ago
- 4f5f98d Add missing documentation for bytes.decode(). by Georg Brandl · 16 years ago
- 5f25972 Merged revisions 72292 via svnmerge from by Georg Brandl · 16 years ago
- 9460648 Merged revisions 72290 via svnmerge from by Georg Brandl · 16 years ago
- ef24cb6 version added 3.1 by Gregory P. Smith · 16 years ago
- 95e3b9c documentation clarification. mention bytes. by Gregory P. Smith · 16 years ago
- 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 16 years ago
- db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 16 years ago
- c6b607d port simplejson upgrade from the trunk #4136 by Benjamin Peterson · 16 years ago
- 842e8da Merged revisions 72183-72184 via svnmerge from by Gregory P. Smith · 16 years ago
- e54dff5 Merged revisions 72173 via svnmerge from by Gregory P. Smith · 16 years ago
- edc3647 versionadded by Benjamin Peterson · 16 years ago
- ef9f2bd add myself by Benjamin Peterson · 16 years ago
- d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 16 years ago
- 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 16 years ago
- 33841c3 Issue #5859: Remove '%f' to '%g' formatting switch for large floats. by Mark Dickinson · 16 years ago