1. 9b47af6 bpo-31501: Operator precedence description for arithmetic operators (#3633) by svelankar · 7 years ago
  2. 63c591c bpo-31487: Update F-strings doc example (GH-3627) by Mariatta · 7 years ago
  3. f361897 Improve f-strings documentation (GH-3604) by Mariatta · 7 years ago
  4. b8d1b9d Mention enum as an ex (#2982) by Louie Lu · 7 years ago
  5. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  6. 60dbed1 link to legacy doc on the non-legacy website (#3362) by Benjamin Peterson · 7 years ago
  7. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  8. 64505a1 bpo-30486: Allow setting cell value (#1840) by Lisa Roach · 7 years ago
  9. 9efad1e bpo-17188: add missing periods at the end of sentences (GH-1875) by Mariatta · 7 years ago
  10. 9c972b5 Improve grammar in The Import System documentation (GH-1862) by kms70847 · 7 years ago
  11. 2b44e30 bpo-30449 Terse slots (#1819) by Aaron Hall, MBA · 7 years ago
  12. 43c8a9e bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) by Naomi Ceder · 7 years ago
  13. 763557e bpo-17188: DOC: Document 'from None' in raise statement (#1671) by csabella · 7 years ago
  14. 3378b20 Fix typos in multiple `.rst` files (#1668) by delirious-lettuce · 7 years ago
  15. af34e0a Fix ModuleNotFoundError typo in import reference (#1606) by Dominik Miedziński · 7 years ago
  16. 12b1c18 bpo-30354: Update data model documentation for super() (GH-1561) by csabella · 7 years ago
  17. 7e19dbc bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506) by Serhiy Storchaka · 7 years ago
  18. f34c6850 Fix a trivial typo in global section (#1497) by Jim Fasarakis-Hilliard · 7 years ago
  19. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  20. 2e62469 bpo-29679: Implement @contextlib.asynccontextmanager (#360) by Jelle Zijlstra · 7 years ago
  21. c6db481 bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) by csabella · 7 years ago
  22. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  23. 85157cd bpo-15718: Document the upper bound constrain on the __len__ return value. (#1256) by Serhiy Storchaka · 7 years ago
  24. 997a4ad Remove outdated note about constraining of the bit shift right operand. (#1258) by Serhiy Storchaka · 7 years ago
  25. cdcac03 bpo-29952: Use usual terminology of dict (GH-917) by cocoatomo · 7 years ago
  26. 0ae7c8b bpo-16011 clarify that 'in' always returns a boolean value by Amit Kumar · 7 years ago
  27. fad7f15 Remove an outdated statement in execution model docs (GH-754) by Ivan Levkivskyi · 7 years ago
  28. d4e8928 bpo-28739: Document that f-strings cannot be used as docstring (GH-592) by Mariatta · 7 years ago
  29. 1f5639c bpo-26184: import.rst: Improve versionchanged note (GH-325) by Mariatta · 7 years ago
  30. 6b4a5f4 bpo-26184: import.rst: Improve versionchanged note (GH-277) by Mariatta · 7 years ago
  31. 46ce759 bpo-29648: import.rst: Add reference to create_module() (GH-290) by Marco Buttu · 7 years ago
  32. 132ac38 Fix small typos in expressions.rst (GH-276) by Jim Fasarakis-Hilliard · 7 years ago
  33. 2be9889 Issues #12067: Merge hash recommendation from 3.5 by Martin Panter · 8 years ago
  34. 8dbb0ca Issue #12067: Recommend that hash and equality be consistent by Martin Panter · 8 years ago
  35. 406c252 Issue #29012: Merge from 3.5 by Berker Peksag · 8 years ago
  36. 7b4e551 Issue #29012: Remove another outdated information by Berker Peksag · 8 years ago
  37. a22457e Issue #29012: Merge from 3.5 by Berker Peksag · 8 years ago
  38. 14adafd Issue #29012: Remove outdated information about __bases__ by Berker Peksag · 8 years ago
  39. 7e930d7 Issue #28954: Merge keyword argument syntax from 3.5 by Martin Panter · 8 years ago
  40. 7106a51 Issue #28954: Add missing comma to keyword argument syntax by Martin Panter · 8 years ago
  41. 01e4c11 Merge 3.5 by Victor Stinner · 8 years ago
  42. 509476b doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 8 years ago
  43. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  44. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 8 years ago
  45. 2854018 Another en → em dash fix for 3.6 by Martin Panter · 8 years ago
  46. f66f03b Update docs to reflect new behavior around backslashes in expressions (not allowed), matching recent changes to PEP 498. by Jason R. Coombs · 8 years ago
  47. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  48. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  49. 0b51fd4 merge by Raymond Hettinger · 8 years ago
  50. 06e18a7 Issue #26511: Reference the id() function in the 'is' and 'is not' docs by Raymond Hettinger · 8 years ago
  51. 015d874 Issue #28076: Variable annotations should be mangled for private names. by Guido van Rossum · 8 years ago
  52. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  53. 68f4dd8 Doc updates for PEPs 520 and 468. by Eric Snow · 8 years ago
  54. 6cff874 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. by Guido van Rossum · 8 years ago
  55. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  56. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  57. b957b0c Issue #28030: Update the language reference for PEP 468. by Eric Snow · 8 years ago
  58. 110b6fe #27364: Deprecate invalid escape strings in str/byutes. by R David Murray · 8 years ago
  59. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  60. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  61. f74c33a Merge by Raymond Hettinger · 8 years ago
  62. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  63. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 8 years ago
  64. 3f63483 Merge for issue #27712 by Brett Cannon · 8 years ago
  65. 6336fb2 Issue #27712: Fix some typos in the import docs. by Brett Cannon · 8 years ago
  66. 91494d3 Issue #26576: Merge from 3.5 by Berker Peksag · 8 years ago
  67. 6cafece Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f) by Berker Peksag · 8 years ago
  68. 607e1c4 Issue 27366: PEP 487 docs updates by Nick Coghlan · 8 years ago
  69. 01d1719 Issue #27366: Tweak PEP 487 documentation by Berker Peksag · 8 years ago
  70. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago
  71. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  72. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  73. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 8 years ago
  74. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  75. ed74e24 Issue #24136: Adjust f-strings doc for interable unpacking by Martin Panter · 8 years ago
  76. 99cb0cd Issue #24136: Merge unpacking doc from 3.5 by Martin Panter · 8 years ago
  77. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  78. 5848ac2 Issue #15476: Merge index entries from 3.5 by Martin Panter · 8 years ago
  79. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 8 years ago
  80. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  81. 7d7a11b Issue #23275: Backport target list assignment documentation fixes by Martin Panter · 8 years ago
  82. 3bad04c Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  83. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  84. e9b8403 [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 8 years ago
  85. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
  86. 36c1895 Issue #27049: fix doc typo by Ned Deily · 8 years ago
  87. cec9581 Issue #27049: fix doc typo by Ned Deily · 8 years ago
  88. 815b61d merge 3.5 (#27042) by Benjamin Peterson · 8 years ago
  89. 54044d6 class definitions only get argument lists (closes #27042) by Benjamin Peterson · 8 years ago
  90. bc7ee43 Backed out changeset 71ff2235bb4c (closes #27042) by Benjamin Peterson · 8 years ago
  91. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  92. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  93. a26e4b9 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  94. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  95. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  96. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  97. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  98. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  99. c61d80c Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  100. 4f35d79 Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago