1. 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 · 15 years ago
  2. 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 · 15 years ago
  3. 3dd3388 Convert all "i" docs to new style optional args. by Georg Brandl · 15 years ago
  4. 1c50e86 Typo fix; constant name is uppercase by Andrew M. Kuchling · 15 years ago
  5. 751771b #5675 followup: bytearray also has translate and maketrans. by Georg Brandl · 15 years ago
  6. 1855c21 Merged revisions 73077 via svnmerge from by R. David Murray · 15 years ago
  7. a35f4b9 #6155: remove usage of cPickle. by Georg Brandl · 15 years ago
  8. 15b3cbb Merged revisions 73060 via svnmerge from by Gregory P. Smith · 15 years ago
  9. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  10. eb81695 Issue 5150: Add rstrip() menu option to IDLE. by Raymond Hettinger · 15 years ago
  11. 323ee0c fix typo by Raymond Hettinger · 15 years ago
  12. 91e3b9d Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 15 years ago
  13. 3d2dc35 Merged revisions 72971 via svnmerge from by Benjamin Peterson · 15 years ago
  14. ed23ab6 Add attribution for patch co-author. by Georg Brandl · 15 years ago
  15. 81c0dce Update whatsnew for compound with-statements. by Raymond Hettinger · 15 years ago
  16. 089ba7f Fix field name conflicts for named tuples. by Raymond Hettinger · 15 years ago
  17. 7d5285e #6115: remove entries for the already removed PyNumber_Divide and PyNumber_InPlaceDivide from the header and the docs. by Georg Brandl · 15 years ago
  18. c38a000 Merged revisions 72932 via svnmerge from by Georg Brandl · 15 years ago
  19. 1a04058 Manual merge of r72710: use table of flags for dbm.open description. by Georg Brandl · 15 years ago
  20. 8a1e4c4 Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from by Georg Brandl · 15 years ago
  21. 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
  22. 14a3dd7 Merged revisions 72905 via svnmerge from by Benjamin Peterson · 15 years ago
  23. 0dedf45 #6079: use 3k except syntax in examples. by Georg Brandl · 15 years ago
  24. fe5f409 Recorded merge of revisions 72830 via svnmerge from by Georg Brandl · 15 years ago
  25. ab7481a Merged revisions 72817 via svnmerge from by Philip Jenvey · 15 years ago
  26. d40285a Fix-up moving average example. by Raymond Hettinger · 15 years ago
  27. e909150 Note that ordered dictionaries work with reversed(). by Raymond Hettinger · 15 years ago
  28. 036490d More conversion to new-style optional args. by Georg Brandl · 15 years ago
  29. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  30. 3f076d8 Use new optional argument style in email docs. by Georg Brandl · 15 years ago
  31. 8126914 Recorded merge of revisions 72708 via svnmerge from by Georg Brandl · 15 years ago
  32. 7fcb3bf Merged revisions 72703 via svnmerge from by Georg Brandl · 15 years ago
  33. 397ad86 #4144: fix output of console sessions. by Georg Brandl · 15 years ago
  34. bd3da6b More updates. by Raymond Hettinger · 15 years ago
  35. daafea3 Add examples for ipaddr. by Raymond Hettinger · 15 years ago
  36. 9dd7476 Update whatsnew for imaplib changes. Move importlib work to end of section. by Raymond Hettinger · 15 years ago
  37. 95d78ec this statement isn't actually true by Benjamin Peterson · 15 years ago
  38. 4f20a74 Bring whatsnew up-to-date as of May 14th. by Raymond Hettinger · 15 years ago
  39. d48ed2e Update whatsnew for NEWS entries through May 5th. by Raymond Hettinger · 15 years ago
  40. 7c8494b Fix error in 2-to-3 translation of docs. by Raymond Hettinger · 15 years ago
  41. 9aaef2d Suggest how to use compare_networks() with a modern Python. by Raymond Hettinger · 15 years ago
  42. 434caaa typo by Tarek Ziadé · 15 years ago
  43. 4487f53 typo by Benjamin Peterson · 15 years ago
  44. 12f29ff two edits by Benjamin Peterson · 15 years ago
  45. 4199d60 add example function by Benjamin Peterson · 15 years ago
  46. 20b50b1 Examples correction in urllib2 howto. Michael Foord by Michael Foord · 15 years ago
  47. 3261fa5 detach() is a nifty trick for making std* binary by Benjamin Peterson · 15 years ago
  48. ff85bca Merged revisions 72572 via svnmerge from by R. David Murray · 15 years ago
  49. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  50. e0a2b72 Rename the surrogates error handler to surrogatepass. by Martin v. Löwis · 15 years ago
  51. 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 · 15 years ago
  52. e5fffc7 Merged revisions 72439 via svnmerge from by Eric Smith · 15 years ago
  53. e9c3a19 Merged revisions 72415 via svnmerge from by Andrew M. Kuchling · 15 years ago
  54. 741191f Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects nan and inf. by Eric Smith · 15 years ago
  55. 30f4a4c #5946: fix speling. by Georg Brandl · 15 years ago
  56. 5a607a3 Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. by Mark Hammond · 15 years ago
  57. f05f820 Small style edits. by Georg Brandl · 15 years ago
  58. b9ce9b5 edits by Benjamin Peterson · 15 years ago
  59. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  60. 3bef15b Improved wording. by Eric Smith · 15 years ago
  61. 25e218e Documentation for Issue #5920. by Eric Smith · 15 years ago
  62. 6337622 Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 15 years ago
  63. 705d9d5 2.7 -> 3.1 versionchanges. by Georg Brandl · 15 years ago
  64. 243ad66 Merged revisions 72322 via svnmerge from by Georg Brandl · 15 years ago
  65. eaa84ef #5923: update turtle module to version 1.1. by Georg Brandl · 15 years ago
  66. 5133529 #5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examples. by Georg Brandl · 15 years ago
  67. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  68. f877feb Merged revisions 72149 via svnmerge from by R. David Murray · 15 years ago
  69. 4f5f98d Add missing documentation for bytes.decode(). by Georg Brandl · 15 years ago
  70. 5f25972 Merged revisions 72292 via svnmerge from by Georg Brandl · 15 years ago
  71. 9460648 Merged revisions 72290 via svnmerge from by Georg Brandl · 15 years ago
  72. 17761d1 Merged revisions 72288 via svnmerge from by Georg Brandl · 15 years ago
  73. ef24cb6 version added 3.1 by Gregory P. Smith · 15 years ago
  74. 95e3b9c documentation clarification. mention bytes. by Gregory P. Smith · 15 years ago
  75. 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 15 years ago
  76. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  77. 05bf1d2 Mention ipaddr in whatsnew for 3.1. by Gregory P. Smith · 15 years ago
  78. db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 15 years ago
  79. c6b607d port simplejson upgrade from the trunk #4136 by Benjamin Peterson · 15 years ago
  80. 842e8da Merged revisions 72183-72184 via svnmerge from by Gregory P. Smith · 15 years ago
  81. e54dff5 Merged revisions 72173 via svnmerge from by Gregory P. Smith · 15 years ago
  82. edc3647 versionadded by Benjamin Peterson · 15 years ago
  83. ef9f2bd add myself by Benjamin Peterson · 15 years ago
  84. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  85. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  86. 33841c3 Issue #5859: Remove '%f' to '%g' formatting switch for large floats. by Mark Dickinson · 15 years ago
  87. e08a66a Document the fact that 'compname' and 'comptype' are bytes. by R. David Murray · 15 years ago
  88. 476b355 Die, buffer(), die. by Georg Brandl · 15 years ago
  89. a48db39 Issue #5857: tokenize.tokenize() now returns named tuples. by Raymond Hettinger · 15 years ago
  90. 8e8099c Merged revisions 72060 via svnmerge from by R. David Murray · 15 years ago
  91. 58c8c26 Add another example to the seealso section. by Raymond Hettinger · 15 years ago
  92. e02a301 Third to last example is now marked as a test, but I can't actually test by R. David Murray · 15 years ago
  93. 57e1b50 Merged revisions 71955,71962 via svnmerge from by Georg Brandl · 15 years ago
  94. ff2ad0e Merged revisions 71814-71817,71901-71903 via svnmerge from by Georg Brandl · 15 years ago
  95. 0192bff Merged revisions 71607,71653,71696,71771,71786 via svnmerge from by Georg Brandl · 15 years ago
  96. 3638e48 Merged revisions 71572 via svnmerge from by Georg Brandl · 15 years ago
  97. 540b45c Merged revisions 71544,71546,71554-71555 via svnmerge from by Georg Brandl · 15 years ago
  98. f3532df Merged revisions 71540,71563 via svnmerge from by Georg Brandl · 15 years ago
  99. 9078afe Merged revisions 71503 via svnmerge from by Georg Brandl · 15 years ago
  100. 747f051 Remove merging accident. by Georg Brandl · 15 years ago