1. f74c33a Merge by Raymond Hettinger · 8 years ago
  2. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  3. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 8 years ago
  4. 3f63483 Merge for issue #27712 by Brett Cannon · 8 years ago
  5. 6336fb2 Issue #27712: Fix some typos in the import docs. by Brett Cannon · 8 years ago
  6. 91494d3 Issue #26576: Merge from 3.5 by Berker Peksag · 8 years ago
  7. 6cafece Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f) by Berker Peksag · 8 years ago
  8. 607e1c4 Issue 27366: PEP 487 docs updates by Nick Coghlan · 8 years ago
  9. 01d1719 Issue #27366: Tweak PEP 487 documentation by Berker Peksag · 8 years ago
  10. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago
  11. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  12. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  13. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 8 years ago
  14. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  15. ed74e24 Issue #24136: Adjust f-strings doc for interable unpacking by Martin Panter · 8 years ago
  16. 99cb0cd Issue #24136: Merge unpacking doc from 3.5 by Martin Panter · 8 years ago
  17. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  18. 5848ac2 Issue #15476: Merge index entries from 3.5 by Martin Panter · 8 years ago
  19. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 8 years ago
  20. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  21. 7d7a11b Issue #23275: Backport target list assignment documentation fixes by Martin Panter · 8 years ago
  22. 3bad04c Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  23. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  24. e9b8403 [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 8 years ago
  25. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
  26. 36c1895 Issue #27049: fix doc typo by Ned Deily · 8 years ago
  27. cec9581 Issue #27049: fix doc typo by Ned Deily · 8 years ago
  28. 815b61d merge 3.5 (#27042) by Benjamin Peterson · 8 years ago
  29. 54044d6 class definitions only get argument lists (closes #27042) by Benjamin Peterson · 8 years ago
  30. bc7ee43 Backed out changeset 71ff2235bb4c (closes #27042) by Benjamin Peterson · 8 years ago
  31. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  32. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  33. a26e4b9 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  34. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  35. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  36. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  37. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  38. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  39. c61d80c Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  40. 4f35d79 Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  41. 7b1e5a7 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  42. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  43. 3e48b38 Merge 3.5 (issue #25887) by Yury Selivanov · 8 years ago
  44. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 8 years ago
  45. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 8 years ago
  46. e922289 Merge with 3.5 by Zachary Ware · 8 years ago
  47. 2b81814 Python for .NET has moved to Github. by Zachary Ware · 8 years ago
  48. 849113a Issue #25791: Warn when __package__ != __spec__.parent. by Brett Cannon · 9 years ago
  49. 63b8505 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are by Brett Cannon · 9 years ago
  50. 3ad18dc Merge for issue #25500 by Brett Cannon · 9 years ago
  51. f4f25fe Issue #25500: Fix the language reference to not claim that import by Brett Cannon · 9 years ago
  52. 3129571 Merge: #25679: spelling fix by R David Murray · 9 years ago
  53. 0aaeacb Merge: #25679: spelling fix by R David Murray · 9 years ago
  54. 51d3f8b #25679: spelling fix by R David Murray · 9 years ago
  55. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  56. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  57. 83356f7 Issue #25418: Fix markup in object.__hash__ documentation by Berker Peksag · 9 years ago
  58. 85d5d90 Issue #25418: Fix markup in object.__hash__ documentation by Berker Peksag · 9 years ago
  59. edb9111 Issue #25418: Fix markup in object.__hash__ documentation by Berker Peksag · 9 years ago
  60. 430f657 Issue #25161: Merge full stops from 3.5 by Martin Panter · 9 years ago
  61. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  62. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  63. 3766ee5 Issue #12067: Merge comparisons doc from 3.5 by Martin Panter · 9 years ago
  64. e52c41a Issue #12067: Merge comparisons doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  65. aa0da86 Issue #12067: Rewrite Comparisons section in the language reference by Martin Panter · 9 years ago
  66. df39599 Issue #9232: Support trailing commas in function declarations. by Robert Collins · 9 years ago
  67. 00cf3c3 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  68. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  69. 888a672 Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  70. 0b2833e Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  71. 73c6f64 Merge issue #24129 from 3.4 by Nick Coghlan · 9 years ago
  72. 91e561a Issue #24129: Clarify reference docs for name resolution. by Nick Coghlan · 9 years ago
  73. 75b5ab5 docs: Fix productionlist for async def functions by Yury Selivanov · 9 years ago
  74. a1bddad Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 9 years ago
  75. 7e732a7 Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 9 years ago
  76. 8fb307c Issue #24619: New approach for tokenizing async/await. by Yury Selivanov · 9 years ago
  77. 47066ee merge 3.4 (#24610) by Benjamin Peterson · 9 years ago
  78. acb3a4d fix normalization example (closes #24610) by Benjamin Peterson · 9 years ago
  79. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 9 years ago
  80. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 9 years ago
  81. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  82. bd44ce8 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  83. f5d4523 Closes issue #24405: mark set display as code. by Terry Jan Reedy · 9 years ago
  84. ab89f9c merge by Raymond Hettinger · 9 years ago
  85. 9ecf9e2 Issue #24219: Remove duplicate literal in docs. by Raymond Hettinger · 9 years ago
  86. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  87. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  88. 19dac07 Issue 24088: Clarify semantics of yield expression (merge from 3.4). by Guido van Rossum · 9 years ago
  89. d0150ad Issue 24088: Clarify semantics of yield expression. by Guido van Rossum · 9 years ago
  90. 51f5805 merge 3.4 (#24049) by Benjamin Peterson · 9 years ago
  91. 9bdd613 remove dead *-import checking code (closes #24049) by Benjamin Peterson · 9 years ago
  92. b5a3d9b Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  93. 2097f53 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  94. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  95. 770319d Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 9 years ago
  96. 2995cc6 Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 9 years ago
  97. 4785f5e Merge with 3.4 by Zachary Ware · 9 years ago
  98. 57c616f Fix a typo pointed out on docs@ by Zachary Ware · 9 years ago
  99. e62430e Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
  100. 2f825af Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago