1. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  2. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  3. 19dac07 Issue 24088: Clarify semantics of yield expression (merge from 3.4). by Guido van Rossum · 9 years ago
  4. d0150ad Issue 24088: Clarify semantics of yield expression. by Guido van Rossum · 9 years ago
  5. 51f5805 merge 3.4 (#24049) by Benjamin Peterson · 9 years ago
  6. 9bdd613 remove dead *-import checking code (closes #24049) by Benjamin Peterson · 9 years ago
  7. b5a3d9b Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  8. 2097f53 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  9. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  10. 770319d Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 9 years ago
  11. 2995cc6 Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 9 years ago
  12. 4785f5e Merge with 3.4 by Zachary Ware · 9 years ago
  13. 57c616f Fix a typo pointed out on docs@ by Zachary Ware · 9 years ago
  14. e62430e Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
  15. 2f825af Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
  16. 9fdb0fe Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  17. 845d33c Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  18. 119479f Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  19. 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 10 years ago
  20. b67f6e2 Issue #23006: Improve the documentation and indexing of dict.__missing__. by Terry Jan Reedy · 10 years ago
  21. c9f5f2d #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs. by R David Murray · 10 years ago
  22. b004943 (3.4) Issue22780: reword NotImplemented docs to emphasise should by Ethan Furman · 10 years ago
  23. e6b2b78 Merge 3.4 by Terry Jan Reedy · 10 years ago
  24. 892dbd1 Merge: #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs. by R David Murray · 10 years ago
  25. 9b55089 Issue22780: reword NotImplemented docs to emphasise should by Ethan Furman · 10 years ago
  26. b6e2556 Issue #22834: Have import suppress FileNotFoundError when the current by Brett Cannon · 10 years ago
  27. d0c4ef1 Issue #22242: Try to make some import-related loader details clearer. by Brett Cannon · 10 years ago
  28. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  29. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  30. 794e9bf merge with 3.4 by Georg Brandl · 10 years ago
  31. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  32. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  33. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  34. 58b2ddf Issue7186: document that __doc__ is not inherited by subclasses by Ethan Furman · 10 years ago
  35. f87f515 Issue7186: document that __doc__ is not inherited by subclasses by Ethan Furman · 10 years ago
  36. 2623a5d Merge: #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  37. 5f16f90 #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  38. 532783b Merge: #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  39. 5bd6242 #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  40. cd09571 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  41. b6271f2 Issue 22465: grammar, number agreement. by Terry Jan Reedy · 10 years ago
  42. 1aca6e1 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  43. 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  44. 5231369 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  45. 65e3ecb Issue #22243: fix except grammar in reference. by Terry Jan Reedy · 10 years ago
  46. bd59241 add matrix multiplication operator to correct lists (closes #22142) by Benjamin Peterson · 10 years ago
  47. e2197a4 Merge issue #21667 from 3.4 by Nick Coghlan · 10 years ago
  48. 1462786 Issue #21667: Clarify string data model description by Nick Coghlan · 10 years ago
  49. cc568b1 Merge #21662: fix typo, improve sentence flow by R David Murray · 10 years ago
  50. 2c07818 #21662: fix typo, improve sentence flow by R David Murray · 10 years ago
  51. b369f58 Issue #21439: Merge with 3.4 by Zachary Ware · 10 years ago
  52. 2f78b84 Issue #21439: Fix a couple of typos. by Zachary Ware · 10 years ago
  53. a73a34d merge by Raymond Hettinger · 10 years ago
  54. aa7886d Issue 21439: Minor issues in the reference manual. by Raymond Hettinger · 10 years ago
  55. 384a3ea5 merge 3.4 by Benjamin Peterson · 10 years ago
  56. 5c8ce18 remove confusing delete indexing (closes #21466) by Benjamin Peterson · 10 years ago
  57. ed49265 Merge with 3.4 by Zachary Ware · 10 years ago
  58. 9fafc9f Add prompts to interactive example. by Zachary Ware · 10 years ago
  59. 4e6688d Issue #21366: Document the fact that ``return`` in a ``finally`` clause by Zachary Ware · 10 years ago
  60. 8edd532 Issue #21366: Document the fact that ``return`` in a ``finally`` clause by Zachary Ware · 10 years ago
  61. 727a463 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  62. 9cc9026 Issue #21055: Index (augmented) assignment symbols. by Terry Jan Reedy · 10 years ago
  63. e9dcfd1 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  64. 7c895ed Closes 21048: Index 'as' in import and with statements. by Terry Jan Reedy · 10 years ago
  65. f7f9818 #18628: clarify index entry for source file encoding declaration. by R David Murray · 10 years ago
  66. 16b8c61 Merge: #18628: clarify index entry for source file encoding declaration. by R David Murray · 10 years ago
  67. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  68. 490a72e docs: Better wording for __objclass__ docs. Issue #19281 by Yury Selivanov · 10 years ago
  69. b9aa8cb docs: Document __objclass__. Closes #19281. by Yury Selivanov · 10 years ago
  70. af8a4df docs: Better wording for __objclass__ docs. Issue #19281 by Yury Selivanov · 10 years ago
  71. d3f918c docs: Document __objclass__. Closes #19281. by Yury Selivanov · 10 years ago
  72. 9aa00d1 Issue #19697: document more __main__.__spec__ quirks by Nick Coghlan · 10 years ago
  73. e50f9aa Issue #19697: Document cases where __main__.__spec__ is None. by Eric Snow · 10 years ago
  74. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  75. 14d7b71 #19953: Clarify the wording of the augmented assignment discussion. by R David Murray · 10 years ago
  76. 71215c5 merge 3.3 (closes #12704) by Benjamin Peterson · 10 years ago
  77. d1c85fd eliminate redundancy between yield stmt and yield expr docs (closes #12704) by Benjamin Peterson · 10 years ago
  78. b7f5dca Merge 3.4.0b2 release revisions back into mainline. by Larry Hastings · 11 years ago
  79. df3ed24 Issue19995: %o, %x, %X now only accept ints by Ethan Furman · 11 years ago
  80. bfd715e Regenerated pydoc/topics.py, and fix a "suspicious" doc error. by Larry Hastings · 11 years ago
  81. 002033e correct word for __annotations__ doc (closes #20110) by Benjamin Peterson · 11 years ago
  82. 8ec15f7 merge 3.3 (#20110) by Benjamin Peterson · 11 years ago
  83. 1cb4f60 Merge with 3.3 by Zachary Ware · 11 years ago
  84. 340a692 str subclasses may have non-empty __slots__, bytes subclasses can't. by Zachary Ware · 11 years ago
  85. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  86. 7cff4cd Issue #19713: Fix mistakes in the import page of language reference. by Eric Snow · 11 years ago
  87. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  88. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  89. 472a65a Fix a few markup problems in the new import doc. by Georg Brandl · 11 years ago
  90. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  91. 0d85b5c Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  92. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  93. c13d604 merge with 3.3 by Georg Brandl · 11 years ago
  94. 0aaae26 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. by Georg Brandl · 11 years ago
  95. 100580f merge with 3.3 by Georg Brandl · 11 years ago
  96. 97f9623 Add "->" as a delimiter token. Found by James Harding on docs@. by Georg Brandl · 11 years ago
  97. 6930777 merge with 3.3 by Georg Brandl · 11 years ago
  98. 242e6a0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
  99. 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
  100. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago