1. be2aa58 bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH-15967) by Miss Islington (bot) · 5 years ago
  2. 4d2babd bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15940) by Miss Islington (bot) · 5 years ago
  3. ed99bb9 bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383) by Steve Dower · 5 years ago
  4. c71ae1a bpo-36743: __get__ is sometimes called without the owner argument (GH-12992) (GH-15589) by Miss Islington (bot) · 5 years ago
  5. c841fb9 bpo-15542: Documentation incorrectly suggests __init__ called after direct __new__ call (GH-15478) (GH-15506) by Miss Islington (bot) · 5 years ago
  6. 0ad8568 bpo-32118: Simplify docs for sequence comparison (GH-15450) (#15466) by Miss Islington (bot) · 5 years ago
  7. 076d0b9 bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269) by Miss Islington (bot) · 5 years ago
  8. 4c5b6ba [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142) by Serhiy Storchaka · 5 years ago
  9. 874ff65 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Miss Islington (bot) · 5 years ago
  10. 8bcf262 More updates to the annotated assignments docs (GH-13794) by Ivan Levkivskyi · 5 years ago
  11. 82eac26 Update the annotated assignment docs (GH-13757) by Ivan Levkivskyi · 5 years ago
  12. bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 5 years ago
  13. cd74e66 bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) by Pablo Galindo · 5 years ago
  14. 70c5f2a Use more PEP 570 syntax in the documentation. (GH-13720) by Serhiy Storchaka · 5 years ago
  15. ed222a7 Update data model docs to include missing attributes for code objects (GH-13696) by Pablo Galindo · 5 years ago
  16. 2f5b9dc bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761) by Antti Haapala · 5 years ago
  17. 29cb21d Regenerate topics file (GH-13642) by Pablo Galindo · 5 years ago
  18. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 5 years ago
  19. 778a910 bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org/3) (GH-13120) by divyag9 · 5 years ago
  20. 4ef9b8e Correct misspelling (GH-11470) by Johnny Gérard · 5 years ago
  21. 3aca40d closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) by Benjamin Peterson · 5 years ago
  22. ae2c32f bpo-36798: Updating f-string docs for := use case (GH-13107) by Logan Jones · 5 years ago
  23. 5e98f05 bpo-36166: Change to rst datamodel file. (GH-13089) by Catherine Alvarado · 5 years ago
  24. a8a79ca Improve grammar on async context managers and shorten text (GH-12379) by Andre Delfino · 5 years ago
  25. 5861cdd Don't use the LHS/RHS acronym in Simple statements (GH-12996) by Andre Delfino · 5 years ago
  26. ee88af3 Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None (#10376) by Géry Ogam · 5 years ago
  27. 70bf713 bpo-30840: Document relative imports (#12831) by Joannah Nanjekye · 5 years ago
  28. 1fc5bf2 Doc: Fixed missing punctuation in datamodel.rst (GH-12581) by Jules Lasne (jlasne) · 6 years ago
  29. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 6 years ago
  30. b727239 closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) by Martijn Pieters · 6 years ago
  31. 7463884 Document other performance implication for __slots__ (GH-11974) by Raymond Hettinger · 6 years ago
  32. df8d2cd bpo-35911: add cell constructor (GH-11771) by Pierre Glaser · 6 years ago
  33. b7105c9 bpo-35566: Add links to annotation glossary term (GH-11291) by Cheryl Sabella · 6 years ago
  34. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  35. 55f41e4 Correct a couple of unbalanced parenthesis. (GH-10779) by Andre Delfino · 6 years ago
  36. 1ce853f Move __missing__ after __delitem__ in Data model. (GH-10923) by Andre Delfino · 6 years ago
  37. a48e0eb Fix outdated info in datamodel about dicts (GH-9807) by wim glenn · 6 years ago
  38. c2ccac7 bpo-33816: Remove outdated metaclass example (GH-7566) by Andrés Delfino · 6 years ago
  39. 082875d bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) by Julien Palard · 6 years ago
  40. b086c8a bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252) by Andrés Delfino · 6 years ago
  41. bfe1839 Add link to PEP 525 in Expressions. (GH-10333) by Andrés Delfino · 6 years ago
  42. cdb96f4 Add future_stmt to simple_stmt production list. (GH-8239) by Andrés Delfino · 6 years ago
  43. ea6a28c Mark -c and -O as command line options in reStructuredText. (GH-10103) by Andrés Delfino · 6 years ago
  44. 0bee3c3 bpo-35119: Fix RecursionError in example of customizing module attribute access. (GH-10323) by Denis Osipov · 6 years ago
  45. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 6 years ago
  46. 95f68b1 Fix mistakes on function coroutines related definitions (GH-9871) by Andrés Delfino · 6 years ago
  47. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 6 years ago
  48. 0f14fc1 bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294) by Andrés Delfino · 6 years ago
  49. 6543912 bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) by Serhiy Storchaka · 6 years ago
  50. c8bb467 Update compound_stmts.rst (#9864) by Andrés Delfino · 6 years ago
  51. ad8a000 closes bpo-28955: Clarified comparisons between NaN and number in reference documentation (GH-5982) by Tony Flury · 6 years ago
  52. 3c1b590 Fix HTML formatting in datamodel.rst (GH-8693) by Berker Peksag · 6 years ago
  53. 6921ef7 Use 'for example' instead of 'in other words' in compound statement doc (GH-8401) by Andrés Delfino · 6 years ago
  54. e42b705 Fix typo: variables(s) (GH-8482) by Andrés Delfino · 6 years ago
  55. caccca78 bpo-33702: Add some missing links in production lists and do a little polish (GH-7259) by Andrés Delfino · 6 years ago
  56. c9d43c7 bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) by Andrés Delfino · 6 years ago
  57. 6951186 bpo-33847: Add '@' operator entry to index (GH-7669) by Andrés Delfino · 6 years ago
  58. 4fddd4e bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) by Andrés Delfino · 6 years ago
  59. 0aa17ee bpo-33766: Document that end of file or string is a newline (GH-7383) by Ammar Askar · 6 years ago
  60. 7c69c1c update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) by Benjamin Peterson · 6 years ago
  61. 00818c8 Fix typo in datamodel.rst (GH-6964) by Zach Mitchell · 6 years ago
  62. 268cc7c Fix lambda parameters being refered as arguments (GH-7037) by Andrés Delfino · 6 years ago
  63. f5e7b19 bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931) by Serhiy Storchaka · 6 years ago
  64. 8ae8e6a bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) by Serhiy Storchaka · 6 years ago
  65. 63536bd bpo-32996: The bulk of What's New in Python 3.7 (GH-6978) by Elvis Pranskevichus · 6 years ago
  66. bd5f965 bpo-32717: Document PEP 560 (GH-6726) by Ivan Levkivskyi · 6 years ago
  67. 441d945 Clarify that __path__ can't be just any value (GH-6554) by Brett Cannon · 6 years ago
  68. d08972f bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) by Serhiy Storchaka · 7 years ago
  69. fe2bbb1 bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) by Serhiy Storchaka · 7 years ago
  70. 496431f bpo-26701: Improve documentation for the rounding special methods. (#6054) by Serhiy Storchaka · 7 years ago
  71. 308eab9 bpo-26701: Add documentation for __trunc__ (GH-6022) by Eric Appelt · 7 years ago
  72. aec7532 bpo-30579: Docs for dynamic traceback creation (GH-5653) by Nick Coghlan · 7 years ago
  73. d1f3181 bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4754) by Cheryl Sabella · 7 years ago
  74. 07ca9af bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564) by Serhiy Storchaka · 7 years ago
  75. b299393 bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) by Cheryl Sabella · 7 years ago
  76. 85527cf bpo-27505: Add change notes in module attribute docs (GH-5320) by Cheryl Sabella · 7 years ago
  77. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 7 years ago
  78. 3764bb0 Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH-5157) by İsmail Arılık · 7 years ago
  79. f4e21a2 Improve the F-strings and format specifier documentation (GH-4931) by KatherineMichel · 7 years ago
  80. 4b96593 bpo-32377: improve __del__ docs and fix mention about resurrection (#4927) by Antoine Pitrou · 7 years ago
  81. d924fa5 F-strings docs: link to Format Specifiers (GH-4888) by Mariatta · 7 years ago
  82. 5364b5c bpo-32225: Implementation of PEP 562 (#4731) by Ivan Levkivskyi · 7 years ago
  83. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  84. 73a7e9b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) by Serhiy Storchaka · 7 years ago
  85. 7c9da3e Remove redundant 'exc = True' line (GH-4357) by Berker Peksag · 7 years ago
  86. bf9d317 bpo-31810: added missing keywords to docs. (#4140) by Tom Floyer · 7 years ago
  87. 93952f8 Fix a grammatical problem and reword for clarity. (#4257) by Barry Warsaw · 7 years ago
  88. 191e313 bpo-31799: Make module.__spec__ more discoverable (#4010) by Barry Warsaw · 7 years ago
  89. b8ab9d3 bpo-31708: Allow async generator expressions in synchronous functions (#3905) by Yury Selivanov · 7 years ago
  90. faa135a bpo-31709: Drop support for asynchronous __aiter__. (#3903) by Yury Selivanov · 7 years ago
  91. 8d59aca Fix typo in Simple Statements documentation (GH-3809) by kms70847 · 7 years ago
  92. 4a2d00c bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691) by Guilherme Caminha · 7 years ago
  93. 9b47af6 bpo-31501: Operator precedence description for arithmetic operators (#3633) by svelankar · 7 years ago
  94. 63c591c bpo-31487: Update F-strings doc example (GH-3627) by Mariatta · 7 years ago
  95. f361897 Improve f-strings documentation (GH-3604) by Mariatta · 7 years ago
  96. b8d1b9d Mention enum as an ex (#2982) by Louie Lu · 7 years ago
  97. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  98. 60dbed1 link to legacy doc on the non-legacy website (#3362) by Benjamin Peterson · 7 years ago
  99. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  100. 64505a1 bpo-30486: Allow setting cell value (#1840) by Lisa Roach · 7 years ago