1. a6053b4 Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from by Georg Brandl · 15 years ago
  2. 2f3ed68 Recorded merge of revisions 74614 via svnmerge from by Georg Brandl · 15 years ago
  3. c9a5a0e #6814: remove traces of xrange(). by Georg Brandl · 15 years ago
  4. 8aa8bbe Doc fix for issue2637. by Senthil Kumaran · 15 years ago
  5. 3ee22ec Added section on exceptions raised during logging. by Vinay Sajip · 15 years ago
  6. 4a608c0 Merged revisions 74526 via svnmerge from by Tarek Ziadé · 15 years ago
  7. 6253871 Clean up a minor bit of wording. by Brett Cannon · 15 years ago
  8. f290cb5 missing module ref (issue6723) by Skip Montanaro · 15 years ago
  9. 8c6b0a5 Further refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  10. 5a92b13 Refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  11. a7471bf Added section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  12. c2da5ce #6694: fix old function names. by Georg Brandl · 15 years ago
  13. 1b5ab45 Merged revisions 74328,74332-74333,74365 via svnmerge from by Georg Brandl · 15 years ago
  14. 5a54539 typo by Philip Jenvey · 15 years ago
  15. 090e30f #6648: mention surrogateescape handler where all standard handlers are listed. by Georg Brandl · 15 years ago
  16. 345adc4 Issue #6595: Allow Decimal constructor to accept non-European decimal digits, as recommended by the specification. by Mark Dickinson · 15 years ago
  17. c5e2bb9 Merged revisions 74265 via svnmerge from by Mark Dickinson · 15 years ago
  18. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 15 years ago
  19. b90be69 #6586: fix return/argument type doc for os.read() and os.write(). by Georg Brandl · 15 years ago
  20. 81c09db Merged revisions 74239 via svnmerge from by Georg Brandl · 15 years ago
  21. 1f26828 Issue #6561: '\d' in a regular expression should match only Unicode by Mark Dickinson · 15 years ago
  22. c2eab89 Merged revisions 74184,74230 via svnmerge from by Mark Dickinson · 15 years ago
  23. f346ac0 Merged revisions 74205 via svnmerge from by Georg Brandl · 15 years ago
  24. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  25. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  26. 7a72b3a Recorded merge of revisions 74210 via svnmerge from by Georg Brandl · 15 years ago
  27. 2e910fd versionadded: 3.2. not 3.1. by Senthil Kumaran · 15 years ago
  28. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  29. be0e177 account for range() py3k change by Benjamin Peterson · 15 years ago
  30. c7e994d Merged revisions 74179 via svnmerge from by Ezio Melotti · 15 years ago
  31. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  32. c22c6f2 Merged revisions 73706,73778 via svnmerge from by Alexandre Vassalotti · 15 years ago
  33. 2346029 Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of what is needed to execute a module. by Brett Cannon · 15 years ago
  34. 6919427 Implement the PEP 302 protocol for get_filename() as by Brett Cannon · 15 years ago
  35. c57a84f Merged revisions 73694,73708,73738 via svnmerge from by Alexandre Vassalotti · 15 years ago
  36. 260484d Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge from by Alexandre Vassalotti · 15 years ago
  37. 711ed4a Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from by Alexandre Vassalotti · 15 years ago
  38. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  39. ae6388d Merged revisions 74006 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  40. 6db9470 Document the thousands separator. by Raymond Hettinger · 15 years ago
  41. 9cbb125 Merged revisions 73940 via svnmerge from by Georg Brandl · 15 years ago
  42. ace3102 Merged revisions 73916 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  43. b970b86 Merged revisions 73818 via svnmerge from by Gregory P. Smith · 15 years ago
  44. c2331db Remove docs for string.maketrans(). by Raymond Hettinger · 15 years ago
  45. 9c4d0ed Removed contextlib.nested() by Raymond Hettinger · 15 years ago
  46. 3d2eca0 Link to PEP 383. by Martin v. Löwis · 15 years ago
  47. 5a55b61 Issue #6354: More fixes for code examples involving the repr of a float. by Mark Dickinson · 15 years ago
  48. 8dad7df Corrections to decimal flying circus: round returns a Decimal; by Mark Dickinson · 15 years ago
  49. c609b6b document BufferedIOBase.raw and TextIOBase.buffer by Benjamin Peterson · 15 years ago
  50. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  51. 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
  52. d239775 Merged revisions 72570,72582-72583,73027,73049,73071,73151,73247 via svnmerge from by Benjamin Peterson · 15 years ago
  53. 2fad00c Updated the last example as requested in #6350 by Ezio Melotti · 15 years ago
  54. 6601126 Merged revisions 73511 via svnmerge from by R. David Murray · 15 years ago
  55. 7fcd3de Fix some broken/missing function:: declarations in turtle docs by R. David Murray · 15 years ago
  56. 3783143 Merged revisions 73537 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  57. 5250401 must be bytes by Benjamin Peterson · 15 years ago
  58. 4958cba Merged revisions 73465 via svnmerge from by Nick Coghlan · 15 years ago
  59. e810e5a Merged revisions 73462-73463 via svnmerge from by Georg Brandl · 15 years ago
  60. 5bc472a Add usage note. by Raymond Hettinger · 15 years ago
  61. c43a26d rephrase for clarity by Benjamin Peterson · 15 years ago
  62. 2c86004 Merged revisions 73447-73448 via svnmerge from by Georg Brandl · 15 years ago
  63. 995bb47 rewrite binary std streams part; note that detach()/buffer will not always work by Benjamin Peterson · 15 years ago
  64. 2a8b54d update peek documentation to implementation by Benjamin Peterson · 15 years ago
  65. be40db0 Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 15 years ago
  66. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  67. 27352a5 Move comment to correct line. by Raymond Hettinger · 15 years ago
  68. e046d2a Add example of how to do key lookups with bisect(). by Raymond Hettinger · 15 years ago
  69. 3440c42 Fix typo. by Thomas Heller · 15 years ago
  70. c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 15 years ago
  71. 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 · 15 years ago
  72. cd7f32b Signature documentation style update, modules J, K, L and M. by Georg Brandl · 15 years ago
  73. 0eaab97 Recorded merge of revisions 73286 via svnmerge from by Georg Brandl · 15 years ago
  74. 4049ce0 #6235: ASCII also affects \[dD] escapes. by Georg Brandl · 15 years ago
  75. ed2a1db Remove duplicated sentence. Remove duplicated sentence. by Georg Brandl · 15 years ago
  76. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  77. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  78. 40925d2 Remove the ipaddr module per discussion on python-dev. by Raymond Hettinger · 15 years ago
  79. 5c01a8d Merged revisions 73224 via svnmerge from by Eric Smith · 15 years ago
  80. f5123ef Merged revisions 73217 via svnmerge from by Georg Brandl · 15 years ago
  81. ec80688 Merged revisions 73215 via svnmerge from by Georg Brandl · 15 years ago
  82. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  83. b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 15 years ago
  84. 60fe6b0 Fix header level for 'Constants' section of math.rst by Mark Dickinson · 15 years ago
  85. 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
  86. 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
  87. 3dd3388 Convert all "i" docs to new style optional args. by Georg Brandl · 15 years ago
  88. 1c50e86 Typo fix; constant name is uppercase by Andrew M. Kuchling · 15 years ago
  89. 751771b #5675 followup: bytearray also has translate and maketrans. by Georg Brandl · 15 years ago
  90. 1855c21 Merged revisions 73077 via svnmerge from by R. David Murray · 15 years ago
  91. a35f4b9 #6155: remove usage of cPickle. by Georg Brandl · 15 years ago
  92. 15b3cbb Merged revisions 73060 via svnmerge from by Gregory P. Smith · 15 years ago
  93. 91e3b9d Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 15 years ago
  94. 089ba7f Fix field name conflicts for named tuples. by Raymond Hettinger · 15 years ago
  95. c38a000 Merged revisions 72932 via svnmerge from by Georg Brandl · 15 years ago
  96. 1a04058 Manual merge of r72710: use table of flags for dbm.open description. by Georg Brandl · 15 years ago
  97. 8a1e4c4 Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from by Georg Brandl · 15 years ago
  98. 14a3dd7 Merged revisions 72905 via svnmerge from by Benjamin Peterson · 15 years ago
  99. 0dedf45 #6079: use 3k except syntax in examples. by Georg Brandl · 15 years ago
  100. ab7481a Merged revisions 72817 via svnmerge from by Philip Jenvey · 15 years ago