1. aec7532 bpo-30579: Docs for dynamic traceback creation (GH-5653) by Nick Coghlan · 6 years ago
  2. d1f3181 bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4754) by Cheryl Sabella · 6 years ago
  3. 07ca9af bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564) by Serhiy Storchaka · 6 years ago
  4. b299393 bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) by Cheryl Sabella · 6 years ago
  5. 85527cf bpo-27505: Add change notes in module attribute docs (GH-5320) by Cheryl Sabella · 6 years ago
  6. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 6 years ago
  7. 3764bb0 Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH-5157) by İsmail Arılık · 7 years ago
  8. f4e21a2 Improve the F-strings and format specifier documentation (GH-4931) by KatherineMichel · 7 years ago
  9. 4b96593 bpo-32377: improve __del__ docs and fix mention about resurrection (#4927) by Antoine Pitrou · 7 years ago
  10. d924fa5 F-strings docs: link to Format Specifiers (GH-4888) by Mariatta · 7 years ago
  11. 5364b5c bpo-32225: Implementation of PEP 562 (#4731) by Ivan Levkivskyi · 7 years ago
  12. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  13. 73a7e9b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) by Serhiy Storchaka · 7 years ago
  14. 7c9da3e Remove redundant 'exc = True' line (GH-4357) by Berker Peksag · 7 years ago
  15. bf9d317 bpo-31810: added missing keywords to docs. (#4140) by Tom Floyer · 7 years ago
  16. 93952f8 Fix a grammatical problem and reword for clarity. (#4257) by Barry Warsaw · 7 years ago
  17. 191e313 bpo-31799: Make module.__spec__ more discoverable (#4010) by Barry Warsaw · 7 years ago
  18. b8ab9d3 bpo-31708: Allow async generator expressions in synchronous functions (#3905) by Yury Selivanov · 7 years ago
  19. faa135a bpo-31709: Drop support for asynchronous __aiter__. (#3903) by Yury Selivanov · 7 years ago
  20. 8d59aca Fix typo in Simple Statements documentation (GH-3809) by kms70847 · 7 years ago
  21. 4a2d00c bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691) by Guilherme Caminha · 7 years ago
  22. 9b47af6 bpo-31501: Operator precedence description for arithmetic operators (#3633) by svelankar · 7 years ago
  23. 63c591c bpo-31487: Update F-strings doc example (GH-3627) by Mariatta · 7 years ago
  24. f361897 Improve f-strings documentation (GH-3604) by Mariatta · 7 years ago
  25. b8d1b9d Mention enum as an ex (#2982) by Louie Lu · 7 years ago
  26. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  27. 60dbed1 link to legacy doc on the non-legacy website (#3362) by Benjamin Peterson · 7 years ago
  28. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  29. 64505a1 bpo-30486: Allow setting cell value (#1840) by Lisa Roach · 7 years ago
  30. 9efad1e bpo-17188: add missing periods at the end of sentences (GH-1875) by Mariatta · 7 years ago
  31. 9c972b5 Improve grammar in The Import System documentation (GH-1862) by kms70847 · 7 years ago
  32. 2b44e30 bpo-30449 Terse slots (#1819) by Aaron Hall, MBA · 7 years ago
  33. 43c8a9e bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) by Naomi Ceder · 7 years ago
  34. 763557e bpo-17188: DOC: Document 'from None' in raise statement (#1671) by csabella · 7 years ago
  35. 3378b20 Fix typos in multiple `.rst` files (#1668) by delirious-lettuce · 7 years ago
  36. af34e0a Fix ModuleNotFoundError typo in import reference (#1606) by Dominik Miedziński · 7 years ago
  37. 12b1c18 bpo-30354: Update data model documentation for super() (GH-1561) by csabella · 7 years ago
  38. 7e19dbc bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506) by Serhiy Storchaka · 7 years ago
  39. f34c6850 Fix a trivial typo in global section (#1497) by Jim Fasarakis-Hilliard · 7 years ago
  40. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  41. 2e62469 bpo-29679: Implement @contextlib.asynccontextmanager (#360) by Jelle Zijlstra · 7 years ago
  42. c6db481 bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) by csabella · 7 years ago
  43. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  44. 85157cd bpo-15718: Document the upper bound constrain on the __len__ return value. (#1256) by Serhiy Storchaka · 7 years ago
  45. 997a4ad Remove outdated note about constraining of the bit shift right operand. (#1258) by Serhiy Storchaka · 7 years ago
  46. cdcac03 bpo-29952: Use usual terminology of dict (GH-917) by cocoatomo · 7 years ago
  47. 0ae7c8b bpo-16011 clarify that 'in' always returns a boolean value by Amit Kumar · 7 years ago
  48. fad7f15 Remove an outdated statement in execution model docs (GH-754) by Ivan Levkivskyi · 7 years ago
  49. d4e8928 bpo-28739: Document that f-strings cannot be used as docstring (GH-592) by Mariatta · 7 years ago
  50. 1f5639c bpo-26184: import.rst: Improve versionchanged note (GH-325) by Mariatta · 7 years ago
  51. 6b4a5f4 bpo-26184: import.rst: Improve versionchanged note (GH-277) by Mariatta · 7 years ago
  52. 46ce759 bpo-29648: import.rst: Add reference to create_module() (GH-290) by Marco Buttu · 7 years ago
  53. 132ac38 Fix small typos in expressions.rst (GH-276) by Jim Fasarakis-Hilliard · 7 years ago
  54. 2be9889 Issues #12067: Merge hash recommendation from 3.5 by Martin Panter · 7 years ago
  55. 8dbb0ca Issue #12067: Recommend that hash and equality be consistent by Martin Panter · 7 years ago
  56. 406c252 Issue #29012: Merge from 3.5 by Berker Peksag · 8 years ago
  57. 7b4e551 Issue #29012: Remove another outdated information by Berker Peksag · 8 years ago
  58. a22457e Issue #29012: Merge from 3.5 by Berker Peksag · 8 years ago
  59. 14adafd Issue #29012: Remove outdated information about __bases__ by Berker Peksag · 8 years ago
  60. 7e930d7 Issue #28954: Merge keyword argument syntax from 3.5 by Martin Panter · 8 years ago
  61. 7106a51 Issue #28954: Add missing comma to keyword argument syntax by Martin Panter · 8 years ago
  62. 01e4c11 Merge 3.5 by Victor Stinner · 8 years ago
  63. 509476b doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 8 years ago
  64. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  65. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 8 years ago
  66. 2854018 Another en → em dash fix for 3.6 by Martin Panter · 8 years ago
  67. 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
  68. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  69. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  70. 0b51fd4 merge by Raymond Hettinger · 8 years ago
  71. 06e18a7 Issue #26511: Reference the id() function in the 'is' and 'is not' docs by Raymond Hettinger · 8 years ago
  72. 015d874 Issue #28076: Variable annotations should be mangled for private names. by Guido van Rossum · 8 years ago
  73. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  74. 68f4dd8 Doc updates for PEPs 520 and 468. by Eric Snow · 8 years ago
  75. 6cff874 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. by Guido van Rossum · 8 years ago
  76. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  77. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  78. b957b0c Issue #28030: Update the language reference for PEP 468. by Eric Snow · 8 years ago
  79. 110b6fe #27364: Deprecate invalid escape strings in str/byutes. by R David Murray · 8 years ago
  80. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  81. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  82. f74c33a Merge by Raymond Hettinger · 8 years ago
  83. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  84. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 8 years ago
  85. 3f63483 Merge for issue #27712 by Brett Cannon · 8 years ago
  86. 6336fb2 Issue #27712: Fix some typos in the import docs. by Brett Cannon · 8 years ago
  87. 91494d3 Issue #26576: Merge from 3.5 by Berker Peksag · 8 years ago
  88. 6cafece Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f) by Berker Peksag · 8 years ago
  89. 607e1c4 Issue 27366: PEP 487 docs updates by Nick Coghlan · 8 years ago
  90. 01d1719 Issue #27366: Tweak PEP 487 documentation by Berker Peksag · 8 years ago
  91. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago
  92. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  93. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  94. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 8 years ago
  95. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  96. ed74e24 Issue #24136: Adjust f-strings doc for interable unpacking by Martin Panter · 8 years ago
  97. 99cb0cd Issue #24136: Merge unpacking doc from 3.5 by Martin Panter · 8 years ago
  98. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  99. 5848ac2 Issue #15476: Merge index entries from 3.5 by Martin Panter · 8 years ago
  100. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 8 years ago