1. 101d0d5 bpo-32717: Document PEP 560 (GH-6726) by Miss Islington (bot) · 7 years ago
  2. 8909078 bpo-26701: Improve documentation for the rounding special methods. (GH-6054) by Miss Islington (bot) · 7 years ago
  3. f34e0d6 bpo-26701: Add documentation for __trunc__ (GH-6049) by Miss Islington (bot) · 7 years ago
  4. 53374cc bpo-30579: Docs for dynamic traceback creation (GH-5653) by Miss Islington (bot) · 7 years ago
  5. fea0a12 [3.7] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5543) by Miss Islington (bot) · 8 years ago
  6. 85527cf bpo-27505: Add change notes in module attribute docs (GH-5320) by Cheryl Sabella · 8 years ago
  7. 4b96593 bpo-32377: improve __del__ docs and fix mention about resurrection (#4927) by Antoine Pitrou · 8 years ago
  8. 5364b5c bpo-32225: Implementation of PEP 562 (#4731) by Ivan Levkivskyi · 8 years ago
  9. faa135a bpo-31709: Drop support for asynchronous __aiter__. (#3903) by Yury Selivanov · 8 years ago
  10. b8d1b9d Mention enum as an ex (#2982) by Louie Lu · 8 years ago
  11. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 8 years ago
  12. 64505a1 bpo-30486: Allow setting cell value (#1840) by Lisa Roach · 8 years ago
  13. 2b44e30 bpo-30449 Terse slots (#1819) by Aaron Hall, MBA · 8 years ago
  14. 12b1c18 bpo-30354: Update data model documentation for super() (GH-1561) by csabella · 8 years ago
  15. 7e19dbc bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506) by Serhiy Storchaka · 8 years ago
  16. 2e62469 bpo-29679: Implement @contextlib.asynccontextmanager (#360) by Jelle Zijlstra · 8 years ago
  17. c6db481 bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) by csabella · 8 years ago
  18. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 8 years ago
  19. 85157cd bpo-15718: Document the upper bound constrain on the __len__ return value. (#1256) by Serhiy Storchaka · 8 years ago
  20. 406c252 Issue #29012: Merge from 3.5 by Berker Peksag · 9 years ago
  21. 7b4e551 Issue #29012: Remove another outdated information by Berker Peksag · 9 years ago
  22. a22457e Issue #29012: Merge from 3.5 by Berker Peksag · 9 years ago
  23. 14adafd Issue #29012: Remove outdated information about __bases__ by Berker Peksag · 9 years ago
  24. 01e4c11 Merge 3.5 by Victor Stinner · 9 years ago
  25. 509476b doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 9 years ago
  26. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 9 years ago
  27. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 9 years ago
  28. 2854018 Another en → em dash fix for 3.6 by Martin Panter · 9 years ago
  29. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  30. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  31. 68f4dd8 Doc updates for PEPs 520 and 468. by Eric Snow · 9 years ago
  32. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 9 years ago
  33. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 9 years ago
  34. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 9 years ago
  35. f74c33a Merge by Raymond Hettinger · 9 years ago
  36. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 9 years ago
  37. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 9 years ago
  38. 607e1c4 Issue 27366: PEP 487 docs updates by Nick Coghlan · 9 years ago
  39. 01d1719 Issue #27366: Tweak PEP 487 documentation by Berker Peksag · 9 years ago
  40. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 9 years ago
  41. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 9 years ago
  42. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 9 years ago
  43. 5848ac2 Issue #15476: Merge index entries from 3.5 by Martin Panter · 9 years ago
  44. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 9 years ago
  45. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 9 years ago
  46. 3bad04c Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 9 years ago
  47. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 9 years ago
  48. e9b8403 [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 9 years ago
  49. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  50. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  51. 7b1e5a7 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
  52. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
  53. 3e48b38 Merge 3.5 (issue #25887) by Yury Selivanov · 9 years ago
  54. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  55. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 10 years ago
  56. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 10 years ago
  57. 85d5d90 Issue #25418: Fix markup in object.__hash__ documentation by Berker Peksag · 10 years ago
  58. edb9111 Issue #25418: Fix markup in object.__hash__ documentation by Berker Peksag · 10 years ago
  59. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 10 years ago
  60. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
  61. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 10 years ago
  62. 00cf3c3 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 10 years ago
  63. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 10 years ago
  64. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 10 years ago
  65. 770319d Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 10 years ago
  66. 2995cc6 Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 10 years ago
  67. 9fdb0fe Issue20467: clarify __init__'s role by Ethan Furman · 11 years ago
  68. 845d33c Issue20467: clarify __init__'s role by Ethan Furman · 11 years ago
  69. 119479f Issue20467: clarify __init__'s role by Ethan Furman · 11 years ago
  70. b67f6e2 Issue #23006: Improve the documentation and indexing of dict.__missing__. by Terry Jan Reedy · 11 years ago
  71. c9f5f2d #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs. by R David Murray · 11 years ago
  72. b004943 (3.4) Issue22780: reword NotImplemented docs to emphasise should by Ethan Furman · 11 years ago
  73. e6b2b78 Merge 3.4 by Terry Jan Reedy · 11 years ago
  74. 892dbd1 Merge: #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs. by R David Murray · 11 years ago
  75. 9b55089 Issue22780: reword NotImplemented docs to emphasise should by Ethan Furman · 11 years ago
  76. e21a531 merge with 3.4 by Georg Brandl · 11 years ago
  77. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 11 years ago
  78. cadc3fd Merge with 3.4 by Georg Brandl · 11 years ago
  79. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 11 years ago
  80. 58b2ddf Issue7186: document that __doc__ is not inherited by subclasses by Ethan Furman · 11 years ago
  81. f87f515 Issue7186: document that __doc__ is not inherited by subclasses by Ethan Furman · 11 years ago
  82. cd09571 Merge with 3.4 by Terry Jan Reedy · 11 years ago
  83. b6271f2 Issue 22465: grammar, number agreement. by Terry Jan Reedy · 11 years ago
  84. e2197a4 Merge issue #21667 from 3.4 by Nick Coghlan · 11 years ago
  85. 1462786 Issue #21667: Clarify string data model description by Nick Coghlan · 11 years ago
  86. cc568b1 Merge #21662: fix typo, improve sentence flow by R David Murray · 11 years ago
  87. 2c07818 #21662: fix typo, improve sentence flow by R David Murray · 11 years ago
  88. a73a34d merge by Raymond Hettinger · 11 years ago
  89. aa7886d Issue 21439: Minor issues in the reference manual. by Raymond Hettinger · 11 years ago
  90. 384a3ea5 merge 3.4 by Benjamin Peterson · 11 years ago
  91. 5c8ce18 remove confusing delete indexing (closes #21466) by Benjamin Peterson · 11 years ago
  92. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 11 years ago
  93. 490a72e docs: Better wording for __objclass__ docs. Issue #19281 by Yury Selivanov · 11 years ago
  94. b9aa8cb docs: Document __objclass__. Closes #19281. by Yury Selivanov · 11 years ago
  95. af8a4df docs: Better wording for __objclass__ docs. Issue #19281 by Yury Selivanov · 11 years ago
  96. d3f918c docs: Document __objclass__. Closes #19281. by Yury Selivanov · 11 years ago
  97. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  98. 6ae5eef Merge #19953: Clarify the wording of the augmented assignment discussion. by R David Murray · 11 years ago
  99. 14d7b71 #19953: Clarify the wording of the augmented assignment discussion. by R David Murray · 11 years ago
  100. af7d2c4 whatsnew: LOAD_CLASSDEREF, -X showrefcount by R David Murray · 12 years ago