1. 308d637 Merged revisions 74929 via svnmerge from by Benjamin Peterson · 15 years ago
  2. a17487b #6935: update version. by Georg Brandl · 15 years ago
  3. 15a515f Merged revisions 74868,74877-74878 via svnmerge from by Georg Brandl · 15 years ago
  4. 497a767 Issue #6929: fix a couple of statements and clarify a lot of things in the IO docs. by Antoine Pitrou · 15 years ago
  5. 7f98a6c Merged revisions 74862 via svnmerge from by Brett Cannon · 15 years ago
  6. ee8783d Merged revisions 74817-74820,74822-74824 via svnmerge from by Georg Brandl · 15 years ago
  7. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  8. 45bb63f #6885: run python 3 as python3. by Georg Brandl · 15 years ago
  9. 4bbfa2a #6910 - for->or typo by Ezio Melotti · 15 years ago
  10. 6e9b1df updated the doc to match the module docstring, fixed a couple of errors in the doc markup and in the module by Ezio Melotti · 15 years ago
  11. 277b6f9 Do not document the most important (at least for Guido) future import. by Georg Brandl · 15 years ago
  12. bea37ae Merged revisions 74806 via svnmerge from by Ronald Oussoren · 15 years ago
  13. 2d352d0 Merged revisions 74799 via svnmerge from by Ezio Melotti · 15 years ago
  14. 2ded55f Py_(Set|Get)PythonHome use wchar_t #6913 by Benjamin Peterson · 15 years ago
  15. 225f169 Recorded merge of revisions 74791 via svnmerge from by Georg Brandl · 15 years ago
  16. 85232bb Merged revisions 74787 via svnmerge from by Ezio Melotti · 15 years ago
  17. dc2b8ec typo: string values *have* to be by Ezio Melotti · 15 years ago
  18. 985e24d fixed more examples that were using u"", print without () and unicode/str instead of str/bytes by Ezio Melotti · 15 years ago
  19. b584505 small fixes in the examples and in the markup by Ezio Melotti · 15 years ago
  20. 8f7649e more list()s on dictviews by Ezio Melotti · 15 years ago
  21. 049d2aa Merged revisions 74750 via svnmerge from by Lars Gustäbel · 15 years ago
  22. 01054d7 Fix typo. by R. David Murray · 15 years ago
  23. c53a894 d.items() -> list(d.items()) in the examples by Ezio Melotti · 15 years ago
  24. 8719ad5 Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from by Benjamin Peterson · 15 years ago
  25. 1f31697 kill reference to default encoding #6889 by Benjamin Peterson · 15 years ago
  26. a59750f Merged revisions 74737 via svnmerge from by Georg Brandl · 15 years ago
  27. 35ac3a8 Merged revisions 74633 via svnmerge from by Georg Brandl · 15 years ago
  28. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  29. 5dbb84a #6819: fix typo. by Georg Brandl · 15 years ago
  30. 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
  31. 2c52e2f #6732: fix return value of module init function in example. by Georg Brandl · 15 years ago
  32. 11b6a64 #6754: remove old struct member nb_inplace_divide. by Georg Brandl · 15 years ago
  33. 2f3ed68 Recorded merge of revisions 74614 via svnmerge from by Georg Brandl · 15 years ago
  34. c9a5a0e #6814: remove traces of xrange(). by Georg Brandl · 15 years ago
  35. 8aa8bbe Doc fix for issue2637. by Senthil Kumaran · 15 years ago
  36. 757df6e Document the import semantics that if None is found in sys.modules for a module then ImportError is raised. by Brett Cannon · 15 years ago
  37. 0f46ffd the old buffer object doesn't exist in Python 3 #6659 by Benjamin Peterson · 15 years ago
  38. f3b3322 Merged revisions 74533 via svnmerge from by Tarek Ziadé · 15 years ago
  39. 3ee22ec Added section on exceptions raised during logging. by Vinay Sajip · 15 years ago
  40. 4a608c0 Merged revisions 74526 via svnmerge from by Tarek Ziadé · 15 years ago
  41. 6253871 Clean up a minor bit of wording. by Brett Cannon · 15 years ago
  42. f290cb5 missing module ref (issue6723) by Skip Montanaro · 15 years ago
  43. 8c6b0a5 Further refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  44. 5a92b13 Refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  45. a7471bf Added section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  46. dffc1b8 Merged revisions 74411 via svnmerge from by Georg Brandl · 15 years ago
  47. 4a52a4c Merged revisions 74404 via svnmerge from by Georg Brandl · 15 years ago
  48. 3517e37 Fix duplicate sentence. by Georg Brandl · 15 years ago
  49. c2da5ce #6694: fix old function names. by Georg Brandl · 15 years ago
  50. 1b5ab45 Merged revisions 74328,74332-74333,74365 via svnmerge from by Georg Brandl · 15 years ago
  51. 5a54539 typo by Philip Jenvey · 15 years ago
  52. 090e30f #6648: mention surrogateescape handler where all standard handlers are listed. by Georg Brandl · 15 years ago
  53. 3eb562b Merged revisions 74307 via svnmerge from by Georg Brandl · 15 years ago
  54. fe800a3 #6618: fix invalid 3k syntax. by Georg Brandl · 15 years ago
  55. 345adc4 Issue #6595: Allow Decimal constructor to accept non-European decimal digits, as recommended by the specification. by Mark Dickinson · 15 years ago
  56. c5e2bb9 Merged revisions 74265 via svnmerge from by Mark Dickinson · 15 years ago
  57. e223eb8 Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from by Alexandre Vassalotti · 15 years ago
  58. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 15 years ago
  59. b90be69 #6586: fix return/argument type doc for os.read() and os.write(). by Georg Brandl · 15 years ago
  60. 81c09db Merged revisions 74239 via svnmerge from by Georg Brandl · 15 years ago
  61. 1f26828 Issue #6561: '\d' in a regular expression should match only Unicode by Mark Dickinson · 15 years ago
  62. c2eab89 Merged revisions 74184,74230 via svnmerge from by Mark Dickinson · 15 years ago
  63. f346ac0 Merged revisions 74205 via svnmerge from by Georg Brandl · 15 years ago
  64. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  65. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  66. 7a72b3a Recorded merge of revisions 74210 via svnmerge from by Georg Brandl · 15 years ago
  67. 2e910fd versionadded: 3.2. not 3.1. by Senthil Kumaran · 15 years ago
  68. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  69. be0e177 account for range() py3k change by Benjamin Peterson · 15 years ago
  70. c7e994d Merged revisions 74179 via svnmerge from by Ezio Melotti · 15 years ago
  71. 8e87fec Merged revisions 74148 via svnmerge from by Ezio Melotti · 15 years ago
  72. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  73. c22c6f2 Merged revisions 73706,73778 via svnmerge from by Alexandre Vassalotti · 15 years ago
  74. 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
  75. 6919427 Implement the PEP 302 protocol for get_filename() as by Brett Cannon · 15 years ago
  76. c57a84f Merged revisions 73694,73708,73738 via svnmerge from by Alexandre Vassalotti · 15 years ago
  77. 260484d Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge from by Alexandre Vassalotti · 15 years ago
  78. 711ed4a Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from by Alexandre Vassalotti · 15 years ago
  79. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  80. ae6388d Merged revisions 74006 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  81. 6db9470 Document the thousands separator. by Raymond Hettinger · 15 years ago
  82. 21dc5ba #6421: The self argument of module-level PyCFunctions is now a reference to the module object. by Georg Brandl · 15 years ago
  83. 9cbb125 Merged revisions 73940 via svnmerge from by Georg Brandl · 15 years ago
  84. ace3102 Merged revisions 73916 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  85. 097cd07 #6428: py3k requires that __bool__ return a bool (and not an int) by Amaury Forgeot d'Arc · 15 years ago
  86. b970b86 Merged revisions 73818 via svnmerge from by Gregory P. Smith · 15 years ago
  87. fae45ed remove cobject reference by Benjamin Peterson · 15 years ago
  88. c2331db Remove docs for string.maketrans(). by Raymond Hettinger · 15 years ago
  89. 9c4d0ed Removed contextlib.nested() by Raymond Hettinger · 15 years ago
  90. f1664ae remove PyCObject by Benjamin Peterson · 15 years ago
  91. 8890954 Merged revisions 73072 via svnmerge from by Antoine Pitrou · 15 years ago
  92. 3d2eca0 Link to PEP 383. by Martin v. Löwis · 15 years ago
  93. 0a3faef Merged revisions 73669 via svnmerge from by Benjamin Peterson · 15 years ago
  94. 1d18068 Clean-up floating point tutorial. by Raymond Hettinger · 15 years ago
  95. eafaf4c Small doc fix-ups to floatingpoint.rst. More are forthcoming. by Raymond Hettinger · 15 years ago
  96. 6fd7d6c include 3.2 in toctree by Benjamin Peterson · 15 years ago
  97. f558ddd Fill-in some new news. by Raymond Hettinger · 15 years ago
  98. 2c02bdc Fix incorrect quote type on Decimal examples by Mark Dickinson · 15 years ago
  99. af15f3c Issue #6354 continued: reword confusing tutorial note on the (no-longer by Mark Dickinson · 15 years ago
  100. 5a55b61 Issue #6354: More fixes for code examples involving the repr of a float. by Mark Dickinson · 15 years ago