1. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 8 years ago
  2. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  3. 85d5d90 Issue #25418: Fix markup in object.__hash__ documentation by Berker Peksag · 9 years ago
  4. edb9111 Issue #25418: Fix markup in object.__hash__ documentation by Berker Peksag · 9 years ago
  5. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  6. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  7. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  8. 00cf3c3 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  9. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 9 years ago
  10. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  11. 770319d Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 9 years ago
  12. 2995cc6 Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 9 years ago
  13. 9fdb0fe Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  14. 845d33c Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  15. 119479f Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  16. b67f6e2 Issue #23006: Improve the documentation and indexing of dict.__missing__. by Terry Jan Reedy · 10 years ago
  17. c9f5f2d #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs. by R David Murray · 10 years ago
  18. b004943 (3.4) Issue22780: reword NotImplemented docs to emphasise should by Ethan Furman · 10 years ago
  19. e6b2b78 Merge 3.4 by Terry Jan Reedy · 10 years ago
  20. 892dbd1 Merge: #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs. by R David Murray · 10 years ago
  21. 9b55089 Issue22780: reword NotImplemented docs to emphasise should by Ethan Furman · 10 years ago
  22. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  23. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  24. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  25. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  26. 58b2ddf Issue7186: document that __doc__ is not inherited by subclasses by Ethan Furman · 10 years ago
  27. f87f515 Issue7186: document that __doc__ is not inherited by subclasses by Ethan Furman · 10 years ago
  28. cd09571 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  29. b6271f2 Issue 22465: grammar, number agreement. by Terry Jan Reedy · 10 years ago
  30. e2197a4 Merge issue #21667 from 3.4 by Nick Coghlan · 10 years ago
  31. 1462786 Issue #21667: Clarify string data model description by Nick Coghlan · 10 years ago
  32. cc568b1 Merge #21662: fix typo, improve sentence flow by R David Murray · 10 years ago
  33. 2c07818 #21662: fix typo, improve sentence flow by R David Murray · 10 years ago
  34. a73a34d merge by Raymond Hettinger · 10 years ago
  35. aa7886d Issue 21439: Minor issues in the reference manual. by Raymond Hettinger · 10 years ago
  36. 384a3ea5 merge 3.4 by Benjamin Peterson · 10 years ago
  37. 5c8ce18 remove confusing delete indexing (closes #21466) by Benjamin Peterson · 10 years ago
  38. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  39. 490a72e docs: Better wording for __objclass__ docs. Issue #19281 by Yury Selivanov · 10 years ago
  40. b9aa8cb docs: Document __objclass__. Closes #19281. by Yury Selivanov · 10 years ago
  41. af8a4df docs: Better wording for __objclass__ docs. Issue #19281 by Yury Selivanov · 10 years ago
  42. d3f918c docs: Document __objclass__. Closes #19281. by Yury Selivanov · 10 years ago
  43. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  44. 6ae5eef Merge #19953: Clarify the wording of the augmented assignment discussion. by R David Murray · 10 years ago
  45. 14d7b71 #19953: Clarify the wording of the augmented assignment discussion. by R David Murray · 10 years ago
  46. af7d2c4 whatsnew: LOAD_CLASSDEREF, -X showrefcount by R David Murray · 10 years ago
  47. d630e79 whatsnew: object.__format__ raises TypeError on non-empty string. by R David Murray · 10 years ago
  48. df3ed24 Issue19995: %o, %x, %X now only accept ints by Ethan Furman · 11 years ago
  49. 002033e correct word for __annotations__ doc (closes #20110) by Benjamin Peterson · 11 years ago
  50. 8ec15f7 merge 3.3 (#20110) by Benjamin Peterson · 11 years ago
  51. 1cb4f60 Merge with 3.3 by Zachary Ware · 11 years ago
  52. 340a692 str subclasses may have non-empty __slots__, bytes subclasses can't. by Zachary Ware · 11 years ago
  53. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  54. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  55. 0d85b5c Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  56. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  57. 58720d6 Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. by Antoine Pitrou · 11 years ago
  58. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  59. 4958f71 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  60. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  61. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  62. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  63. 16459e8 Merge from 3.3: Add a str class entry to the string section (issue #16209). by Chris Jerdonek · 12 years ago
  64. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  65. d675a2c Merge from 3.3: Improve str() and object.__str__() docs (issue #13538). by Chris Jerdonek · 12 years ago
  66. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  67. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  68. 5c3283e Merge __next__ method link fixes with 3.3. by Ezio Melotti · 12 years ago
  69. 1dd7c30 Merge __next__ method link fixes with 3.2. by Ezio Melotti · 12 years ago
  70. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  71. 23354f5 Merge from 3.3: Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  72. 8958cd0 Merge from 3.2: Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  73. af94724 Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  74. e12dc28 Fix markup. by Ezio Melotti · 12 years ago
  75. 74b38b1 Issue #16148: Small improvements and cleanup. Added version information by Armin Ronacher · 12 years ago
  76. ddd74b1 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  77. 5b60275 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  78. f532035 Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  79. a96be78 Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
  80. d8bbde3 #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
  81. c86e8d9 Improve wording for __hash__ by Antoine Pitrou · 12 years ago
  82. dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 12 years ago
  83. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
  84. 305acf2 Remove an incorrect implementation detail by Nick Coghlan · 12 years ago
  85. b267475 Clarify a paragraph in the new metaclass docs by Nick Coghlan · 12 years ago
  86. 337b2bf Describe the default hash correctly, and mark a couple of CPython implementation details by Nick Coghlan · 12 years ago
  87. 78770f0 Fix typo in new metaclass docs by Nick Coghlan · 12 years ago
  88. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 12 years ago
  89. b43fde9 remove unapplicable statement by Benjamin Peterson · 12 years ago
  90. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago
  91. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  92. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  93. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  94. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  95. f7f0a66 Fix typos. by Ezio Melotti · 13 years ago
  96. f4d76e6 #13251: update string description in datamodel.rst. by Ezio Melotti · 13 years ago
  97. 3ed559a merge 3.2 (#13259) by Benjamin Peterson · 13 years ago
  98. 1fafc1a document __bytes__ special method (closes #13259) by Benjamin Peterson · 13 years ago
  99. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  100. 2052978 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago