1. d42bc51 Add a couple of words about the new GIL implementation by Antoine Pitrou · 15 years ago
  2. 0e31201 Show example of how to make a sorted dictionary by Raymond Hettinger · 15 years ago
  3. 578ec90 Merged revisions 76163 via svnmerge from by R. David Murray · 15 years ago
  4. 1b184d5 Pluralize a word. by Brett Cannon · 15 years ago
  5. f964ac2 Merged revisions 76082 via svnmerge from by Mark Dickinson · 15 years ago
  6. 7dbf4e6 typo (space-o?) by Skip Montanaro · 15 years ago
  7. 12b2cf3 Fix ReST markup. by Mark Dickinson · 15 years ago
  8. 9257f5e Merged revisions 75969 via svnmerge from by Antoine Pitrou · 15 years ago
  9. 65c9c64 Merged revisions 75958 via svnmerge from by Antoine Pitrou · 15 years ago
  10. b6d065f Issue 7199: Documentation made slightly more consistent w.r.t. logging level enumeration. by Vinay Sajip · 15 years ago
  11. c7c71ff Merged revisions 75893 via svnmerge from by Tarek Ziadé · 15 years ago
  12. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  13. 6103ab1 Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0). by Antoine Pitrou · 15 years ago
  14. f43713f #6927: fix wrong word. by Georg Brandl · 15 years ago
  15. 95a7504 #7137: fix makefile() documentation to match the new parameters. by Georg Brandl · 15 years ago
  16. ff8c1e5 Merged revisions 75580 via svnmerge from by Georg Brandl · 15 years ago
  17. 810a80a clarify the buffer arg by Benjamin Peterson · 15 years ago
  18. a51a1b3 Merged revisions 75474 via svnmerge from by Senthil Kumaran · 15 years ago
  19. d404fa6 Update module names in references in the FAQ. by Georg Brandl · 15 years ago
  20. d741315 Merged revisions 75363 via svnmerge from by Georg Brandl · 15 years ago
  21. 676161a Rolled back revisions 74556 via svnmerge from by Benjamin Peterson · 15 years ago
  22. cbabd7e Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 15 years ago
  23. bec4d57 Merged revisions 74524 via svnmerge from by Benjamin Peterson · 15 years ago
  24. fe51a1f rollback the merge of r74524 because it causes failures in test_multiprocessing by Benjamin Peterson · 15 years ago
  25. c70614f Merged revisions 75289 via svnmerge from by Mark Dickinson · 15 years ago
  26. 0df35a9 Merged revisions 74841 via svnmerge from by Benjamin Peterson · 15 years ago
  27. 6e8c757 Merged revisions 74865,75175,75180 via svnmerge from by Benjamin Peterson · 15 years ago
  28. 9a779ea Merged revisions 74524,74556 via svnmerge from by Benjamin Peterson · 15 years ago
  29. a539fd1 remove 8-bit string sentence by Benjamin Peterson · 15 years ago
  30. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  31. 36e0d0e isinstance(f, collections.Callable) is more correct by Benjamin Peterson · 15 years ago
  32. 5850389 revert r75090 by Benjamin Peterson · 15 years ago
  33. 36cea39 Merged revisions 75205 via svnmerge from by Mark Dickinson · 15 years ago
  34. 05b3034 Merged revisions 75192 via svnmerge from by Tarek Ziadé · 15 years ago
  35. 574b1d6 More versionadded/versionchanged fixes by Mark Dickinson · 15 years ago
  36. 4035aac Remove outdated versionchanged entry by Mark Dickinson · 15 years ago
  37. 78ddbe6 Issue #7022: clarification of RawIOBase.read(), suggested by Pascal Chambon. by Antoine Pitrou · 15 years ago
  38. 56e0966 Fix versionadded for py3k math.gamma by Mark Dickinson · 15 years ago
  39. da18125 more stable url by Benjamin Peterson · 15 years ago
  40. 51e4910 fix opensearch version by Benjamin Peterson · 15 years ago
  41. b8b0ba1 Issue 7008: Better document str.title and show how to work around the apostrophe problem. by Raymond Hettinger · 15 years ago
  42. 12c4bdb Merged revisions 75117 via svnmerge from by Mark Dickinson · 15 years ago
  43. 5770847 use more correct callable replacement by Benjamin Peterson · 15 years ago
  44. 10430ad fix default value by Georg Brandl · 15 years ago
  45. 9c3b7dc use new style optional args by Georg Brandl · 15 years ago
  46. a40bdda Merged revisions 75070 via svnmerge from by Ezio Melotti · 15 years ago
  47. b297e71 #6998: fix missing () on a print by Ezio Melotti · 15 years ago
  48. ec5c8b8 Merged revisions 75039 via svnmerge from by Ezio Melotti · 15 years ago
  49. 3e124ae Issue #1766304: Optimize membership testing for ranges: 'n in range(...)' by Mark Dickinson · 15 years ago
  50. 2df8113 Merged revisions 75024 via svnmerge from by Brett Cannon · 15 years ago
  51. 73753d3 #6969: make it explicit that configparser writes/reads text files, and fix the example. by Georg Brandl · 15 years ago
  52. eb097fc Merged revisions 74984 via svnmerge from by Doug Hellmann · 15 years ago
  53. 2efd924 Merged revisions 74970 via svnmerge from by Ronald Oussoren · 15 years ago
  54. bb43a05 Merged revisions 74958 via svnmerge from by Ezio Melotti · 15 years ago
  55. e8ee03d adjust signature by Benjamin Peterson · 15 years ago
  56. 308d637 Merged revisions 74929 via svnmerge from by Benjamin Peterson · 15 years ago
  57. a17487b #6935: update version. by Georg Brandl · 15 years ago
  58. 15a515f Merged revisions 74868,74877-74878 via svnmerge from by Georg Brandl · 15 years ago
  59. 497a767 Issue #6929: fix a couple of statements and clarify a lot of things in the IO docs. by Antoine Pitrou · 15 years ago
  60. 7f98a6c Merged revisions 74862 via svnmerge from by Brett Cannon · 15 years ago
  61. ee8783d Merged revisions 74817-74820,74822-74824 via svnmerge from by Georg Brandl · 15 years ago
  62. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  63. 45bb63f #6885: run python 3 as python3. by Georg Brandl · 15 years ago
  64. 4bbfa2a #6910 - for->or typo by Ezio Melotti · 15 years ago
  65. 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
  66. 277b6f9 Do not document the most important (at least for Guido) future import. by Georg Brandl · 15 years ago
  67. bea37ae Merged revisions 74806 via svnmerge from by Ronald Oussoren · 15 years ago
  68. 2d352d0 Merged revisions 74799 via svnmerge from by Ezio Melotti · 15 years ago
  69. 2ded55f Py_(Set|Get)PythonHome use wchar_t #6913 by Benjamin Peterson · 15 years ago
  70. 225f169 Recorded merge of revisions 74791 via svnmerge from by Georg Brandl · 15 years ago
  71. 85232bb Merged revisions 74787 via svnmerge from by Ezio Melotti · 15 years ago
  72. dc2b8ec typo: string values *have* to be by Ezio Melotti · 15 years ago
  73. 985e24d fixed more examples that were using u"", print without () and unicode/str instead of str/bytes by Ezio Melotti · 15 years ago
  74. b584505 small fixes in the examples and in the markup by Ezio Melotti · 15 years ago
  75. 8f7649e more list()s on dictviews by Ezio Melotti · 15 years ago
  76. 049d2aa Merged revisions 74750 via svnmerge from by Lars Gustäbel · 15 years ago
  77. 01054d7 Fix typo. by R. David Murray · 15 years ago
  78. c53a894 d.items() -> list(d.items()) in the examples by Ezio Melotti · 15 years ago
  79. 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
  80. 1f31697 kill reference to default encoding #6889 by Benjamin Peterson · 15 years ago
  81. a59750f Merged revisions 74737 via svnmerge from by Georg Brandl · 15 years ago
  82. 35ac3a8 Merged revisions 74633 via svnmerge from by Georg Brandl · 15 years ago
  83. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  84. 5dbb84a #6819: fix typo. by Georg Brandl · 15 years ago
  85. 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
  86. 2c52e2f #6732: fix return value of module init function in example. by Georg Brandl · 15 years ago
  87. 11b6a64 #6754: remove old struct member nb_inplace_divide. by Georg Brandl · 15 years ago
  88. 2f3ed68 Recorded merge of revisions 74614 via svnmerge from by Georg Brandl · 15 years ago
  89. c9a5a0e #6814: remove traces of xrange(). by Georg Brandl · 15 years ago
  90. 8aa8bbe Doc fix for issue2637. by Senthil Kumaran · 15 years ago
  91. 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
  92. 0f46ffd the old buffer object doesn't exist in Python 3 #6659 by Benjamin Peterson · 15 years ago
  93. f3b3322 Merged revisions 74533 via svnmerge from by Tarek Ziadé · 15 years ago
  94. 3ee22ec Added section on exceptions raised during logging. by Vinay Sajip · 15 years ago
  95. 4a608c0 Merged revisions 74526 via svnmerge from by Tarek Ziadé · 15 years ago
  96. 6253871 Clean up a minor bit of wording. by Brett Cannon · 15 years ago
  97. f290cb5 missing module ref (issue6723) by Skip Montanaro · 15 years ago
  98. 8c6b0a5 Further refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  99. 5a92b13 Refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  100. a7471bf Added section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago